Bumps ktorVersion
from 2.2.1 to 2.2.2.
Updates ktor-client-core
from 2.2.1 to 2.2.2
Changelog
Sourced from ktor-client-core's changelog.
2.2.2
Published 3 January 2023
Improvements
- Resource annotation should be MetaSerializable (KTOR-5397)
- The swaggerUI method is too restrictive and cannot be called inside a route (KTOR-5307)
- Engine shutdown grace period and timeout are not configurable (KTOR-5359)
- Allow specifying immutable in CacheControl (KTOR-3757)
Bugfixes
- Server cannot be started with the Swagger plugin (KTOR-5308)
- Regression in 2.2.1: Got EOF but at least 0 bytes were expected (5372)
- HttpRequestRetry: Memory leak of coroutines objects when using the plugin (KTOR-5099)
- iOS unit test deadlocks with DarwinClientEngine (KTOR-5332)
- Gzip encoding: IllegalStateException: Expected 112, actual 113 (KTOR-5300)
- Netty, HSTS: UnsupportedOperationException is thrown when the server responds before HSTS plugin (KTOR-5276)
Commits
Updates ktor-client-cio
from 2.2.1 to 2.2.2
Changelog
Sourced from ktor-client-cio's changelog.
2.2.2
Published 3 January 2023
Improvements
- Resource annotation should be MetaSerializable (KTOR-5397)
- The swaggerUI method is too restrictive and cannot be called inside a route (KTOR-5307)
- Engine shutdown grace period and timeout are not configurable (KTOR-5359)
- Allow specifying immutable in CacheControl (KTOR-3757)
Bugfixes
- Server cannot be started with the Swagger plugin (KTOR-5308)
- Regression in 2.2.1: Got EOF but at least 0 bytes were expected (5372)
- HttpRequestRetry: Memory leak of coroutines objects when using the plugin (KTOR-5099)
- iOS unit test deadlocks with DarwinClientEngine (KTOR-5332)
- Gzip encoding: IllegalStateException: Expected 112, actual 113 (KTOR-5300)
- Netty, HSTS: UnsupportedOperationException is thrown when the server responds before HSTS plugin (KTOR-5276)
Commits
Updates ktor-client-content-negotiation
from 2.2.1 to 2.2.2
Changelog
Sourced from ktor-client-content-negotiation's changelog.
2.2.2
Published 3 January 2023
Improvements
- Resource annotation should be MetaSerializable (KTOR-5397)
- The swaggerUI method is too restrictive and cannot be called inside a route (KTOR-5307)
- Engine shutdown grace period and timeout are not configurable (KTOR-5359)
- Allow specifying immutable in CacheControl (KTOR-3757)
Bugfixes
- Server cannot be started with the Swagger plugin (KTOR-5308)
- Regression in 2.2.1: Got EOF but at least 0 bytes were expected (5372)
- HttpRequestRetry: Memory leak of coroutines objects when using the plugin (KTOR-5099)
- iOS unit test deadlocks with DarwinClientEngine (KTOR-5332)
- Gzip encoding: IllegalStateException: Expected 112, actual 113 (KTOR-5300)
- Netty, HSTS: UnsupportedOperationException is thrown when the server responds before HSTS plugin (KTOR-5276)
Commits
Updates ktor-client-logging
from 2.2.1 to 2.2.2
Changelog
Sourced from ktor-client-logging's changelog.
2.2.2
Published 3 January 2023
Improvements
- Resource annotation should be MetaSerializable (KTOR-5397)
- The swaggerUI method is too restrictive and cannot be called inside a route (KTOR-5307)
- Engine shutdown grace period and timeout are not configurable (KTOR-5359)
- Allow specifying immutable in CacheControl (KTOR-3757)
Bugfixes
- Server cannot be started with the Swagger plugin (KTOR-5308)
- Regression in 2.2.1: Got EOF but at least 0 bytes were expected (5372)
- HttpRequestRetry: Memory leak of coroutines objects when using the plugin (KTOR-5099)
- iOS unit test deadlocks with DarwinClientEngine (KTOR-5332)
- Gzip encoding: IllegalStateException: Expected 112, actual 113 (KTOR-5300)
- Netty, HSTS: UnsupportedOperationException is thrown when the server responds before HSTS plugin (KTOR-5276)
Commits
Updates ktor-http
from 2.2.1 to 2.2.2
Changelog
Sourced from ktor-http's changelog.
2.2.2
Published 3 January 2023
Improvements
- Resource annotation should be MetaSerializable (KTOR-5397)
- The swaggerUI method is too restrictive and cannot be called inside a route (KTOR-5307)
- Engine shutdown grace period and timeout are not configurable (KTOR-5359)
- Allow specifying immutable in CacheControl (KTOR-3757)
Bugfixes
- Server cannot be started with the Swagger plugin (KTOR-5308)
- Regression in 2.2.1: Got EOF but at least 0 bytes were expected (5372)
- HttpRequestRetry: Memory leak of coroutines objects when using the plugin (KTOR-5099)
- iOS unit test deadlocks with DarwinClientEngine (KTOR-5332)
- Gzip encoding: IllegalStateException: Expected 112, actual 113 (KTOR-5300)
- Netty, HSTS: UnsupportedOperationException is thrown when the server responds before HSTS plugin (KTOR-5276)
Commits
Updates ktor-serialization
from 2.2.1 to 2.2.2
Changelog
Sourced from ktor-serialization's changelog.
2.2.2
Published 3 January 2023
Improvements
- Resource annotation should be MetaSerializable (KTOR-5397)
- The swaggerUI method is too restrictive and cannot be called inside a route (KTOR-5307)
- Engine shutdown grace period and timeout are not configurable (KTOR-5359)
- Allow specifying immutable in CacheControl (KTOR-3757)
Bugfixes
- Server cannot be started with the Swagger plugin (KTOR-5308)
- Regression in 2.2.1: Got EOF but at least 0 bytes were expected (5372)
- HttpRequestRetry: Memory leak of coroutines objects when using the plugin (KTOR-5099)
- iOS unit test deadlocks with DarwinClientEngine (KTOR-5332)
- Gzip encoding: IllegalStateException: Expected 112, actual 113 (KTOR-5300)
- Netty, HSTS: UnsupportedOperationException is thrown when the server responds before HSTS plugin (KTOR-5276)
Commits
Updates ktor-serialization-jackson
from 2.2.1 to 2.2.2
Changelog
Sourced from ktor-serialization-jackson's changelog.
2.2.2
Published 3 January 2023
Improvements
- Resource annotation should be MetaSerializable (KTOR-5397)
- The swaggerUI method is too restrictive and cannot be called inside a route (KTOR-5307)
- Engine shutdown grace period and timeout are not configurable (KTOR-5359)
- Allow specifying immutable in CacheControl (KTOR-3757)
Bugfixes
- Server cannot be started with the Swagger plugin (KTOR-5308)
- Regression in 2.2.1: Got EOF but at least 0 bytes were expected (5372)
- HttpRequestRetry: Memory leak of coroutines objects when using the plugin (KTOR-5099)
- iOS unit test deadlocks with DarwinClientEngine (KTOR-5332)
- Gzip encoding: IllegalStateException: Expected 112, actual 113 (KTOR-5300)
- Netty, HSTS: UnsupportedOperationException is thrown when the server responds before HSTS plugin (KTOR-5276)
Commits
Updates ktor-utils
from 2.2.1 to 2.2.2
Changelog
Sourced from ktor-utils's changelog.
2.2.2
Published 3 January 2023
Improvements
- Resource annotation should be MetaSerializable (KTOR-5397)
- The swaggerUI method is too restrictive and cannot be called inside a route (KTOR-5307)
- Engine shutdown grace period and timeout are not configurable (KTOR-5359)
- Allow specifying immutable in CacheControl (KTOR-3757)
Bugfixes
- Server cannot be started with the Swagger plugin (KTOR-5308)
- Regression in 2.2.1: Got EOF but at least 0 bytes were expected (5372)
- HttpRequestRetry: Memory leak of coroutines objects when using the plugin (KTOR-5099)
- iOS unit test deadlocks with DarwinClientEngine (KTOR-5332)
- Gzip encoding: IllegalStateException: Expected 112, actual 113 (KTOR-5300)
- Netty, HSTS: UnsupportedOperationException is thrown when the server responds before HSTS plugin (KTOR-5276)
Commits
Updates ktor-client-mock
from 2.2.1 to 2.2.2
Changelog
Sourced from ktor-client-mock's changelog.
2.2.2
Published 3 January 2023
Improvements
- Resource annotation should be MetaSerializable (KTOR-5397)
- The swaggerUI method is too restrictive and cannot be called inside a route (KTOR-5307)
- Engine shutdown grace period and timeout are not configurable (KTOR-5359)
- Allow specifying immutable in CacheControl (KTOR-3757)
Bugfixes
- Server cannot be started with the Swagger plugin (KTOR-5308)
- Regression in 2.2.1: Got EOF but at least 0 bytes were expected (5372)
- HttpRequestRetry: Memory leak of coroutines objects when using the plugin (KTOR-5099)
- iOS unit test deadlocks with DarwinClientEngine (KTOR-5332)
- Gzip encoding: IllegalStateException: Expected 112, actual 113 (KTOR-5300)
- Netty, HSTS: UnsupportedOperationException is thrown when the server responds before HSTS plugin (KTOR-5276)
Commits
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 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)
dependencies java