Skip to content

Update Samples dependencies #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Samples dependencies #204

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.13 -> 8.14 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server dependencies patch 0.6.1 -> 0.6.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-client dependencies patch 0.6.1 -> 0.6.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-rpc-krpc-serialization-json dependencies patch 0.6.1 -> 0.6.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-rpc-krpc-server dependencies patch 0.6.1 -> 0.6.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-rpc-krpc-client dependencies patch 0.6.1 -> 0.6.2 age adoption passing confidence
io.grpc:grpc-netty dependencies minor 1.71.0 -> 1.72.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-rpc-grpc-core dependencies minor 0.5.1-grpc-39 -> 0.6.2-grpc-49 age adoption passing confidence
org.jetbrains.kotlinx.rpc.plugin plugin patch 0.6.1 -> 0.6.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-rpc-core dependencies patch 0.6.1 -> 0.6.2 age adoption passing confidence
androidx.compose.ui:ui-tooling-preview (source) dependencies minor 1.7.8 -> 1.8.0 age adoption passing confidence
androidx.compose.ui:ui-tooling (source) dependencies minor 1.7.8 -> 1.8.0 age adoption passing confidence
androidx.compose:compose-bom dependencies patch 2025.04.00 -> 2025.04.01 age adoption passing confidence
org.jetbrains.kotlinx.rpc.plugin plugin patch 0.6.0 -> 0.6.2 age adoption passing confidence
androidx.compose.foundation:foundation (source) dependencies minor 1.7.8 -> 1.8.0 age adoption passing confidence
androidx.compose.ui:ui-test-junit4 (source) dependencies minor 1.7.8 -> 1.8.0 age adoption passing confidence
androidx.compose.ui:ui-test-manifest (source) dependencies minor 1.7.8 -> 1.8.0 age adoption passing confidence
androidx.compose.ui:ui-graphics (source) dependencies minor 1.7.8 -> 1.8.0 age adoption passing confidence
androidx.compose.ui:ui (source) dependencies minor 1.7.8 -> 1.8.0 age adoption passing confidence
org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom dependencies patch 2025.4.8 -> 2025.4.16 age adoption passing confidence
com.android.library (source) plugin patch 8.9.1 -> 8.9.2 age adoption passing confidence
com.android.application (source) plugin patch 8.9.1 -> 8.9.2 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.14

Compare Source

Kotlin/kotlinx-rpc (org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server)

v0.6.2

Published 17 April 2025

Bug fixes 🐛

Full Changelog: 0.6.1...0.6.2

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

v1.72.0

API Changes
  • util: Remove deprecated method GracefulSwitchLb.switchTo() (f207be3). It is rarely used outside of gRPC itself. The configuration is passed as lb policy configuration instead
  • xds: Add support for custom per-target credentials on the transport (#​11951) (1958e42)
  • xds: Explicitly set request hash key for the ring hash LB policy (892144d)
Bug Fixes
  • core: Apply ManagedChannelImpl's updateBalancingState() immediately (ca4819a)
  • xds: Fix cluster selection races when updating config selector (d82613a)
  • otel: Fix span names as per the A72 gRFC changes (#​11974) (94f8e93)
  • xds: ClusterResolverLoadBalancer handle update for both resolved addresses and errors via ResolutionResult (#​11997) (8681786)
Improvements
  • netty: Avoid allocating an exception on transport shutdown. This reduces allocation rate for connection-heavy workloads/load testing (a57c14a)
  • servlet: Set an explicit description for CANCELLED status (#​11927) (fca1d3c)
  • xds: gRFC A74 xDS Config Tears implementation in the XdsNameResolver (e80c197). While there is more remaining, users may already see reduced latency when resources are replaced. For example, if changing a route from one backend service to another, RPCs may see less latency during the transition
  • core: Log any exception during channel panic because of exception (3961a92). This prevents the exception from propagating up the stack on an arbitrary thread. Such exceptions are rarely interesting. Instead, the exception that caused the channel panic is the important one, and RPCs will still fail with its details
  • util: Graceful switch to new LB when leaving CONNECTING (2e260a4). Previously when using xDS and the configuration changes the LB policy, the old LB policy is used until the new one is READY. Now the old LB policy is used until the new policy becomes READY, TRANSIENT_FAILURE, or IDLE
  • core: Use java.time.Time.getNano directly in InstantTimeProvider. Previously reflection was used which would confuse R8 full mode (#​11977) (7507a9e)
  • core: Avoid cancellation exceptions when notifying watchers that already have their connections cancelled (#​11934) (350f90e)
  • rls: allow maxAge in RLS config to exceed 5 minutes if staleAge is set. Previously, the limit was 5 minutes, which isn't enough for some gRPC clients (#​11931) (c340f4a)
  • xds: avoid unnecessary dns lookup for CIDR addresses (#​11932) (602aece)
  • netty: Swap to UniformStreamByteDistributor (#​11954) (2f52a00). gRPC will no longer observe the HTTP/2 priorities, which were not used directly by gRPC and deprecated in RFC 9113
  • core: Avoid Set.removeAll() when passing a possibly-large List (#​11994) (666136b)
  • stub: trailersFromThrowable() metadata should be copied (#​11979) (a6e1c1f)
New Features
  • xds: xDS-based HTTP CONNECT configuration (#​11861) (1219706)
  • netty: Per-rpc authority verification against peer cert subject names. Overriding transport authority at rpc time is only allowed when using TlsChannelCredentials. The per-rpc authority verification feature is guarded by the environment variable GRPC_ENABLE_PER_RPC_AUTHORITY_CHECK in this release. When this is false or not set, the rpc will not fail when the authority verification fails but a warning will be logged. In a subsequent release the usage of this environment variable will be removed and RPCs will start failing if the authority doesn't match the peer certificate names. The environment variable is temporary; if you are depending on the existing insecure behavior, please file an issue (#​11724) (cdab410)
Thanks to

@​panchenko
@​emmanuel-ferdman
@​JoeCqupt

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

v2025.4.16

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.4.15...2025.4.16

v2025.4.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.4.14...2025.4.15

v2025.4.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.4.13...2025.4.14

v2025.4.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.4.12...2025.4.13

v2025.4.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.4.11...2025.4.12

v2025.4.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.4.10...2025.4.11

v2025.4.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.4.9...2025.4.10

v2025.4.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.4.8...2025.4.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 12 times, most recently from 5e1219d to 123daa4 Compare April 10, 2025 14:40
@renovate renovate bot force-pushed the renovate/samples branch 9 times, most recently from fa8aeb6 to 72057b3 Compare April 17, 2025 21:47
@renovate renovate bot force-pushed the renovate/samples branch 7 times, most recently from fc987fa to 63dc107 Compare April 23, 2025 19:17
@renovate renovate bot force-pushed the renovate/samples branch from 63dc107 to 262e2c2 Compare April 25, 2025 14:20
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