File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
16
# v1.2.2
5
17
6
18
* Add a unique channel ID for introspection (#548 )
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ package tchannel
23
23
// VersionInfo identifies the version of the TChannel library.
24
24
// Due to lack of proper package management, this version string will
25
25
// be maintained manually.
26
- const VersionInfo = "1.2.2 "
26
+ const VersionInfo = "1.2.3 "
You can’t perform that action at this time.
0 commit comments