File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ # v1.6.0
5+
6+ * Locks Apache Thrift to version 0.9.3 to maintain backward-compatibility.
7+ * Add ` OnPeerStatusChanged ` channel option to receive a notification each time
8+ the number of available connections changes for any given peer.
9+ * Set DiffServ (QoS) bit on outbound connections.
10+ * Improve resilience of the frame parser.
11+
412# v1.5.0
513
614* Add ` PeerList.Len ` to expose the number of peers in the peer list.
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.5 .0"
26+ const VersionInfo = "1.6 .0"
You can’t perform that action at this time.
0 commit comments