Skip to content

Update ktor monorepo to v3.2.2 #446

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: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2025

This PR contains the following updates:

Package Change Age Confidence
io.ktor:ktor-client-darwin 3.2.0 -> 3.2.2 age confidence
io.ktor:ktor-client-java 3.2.0 -> 3.2.2 age confidence
io.ktor:ktor-client-okhttp 3.2.0 -> 3.2.2 age confidence
io.ktor:ktor-client-core 3.2.0 -> 3.2.2 age confidence

Release Notes

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

v3.2.2

Compare Source

Published 14 July 2025

Improvements
  • SSE: Change the order of SSE field serialization: put event before data (KTOR-8627)
Bugfixes
  • CORS: server replies with the 405 status code on a preflight request when the plugin is installed in a route (KTOR-4499)
  • Darwin: The Content-Encoding header is removed since 3.0.3 (KTOR-8526)
  • JS/WASM: response doesn't contain the Content-Length header in a browser (KTOR-8377)
  • StatusPages: response headers of OutgoingContent aren't available in the status handlers (KTOR-8232)
  • testApplication: The client.sse() acts like a REST call and not a stream in test environment (KTOR-7910)
  • Config deserialization - default properties problem (KTOR-8654)
  • kotlinx.datetime is not available transitively in 3.2.1 (KTOR-8656)
  • Request builder block overrides HTTP method in specific request builders (get, post, etc) (KTOR-8636)

v3.2.1

Compare Source

Published 3 July 2025

Improvements
  • Replace kotlinx.datetime APIs with kotlin.time (KTOR-8635)
  • Thymeleaf: null values in template model (KTOR-8559)
  • Publish Javadoc as a maven artifact (KTOR-3962)
  • Netty: Invalid hex byte with malformed query string (KTOR-2934)
Bugfixes
  • "Space characters in SimpleName" error when executing R8 mergeExtDex task with 3.2.0 (KTOR-8583)
  • ForwardedHeaders: the plugin does not handle parameters case-insensitively (KTOR-8622)
  • Potential race condition in socket.awaitClosed (hangs indefinitely) since 3.2.0 (KTOR-8618)
  • Module parameter type Application.() -> kotlin.Unit is not supported in 3.2.0 (KTOR-8602)
  • OkHttp: java.net.ProtocolException when sending MultiPartFormDataContent with onUpload (KTOR-6790)
  • OAuth2 authentication provider breaks form-urlencoded POST requests when receiving request body (KTOR-4420)
  • 404 for a link in KDoc for io.ktor.server.plugins.contentnegotiation.ContentNegotiation (KTOR-8597)
  • Ktor fails to boot with default jvminline argument (KTOR-8608)
  • Flow invariant is violated since 3.2.0 (KTOR-8606)
  • ResponseSent hook handler of the plugin installed into a route isn't executed when an exception is thrown from the route (KTOR-6794)

Configuration

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

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


  • 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 dependencies Pull requests that update a dependency file renovate-bot labels Jul 3, 2025
@renovate renovate bot enabled auto-merge (squash) July 3, 2025 17:58
@renovate renovate bot requested a review from hoc081098 July 3, 2025 17:58
Copy link

codecov bot commented Jul 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 2.51%. Comparing base (fbdf563) to head (5f7b94f).

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #446   +/-   ##
======================================
  Coverage    2.51%   2.51%           
======================================
  Files          53      53           
  Lines        1550    1550           
  Branches      226     226           
======================================
  Hits           39      39           
  Misses       1508    1508           
  Partials        3       3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

| datasource | package                    | from  | to    |
| ---------- | -------------------------- | ----- | ----- |
| maven      | io.ktor:ktor-client-darwin | 3.2.0 | 3.2.2 |
| maven      | io.ktor:ktor-client-java   | 3.2.0 | 3.2.2 |
| maven      | io.ktor:ktor-client-okhttp | 3.2.0 | 3.2.2 |
| maven      | io.ktor:ktor-client-core   | 3.2.0 | 3.2.2 |
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 391d8d5 to 5f7b94f Compare July 14, 2025 09:42
@renovate renovate bot changed the title Update ktor monorepo to v3.2.1 Update ktor monorepo to v3.2.2 Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate-bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant