You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,70 @@
1
+
1
2
# Apache Thrift Changelog
2
3
4
+
## 0.20.0
5
+
6
+
### Known Open Issues (Blocker or Critical)
7
+
8
+
-[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)
9
+
-[THRIFT-5468](https://issues.apache.org/jira/browse/THRIFT-5468) - Swift service generator doesn't support oneway
10
+
-[THRIFT-5654](https://issues.apache.org/jira/browse/THRIFT-5654) - LNK4042 and LNK2019 in go_validator_generator.cc
11
+
12
+
### Build Process
13
+
14
+
-[THRIFT-5747]https://issues.apache.org/jira/browse/THRIFT-5747 - warning: The macro `AC_HELP_STRING' is obsolete. You should run autoupdate. and some more warnings
15
+
16
+
### C++
17
+
18
+
-[THRIFT-5670]https://issues.apache.org/jira/browse/THRIFT-5670 - recvTimeout is not printed correctly for THRIFT_EAGAIN
19
+
20
+
### Compiler (General)
21
+
22
+
-[THRIFT-5733]https://issues.apache.org/jira/browse/THRIFT-5733 - Building code with circular `include`s can result in tons of memory usage and eventual segfault
23
+
24
+
### Delphi
25
+
26
+
-[THRIFT-5749]https://issues.apache.org/jira/browse/THRIFT-5749 - Option to enable RTTI info
27
+
-[THRIFT-5740]https://issues.apache.org/jira/browse/THRIFT-5740 - inherited interfaces should be explicitly listed in Delphi class decl
28
+
29
+
### Documentation
30
+
31
+
-[THRIFT-4606]https://issues.apache.org/jira/browse/THRIFT-4606 - LGPL license file still present
32
+
33
+
### Erlang
34
+
35
+
-[THRIFT-5635]https://issues.apache.org/jira/browse/THRIFT-5635 - Replace some removed functions with new counterparts
36
+
37
+
### Go
38
+
39
+
-[THRIFT-5744]https://issues.apache.org/jira/browse/THRIFT-5744 - Switch to slog for go library
40
+
-[THRIFT-5745]https://issues.apache.org/jira/browse/THRIFT-5745 - Implement slog.LogValuer on go TStructs
41
+
42
+
43
+
### Haxe
44
+
45
+
-[THRIFT-5734]https://issues.apache.org/jira/browse/THRIFT-5734 - generated code may lack required capitalization at class names
46
+
-[THRIFT-5742]https://issues.apache.org/jira/browse/THRIFT-5742 - Add addRange() function to Set helpers to support adding data from arbitrary enumerable containers
47
+
48
+
### Java
49
+
50
+
-[THRIFT-5738]https://issues.apache.org/jira/browse/THRIFT-5738 - Compiler build fails on Mac
51
+
52
+
### netstd
53
+
54
+
-[THRIFT-5746]https://issues.apache.org/jira/browse/THRIFT-5746 - Upgrade to net8
55
+
-[THRIFT-5743]https://issues.apache.org/jira/browse/THRIFT-5743 - add TLS1.3 to default protocols where available
56
+
-[THRIFT-5726]https://issues.apache.org/jira/browse/THRIFT-5726 - package upgrades and consolidation/improvement of build targets checks
<!-- Transport Wrappers ----><td><imgsrc="/doc/images/cgrn.png"alt="Yes"/></td><td><imgsrc="/doc/images/cgrn.png"alt="Yes"/></td><td><imgsrc="/doc/images/cgrn.png"alt="Yes"/></td><td><imgsrc="/doc/images/cgrn.png"alt="Yes"/></td>
@@ -319,7 +319,7 @@ Thrift's core protocol is TBinary, supported by all languages except for JavaScr
<!-- Transport Wrappers ----><td><imgsrc="/doc/images/cgrn.png"alt="Yes"/></td><td><imgsrc="/doc/images/cred.png"alt=""/></td><td><imgsrc="/doc/images/cred.png"alt=""/></td><td><imgsrc="/doc/images/cred.png"alt=""/></td>
s.summary="Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC."
5
5
s.description=<<-DESC
6
6
The Apache Thrift scalable cross-language software framework for networked services development combines a software stack with a code generation engine to build services that work efficiently and seamlessly between many programming languages.
@@ -10,6 +10,6 @@ The Apache Thrift scalable cross-language software framework for networked servi
0 commit comments