summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2022-08-05 15:29:42 -0700
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2022-08-06 07:45:27 -0700
commit7ae180bb1eaea8bdfd6d5714aa90b8445165ff1c (patch)
tree6e1e40ec5f640a46c51358bfc3d966aacf3c9c68 /CHANGES.md
parent3f9b7d0da2d6f41b57cd636fa3b6067737befe4c (diff)
downloadthrift-7ae180bb1eaea8bdfd6d5714aa90b8445165ff1c.tar.gz
THRIFT-5609: Make TJSONProtocol safe to be used in deserializer pool
Client: go Add Reset to TJSONProtocol, and call it in deserializer and serializer to make sure that it's always safe to be used in the pool version.
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 1b451a247..f480e42f2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,7 @@
- [THRIFT-5583](https://issues.apache.org/jira/browse/THRIFT-5583) - Add `skip_remote` arg to compiler, which can be used to skip the generating of -remote folders for services
- [THRIFT-5527](https://issues.apache.org/jira/browse/THRIFT-5527) - Compiler generated Process function will swallow exceptions defined in thrift IDL
- [THRIFT-5605](https://issues.apache.org/jira/browse/THRIFT-5605) - Provide `ExtractIDLExceptionClientMiddleware` and `ExtractExceptionFromResult` to help client middlewares to gain access to exceptions defined in thrift IDL
+- [THRIFT-5609](https://issues.apache.org/jira/browse/THRIFT-5609) - `TJSONProtocol` is now safe to be used in `TDeserializePool`
## 0.16.0