This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch 0.23.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/0.23.0 by this push:
new 17f2c13ec Added missing 0.23.0 JIRA tickets to CHANGES.md
17f2c13ec is described below
commit 17f2c13ec2b27503dd0de2720401b96787632364
Author: Jens Geyer <[email protected]>
AuthorDate: Wed Apr 15 22:39:53 2026 +0200
Added missing 0.23.0 JIRA tickets to CHANGES.md
---
CHANGES.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 8e6721c5d..3be103895 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -55,6 +55,12 @@
### nodejs
- [THRIFT-5937](https://issues.apache.org/jira/browse/THRIFT-5937) - nodejs
episodic generation does not handle extending services
+- [THRIFT-5924](https://issues.apache.org/jira/browse/THRIFT-5924) - UUID
support for nodejs and nodets
+- [THRIFT-4987](https://issues.apache.org/jira/browse/THRIFT-4987) -
TProtocolException: Bad version in readMessageBegin when using XHR client with
C++ server
+
+### nodets
+
+- [THRIFT-5924](https://issues.apache.org/jira/browse/THRIFT-5924) - UUID
support for nodejs and nodets
### PHP