Releases: grpc/grpc-swift-extras
Releases · grpc/grpc-swift-extras
1.1.0
What's Changed
SemVer Minor
SemVer Patch
- Make
PeerAddress/init
faster by @gjcairo in #37 - Use unchecked subtraction in PeerAddress init by @gjcairo in #38
- Fix metadata check in interop tests by @glbrntt in #39
- Update generated code by @glbrntt in #44
- Add support for deflate to interop test case by @gjcairo in #45
- Update generated code by @glbrntt in #46
- Move availability inline by @glbrntt in #47
Other Changes
- Rename nightly_6_1 params to nightly_next by @rnro in #40
- Add static SDK CI workflow by @rnro in #41
- Enable Swift 6.1 jobs in CI by @rnro in #43
- Workaround SwiftPM bug for API breakage checks by @glbrntt in #48
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
This is the first stable release of gRPC Swift Extras.
To learn more about gRPC Swift check out the documentation on the Swift Package Index, or try out one of the examples.
Changes
Full Changelog: 1.0.0-rc.1...1.0.0
1.0.0-rc.1
What's Changed
✨ New APIs
- Add a new module,
GRPCServiceLifecycle
providing integration with Swift Service Lifecycle. (#29)
💥 API changes
- Rename the client and server tracing interceptors to be OTel specific and move them to the
OTelTracingInterceptors
module. (#25, #27, #31)
🔧 Other changes
- Add missing documentation bundles. (#32)
Full Changelog: 1.0.0-beta.3...1.0.0-rc.1
1.0.0-beta.3
1.0.0-beta.2
What's Changed
✨ New APIs
🔧 Other Changes
- Enable MemberImportVisibility check on all targets by @rnro in #16
- Use FoundationEssentials where possible by @glbrntt in #17
- Update release.yml by @FranzBusch in #18
- Bump versions by @glbrntt in #22
New Contributors
- @FranzBusch made their first contribution in #18
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
1.0.0-beta.1
gRPC Swift Extras 1.0.0-alpha.1
Please refer to https://github.com/grpc/grpc-swift/releases/tag/2.0.0-alpha.1