Skip to content

Update ktor monorepo to v3.2.0 #28

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

Merged
merged 1 commit into from
Jun 24, 2025
Merged

Update ktor monorepo to v3.2.0 #28

merged 1 commit into from
Jun 24, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-utils 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-network 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-io 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-java 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-okhttp 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-apache 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-cio 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-core 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-test-host 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-websockets 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-compression 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-tomcat-jakarta 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-cio 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-jetty-jakarta 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-netty 3.1.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-core 3.1.3 -> 3.2.0 age adoption passing confidence

Release Notes

ktorio/ktor (io.ktor:ktor-utils)

v3.2.0

Published 12 June 2025

Features
  • Dependency injection Ktor extension (KTOR-8267)
  • Support Version Catalog (KTOR-8162)
  • Unix domain socket support at the Ktor Engine level (KTOR-4766)
  • Allow suspend Ktor modules (KTOR-8005)
  • Ability to use browser cookie storage (KTOR-539)
  • Configuration file deserialization (KTOR-7874)
  • HttpCache: Support evicting/clearing cache (KTOR-6653)
  • File configuration for dependencies (KTOR-8304)
Improvements
  • Excessive allocation of ApplicationConfig when loading multiple files from CLI (KTOR-8563)
  • Linux curl engine doesn't work for simultaneous websocket and http request (KTOR-8259)
  • ktor-network produces ProGuard warning (KTOR-8525)
  • More overloads for StringValuesBuilder.appendAll (KTOR-8573)
  • HttpClientCall: Deprecate wrapWithContent and wrap (KTOR-8378)
  • Add a way to create an ApplicationCall for testing (KTOR-7607)
  • Configuration access API improvements (KTOR-8185)
  • Application instance access in testApplication (KTOR-8215)
  • The TestApplication client should be configurable and mutable (KTOR-8465)
  • Support accessing resolved IP address on an instance of io.ktor.network.sockets.InetSocketAddress (KTOR-8490)
  • Deprecate SaveBodyPlugin in favor of HttpClientCall.save (KTOR-8367)
  • Obscure log message on server startup (KTOR-8519)
  • Routing: accept should return 406 if the Accept header isn't matched (KTOR-8416)
  • MicrometerMetrics: the route label can exceed length limit (KTOR-7274)
  • Micrometer: Make route label configurable (KTOR-8183)
  • Add more common ContentType values (KTOR-7108)
Bugfixes
  • Logging/Darwin: IOException is thrown when detecting if body is a binary (KTOR-8581)
  • Netty: NoSuchElementException or empty headers when responding with 204 (KTOR-8528)
  • YAML configuration: NoSuchElementException when parameter is expanded with curly braces (KTOR-8575)
  • ApplicationConfig: Most of the content is absent after merging configs (KTOR-8565)
  • Android: "ProtocolException: TRACE does not support writing" when sending TRACE request (KTOR-8352)
  • The "Content-Length: 0" header is added for GET requests sent to some servers (KTOR-6508)
  • HttpRequestRetry: requests with some IOException's thrown by Java engine aren't retried (KTOR-6770)
  • HttpCookies: Encoding of request cookies is not preserved in CookiesStorage (KTOR-8343)
  • Url class mangles data URLs (KTOR-5708)
  • SaveBodyPlugin: Logging plugin consumes response body (KTOR-6474)
  • Config deserialization does not respect testApplication environment (KTOR-8436)
  • Resources: Exclude a parent from query params when it is an object (KTOR-8507)
  • BearerAuthProvider does not clear token if refreshTokens returns null (KTOR-8470)
  • Coroutines launched from RoutingContext are not cancelled upon server shutdown (KTOR-8338)
  • Application job is not joined during shutdown (KTOR-8291)
  • HttpCache: InvalidCacheStateException thrown when Vary header has different entries is overly severe (KTOR-8345)
  • Fix socket channel close handling (KTOR-8201)

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 force-pushed the renovate/ktor-monorepo branch from 5854681 to 50229de Compare August 26, 2024 11:27
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 50229de to f0546a0 Compare September 30, 2024 10:39
@renovate renovate bot changed the title Update ktor monorepo to v2.3.12 Update ktor monorepo Sep 30, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from f0546a0 to 33d8aa2 Compare September 30, 2024 11:52
@renovate renovate bot changed the title Update ktor monorepo Update ktor monorepo to v3.0.0-rc-2-eap-1101 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 33d8aa2 to 797bba8 Compare September 30, 2024 22:48
@renovate renovate bot changed the title Update ktor monorepo to v3.0.0-rc-2-eap-1101 Update ktor monorepo to v3.0.0-rc-2-eap-1102 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 797bba8 to ac081fb Compare October 2, 2024 22:49
@renovate renovate bot changed the title Update ktor monorepo to v3.0.0-rc-2-eap-1102 Update ktor monorepo to v3.0.0-rc-2-eap-1103 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from ac081fb to e14ef45 Compare October 3, 2024 10:07
@renovate renovate bot changed the title Update ktor monorepo to v3.0.0-rc-2-eap-1103 Update ktor monorepo to v3.0.0-rc-2 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from e14ef45 to 4917b03 Compare October 9, 2024 16:57
@renovate renovate bot changed the title Update ktor monorepo to v3.0.0-rc-2 Update ktor monorepo to v3.0.0 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 4917b03 to c1f7614 Compare October 10, 2024 22:51
@renovate renovate bot changed the title Update ktor monorepo to v3.0.0 Update ktor monorepo to v3.0.1-eap-1112 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from c1f7614 to edd421f Compare October 11, 2024 22:40
@renovate renovate bot changed the title Update ktor monorepo to v3.0.1-eap-1112 Update ktor monorepo to v3.0.1-eap-1113 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from edd421f to fc7d64f Compare October 12, 2024 21:39
@renovate renovate bot changed the title Update ktor monorepo to v3.0.1-eap-1113 Update ktor monorepo to v3.0.1-eap-1114 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from fc7d64f to b9bdc41 Compare October 13, 2024 22:52
@renovate renovate bot changed the title Update ktor monorepo to v3.0.1-eap-1114 Update ktor monorepo to v3.0.1-eap-1115 Oct 13, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from b9bdc41 to 77677e1 Compare October 15, 2024 20:26
@renovate renovate bot changed the title Update ktor monorepo to v3.0.1-eap-1115 Update ktor monorepo Oct 15, 2024
@renovate renovate bot changed the title Update ktor monorepo Update ktor monorepo to v3.0.1-eap-1116 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 77677e1 to dbee9bc Compare October 16, 2024 20:36
@renovate renovate bot changed the title Update ktor monorepo to v3.0.1-eap-1116 Update ktor monorepo to v3.0.1-eap-1117 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from dbee9bc to 08f7b5e Compare October 17, 2024 21:06
@renovate renovate bot changed the title Update ktor monorepo to v3.0.1-eap-1117 Update ktor monorepo to v3.0.1-eap-1118 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 08f7b5e to dbe2b87 Compare October 18, 2024 20:27
@renovate renovate bot changed the title Update ktor monorepo to v3.0.1-eap-1118 Update ktor monorepo Oct 18, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 2aa8be8 to d4d2834 Compare May 27, 2025 18:05
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1332 Update ktor monorepo to v3.2.0-eap-1333 May 27, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from d4d2834 to a5d9a4e Compare May 27, 2025 21:00
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1333 Update ktor monorepo to v3.2.0-eap-1334 May 27, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from a5d9a4e to cf51f84 Compare May 28, 2025 20:58
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1334 Update ktor monorepo to v3.2.0-eap-1335 May 28, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from cf51f84 to bb7f196 Compare May 29, 2025 12:49
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1335 Update ktor monorepo to v3.2.0-eap-1336 May 29, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from bb7f196 to 1098632 Compare May 29, 2025 20:34
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1336 Update ktor monorepo to v3.2.0-eap-1337 May 29, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 1098632 to 75f23ff Compare May 30, 2025 20:51
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1337 Update ktor monorepo to v3.2.0-eap-1338 May 30, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 75f23ff to 7797f83 Compare May 31, 2025 20:21
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1338 Update ktor monorepo May 31, 2025
@renovate renovate bot changed the title Update ktor monorepo Update ktor monorepo to v3.2.0-eap-1339 Jun 1, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 7797f83 to 4c7c470 Compare June 5, 2025 20:53
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1339 Update ktor monorepo to v3.2.0-eap-1343 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 4c7c470 to 09735f7 Compare June 9, 2025 21:10
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1343 Update ktor monorepo to v3.2.0-eap-1344 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 09735f7 to c0edd76 Compare June 10, 2025 21:12
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1344 Update ktor monorepo to v3.2.0-eap-1345 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from c0edd76 to c203bec Compare June 11, 2025 21:33
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1345 Update ktor monorepo to v3.2.0-eap-1346 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from c203bec to bff2a45 Compare June 12, 2025 18:52
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1346 Update ktor monorepo Jun 12, 2025
@renovate renovate bot changed the title Update ktor monorepo Update ktor monorepo to v3.2.0 Jun 12, 2025
@osipxd osipxd merged commit 4ac5497 into main Jun 24, 2025
@renovate renovate bot deleted the renovate/ktor-monorepo branch June 24, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant