UnifiedPush / fcm-distributor

Mirror of https://codeberg.org/UnifiedPush/fcm-distributor
Apache License 2.0
26 stars 1 forks source link

Bump ktor_version from 1.5.4 to 1.6.0 #18

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ktor_version from 1.5.4 to 1.6.0. Updates ktor from 1.5.4 to 1.6.0

Release notes

Sourced from ktor'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'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-server-netty from 1.5.4 to 1.6.0

Release notes

Sourced from ktor-server-netty'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-server-netty'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-gson from 1.5.4 to 1.6.0

Release notes

Sourced from ktor-gson'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-gson'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)