Releases: grpc/grpc-swift-protobuf
Releases · grpc/grpc-swift-protobuf
1.0.0-beta.2
What's Changed
✨ New APIs
🐛 Bug Fixes
- Ignore case for boolean option values in protoc-gen-grpc-swift by @glbrntt in #20
- Make check for bundled protos more resilient by @glbrntt in #21
🔧 Other Changes
- Use FoundationEssentials where possible by @glbrntt in #23
- Bump version by @glbrntt in #24
- Enable MemberImportVisibility check on all targets by @rnro in #19
- Update release.yml by @glbrntt in #25
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
1.0.0-beta.1
What's Changed
See also https://github.com/grpc/grpc-swift/releases/tag/2.0.0-beta.1 for changes to the core package.
✨ Notable changes
- Import 'SwiftProtobuf' in generated code when well-known types are used (#16, #17)
- Fix casing of generated services and methods (#8)
🔧 Other Changes
- Add deployment targets to the package manifest (#7)
- Simplify code generator tests (#14)
- CI improvements (#10, #15)
- Use language mode 6 in tests (#11)
- Fix tests after changes in core (#12)
- Bump grpc-swift version (#18)
Full Changelog: 1.0.0-alpha.1...1.0.0-beta.1
gRPC Swift Protobuf 1.0.0-alpha.1
Please refer to https://github.com/grpc/grpc-swift/releases/tag/2.0.0-alpha.1