Update Samples dependencies#613
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
4e04665 to
7ce9279
Compare
7ce9279 to
c5cdd41
Compare
c5cdd41 to
3dcc82b
Compare
3dcc82b to
3179d19
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.14.3→8.14.59.4.0→9.5.01.5.20→1.5.320.10.2→0.11.0-grpc-1880.10.2→0.11.0-grpc-1880.10.2→0.11.0-grpc-1880.10.2→0.11.0-grpc-1881.79.0→1.81.00.10.2→0.11.0-grpc-1880.10.2→0.11.0-grpc-1880.10.2→0.11.0-grpc-1881.10.2→1.11.01.10.2→1.11.01.9.0→1.11.01.9.0→1.11.03.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.33.3.1→3.4.31.9.1→1.10.30.7.1→0.8.0-0.6.x-compat1.9.4→1.11.11.9.4→1.11.12025.10.01→2025.12.013.4.1→3.4.33.4.1→3.4.33.4.1→3.4.33.4.1→3.4.31.10.2→1.11.01.5.14→1.5.151.17.0→1.18.01.9.4→1.11.11.9.4→1.11.11.9.4→1.11.11.9.4→1.11.11.9.4→1.11.11.10.2→1.10.31.0.0→1.1.11.10.5→1.11.11.10.5→1.11.11.11.0→1.13.01.10.2→1.11.02.9.6→2.10.02.9.6→2.10.02025.10.12→2025.12.128.13.0→8.13.28.13.0→8.13.29.1.0→9.2.19.1.0→9.2.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gradle/gradle (gradle)
v8.14.5Compare Source
v8.14.4Compare Source
Kotlin/kotlinx-rpc (org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server)
v0.11.0-grpc-188Compare Source
Features 🎉
Bug fixes 🐛
Documentation 📗
Infra 🚧
Other Changes 🧹
New Contributors
Full Changelog: 0.11.0-grpc-187...0.11.0-grpc-188
v0.11.0-grpc-187Compare Source
Bug fixes 🐛
thisqualifier for fields in generatedhashCodemethods by @Jozott00 in #642Infra 🚧
Other Changes 🧹
Full Changelog: 0.11.0-grpc-186...0.11.0-grpc-187
v0.11.0-grpc-186Compare Source
Features 🎉
Bug fixes 🐛
Documentation 📗
Infra 🚧
Full Changelog: 0.11.0-grpc-185...0.11.0-grpc-186
v0.11.0-grpc-185Compare Source
Overview
This release introduces gRPC and Protocol Buffers support for kotlinx-rpc — a Kotlin Multiplatform
implementation of gRPC with native protobuf serialization.
Two approaches are supported:
.protofiles, and the Gradle plugin generatesidiomatic Kotlin code with
suspendfunctions,Flow-based streaming, and type-safe message builders.See the gRPC configuration and
generated code docs.
(
kotlinx.serialization, customGrpcMarshaller, etc.), no.protofiles needed.See the gRPC services docs.
Supported gRPC workflows:
Flow)Flow)Flow)Supported protobuf features:
kotlinx.serializationor customGrpcMarshallerSupported platforms: JVM, Android, iOS, macOS, Linux.
Features 🎉
Grpc.Methodannotation by @Mr3zee in #487hashCode,equalsandtoStringfor generated messages by @Mr3zee in #490copymethod for generated messages by @Jozott00 in #539protoServiceNameto@Grpcannotation by @Jozott00 in #563CodecConfigandcodecfunction by @Jozott00 in #565ProtobufConfigwithdiscardUnknownFieldsoption by @Jozott00 in #569@GeneratedProtoMessageannotation and descriptor object by @Jozott00 in #572Anyextension functions by @Jozott00 in #577descriptor.protogeneration by @Mr3zee in #600Bug fixes 🐛
onReady()listener delegation — native server streaming fix (KRPC-220) by @Jozott00 in #477grpc-marshallerdependency toprotobuf-core(KRPC-219) by @Mr3zee in #595Documentation 📗
Infra 🚧
Other Changes 🧹
InputStreamabstraction in common by @Jozott00 in #571Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.