Releases: TimOrtel/GRPC-Kotlin-Multiplatform
Releases · TimOrtel/GRPC-Kotlin-Multiplatform
1.5.0
What's Changed
- Remove accesses to project during task execution time by @TimOrtel in #112
- Allow adding custom trusted certificates by @TimOrtel in #113
- Add support for client certificate credentials by @TimOrtel in #114
- Implement cert/key improvements by @TimOrtel in #117
- Update kotlin to
2.2.21 - Update ktor to
3.3.2 - Update grpc java to
1.76.0 - Update grpc kotlin to
1.5.0 - Update bytes to
1.11.0 - Update log to
0.4.28
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- Feature: Add keep-alive support by @danslavetskiy in #105
- Bugfix: MemoryRawSource position tracking by @danslavetskiy and @Falon452 in #107
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Feature: Allow setting generated code visbility by @TimOrtel in #89
- Bugfix: Fix string serialization in the presence of multibyte characters. by @TimOrtel in #95
- Bugfix: Workaround for nullable type generation; fix optional enum required size calculation by @TimOrtel in #96
- Bugfix: Android Dex Error on Release builds by @TimOrtel in #99
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Bugfix: Fix messages using field named "tag" produce non-compiling code by @TimOrtel in #76
- Bugfix: Fix reserved field interpretation by @TimOrtel in #77
- Bugfix: Fix code generation for files using underscores by @TimOrtel in #78
- Improvement: Ignore deprecation on generated sources by @TimOrtel in #79
- Feature: Support packed option by @TimOrtel in #81
- Improvement: Field Tag Compile Constants by @TimOrtel in #82
- Improvement: Internal Annotation on JS sources by @TimOrtel in #84
- Update kotlin to
2.2.10 - Update okio to
3.16.0
Full Changelog: 1.1.0...1.2.0
1.1.0
1.0.0
What's Changed
- Bump Kotlin version to
2.1.20 - New proto parser that fully supports the proto3 language syntax
- Support for
client-streamingandbidi-streaming - Support for well known types
- Proper name conflict resolution
- Support for unknown fields
- Suport for
wasmjsandnodejs - Use gRPC Rust (tonic) for all native targets
- Support for interceptors
- Support for optional fields
Full Changelog: 0.4.0...1.0.0