Releases: grpc/grpc-swift-extras
Releases · grpc/grpc-swift-extras
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