Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2024

This PR contains the following updates:

Package Change Age Confidence
ch.qos.logback:logback-classic (source, changelog) 1.5.18 -> 1.5.19 age confidence
io.grpc:grpc-netty 1.75.0 -> 1.76.0 age confidence
io.ktor.plugin 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-client-js 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-client-cio 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-client-websockets 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-client-core 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-test-host 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-host-common-jvm 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-websockets-jvm 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-cors-jvm 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-netty-jvm 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-core-jvm 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-serialization-kotlinx-json 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-client-serialization 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-client-content-negotiation 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-client-okhttp 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-client-websockets-js 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-cio 3.3.0 -> 3.3.1 age confidence
androidx.compose.material3:material3 (source) 1.3.2 -> 1.4.0 age confidence
androidx.compose.ui:ui-tooling-preview (source) 1.9.1 -> 1.9.3 age confidence
androidx.compose.ui:ui-tooling (source) 1.9.1 -> 1.9.3 age confidence
androidx.compose:compose-bom 2025.09.00 -> 2025.10.00 age confidence
org.jetbrains.kotlinx.rpc.plugin 0.10.0-grpc-127 -> 0.10.0 age confidence
androidx.compose.foundation:foundation (source) 1.9.1 -> 1.9.3 age confidence
androidx.compose.ui:ui-test-junit4 (source) 1.9.1 -> 1.9.3 age confidence
androidx.compose.ui:ui-test-manifest (source) 1.9.1 -> 1.9.3 age confidence
androidx.compose.ui:ui-graphics (source) 1.9.1 -> 1.9.3 age confidence
androidx.compose.ui:ui (source) 1.9.1 -> 1.9.3 age confidence
org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom 2025.9.8 -> 2025.10.6 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

grpc/grpc-java (io.grpc:grpc-netty)

v1.76.0

Bug Fixes
  • xds: ClusterResolverLb has been converted to use XdsDepManager, which finishes the changes for gRFC A74 xDS Config Tears. This change should resolve some unnecessary reconnections introduced in v1.75.0 when using weighted_round_robin and maybe other policies.
  • compiler: A fix has been implemented for the blockingV2 stub to mangle generated method names that conflict with java.lang.Object methods.
  • servlet: A race condition in AsyncServletOutputStreamWriter has been fixed to prevent threads from getting stuck.
  • servlet: An issue where AsyncContext.complete() was called multiple times, causing an IllegalStateException, has been resolved.
  • binder: The REMOTE_UID is now required to hold the exact UID passed to the SecurityPolicy.
  • binder: The server will now only accept post-setup transactions from the authorized server UID.
  • util: AdvancedTlsX509TrustManager now errors with a message to say that files don’t exist instead of the previous “Files were unmodified before their initial update. Probably a bug.”
  • android: A fix has been implemented for network change handling on API levels below 24.
Improvements
  • api: Allocations of Attributes.Builder have been reduced. This mostly benefits attributes.toBuilder(), but that’s not expected to be visible in regular workloads.
  • api: An empty array allocation in LoadBalancer.CreateSubchannelArgs.Builder has been avoided. It is a small optimization and is not expected to have any performance impact.
  • servlet: A configurable methodNameResolver has been added to configure the mapping from servlet request paths to gRPC method name
  • servlet: Avoid a race by increasing the AsyncContext timeout by 5 seconds. The gRPC Context timeout should trigger first
  • xds: Pretty-print envoy.service.discovery.v3.Resource in debug logs
  • bazel: The java/proto rules from rules_java/rules_proto are now used instead of native rules.
  • bazel: Unnecessary direct build dependencies were removed from some targets
  • netty: Support for the BCJSSE provider has been added in GrpcSslContexts.
  • netty: Huffman coding in server response headers has been disabled; it was already disabled for client request headers
  • netty: Include allow header for HTTP response code 405
  • okhttp: Include allow header for HTTP response code 405
  • binder: Error descriptions for ServiceConnection callbacks have been improved
  • binder: Apps can now call SecurityPolicy.checkAuthorization() by PeerUid.
New Features
  • stub: Trailers are now propagated in StatusException when thrown by BlockingClientCall.
  • compiler: Support for macOS aarch64 with a universal binary has been added.
  • opentelemetry: grpc.subchannel.* metrics as described in gRFC A94 OTel metrics for Subchannels have been added. grpc.disconnect_error will show as “unknown” until transports implement support
  • binder: A NameResolver for Android's intent: URIs has been introduced.
  • binder: A basic SocketStats with just the local and remote addresses has been added for channelz.
Documentation
  • SECURITY.md: The documentation now describes how to use gcompat with LD_PRELOAD for Alpine.
  • examples: The documentation now explains Bazel BCR releases and the git_override option.
Dependencies
  • Upgraded Guava version to 33.4.8.
  • The org.apache.tomcat:annotations-api dependency has been removed from the examples.
Thanks to

@​JoeCqupt
@​Sangamesh1997
@​benjaminp
@​camelcc
@​dmytroreutov
@​duckladydinh
@​jirkafm
@​kilink
@​panchenko
@​umairk79
@​vimanikag
@​werkt
@​xuhongxu96
@​zrlw

ktorio/ktor (io.ktor:ktor-client-js)

v3.3.1

Compare Source

Published 8 October 2025

Improvements
  • Add a note about SSE session lifetime in KDoc (KTOR-8440)
  • Update Kotlin to 2.2.20 (KTOR-8896)
Bugfixes
  • NumberFormatException when Content-Length header value contains null bytes (KTOR-4828)
  • SerializationException: Serializer for class 'ClientSSESession' is not found when server responds with JSON (KTOR-7631)
  • Netty: loadConfiguration missing enableHttp2 and enableH2c properties (KTOR-8898)
  • Netty: EmbeddedServer.stop always blocks for twice of shutdownGracePeriod (KTOR-8770)
  • shutdownGracePeriod is used instead of shutdownTimeout in EmbeddedServer.stop() (KTOR-8771)
  • Support serving static resources within bootJar (KTOR-8592)
Kotlin/kotlinx-rpc (org.jetbrains.kotlinx.rpc.plugin)

v0.10.0

Published 1 October 2025

Overview

This release brings a lot of changes, work:

  • Kotlin 2.2.20 and 2.2.10 support
  • kRPC: Backpressure

To read about the backpressure feature,
see the updated kRPC Configuration page.

Breaking Changes 🔴
Features 🎉
Bug fixes 🐛
Documentation 📗
Infra 🚧
Other Changes 🧹

New Contributors

Full Changelog: 0.9.1...0.10.0

JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom)

v2025.10.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.5...2025.10.6

v2025.10.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.4...2025.10.5

v2025.10.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.3...2025.10.4

v2025.10.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.2...2025.10.3

v2025.10.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.1...2025.10.2

v2025.10.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.0...2025.10.1

v2025.10.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.9.11...2025.10.0

v2025.9.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.9.10...2025.9.11

v2025.9.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.9.9...2025.9.10

v2025.9.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.9.8...2025.9.9


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependencies bump label Sep 24, 2024
@renovate renovate bot requested a review from Mr3zee September 24, 2024 09:23
@renovate renovate bot force-pushed the renovate/samples branch from 8d8cae9 to ae3910d Compare September 27, 2024 09:11
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3 Update Samples dependencies Sep 27, 2024
@renovate renovate bot force-pushed the renovate/samples branch 9 times, most recently from 217d48d to 7a42915 Compare October 7, 2024 21:16
@renovate renovate bot force-pushed the renovate/samples branch 8 times, most recently from 61acd80 to 0e59d54 Compare October 15, 2024 12:10
@renovate renovate bot force-pushed the renovate/samples branch 3 times, most recently from 3f635c1 to 671c4bc Compare October 20, 2024 20:00
@renovate renovate bot force-pushed the renovate/samples branch 6 times, most recently from 4bf83a5 to a6e90c7 Compare October 30, 2024 09:06
@renovate renovate bot force-pushed the renovate/samples branch 8 times, most recently from f050a38 to 907a260 Compare September 17, 2025 01:52
@renovate renovate bot force-pushed the renovate/samples branch 7 times, most recently from 08439db to be3442a Compare September 30, 2025 18:09
@renovate renovate bot force-pushed the renovate/samples branch 12 times, most recently from 0ac19db to ccf26ed Compare October 8, 2025 21:28
@renovate renovate bot force-pushed the renovate/samples branch from ccf26ed to 8844acf Compare October 11, 2025 09:56
@renovate renovate bot force-pushed the renovate/samples branch from 8844acf to 2957d8e Compare October 12, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants