Skip to content

Bump ktor from 3.2.1 to 3.2.2 #205

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
Jul 29, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps ktor from 3.2.1 to 3.2.2.
Updates io.ktor:ktor-client-cio from 3.2.1 to 3.2.2

Release notes

Sourced from io.ktor:ktor-client-cio's releases.

3.2.2

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)
Changelog

Sourced from io.ktor:ktor-client-cio's changelog.

3.2.2

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)
Commits
  • 55e419f Add changelog for 3.2.2 (#5008)
  • 24603b7 Release 3.2.2 (#5006)
  • fdf7d36 KTOR-4499 Fix 405 by adding tailcard OPTIONS route where the plugin is instal...
  • 93d1fde Update report links (#5002)
  • 9d31825 KTOR-8377 Keep compression headers but skip check for relevant platforms (#4994)
  • d257361 KTOR-7910 Fix WriteChannelContent streaming in testApplication (#4972)
  • 6be844d Update tomcat to v9.0.107 (#4989)
  • aae3fdb Update tomcat.jakarta to v10.1.43 (#4990)
  • 9aff946 KTOR-8232 Make OutgoingContent headers available in the StatusPages handlers ...
  • 6f9d62f KTOR-8654 Fix optionals in config deserialization in HOCON/Map
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-sse from 3.2.1 to 3.2.2

Release notes

Sourced from io.ktor:ktor-server-sse's releases.

3.2.2

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)
Changelog

Sourced from io.ktor:ktor-server-sse's changelog.

3.2.2

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)
Commits
  • 55e419f Add changelog for 3.2.2 (#5008)
  • 24603b7 Release 3.2.2 (#5006)
  • fdf7d36 KTOR-4499 Fix 405 by adding tailcard OPTIONS route where the plugin is instal...
  • 93d1fde Update report links (#5002)
  • 9d31825 KTOR-8377 Keep compression headers but skip check for relevant platforms (#4994)
  • d257361 KTOR-7910 Fix WriteChannelContent streaming in testApplication (#4972)
  • 6be844d Update tomcat to v9.0.107 (#4989)
  • aae3fdb Update tomcat.jakarta to v10.1.43 (#4990)
  • 9aff946 KTOR-8232 Make OutgoingContent headers available in the StatusPages handlers ...
  • 6f9d62f KTOR-8654 Fix optionals in config deserialization in HOCON/Map
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-websockets from 3.2.1 to 3.2.2

Release notes

Sourced from io.ktor:ktor-server-websockets's releases.

3.2.2

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)
Changelog

Sourced from io.ktor:ktor-server-websockets's changelog.

3.2.2

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)
Commits
  • 55e419f Add changelog for 3.2.2 (#5008)
  • 24603b7 Release 3.2.2 (#5006)
  • fdf7d36 KTOR-4499 Fix 405 by adding tailcard OPTIONS route where the plugin is instal...
  • 93d1fde Update report links (#5002)
  • 9d31825 KTOR-8377 Keep compression headers but skip check for relevant platforms (#4994)
  • d257361 KTOR-7910 Fix WriteChannelContent streaming in testApplication (#4972)
  • 6be844d Update tomcat to v9.0.107 (#4989)
  • aae3fdb Update tomcat.jakarta to v10.1.43 (#4990)
  • 9aff946 KTOR-8232 Make OutgoingContent headers available in the StatusPages handlers ...
  • 6f9d62f KTOR-8654 Fix optionals in config deserialization in HOCON/Map
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-cio from 3.2.1 to 3.2.2

Release notes

Sourced from io.ktor:ktor-server-cio's releases.

3.2.2

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)
Changelog

Sourced from io.ktor:ktor-server-cio's changelog.

3.2.2

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)
Commits
  • 55e419f Add changelog for 3.2.2 (#5008)
  • 24603b7 Release 3.2.2 (#5006)
  • fdf7d36 KTOR-4499 Fix 405 by adding tailcard OPTIONS route where the plugin is instal...
  • 93d1fde Update report links (#5002)
  • 9d31825 KTOR-8377 Keep compression headers but skip check for relevant platforms (#4994)
  • d257361 KTOR-7910 Fix WriteChannelContent streaming in testApplication (#4972)
  • 6be844d Update tomcat to v9.0.107 (#4989)
  • aae3fdb Update tomcat.jakarta to v10.1.43 (#4990)
  • 9aff946 KTOR-8232 Make OutgoingContent headers available in the StatusPages handlers ...
  • 6f9d62f KTOR-8654 Fix optionals in config deserialization in HOCON/Map
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-test-host from 3.2.1 to 3.2.2

Release notes

Sourced from io.ktor:ktor-server-test-host's releases.

3.2.2

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)
Changelog

Sourced from io.ktor:ktor-server-test-host's changelog.

3.2.2

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)
Commits
  • 55e419f Add changelog for 3.2.2 (#5008)
  • 24603b7 Release 3.2.2 (#5006)
  • fdf7d36 KTOR-4499 Fix 405 by adding tailcard OPTIONS route where the plugin is instal...
  • 93d1fde Update report links (#5002)
  • 9d31825 KTOR-8377 Keep compression headers but skip check for relevant platforms (#4994)
  • d257361 KTOR-7910 Fix WriteChannelContent streaming in testApplication (#4972)
  • 6be844d Update tomcat to v9.0.107 (#4989)
  • aae3fdb Update tomcat.jakarta to v10.1.43 (#4990)
  • 9aff946 KTOR-8232 Make OutgoingContent headers available in the StatusPages handlers ...
  • 6f9d62f KTOR-8654 Fix optionals in config deserialization in HOCON/Map
  • Additional commits viewable in compare view

Updates io.ktor:ktor-client-mock from 3.2.1 to 3.2.2

Release notes

Sourced from io.ktor:ktor-client-mock's releases.

3.2.2

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)
Changelog

Sourced from io.ktor:ktor-client-mock's changelog.

3.2.2

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)
Commits
  • 55e419f Add changelog for 3.2.2 (#5008)
  • 24603b7 Release 3.2.2 (#5006)
  • fdf7d36 KTOR-4499 Fix 405 by adding tailcard OPTIONS route where the plugin is instal...
  • 93d1fde Update report links (#5002)
  • 9d31825 KTOR-8377 Keep compression headers but skip check for relevant platforms (#4994)
  • d257361 KTOR-7910 Fix WriteChannelContent streaming in testApplication (#4972)
  • 6be844d Update tomcat to v9.0.107 (#4989)
  • aae3fdb Update tomcat.jakarta to v10.1.43 (#4990)
  • 9aff946 KTOR-8232 Make OutgoingContent headers available in the StatusPages handlers ...
  • 6f9d62f KTOR-8654 Fix optionals in config deserialization in HOCON/Map
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2025

Labels

The following labels could not be found: kotlin. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 28, 2025
devcrocod
devcrocod previously approved these changes Jul 29, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/ktor-3.2.2 branch from 7c0f213 to 1d92793 Compare July 29, 2025 09:12
Bumps `ktor` from 3.2.1 to 3.2.2.

Updates `io.ktor:ktor-client-cio` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.2.1...3.2.2)

Updates `io.ktor:ktor-server-sse` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.2.1...3.2.2)

Updates `io.ktor:ktor-server-websockets` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.2.1...3.2.2)

Updates `io.ktor:ktor-server-cio` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.2.1...3.2.2)

Updates `io.ktor:ktor-server-test-host` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.2.1...3.2.2)

Updates `io.ktor:ktor-client-mock` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.2.1...3.2.2)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-cio
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-sse
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-websockets
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-cio
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-test-host
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-mock
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@devcrocod devcrocod force-pushed the dependabot/gradle/ktor-3.2.2 branch from 1d92793 to b197626 Compare July 29, 2025 09:56
@devcrocod devcrocod merged commit 238bdb1 into main Jul 29, 2025
2 checks passed
@devcrocod devcrocod deleted the dependabot/gradle/ktor-3.2.2 branch July 29, 2025 10:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant