Skip to content

Commit 615295f

Browse files
authored
Bump version to 1.2.3 and update changelog (#569)
1 parent bb8e592 commit 615295f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

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

618
* Add a unique channel ID for introspection (#548)

version.go

+1-1
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.2.2"
26+
const VersionInfo = "1.2.3"

0 commit comments

Comments
 (0)