This repository was archived by the owner on Dec 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10- - Cache system hostname
10+ ## [ 2.8.3] - 2018-08-13
11+
12+ ### Changed
13+
14+ - The system hostname is now cached after it is fetched the first time.
15+ Previously, the hostname was fetched every time a log line was formatted for
16+ output (whether by formatting occured in the console formatter or during
17+ HTTP transport). This reduces the overhead caused by fetching the hostname.
1118
1219## [ 2.8.2] - 2018-07-01
1320
@@ -136,7 +143,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
136143 ` Timber.Integrations.PhoenixInstrumenter ` . This will suppress log lines
137144 from being written for any controller/action pair.
138145
139- [ Unreleased ] : https://github.com/timberio/timber-elixir/compare/v2.8.1...HEAD
146+ [ Unreleased ] : https://github.com/timberio/timber-elixir/compare/v2.8.3...HEAD
147+ [ 2.8.3 ] : https://github.com/timberio/timber-elixir/compare/v2.8.2...v2.8.3
148+ [ 2.8.2 ] : https://github.com/timberio/timber-elixir/compare/v2.8.1...v2.8.2
140149[ 2.8.1 ] : https://github.com/timberio/timber-elixir/compare/v2.8.0...v2.8.1
141150[ 2.8.0 ] : https://github.com/timberio/timber-elixir/compare/v2.7.0...v2.8.0
142151[ 2.7.0 ] : https://github.com/timberio/timber-elixir/compare/v2.6.1...v2.7.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule Timber.Mixfile do
99
1010 @ source_url "https://github.com/timberio/timber-elixir"
1111 @ homepage_url "https://github.com/timberio/timber-elixir"
12- @ version "2.8.2 "
12+ @ version "2.8.3 "
1313
1414 # Project manifest for Mix
1515 #
You can’t perform that action at this time.
0 commit comments