File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ## [ 1.9.0] - 2018-01-31
5+ ### Added
6+ * stats: Add tally reporter to emit tagged metrics. (#676 )
7+ * Add optional idle timeout, after which connections will be
8+ closed. (#681 )
9+
410## [ 1.8.1] - 2017-11-21
511### Fixed
612 * Always log addresses as strings. (#669 )
@@ -216,6 +222,7 @@ Changelog
216222* Thrift support, including includes.
217223
218224[ // ] : # ( Version Links )
225+ [ 1.9.0 ] : https://github.com/uber/tchannel-go/compare/v1.8.1...v1.9.0
219226[ 1.8.1 ] : https://github.com/uber/tchannel-go/compare/v1.8.0...v1.8.1
220227[ 1.8.0 ] : https://github.com/uber/tchannel-go/compare/v1.7.0...v1.8.0
221228[ 1.7.0 ] : https://github.com/uber/tchannel-go/compare/v1.6.0...v1.7.0
@@ -235,4 +242,4 @@ Changelog
235242[ 1.0.5 ] : https://github.com/uber/tchannel-go/compare/v1.0.4...v1.0.5
236243[ 1.0.4 ] : https://github.com/uber/tchannel-go/compare/v1.0.2...v1.0.4
237244[ 1.0.2 ] : https://github.com/uber/tchannel-go/compare/v1.0.1...v1.0.2
238- [ 1.0.1 ] : https://github.com/uber/tchannel-go/compare/v1.0.0...v1.0.1
245+ [ 1.0.1 ] : https://github.com/uber/tchannel-go/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ package tchannel
2323// VersionInfo identifies the version of the TChannel library.
2424// Due to lack of proper package management, this version string will
2525// be maintained manually.
26- const VersionInfo = "1.8.1-dev "
26+ const VersionInfo = "1.9.0 "
You can’t perform that action at this time.
0 commit comments