Update ktor monorepo to v3 - #164
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
2 times, most recently
from
October 29, 2024 21:07
fe2559b to
e79abb3
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
December 3, 2024 19:56
e79abb3 to
724efd3
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
December 18, 2024 23:58
724efd3 to
9e16f20
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
February 11, 2025 18:34
9e16f20 to
4039e1b
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
February 24, 2025 20:32
4039e1b to
987c05c
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
March 28, 2025 12:55
987c05c to
d801ceb
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
May 5, 2025 14:14
d801ceb to
f9a36ba
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
June 12, 2025 21:45
f9a36ba to
5dff5b4
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
July 3, 2025 18:50
5dff5b4 to
fed3457
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
July 14, 2025 10:05
fed3457 to
22eaafd
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
August 8, 2025 15:56
22eaafd to
2341ee7
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
September 11, 2025 14:01
2341ee7 to
9960b02
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
October 8, 2025 15:54
9960b02 to
cce3647
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
November 5, 2025 11:07
cce3647 to
115dd90
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
November 26, 2025 16:47
115dd90 to
3626d36
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
January 22, 2026 14:10
3626d36 to
7b5e3a8
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
March 3, 2026 14:05
7b5e3a8 to
af6fc62
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
March 27, 2026 15:13
af6fc62 to
688cc12
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
April 22, 2026 17:01
688cc12 to
4986b53
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
May 14, 2026 10:04
4986b53 to
b3bce28
Compare
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
June 25, 2026 13:34
b3bce28 to
45b2ffa
Compare
| datasource | package | from | to | | ---------- | --------------------------------------- | ------ | ----- | | maven | io.ktor:ktor-client-core | 2.3.12 | 3.5.2 | | maven | io.ktor:ktor-client-json | 2.3.12 | 3.5.1 | | maven | io.ktor:ktor-client-logging | 2.3.12 | 3.5.2 | | maven | io.ktor:ktor-client-serialization | 2.3.12 | 3.5.2 | | maven | io.ktor:ktor-client-content-negotiation | 2.3.12 | 3.5.2 | | maven | io.ktor:ktor-serialization-kotlinx-json | 2.3.12 | 3.5.1 | | maven | io.ktor:ktor-client-okhttp | 2.3.12 | 3.5.2 | | maven | io.ktor:ktor-client-java | 2.3.12 | 3.5.1 | | maven | io.ktor:ktor-client-darwin | 2.3.12 | 3.5.2 |
renovate
Bot
force-pushed
the
renovate/major-ktor-monorepo
branch
from
July 31, 2026 11:09
45b2ffa to
cc1c862
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:
2.3.12→3.5.22.3.12→3.5.22.3.12→3.5.22.3.12→3.5.22.3.12→3.5.22.3.12→3.5.22.3.12→3.5.22.3.12→3.5.22.3.12→3.5.2Release Notes
ktorio/ktor (io.ktor:ktor-client-core)
v3.5.1Compare Source
Improvements
Bugfixes
@JsonClassDiscriminatoron sealed types is ignored when generating OpenAPI discriminator schema@SerialNameof sealed subtypes is used ascomponents.schemaskeyAccept-Charsetheader is used for response deserializationnode:netstatically and breaks wasmJsBrowser webpack buildv3.5.0Compare Source
Features
Improvements
Bugfixes
withTimeoutthrows a generic CancellationException instead of TimeoutCancellationExceptionv3.4.3Compare Source
Bugfixes
configmethod is closedclose()races with in-flightexecute()since 3.4.2cancelCallOnCloseon, cancels subsequent requests when CallLogging plugin with callIdMdc is installedv3.4.2Compare Source
Improvements
formFieldLimitdocuments incorrect default value (64 KB instead of 50 MiB)Bugfixes
JsWebSocketSession._closeReasonis completed twicev3.4.1Compare Source
Improvements
Bugfixes
kty=ECandalg=nullvalidatemethod claim that it's optional, but it isn'tv3.4.0Compare Source
Features
respondResourceImprovements
formData's block inlineBugfixes
defaultRequestdue to function name collision with io.ktor.http.headersExpiresdates of Set-Cookie headercaPathis not set by default in the Curl client on linuxArm64IceServer.urlsshould be a list.getPluginIdmethod error with Kotlin 2.3.0-RCaudio/x-matroskais wrongly recognized asmkvtypeHttpClient.configConnection: Keep-Aliveheader, which is incompatible with HTTP/2junit-jupiterruntime dependency, causes conflictsv3.3.3Compare Source
Improvements
Bugfixes
v3.3.2Compare Source
Improvements
Bugfixes
maxFrameSizeoption has no effect (KTOR-6963)v3.3.1Compare Source
Improvements
Bugfixes
v3.3.0Features
Improvements
var Route.staticRootFolder: File?should be deprecated (KTOR-5836)image/bmpto the ContentType (KTOR-8735)Bugfixes
v3.2.3Compare Source
Improvements
yamlas the configuration file suffix (KTOR-8712)Bugfixes
\r\n(KTOR-8687)v3.2.2Compare Source
Improvements
eventbeforedata(KTOR-8627)Bugfixes
client.sse()acts like a REST call and not a stream in test environment (KTOR-7910)v3.2.1Compare Source
Improvements
Bugfixes
socket.awaitClosed(hangs indefinitely) since 3.2.0 (KTOR-8618)v3.2.0Compare Source
Features
Improvements
wrapWithContentandwrap(KTOR-8378)ApplicationCallfor testing (KTOR-7607)io.ktor.network.sockets.InetSocketAddress(KTOR-8490)acceptshould return 406 if theAcceptheader isn't matched (KTOR-8416)routelabel can exceed length limit (KTOR-7274)Bugfixes
testApplicationenvironment (KTOR-8436)v3.1.3Compare Source
Improvements
Bugfixes
v3.1.2Compare Source
Improvements
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.