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

Commit f904143

Browse files
Prepare v2.8.3 release
- Consolidate changes in CHANGELOG.md and update links - Updates the version number in mix.exs
1 parent 72dd0ff commit f904143

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)