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 f5a67528d Release 0.19.0
f5a67528d is described below

commit f5a67528d820d9bf1ba194d9403519f032a31b0a
Author: Jens Geyer <[email protected]>
AuthorDate: Sat Jul 15 11:18:25 2023 +0200

    Release 0.19.0
---
 CHANGES.md       | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog |  6 ++++++
 doap.rdf         |  5 +++++
 3 files changed, 71 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 0173f6f07..1fcbbe631 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,65 @@
 # Apache Thrift Changelog
 
+## 0.19.0
+
+### Known Open Issues (Blocker or Critical)
+
+- [THRIFT-3877](https://issues.apache.org/jira/browse/THRIFT-3877) - C++ 
library don't work with HTTP (csharp server, cpp client; need cross test 
enhancement)
+- [THRIFT-5468](https://issues.apache.org/jira/browse/THRIFT-5468) - Swift 
service generator doesn't support oneway
+
+
+## Build Process
+
+- [THRIFT-5701](https://issues.apache.org/jira/browse/THRIFT-5701) - Add 
dependabot
+
+## C++
+
+- [THRIFT-5725](https://issues.apache.org/jira/browse/THRIFT-5725) - Thrift 
SSL server stops working if the file descriptor returned is zero
+- [THRIFT-5716](https://issues.apache.org/jira/browse/THRIFT-5716) - 
TMemoryBuffer resizing might shrink the buffer size due to uint32_t overflow
+
+## Compiler (General)  
+
+- [THRIFT-5690](https://issues.apache.org/jira/browse/THRIFT-5690) - Constant 
expects type to be defined before
+
+## Delphi
+
+- [THRIFT-5686](https://issues.apache.org/jira/browse/THRIFT-5686) - Add 
comparer and capacity arguments to container classes
+
+## Haxe
+
+- [THRIFT-5717](https://issues.apache.org/jira/browse/THRIFT-5717) - uuid sets 
and map keys may throw on some Haxe targets
+- [THRIFT-5704](https://issues.apache.org/jira/browse/THRIFT-5704) - 
Superfluous block scope in generated write() code
+- [THRIFT-5703](https://issues.apache.org/jira/browse/THRIFT-5703) - Haxe 4.30 
emits "Local variable retval used without being initialized" on generated code
+- [THRIFT-5692](https://issues.apache.org/jira/browse/THRIFT-5692) - Support 
for deprecated methods (via annotation)
+- [THRIFT-5707](https://issues.apache.org/jira/browse/THRIFT-5707) - 
deprecation warning fixes for @:extern and @:enum
+
+## Java 
+
+- [THRIFT-5700](https://issues.apache.org/jira/browse/THRIFT-5700) - Migration 
to JakartaEE and Apache HttpComponents 5
+- [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
+
+## JavaScript
+
+- [THRIFT-5674](https://issues.apache.org/jira/browse/THRIFT-5674) - Server 
implementation exceptions are not sent to client in ES6 promise-style invocation
+
+## netstd 
+
+- [THRIFT-5684](https://issues.apache.org/jira/browse/THRIFT-5684) - Upgrade 
to net7.0
+
+## Node.js 
+
+- [THRIFT-5710](https://issues.apache.org/jira/browse/THRIFT-5710) - NodeJS 
header transport leaks headers between all instances
+
+## PHP 
+
+- [THRIFT-5723](https://issues.apache.org/jira/browse/THRIFT-5723) - Php8.1 
fix warnings
+
+## Swift 
+
+- [THRIFT-5714](https://issues.apache.org/jira/browse/THRIFT-5714) - add 
TJSONProtocol support in thrift-swift
+
 
 ## 0.18.1
 
diff --git a/debian/changelog b/debian/changelog
index 93dc7aaef..40898292a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+thrift (0.19.0) stable; urgency=low
+
+  * update to 0.19.0
+
+ -- Apache Thrift Developers <[email protected]>  Sat, 15 Jul 2023 
11:00:00 +0100
+
 thrift (0.18.1) stable; urgency=low
 
   * update to 0.18.1
diff --git a/doap.rdf b/doap.rdf
index 9c4d63c69..6ad3026d7 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -55,6 +55,11 @@
     <category 
rdf:resource="http://projects.apache.org/category/network-client"; />
     <category 
rdf:resource="http://projects.apache.org/category/network-server"; />
     <release rdf:parseType="Collection">
+      <Version>
+        <name>Apache Thrift</name>
+        <created>2022-07-15</created>
+        <revision>0.19.0</revision>
+      </Version>
       <Version>
         <name>Apache Thrift</name>
         <created>2022-02-15</created>

Reply via email to