summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2020-12-22 09:53:58 -0800
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2021-01-17 15:19:44 -0800
commitd831230929bb332189c9509d07102e4be9e7f681 (patch)
treec1989efa6dc2dd66f0ba7afdf9682b9e764145c4 /CHANGES.md
parentc4d1c0d80067986dbee124887bcb402ee1c6538e (diff)
downloadthrift-d831230929bb332189c9509d07102e4be9e7f681.tar.gz
THRIFT-5326: Expand TException interface in go library
Client: go Add TExceptionType enum type, and add TExceptionType() TExceptionType function to TException definition. Also make TProtocolException unwrap-able.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 663c4c18c..8e4d08edd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -17,6 +17,7 @@
- [THRIFT-5233](https://issues.apache.org/jira/browse/THRIFT-5233) - go: Now all Read*, Write* and Skip functions in TProtocol accept context arg
- [THRIFT-5152](https://issues.apache.org/jira/browse/THRIFT-5152) - go: TSocket and TSSLSocket now have separated connect timeout and socket timeout
- c++: dropped support for Windows XP
+- [THRIFT-5326](https://issues.apache.org/jira/browse/THRIFT-5326) - go: TException interface now has a new function: TExceptionType
### Java