Bump io.ktor:ktor-network from 3.1.3 to 3.2.1
Merged
Number: #340
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
July 04, 2025 at 02:39 AM UTC
(5 months ago)
(5 months ago)
Updated:
July 04, 2025 at 05:55 AM UTC
(5 months ago)
(5 months ago)
Merged:
July 04, 2025 at 05:55 AM UTC
(5 months ago)
by hfhbd
(5 months ago)
by hfhbd
Time to Close:
about 3 hours
Labels:
dependencies java
dependencies java
Assignees:
hfhbd
hfhbd
Description:
Bumps io.ktor:ktor-network from 3.1.3 to 3.2.1.
Release notes
Sourced from io.ktor:ktor-network's releases.
3.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
wrapWithContentandwrap(KTOR-8378)- Add a way to create an
ApplicationCallfor 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:
acceptshould return 406 if theAcceptheader isn't matched (KTOR-8416)- MicrometerMetrics: the
routelabel 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
testApplicationenvironment (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)
Changelog
Sourced from io.ktor:ktor-network's changelog.
3.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
wrapWithContentandwrap(KTOR-8378)- Add a way to create an
ApplicationCallfor 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:
acceptshould return 406 if theAcceptheader isn't matched (KTOR-8416)- MicrometerMetrics: the
routelabel 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
testApplicationenvironment (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)
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
| ID: | 2805201 |
| UUID: | 2640056424 |
| Node ID: | PR_kwDOHVMNos6dXBBo |
| Host: | GitHub |
| Repository: | hfhbd/postgres-native-sqldelight |
| Merge State: | Unknown |