summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2021-03-25 17:00:31 -0700
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2021-04-09 11:22:33 -0700
commit6583f4e52345c3b05a76f0b188836599628356e8 (patch)
tree3c67f2198d56be2ea3f17b0dcfd0a21f0401f110 /CHANGES.md
parent97fb3c4b2aca0e8de0c5f6f229c535a861456f98 (diff)
downloadthrift-6583f4e52345c3b05a76f0b188836599628356e8.tar.gz
THRIFT-5369: Use MaxMessageSize to check container sizes
Client: go
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5ae6920b5..43fe6b392 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,10 @@
- [THRIFT-5347](https://issues.apache.org/jira/browse/THRIFT-5347) - Haskell support dropped
- [THRIFT-5381](https://issues.apache.org/jira/browse/THRIFT-5381) - possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets
+### 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