summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-03-27 01:01:06 +0100
committerJens Geyer <jensg@apache.org>2021-03-27 01:03:26 +0100
commit5bae216dbcb4ccbf8e59f7af38808a04988f7b25 (patch)
tree0b51c94ae3c0fa575cea804633b91a6945226735 /CHANGES.md
parente1eb1dc3e400daf1d654f0d045c6990a5c1ada6e (diff)
downloadthrift-5bae216dbcb4ccbf8e59f7af38808a04988f7b25.tar.gz
merged 0.14.1 changes into master & added 0.15.0 breaking changes section
Patch: Jens Geyer
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index eddc05fd9..5ae6920b5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,47 @@
# Apache Thrift Changelog
+## 0.15.0
+
+### Breaking Changes
+
+- [THRIFT-5229](https://issues.apache.org/jira/browse/THRIFT-5229) - ActionScript 3 support dropped
+- [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
+
+
+## 0.14.1
+
+### 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-5098](https://issues.apache.org/jira/browse/THRIFT-5098) - Deprecated: "The high level Network interface is no longer supported. Please use Network.Socket." and other Haskell issues
+- [THRIFT-5245](https://issues.apache.org/jira/browse/THRIFT-5245) - NPE when the value of map's key is null
+
+### Deprecated Languages
+
+- [THRIFT-5347](https://issues.apache.org/jira/browse/THRIFT-5347) - Deprecate Haskell bindings
+
+### Build Process
+
+- [THRIFT-5334](https://issues.apache.org/jira/browse/THRIFT-5334) - version of thrift-maven-plugin is not sync with the main project
+
+### Delphi
+
+- [THRIFT-5350](https://issues.apache.org/jira/browse/THRIFT-5350) - 0.14.0 fails to build on non-x86
+
+### Go
+
+- [THRIFT-5353](https://issues.apache.org/jira/browse/THRIFT-5353) - Namespace from type is ignored in generated code
+
+### Python
+
+- [THRIFT-5352](https://issues.apache.org/jira/browse/THRIFT-5352) - Python: IDL exceptions with no fields can't be instantiated
+
+### Rust
+
+- [THRIFT-5299](https://issues.apache.org/jira/browse/THRIFT-5299) - rs implementation compact protocol seq_id should not use zigzag encoding.
+
+
## 0.14.0
### Deprecated Languages