You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2021/06/15 21:49:48 UTC

[thrift] branch master updated: Version 0.14.2

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new c19d05e  Version 0.14.2
c19d05e is described below

commit c19d05eeef493a46557fa56bfa3b5193ef3544a4
Author: Jens Geyer <je...@apache.org>
AuthorDate: Fri Jun 11 00:41:22 2021 +0200

    Version 0.14.2
---
 CHANGES.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 5853312..98d889d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -15,6 +15,17 @@
 - [THRIFT-5404](https://issues.apache.org/jira/browse/THRIFT-5404) - TTransportException.Timeout would correctly return true when it's connect timeout during TSocket.Open call
 
 
+## 0.14.2
+
+### Java
+
+- [THRIFT-5383](https://issues.apache.org/jira/browse/THRIFT-5383) - THRIFT-5383 TJSONProtocol Java readString throws on bounds check
+
+### Go
+
+- [THRIFT-5369](https://issues.apache.org/jira/browse/THRIFT-5369) - No longer pre-allocating the whole container (map/set/list) in compiled go code to avoid huge allocations on malformed messages
+
+
 ## 0.14.1
 
 ### Known Open Issues (Blocker or Critical)