github Kotlin/kotlinx-rpc 0.11.0-grpc-190

pre-release4 hours ago

Migration from 0.10.0-grpc-189

Several things have changed in this release.
Please update your code accordingly.

Method names

All gRPC method names and protobuf message fields are now generated in lowerCamelCase by default.
Use rpc.buf.generate.camelCaseNames property in Gradle DSL to disable this behavior.

Changes

Features ๐ŸŽ‰

Bug fixes ๐Ÿ›

  • Fix unhandled exception crash in NativeClientCall.runBatch on iOS by @ArturRahimzyanov in #750
  • KXRPC-673: Import proto configurations from imported source set by @eminasljivic in #755
  • KXRPC-679: Fix shim klib linking for Kotlin 2.4.20+ by @Jozott00 in #762

Infra ๐Ÿšง

Other Changes ๐Ÿงน

  • Remove watchosArm32 target and adjust to new kotlin version by @eminasljivic in #751
  • Fix compiler plugin compilation against Kotlin master 2.5.0 by @Mr3zee in #757

New Contributors

Full Changelog: 0.11.0-grpc-189...0.11.0-grpc-190

Don't miss a new kotlinx-rpc release

NewReleases is sending notifications on new releases.