This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch 0.19.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/0.19.0 by this push:
new 5656208a2 release 0.19.0
5656208a2 is described below
commit 5656208a202ca0be4d4dc44125b5ca0485f91bf0
Author: Jens Geyer <[email protected]>
AuthorDate: Sun Aug 27 15:45:30 2023 +0200
release 0.19.0
---
CHANGES.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 7b220e037..a8de33648 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -25,6 +25,10 @@
- [THRIFT-5686](https://issues.apache.org/jira/browse/THRIFT-5686) - Add
comparer and capacity arguments to container classes
+## Go
+- [THRIFT-5731](https://issues.apache.org/jira/browse/THRIFT-5731) - Handle
ErrAbandonRequest automatically
+
+
## Haxe
- [THRIFT-5717](https://issues.apache.org/jira/browse/THRIFT-5717) - uuid sets
and map keys may throw on some Haxe targets
@@ -39,6 +43,8 @@
- [THRIFT-5711](https://issues.apache.org/jira/browse/THRIFT-5711) -
FutureClient does not extend when service extends from another service
- [THRIFT-5702](https://issues.apache.org/jira/browse/THRIFT-5702) - Support
Java 8
- [THRIFT-5696](https://issues.apache.org/jira/browse/THRIFT-5696) -
TByteBuffer.java does not allow non-default TConfiguration
+- [THRIFT-5653](https://issues.apache.org/jira/browse/THRIFT-5653) - Fix Java
UUID typeid
+
## JavaScript