Skip to content

Commit eab25af

Browse files
kriskowalprashantv
authored andcommitted
Bump version and change log for 1.6.0 release (#626)
1 parent fd887ee commit eab25af

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
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.

version.go

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

0 commit comments

Comments
 (0)