Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: guardian/french-thrift

v0.21.0-gu2

11 Dec 12:14

Choose a tag to compare

Generate async server implementation for Swift

This originally comes from https://github.com/apache/thrift/pull/1997, raised by
David Furey in January 2020, which added support to the compiler for generating
interfaces which allow Swift servers to respond to client requests asynchronously.
Although that PR wasn't merged, we have maintained our fork of the Thrift library
as https://github.com/guardian/french-thrift, and occasionally tweaked the code
to keep up with changes.

This single commit contains the 3 commits from David's original PR, along with:

* 73bca53db849ab0afdde264731813ba85cfc51f0 - Hash (into)
* c87b89cf1a08877ba0764357603b32802a452ce6 - Use stdlib Result instead of TAsyncResult
* 94cccfda5e2713572b560a024df5f8a9d558b7dd - Swift 5.1 support

Co-authored-by: Simone Smith <[email protected]>
Co-authored-by: David Furey <[email protected]>
Co-authored-by: Sophie Lambrakis <[email protected]>
Co-authored-by: Alexander Edge <[email protected]>

v0.21.0-prerelease

04 Dec 11:10
d961d36

Choose a tag to compare

v0.21.0-prerelease Pre-release
Pre-release
Merge pull request #13 from guardian/thrift-0.19

Fork from `apache/[email protected]` for the `mobile-apps` branch

Update to `apache/[email protected]`

08 Mar 15:18
d961d36

Choose a tag to compare

0.19.0-prerelease

24 Oct 12:56

Choose a tag to compare

0.19.0-prerelease Pre-release
Pre-release

This prerelease will be used to check that consumers of french-thrift are compatible with these changes.

Swift 5.1 Support

26 Mar 16:21
7034202

Choose a tag to compare

Merge pull request #3 from guardian/swift-deprecations

Swift 5 deprecations