This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git
from 3f9b7d0da Update supported go version to 1.18.* and 1.19.* add 7ae180bb1 THRIFT-5609: Make TJSONProtocol safe to be used in deserializer pool No new revisions were added by this update. Summary of changes: CHANGES.md | 1 + .../test/tests/json_protocol_deserializer_test.go | 64 ++++++++++++++++++++++ lib/go/thrift/deserializer.go | 10 ++++ lib/go/thrift/serializer.go | 6 ++ lib/go/thrift/simple_json_protocol.go | 14 ++++- 5 files changed, 93 insertions(+), 2 deletions(-) create mode 100644 lib/go/test/tests/json_protocol_deserializer_test.go