Skip to content
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

Bump ktor.version from 1.5.4 to 1.6.0 #167

Merged
merged 1 commit into from
May 31, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2021

Bumps ktor.version from 1.5.4 to 1.6.0.
Updates ktor-client-core-jvm from 1.5.4 to 1.6.0

Release notes

Sourced from ktor-client-core-jvm's releases.

1.6.0

  • Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
  • Wrong Tabs Name in Code Blocks (KTOR-2726)
  • Apache HTTP Client does not send Content-Length header if body is empty content (KTOR-556)
  • Review Auth providers (KTOR-2637)
  • When the main thread executes runBlocking, using the iOS engine will cause a deadlock (KTOR-2683)
  • Deprecate TestApplicationCall.requestHandled (KTOR-2712)
  • Update Dokka: Dokka tasks fails with old dokka version and Gradle 7 (KTOR-2693)
  • Duplicate server Features Section on the Documentation Website (KTOR-2702)
  • Duplicate entry "Features" in Server docs (KTOR-1546)
  • Upgrading from 1.4.3 to 1.5.2 introduced a routing precedence (KTOR-2278)
  • Sporadic OkHttp errors after upgrading to ktor 1.3.1 (KTOR-449)
  • Netty: server freezes after start error (KTOR-803)
  • aSocket().bind() sometimes throws Already bound SocketException (KTOR-638)
  • UDPSocketTest.testBroadcastSuccessful[jvm] is failing (KTOR-2616)
  • Fix flaky CIOHttpsTest.customDomainsTest[jvm] (KTOR-2065)
  • Occasionally empty response using Netty + Jackson (KTOR-1973)
  • '%3D' inside query of redirect target location will be replaced to '=' (KTOR-2057)
  • CIO: TLSConfigBuilder JVM allow null as password (KTOR-940)
  • route("{...}") stopped matching root (KTOR-1965)
  • call.respond() will not check or apply ContentNegotiation for some types (KTOR-2194)
  • Add support for Velocity Tools (KTOR-2345)
  • Base name of micrometer metrics is not configurable (KTOR-2210)
  • Support for Compression Extensions for WebSocket (RFC 7692) (KTOR-688)
  • Document usage of Bearer token in Http Client (KTOR-2439)
  • How to track leaked buffers in ktor-io? (KTOR-2442)
  • Routing: Add PutTyped and PatchTyped Overload (KTOR-1344)
  • Migrate to Dokka 1.4.0 (KTOR-1032)
  • Client upload/download progress observer/handler/interceptor (KTOR-400)
  • HTTP-client auth with Bearer token (KTOR-331)
  • Expose TrailingSlashRouteSelector (KTOR-2511)
  • Add an option to disable URL Encoding (KTOR-553)
Changelog

Sourced from ktor-client-core-jvm's changelog.

1.6.0

Published 28 May 2021

  • Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
  • Wrong Tabs Name in Code Blocks (KTOR-2726)
  • Apache HTTP Client does not send Content-Length header if body is empty content (KTOR-556)
  • Review Auth providers (KTOR-2637)
  • When the main thread executes runBlocking, using the iOS engine will cause a deadlock (KTOR-2683)
  • Deprecate TestApplicationCall.requestHandled (KTOR-2712)
  • Update Dokka: Dokka tasks fails with old dokka version and Gradle 7 (KTOR-2693)
  • Duplicate server Features Section on the Documentation Website (KTOR-2702)
  • Duplicate entry "Features" in Server docs (KTOR-1546)
  • Upgrading from 1.4.3 to 1.5.2 introduced a routing precedence (KTOR-2278)
  • Sporadic OkHttp errors after upgrading to ktor 1.3.1 (KTOR-449)
  • Netty: server freezes after start error (KTOR-803)
  • aSocket().bind() sometimes throws Already bound SocketException (KTOR-638)
  • UDPSocketTest.testBroadcastSuccessful[jvm] is failing (KTOR-2616)
  • Fix flaky CIOHttpsTest.customDomainsTest[jvm] (KTOR-2065)
  • Occasionally empty response using Netty + Jackson (KTOR-1973)
  • '%3D' inside query of redirect target location will be replaced to '=' (KTOR-2057)
  • CIO: TLSConfigBuilder JVM allow null as password (KTOR-940)
  • route("{...}") stopped matching root (KTOR-1965)
  • call.respond() will not check or apply ContentNegotiation for some types (KTOR-2194)
  • Add support for Velocity Tools (KTOR-2345)
  • Base name of micrometer metrics is not configurable (KTOR-2210)
  • Support for Compression Extensions for WebSocket (RFC 7692) (KTOR-688)
  • Document usage of Bearer token in Http Client (KTOR-2439)
  • How to track leaked buffers in ktor-io? (KTOR-2442)
  • Routing: Add PutTyped and PatchTyped Overload (KTOR-1344)
  • Migrate to Dokka 1.4.0 (KTOR-1032)
  • Client upload/download progress observer/handler/interceptor (KTOR-400)
  • HTTP-client auth with Bearer token (KTOR-331)
  • Expose TrailingSlashRouteSelector (KTOR-2511)
  • Add an option to disable URL Encoding (KTOR-553)
Commits

Updates ktor-client-cio-jvm from 1.5.4 to 1.6.0

Release notes

Sourced from ktor-client-cio-jvm's releases.

1.6.0

  • Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
  • Wrong Tabs Name in Code Blocks (KTOR-2726)
  • Apache HTTP Client does not send Content-Length header if body is empty content (KTOR-556)
  • Review Auth providers (KTOR-2637)
  • When the main thread executes runBlocking, using the iOS engine will cause a deadlock (KTOR-2683)
  • Deprecate TestApplicationCall.requestHandled (KTOR-2712)
  • Update Dokka: Dokka tasks fails with old dokka version and Gradle 7 (KTOR-2693)
  • Duplicate server Features Section on the Documentation Website (KTOR-2702)
  • Duplicate entry "Features" in Server docs (KTOR-1546)
  • Upgrading from 1.4.3 to 1.5.2 introduced a routing precedence (KTOR-2278)
  • Sporadic OkHttp errors after upgrading to ktor 1.3.1 (KTOR-449)
  • Netty: server freezes after start error (KTOR-803)
  • aSocket().bind() sometimes throws Already bound SocketException (KTOR-638)
  • UDPSocketTest.testBroadcastSuccessful[jvm] is failing (KTOR-2616)
  • Fix flaky CIOHttpsTest.customDomainsTest[jvm] (KTOR-2065)
  • Occasionally empty response using Netty + Jackson (KTOR-1973)
  • '%3D' inside query of redirect target location will be replaced to '=' (KTOR-2057)
  • CIO: TLSConfigBuilder JVM allow null as password (KTOR-940)
  • route("{...}") stopped matching root (KTOR-1965)
  • call.respond() will not check or apply ContentNegotiation for some types (KTOR-2194)
  • Add support for Velocity Tools (KTOR-2345)
  • Base name of micrometer metrics is not configurable (KTOR-2210)
  • Support for Compression Extensions for WebSocket (RFC 7692) (KTOR-688)
  • Document usage of Bearer token in Http Client (KTOR-2439)
  • How to track leaked buffers in ktor-io? (KTOR-2442)
  • Routing: Add PutTyped and PatchTyped Overload (KTOR-1344)
  • Migrate to Dokka 1.4.0 (KTOR-1032)
  • Client upload/download progress observer/handler/interceptor (KTOR-400)
  • HTTP-client auth with Bearer token (KTOR-331)
  • Expose TrailingSlashRouteSelector (KTOR-2511)
  • Add an option to disable URL Encoding (KTOR-553)
Changelog

Sourced from ktor-client-cio-jvm's changelog.

1.6.0

Published 28 May 2021

  • Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
  • Wrong Tabs Name in Code Blocks (KTOR-2726)
  • Apache HTTP Client does not send Content-Length header if body is empty content (KTOR-556)
  • Review Auth providers (KTOR-2637)
  • When the main thread executes runBlocking, using the iOS engine will cause a deadlock (KTOR-2683)
  • Deprecate TestApplicationCall.requestHandled (KTOR-2712)
  • Update Dokka: Dokka tasks fails with old dokka version and Gradle 7 (KTOR-2693)
  • Duplicate server Features Section on the Documentation Website (KTOR-2702)
  • Duplicate entry "Features" in Server docs (KTOR-1546)
  • Upgrading from 1.4.3 to 1.5.2 introduced a routing precedence (KTOR-2278)
  • Sporadic OkHttp errors after upgrading to ktor 1.3.1 (KTOR-449)
  • Netty: server freezes after start error (KTOR-803)
  • aSocket().bind() sometimes throws Already bound SocketException (KTOR-638)
  • UDPSocketTest.testBroadcastSuccessful[jvm] is failing (KTOR-2616)
  • Fix flaky CIOHttpsTest.customDomainsTest[jvm] (KTOR-2065)
  • Occasionally empty response using Netty + Jackson (KTOR-1973)
  • '%3D' inside query of redirect target location will be replaced to '=' (KTOR-2057)
  • CIO: TLSConfigBuilder JVM allow null as password (KTOR-940)
  • route("{...}") stopped matching root (KTOR-1965)
  • call.respond() will not check or apply ContentNegotiation for some types (KTOR-2194)
  • Add support for Velocity Tools (KTOR-2345)
  • Base name of micrometer metrics is not configurable (KTOR-2210)
  • Support for Compression Extensions for WebSocket (RFC 7692) (KTOR-688)
  • Document usage of Bearer token in Http Client (KTOR-2439)
  • How to track leaked buffers in ktor-io? (KTOR-2442)
  • Routing: Add PutTyped and PatchTyped Overload (KTOR-1344)
  • Migrate to Dokka 1.4.0 (KTOR-1032)
  • Client upload/download progress observer/handler/interceptor (KTOR-400)
  • HTTP-client auth with Bearer token (KTOR-331)
  • Expose TrailingSlashRouteSelector (KTOR-2511)
  • Add an option to disable URL Encoding (KTOR-553)
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)

Bumps `ktor.version` from 1.5.4 to 1.6.0.

Updates `ktor-client-core-jvm` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.5.4...1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2021
@sokomishalov sokomishalov merged commit 84ad94c into master May 31, 2021
@dependabot dependabot bot deleted the dependabot/maven/ktor.version-1.6.0 branch May 31, 2021 17:43
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