Skip to content

Commit

Permalink
Preparing 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-G committed Mar 12, 2024
1 parent 417eafd commit 0d0ac75
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
@@ -1,3 +1,4 @@

# Apache Thrift Changelog

## 0.20.0
Expand Down Expand Up @@ -33,6 +34,12 @@

- [THRIFT-5635]https://issues.apache.org/jira/browse/THRIFT-5635 - Replace some removed functions with new counterparts

### Go

- [THRIFT-5744]https://issues.apache.org/jira/browse/THRIFT-5744 - Switch to slog for go library
- [THRIFT-5745]https://issues.apache.org/jira/browse/THRIFT-5745 - Implement slog.LogValuer on go TStructs


### Haxe

- [THRIFT-5734]https://issues.apache.org/jira/browse/THRIFT-5734 - generated code may lack required capitalization at class names
Expand All @@ -54,6 +61,9 @@
- [THRIFT-5754]https://issues.apache.org/jira/browse/THRIFT-5754 - Fix PHP 8.1 deprecates passing null to non-nullable internal function parameters
- [THRIFT-5753]https://issues.apache.org/jira/browse/THRIFT-5753 - PHP 8.1 deprecated warning about return type in jsonSerialize functions

### Python

- [THRIFT-5688]https://issues.apache.org/jira/browse/THRIFT-5688 - Add PyPI publishing github actions

## 0.19.0

Expand Down
6 changes: 6 additions & 0 deletions Makefile.am
Expand Up @@ -141,6 +141,12 @@ EXTRA_DIST = \
.flake8 \
.gitattributes \
.gitignore \
.github/dependabot.yml \
.github/pull_request_template.md \
.github/stale.yml \
.github/workflows/build.yml \
.github/workflows/cmake.yml \
.github/workflows/pypi.yml \
.travis.yml \
ApacheThrift.nuspec \
appveyor.yml \
Expand Down
2 changes: 2 additions & 0 deletions lib/go/test/Makefile.am
Expand Up @@ -138,6 +138,8 @@ EXTRA_DIST = \
dontexportrwtest \
tests \
common \
go.mod \
go.sum \
BinaryKeyTest.thrift \
ClientMiddlewareExceptionTest.thrift \
ConflictArgNamesTest.thrift \
Expand Down
2 changes: 2 additions & 0 deletions test/Makefile.am
Expand Up @@ -144,6 +144,7 @@ EXTRA_DIST = \
AnnotationTest.thrift \
BrokenConstants.thrift \
ConstantsDemo.thrift \
v0.16/ConstantsDemo.thrift \
DebugProtoTest.thrift \
v0.16/DebugProtoTest.thrift \
DenseLinkingTest.thrift \
Expand All @@ -159,6 +160,7 @@ EXTRA_DIST = \
ManyOptionals.thrift \
ManyTypedefs.thrift \
NameConflictTest.thrift \
v0.16/NameConflictTest.thrift \
OptionalRequiredTest.thrift \
Recursive.thrift \
ReuseObjects.thrift \
Expand Down
2 changes: 2 additions & 0 deletions test/go/Makefile.am
Expand Up @@ -63,4 +63,6 @@ genmock: gopath
EXTRA_DIST = \
src/bin \
src/common \
go.mod \
go.sum \
genmock.sh
10 changes: 10 additions & 0 deletions tutorial/swift/Makefile.am
Expand Up @@ -31,3 +31,13 @@ tutorialserver: gen_swift

tutorialclient: gen_swift
swift run TutorialClient

EXTRA_DIST = \
Package.swift \
swift-dep \
Sources/TutorialClient/main.swift \
Sources/TutorialRunner/main.swift \
Sources/TutorialServer/main.swift \
Sources/TutorialServer/CalculatorService.swift \
README.md

0 comments on commit 0d0ac75

Please sign in to comment.