Skip to content

Commit c1e33a8

Browse files
committedMar 3, 2021
version 0.14.1
1 parent 65291da commit c1e33a8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
 

‎CHANGES.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Apache Thrift Changelog
22

3+
## 0.14.1
4+
5+
### Known Open Issues (Blocker or Critical)
6+
7+
- [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)
8+
- [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
9+
- [THRIFT-5245](https://issues.apache.org/jira/browse/THRIFT-5245) - NPE when the value of map's key is null
10+
11+
### Deprecated Languages
12+
13+
- [THRIFT-5347](https://issues.apache.org/jira/browse/THRIFT-5347) - Deprecate Haskell bindings
14+
15+
### Build Process
16+
17+
- [THRIFT-5334](https://issues.apache.org/jira/browse/THRIFT-5334) - version of thrift-maven-plugin is not sync with the main project
18+
19+
### Delphi
20+
21+
- [THRIFT-5350](https://issues.apache.org/jira/browse/THRIFT-5350) - 0.14.0 fails to build on non-x86
22+
23+
### Go
24+
25+
- [THRIFT-5353](https://issues.apache.org/jira/browse/THRIFT-5353) - Namespace from type is ignored in generated code
26+
27+
### Python
28+
29+
- [THRIFT-5352](https://issues.apache.org/jira/browse/THRIFT-5352) - Python: IDL exceptions with no fields can't be instantiated
30+
31+
### Rust
32+
33+
- [THRIFT-5299](https://issues.apache.org/jira/browse/THRIFT-5299) - rs implementation compact protocol seq_id should not use zigzag encoding.
34+
35+
336
## 0.14.0
437

538
### Deprecated Languages

0 commit comments

Comments
 (0)
Please sign in to comment.