kotlinx-rpc
kotlinx-rpc copied to clipboard
Update Core dependencies (non-major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.gradle.kotlin.kotlin-dsl | 5.1.2 -> 5.2.0 |
||||
| org.gradle.kotlin:gradle-kotlin-dsl-plugins | 5.1.2 -> 5.2.0 |
||||
| com.gradleup.shadow | 9.0.0-beta12 -> 9.0.0-beta13 |
||||
| com.osacky.doctor:doctor-plugin | 0.10.0 -> 0.11.0 |
||||
| org.junit:junit-bom (source) | 5.12.1 -> 5.12.2 |
||||
| org.jetbrains.kotlin-wrappers:kotlin-js | 2025.4.8 -> 2025.5.8 |
||||
| io.github.oshai:kotlin-logging | 7.0.6 -> 7.0.7 |
||||
| io.ktor:ktor-client-websockets | 3.1.2 -> 3.1.3 |
||||
| io.ktor:ktor-client-core | 3.1.2 -> 3.1.3 |
||||
| io.ktor:ktor-client-cio | 3.1.2 -> 3.1.3 |
||||
| io.ktor:ktor-server-test-host | 3.1.2 -> 3.1.3 |
||||
| io.ktor:ktor-server-websockets | 3.1.2 -> 3.1.3 |
||||
| io.ktor:ktor-server-core | 3.1.2 -> 3.1.3 |
||||
| io.ktor:ktor-server-netty | 3.1.2 -> 3.1.3 |
||||
| io.ktor:ktor-websockets | 3.1.2 -> 3.1.3 |
Release Notes
GradleUp/shadow (com.gradleup.shadow)
v9.0.0-beta13
Changed
- Set
Main-Classattr for KMP 1.9.0 or above. (#1410)
Fixed
- Avoid creating jvm targets eagerly for KMP. (#1378)
JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)
v2025.5.8
What's Changed
- Wrappers Build. Avoid using
project.extensionsin task configuration by @porotkin in https://github.com/JetBrains/kotlin-wrappers/pull/2784 - Build. Enable parallel configuration caching by @porotkin in https://github.com/JetBrains/kotlin-wrappers/pull/2785
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.7...2025.5.8
v2025.5.7
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.6...2025.5.7
v2025.5.6
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.5...2025.5.6
v2025.5.5
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.4...2025.5.5
v2025.5.4
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.3...2025.5.4
v2025.5.3
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.2...2025.5.3
v2025.5.2
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.1...2025.5.2
v2025.5.1
BREAKING CHANGE
- Redundant
Jsprefix removed from types:JsTuple*->Tuple*JsContextFunction->ContextFunctionJsConstructorFunction->ConstructorFunction
v2025.5.0
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.18...2025.5.0
v2025.4.18
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.17...2025.4.18
v2025.4.17
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.16...2025.4.17
v2025.4.16
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.15...2025.4.16
v2025.4.15
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.14...2025.4.15
v2025.4.14
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.13...2025.4.14
v2025.4.13
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.12...2025.4.13
v2025.4.12
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.11...2025.4.12
v2025.4.11
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.10...2025.4.11
v2025.4.10
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.9...2025.4.10
v2025.4.9
Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.8...2025.4.9
oshai/kotlin-logging (io.github.oshai:kotlin-logging)
v7.0.7
What's Changed
- Bump com.android.library from 8.9.0 to 8.9.1 by @dependabot in https://github.com/oshai/kotlin-logging/pull/492
- Bump com.diffplug.spotless from 7.0.2 to 7.0.3 by @dependabot in https://github.com/oshai/kotlin-logging/pull/497
- Issue #484 - Optimize the KLoggerNameResolver for jvm by @scrat98 in https://github.com/oshai/kotlin-logging/pull/485
- update multiplatform to 2.1.20 by @oshai in https://github.com/oshai/kotlin-logging/pull/498
New Contributors
- @scrat98 made their first contribution in https://github.com/oshai/kotlin-logging/pull/485
Full Changelog: https://github.com/oshai/kotlin-logging/compare/7.0.6...7.0.7
ktorio/ktor (io.ktor:ktor-client-websockets)
v3.1.3
Published 5 May 2025
Improvements
- Implement toString for staticContentRoute (KTOR-8451)
- Don't send Authorization header for requests marked with markAsRefreshTokenRequest (KTOR-8107)
- ByteChannel single-byte operations are slow (KTOR-8412)
- Receiving multipart without Content-Length is very slow (KTOR-8407)
- MicrometerMetrics: different path 404s requests can be abused to trigger OOM (KTOR-8276)
- Compression & Static Content: No Vary Header when serving a compressed resource (KTOR-8326)
- HttpTimeout: Reference to nonexistent INFINITE_TIMEOUT_MS in the exception message (KTOR-8358)
Bugfixes
- Websockets: Unable to send a frame when ktor-serialization-kotlinx-json-jvm dependency is defined in Maven build (KTOR-7662)
- OkHttp: Cancelling of SSE request job doesn't cancel the connection (KTOR-8409)
- OkHttp: Exceptions are not propagated to flow collectors (KTOR-7947)
- OOM in CountedByteReadChannel while copying from multipart/form-data part channel (KTOR-8317)
- Apache5: "ProtocolException: OPTIONS request must have Content-Type header" is thrown when body isn't set (KTOR-8318)
- Netty/Websockets: server processes hanging in CLOSE_WAIT state after many concurrent requests (KTOR-7965)
- Update JTE to the version supporting Kotlin 2.1.0 (KTOR-8030)
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.