Skip to content

Commit

Permalink
Bump version to 1.2.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Jan 19, 2017
1 parent bb8e592 commit 666c22d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,18 @@
Changelog
=========

# v1.2.3

* Improve error messages when an argument reader is closed without
reading the EOF. (#567)
* thrift: Fix an issue where we return `nil` if we expected a Thrift exception
but none was found (e.g., exception is from the future). (#566)
* Fix ListenIP selecting docker interfaces over physical networks. (#565)
* Fix for error when a Thrift payload has completed decoding and attempts
to close the argument reader without waiting till EOF. (#564)
* thrift-gen: Fix "namespace go" being ignored even though the Apache thrift
generated code was respecting it. (#559)

# v1.2.2

* Add a unique channel ID for introspection (#548)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -23,4 +23,4 @@ package tchannel
// VersionInfo identifies the version of the TChannel library.
// Due to lack of proper package management, this version string will
// be maintained manually.
const VersionInfo = "1.2.2"
const VersionInfo = "1.2.3"

0 comments on commit 666c22d

Please sign in to comment.