Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

2.8.4 - 2018-08-14

Choose a tag to compare

@DavidAntaramian DavidAntaramian released this 14 Aug 21:06
· 45 commits to master since this release
2.8.4
55f703c

Fixed

  • The hostname caching released in v2.8.3 had the potential to crash the Logger if an application was started between :logger and :timber and made Logger calls. This was because the ETS table holding the cache had not been started by Timber yet. To fix this, the hostname is now cached in the application environment which is guaranteed to be available by that point.