Skip to content

Bump ktor_version from 0.9.0 to 1.4.3#12

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/ktor_version-1.4.3
Closed

Bump ktor_version from 0.9.0 to 1.4.3#12
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/ktor_version-1.4.3

Conversation

@dependabot-preview
Copy link

Bumps ktor_version from 0.9.0 to 1.4.3.
Updates ktor-server-netty from 0.9.0 to 1.4.3

Release notes

Sourced from ktor-server-netty's releases.

1.4.3 Release

  • Client: URL encode / escaping is wrong (KTOR-341)
  • HTTP/2 push fails with netty engine (KTOR-800)
  • Request headers exceeding expected threshold are not handled correctly (KTOR-905)
  • iOS client fails with CoroutinesInternalError when Logging is used (KTOR-924)
  • Experimental API and compatibility guarantees (KTOR-1035)
  • CIO: client engine exceptions are both logged and thrown (KTOR-1127)
  • Timeout feature: android engine throws Java's SocketTimeoutException instead of ConnectTimeoutException (KTOR-1229)
  • Input.readTextExactBytes(n) on empty input different behavior per platform (KTOR-1235)
  • HttpRedirect feature alters Location header value (KTOR-1236)
  • Wrong pool is used to release IOBuffer after ByteChannelSequential.copyTo from static initialized instance. (KTOR-1237)
  • CIO Engine's HttpClient may fail when trying to send large size binary data. (KTOR-1247)
  • ByteBufferChannel.readRemaining doesn't read whole channel (KTOR-1268)
  • Cannot receive content via jackson negotiator since 1.4.2 (KTOR-1286)
  • ktor-io: JVM shared function decrease performance starting from 1.4.0 (KTOR-1290)
  • Sessions + SSL (Netty) (KTOR-1292)
  • Netty HTTP/2 HEAD response hangs (KTOR-1298)
  • Using blocking primitives on this dispatcher is not allowed. Consider using async channel instead or use blocking primitives in withContext(Dispatchers.IO) instead. (KTOR-1305)
  • "Wrong HEX escape": gracefully handle invalid URLs (KTOR-1308)
  • Add build parameter to build ktor with JVM IR compiler (KTOR-1336)
  • Update kotlin to 1.4.20 (KTOR-1346)
  • Fix configuration if project without VPN and cache (KTOR-1347)
  • Client: NPE in FormDataContentKt -> Input.copyTo (KTOR-1349)
  • Upgrade Netty to 4.1.54.Final (KTOR-1363)
  • Handle failure in reading request body (KTOR-1367)
  • Remove copyTo usage from ServerPipeline (KTOR-1381)

1.4.2 Release

Please see Change Log on Ktor site

1.4.1

  • OkHttp: Can't reuse same HttpRequestBuilder for different network clients (KTOR-949)
  • Empty body in response using macosX64 target (KTOR-479)
  • Native: InvalidMutabilityException creating HttpClient (KTOR-915)
  • MultiPartData.readAllParts() throws java.io.IOException when multipart list is empty (KTOR-767)
  • kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen io(.ktor.client.request.HttpRequestPipeline (KTOR-693)
  • "FreezingException: freezing of InvokeOnCompletion has failed" using native-mt coroutines (KTOR-973)
  • kotlin.native.concurrent.InvalidMutabilityException with 1.3.3-native-mt (KTOR-497)
  • Parser Exception in header with character code 1 not allowed (KTOR-860)
  • Calling HttpStatement#toString more than once throws IllegalArgumentException (KTOR-1005)
  • Wrong session id get stuck at clients (KTOR-1007)
  • Exception after WebSocketSession.close() invocation. (KTOR-847)
  • Error Ktor running on background thread on iOS (KTOR-499)
  • HttpClient can only be used on the main thread for native targets (KTOR-491)
  • Ignore content length when transfer encoding is chunked for CIO server (KTOR-1036)
  • ConcurrentList.increaseCapacity() throws ArrayIndexOutOfBoundsException (KTOR-1034)
  • Ktor 1.3.1 Fails File Upload with MalformedInputException (KTOR-391)
  • Update library versions, fix config after release (KTOR-1027)
  • Fix parsing urls with trailing spaces (KTOR-886)
  • 1.4.0: breaking change by making response nullable in ResponseException (KTOR-916)
Changelog

Sourced from ktor-server-netty's changelog.

1.4.3

Published 1 Dec 2020

  • Client: URL encode / escaping is wrong (KTOR-341)
  • HTTP/2 push fails with netty engine (KTOR-800)
  • Request headers exceeding expected threshold are not handled correctly (KTOR-905)
  • iOS client fails with CoroutinesInternalError when Logging is used (KTOR-924)
  • Experimental API and compatibility guarantees (KTOR-1035)
  • CIO: client engine exceptions are both logged and thrown (KTOR-1127)
  • Timeout feature: android engine throws Java's SocketTimeoutException instead of ConnectTimeoutException (KTOR-1229)
  • Input.readTextExactBytes(n) on empty input different behavior per platform (KTOR-1235)
  • HttpRedirect feature alters Location header value (KTOR-1236)
  • Wrong pool is used to release IOBuffer after ByteChannelSequential.copyTo from static initialized instance. (KTOR-1237)
  • CIO Engine's HttpClient may fail when trying to send large size binary data. (KTOR-1247)
  • ByteBufferChannel.readRemaining doesn't read whole channel (KTOR-1268)
  • Cannot receive content via jackson negotiator since 1.4.2 (KTOR-1286)
  • ktor-io: JVM shared function decrease performance starting from 1.4.0 (KTOR-1290)
  • Sessions + SSL (Netty) (KTOR-1292)
  • Netty HTTP/2 HEAD response hangs (KTOR-1298)
  • Using blocking primitives on this dispatcher is not allowed. Consider using async channel instead or use blocking primitives in withContext(Dispatchers.IO) instead. (KTOR-1305)
  • "Wrong HEX escape": gracefully handle invalid URLs (KTOR-1308)
  • Add build parameter to build ktor with JVM IR compiler (KTOR-1336)
  • Update kotlin to 1.4.20 (KTOR-1346)
  • Fix configuration if project without VPN and cache (KTOR-1347)
  • Client: NPE in FormDataContentKt -> Input.copyTo (KTOR-1349)
  • Upgrade Netty to 4.1.54.Final (KTOR-1363)
  • Handle failure in reading request body (KTOR-1367)
  • Remove copyTo usage from ServerPipeline (KTOR-1381)

1.4.2

Published 10 Nov 2020

Please see Change Log on Ktor site

1.4.1

Published 23 Sep 2020

  • OkHttp: Can't reuse same HttpRequestBuilder for different network clients (KTOR-949)
  • Empty body in response using macosX64 target (KTOR-479)
  • Native: InvalidMutabilityException creating HttpClient (KTOR-915)
  • MultiPartData.readAllParts() throws java.io.IOException when multipart list is empty (KTOR-767)
  • kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen io(.ktor.client.request.HttpRequestPipeline (KTOR-693)
  • "FreezingException: freezing of InvokeOnCompletion has failed" using native-mt coroutines (KTOR-973)
  • kotlin.native.concurrent.InvalidMutabilityException with 1.3.3-native-mt (KTOR-497)
  • Parser Exception in header with character code 1 not allowed (KTOR-860)
  • Calling HttpStatement#toString more than once throws IllegalArgumentException (KTOR-1005)
  • Wrong session id get stuck at clients (KTOR-1007)
  • Exception after WebSocketSession.close() invocation. (KTOR-847)
  • Error Ktor running on background thread on iOS (KTOR-499)
Commits
  • e28148d update changelog (#2224)
  • 16f1954 KTOR-1395 Do not add JAR without classifier (#2223)
  • 253e87d KTOR-1381 Remove copyTo usage from ServerPipeline.kt (#2222)
  • 7d1347d KTOR-1349 rewrite Input.copyTo from writeSuspendSession to write (#2221)
  • 5243134 KTOR-1358 Propagate parentCoroutineContext to handlers (#2215)
  • 0c165ac KTOR-1127 Rewrite timeout impl for CIO (#2205)
  • 99e49b7 KTOR-1247 - Fix writing race condition in ByteBufferChannel (#2200)
  • 6053fa4 KTOR-1268 Fix readRemaining lost bytes (#2214)
  • 1684c1e KTOR-1371 Fix formatting in ktor-server-cio to conform to ktlint
  • f5c2679 KTOR-1367 Handle failure in reading request body (#2219)
  • Additional commits viewable in compare view

Updates ktor from 0.9.0 to 1.4.3

Release notes

Sourced from ktor's releases.

1.4.3 Release

  • Client: URL encode / escaping is wrong (KTOR-341)
  • HTTP/2 push fails with netty engine (KTOR-800)
  • Request headers exceeding expected threshold are not handled correctly (KTOR-905)
  • iOS client fails with CoroutinesInternalError when Logging is used (KTOR-924)
  • Experimental API and compatibility guarantees (KTOR-1035)
  • CIO: client engine exceptions are both logged and thrown (KTOR-1127)
  • Timeout feature: android engine throws Java's SocketTimeoutException instead of ConnectTimeoutException (KTOR-1229)
  • Input.readTextExactBytes(n) on empty input different behavior per platform (KTOR-1235)
  • HttpRedirect feature alters Location header value (KTOR-1236)
  • Wrong pool is used to release IOBuffer after ByteChannelSequential.copyTo from static initialized instance. (KTOR-1237)
  • CIO Engine's HttpClient may fail when trying to send large size binary data. (KTOR-1247)
  • ByteBufferChannel.readRemaining doesn't read whole channel (KTOR-1268)
  • Cannot receive content via jackson negotiator since 1.4.2 (KTOR-1286)
  • ktor-io: JVM shared function decrease performance starting from 1.4.0 (KTOR-1290)
  • Sessions + SSL (Netty) (KTOR-1292)
  • Netty HTTP/2 HEAD response hangs (KTOR-1298)
  • Using blocking primitives on this dispatcher is not allowed. Consider using async channel instead or use blocking primitives in withContext(Dispatchers.IO) instead. (KTOR-1305)
  • "Wrong HEX escape": gracefully handle invalid URLs (KTOR-1308)
  • Add build parameter to build ktor with JVM IR compiler (KTOR-1336)
  • Update kotlin to 1.4.20 (KTOR-1346)
  • Fix configuration if project without VPN and cache (KTOR-1347)
  • Client: NPE in FormDataContentKt -> Input.copyTo (KTOR-1349)
  • Upgrade Netty to 4.1.54.Final (KTOR-1363)
  • Handle failure in reading request body (KTOR-1367)
  • Remove copyTo usage from ServerPipeline (KTOR-1381)

1.4.2 Release

Please see Change Log on Ktor site

1.4.1

  • OkHttp: Can't reuse same HttpRequestBuilder for different network clients (KTOR-949)
  • Empty body in response using macosX64 target (KTOR-479)
  • Native: InvalidMutabilityException creating HttpClient (KTOR-915)
  • MultiPartData.readAllParts() throws java.io.IOException when multipart list is empty (KTOR-767)
  • kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen io(.ktor.client.request.HttpRequestPipeline (KTOR-693)
  • "FreezingException: freezing of InvokeOnCompletion has failed" using native-mt coroutines (KTOR-973)
  • kotlin.native.concurrent.InvalidMutabilityException with 1.3.3-native-mt (KTOR-497)
  • Parser Exception in header with character code 1 not allowed (KTOR-860)
  • Calling HttpStatement#toString more than once throws IllegalArgumentException (KTOR-1005)
  • Wrong session id get stuck at clients (KTOR-1007)
  • Exception after WebSocketSession.close() invocation. (KTOR-847)
  • Error Ktor running on background thread on iOS (KTOR-499)
  • HttpClient can only be used on the main thread for native targets (KTOR-491)
  • Ignore content length when transfer encoding is chunked for CIO server (KTOR-1036)
  • ConcurrentList.increaseCapacity() throws ArrayIndexOutOfBoundsException (KTOR-1034)
  • Ktor 1.3.1 Fails File Upload with MalformedInputException (KTOR-391)
  • Update library versions, fix config after release (KTOR-1027)
  • Fix parsing urls with trailing spaces (KTOR-886)
  • 1.4.0: breaking change by making response nullable in ResponseException (KTOR-916)
Changelog

Sourced from ktor's changelog.

1.4.3

Published 1 Dec 2020

  • Client: URL encode / escaping is wrong (KTOR-341)
  • HTTP/2 push fails with netty engine (KTOR-800)
  • Request headers exceeding expected threshold are not handled correctly (KTOR-905)
  • iOS client fails with CoroutinesInternalError when Logging is used (KTOR-924)
  • Experimental API and compatibility guarantees (KTOR-1035)
  • CIO: client engine exceptions are both logged and thrown (KTOR-1127)
  • Timeout feature: android engine throws Java's SocketTimeoutException instead of ConnectTimeoutException (KTOR-1229)
  • Input.readTextExactBytes(n) on empty input different behavior per platform (KTOR-1235)
  • HttpRedirect feature alters Location header value (KTOR-1236)
  • Wrong pool is used to release IOBuffer after ByteChannelSequential.copyTo from static initialized instance. (KTOR-1237)
  • CIO Engine's HttpClient may fail when trying to send large size binary data. (KTOR-1247)
  • ByteBufferChannel.readRemaining doesn't read whole channel (KTOR-1268)
  • Cannot receive content via jackson negotiator since 1.4.2 (KTOR-1286)
  • ktor-io: JVM shared function decrease performance starting from 1.4.0 (KTOR-1290)
  • Sessions + SSL (Netty) (KTOR-1292)
  • Netty HTTP/2 HEAD response hangs (KTOR-1298)
  • Using blocking primitives on this dispatcher is not allowed. Consider using async channel instead or use blocking primitives in withContext(Dispatchers.IO) instead. (KTOR-1305)
  • "Wrong HEX escape": gracefully handle invalid URLs (KTOR-1308)
  • Add build parameter to build ktor with JVM IR compiler (KTOR-1336)
  • Update kotlin to 1.4.20 (KTOR-1346)
  • Fix configuration if project without VPN and cache (KTOR-1347)
  • Client: NPE in FormDataContentKt -> Input.copyTo (KTOR-1349)
  • Upgrade Netty to 4.1.54.Final (KTOR-1363)
  • Handle failure in reading request body (KTOR-1367)
  • Remove copyTo usage from ServerPipeline (KTOR-1381)

1.4.2

Published 10 Nov 2020

Please see Change Log on Ktor site

1.4.1

Published 23 Sep 2020

  • OkHttp: Can't reuse same HttpRequestBuilder for different network clients (KTOR-949)
  • Empty body in response using macosX64 target (KTOR-479)
  • Native: InvalidMutabilityException creating HttpClient (KTOR-915)
  • MultiPartData.readAllParts() throws java.io.IOException when multipart list is empty (KTOR-767)
  • kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen io(.ktor.client.request.HttpRequestPipeline (KTOR-693)
  • "FreezingException: freezing of InvokeOnCompletion has failed" using native-mt coroutines (KTOR-973)
  • kotlin.native.concurrent.InvalidMutabilityException with 1.3.3-native-mt (KTOR-497)
  • Parser Exception in header with character code 1 not allowed (KTOR-860)
  • Calling HttpStatement#toString more than once throws IllegalArgumentException (KTOR-1005)
  • Wrong session id get stuck at clients (KTOR-1007)
  • Exception after WebSocketSession.close() invocation. (KTOR-847)
  • Error Ktor running on background thread on iOS (KTOR-499)
Commits
  • e28148d update changelog (#2224)
  • 16f1954 KTOR-1395 Do not add JAR without classifier (#2223)
  • 253e87d KTOR-1381 Remove copyTo usage from ServerPipeline.kt (#2222)
  • 7d1347d KTOR-1349 rewrite Input.copyTo from writeSuspendSession to write (#2221)
  • 5243134 KTOR-1358 Propagate parentCoroutineContext to handlers (#2215)
  • 0c165ac KTOR-1127 Rewrite timeout impl for CIO (#2205)
  • 99e49b7 KTOR-1247 - Fix writing race condition in ByteBufferChannel (#2200)
  • 6053fa4 KTOR-1268 Fix readRemaining lost bytes (#2214)
  • 1684c1e KTOR-1371 Fix formatting in ktor-server-cio to conform to ktlint
  • f5c2679 KTOR-1367 Handle failure in reading request body (#2219)
  • Additional commits viewable in compare view

Updates ktor-gson from 0.9.0 to 1.4.3

Release notes

Sourced from ktor-gson's releases.

1.4.3 Release

  • Client: URL encode / escaping is wrong (KTOR-341)
  • HTTP/2 push fails with netty engine (KTOR-800)
  • Request headers exceeding expected threshold are not handled correctly (KTOR-905)
  • iOS client fails with CoroutinesInternalError when Logging is used (KTOR-924)
  • Experimental API and compatibility guarantees (KTOR-1035)
  • CIO: client engine exceptions are both logged and thrown (KTOR-1127)
  • Timeout feature: android engine throws Java's SocketTimeoutException instead of ConnectTimeoutException (KTOR-1229)
  • Input.readTextExactBytes(n) on empty input different behavior per platform (KTOR-1235)
  • HttpRedirect feature alters Location header value (KTOR-1236)
  • Wrong pool is used to release IOBuffer after ByteChannelSequential.copyTo from static initialized instance. (KTOR-1237)
  • CIO Engine's HttpClient may fail when trying to send large size binary data. (KTOR-1247)
  • ByteBufferChannel.readRemaining doesn't read whole channel (KTOR-1268)
  • Cannot receive content via jackson negotiator since 1.4.2 (KTOR-1286)
  • ktor-io: JVM shared function decrease performance starting from 1.4.0 (KTOR-1290)
  • Sessions + SSL (Netty) (KTOR-1292)
  • Netty HTTP/2 HEAD response hangs (KTOR-1298)
  • Using blocking primitives on this dispatcher is not allowed. Consider using async channel instead or use blocking primitives in withContext(Dispatchers.IO) instead. (KTOR-1305)
  • "Wrong HEX escape": gracefully handle invalid URLs (KTOR-1308)
  • Add build parameter to build ktor with JVM IR compiler (KTOR-1336)
  • Update kotlin to 1.4.20 (KTOR-1346)
  • Fix configuration if project without VPN and cache (KTOR-1347)
  • Client: NPE in FormDataContentKt -> Input.copyTo (KTOR-1349)
  • Upgrade Netty to 4.1.54.Final (KTOR-1363)
  • Handle failure in reading request body (KTOR-1367)
  • Remove copyTo usage from ServerPipeline (KTOR-1381)

1.4.2 Release

Please see Change Log on Ktor site

1.4.1

  • OkHttp: Can't reuse same HttpRequestBuilder for different network clients (KTOR-949)
  • Empty body in response using macosX64 target (KTOR-479)
  • Native: InvalidMutabilityException creating HttpClient (KTOR-915)
  • MultiPartData.readAllParts() throws java.io.IOException when multipart list is empty (KTOR-767)
  • kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen io(.ktor.client.request.HttpRequestPipeline (KTOR-693)
  • "FreezingException: freezing of InvokeOnCompletion has failed" using native-mt coroutines (KTOR-973)
  • kotlin.native.concurrent.InvalidMutabilityException with 1.3.3-native-mt (KTOR-497)
  • Parser Exception in header with character code 1 not allowed (KTOR-860)
  • Calling HttpStatement#toString more than once throws IllegalArgumentException (KTOR-1005)
  • Wrong session id get stuck at clients (KTOR-1007)
  • Exception after WebSocketSession.close() invocation. (KTOR-847)
  • Error Ktor running on background thread on iOS (KTOR-499)
  • HttpClient can only be used on the main thread for native targets (KTOR-491)
  • Ignore content length when transfer encoding is chunked for CIO server (KTOR-1036)
  • ConcurrentList.increaseCapacity() throws ArrayIndexOutOfBoundsException (KTOR-1034)
  • Ktor 1.3.1 Fails File Upload with MalformedInputException (KTOR-391)
  • Update library versions, fix config after release (KTOR-1027)
  • Fix parsing urls with trailing spaces (KTOR-886)
  • 1.4.0: breaking change by making response nullable in ResponseException (KTOR-916)
Changelog

Sourced from ktor-gson's changelog.

1.4.3

Published 1 Dec 2020

  • Client: URL encode / escaping is wrong (KTOR-341)
  • HTTP/2 push fails with netty engine (KTOR-800)
  • Request headers exceeding expected threshold are not handled correctly (KTOR-905)
  • iOS client fails with CoroutinesInternalError when Logging is used (KTOR-924)
  • Experimental API and compatibility guarantees (KTOR-1035)
  • CIO: client engine exceptions are both logged and thrown (KTOR-1127)
  • Timeout feature: android engine throws Java's SocketTimeoutException instead of ConnectTimeoutException (KTOR-1229)
  • Input.readTextExactBytes(n) on empty input different behavior per platform (KTOR-1235)
  • HttpRedirect feature alters Location header value (KTOR-1236)
  • Wrong pool is used to release IOBuffer after ByteChannelSequential.copyTo from static initialized instance. (KTOR-1237)
  • CIO Engine's HttpClient may fail when trying to send large size binary data. (KTOR-1247)
  • ByteBufferChannel.readRemaining doesn't read whole channel (KTOR-1268)
  • Cannot receive content via jackson negotiator since 1.4.2 (KTOR-1286)
  • ktor-io: JVM shared function decrease performance starting from 1.4.0 (KTOR-1290)
  • Sessions + SSL (Netty) (KTOR-1292)
  • Netty HTTP/2 HEAD response hangs (KTOR-1298)
  • Using blocking primitives on this dispatcher is not allowed. Consider using async channel instead or use blocking primitives in withContext(Dispatchers.IO) instead. (KTOR-1305)
  • "Wrong HEX escape": gracefully handle invalid URLs (KTOR-1308)
  • Add build parameter to build ktor with JVM IR compiler (KTOR-1336)
  • Update kotlin to 1.4.20 (KTOR-1346)
  • Fix configuration if project without VPN and cache (KTOR-1347)
  • Client: NPE in FormDataContentKt -> Input.copyTo (KTOR-1349)
  • Upgrade Netty to 4.1.54.Final (KTOR-1363)
  • Handle failure in reading request body (KTOR-1367)
  • Remove copyTo usage from ServerPipeline (KTOR-1381)

1.4.2

Published 10 Nov 2020

Please see Change Log on Ktor site

1.4.1

Published 23 Sep 2020

  • OkHttp: Can't reuse same HttpRequestBuilder for different network clients (KTOR-949)
  • Empty body in response using macosX64 target (KTOR-479)
  • Native: InvalidMutabilityException creating HttpClient (KTOR-915)
  • MultiPartData.readAllParts() throws java.io.IOException when multipart list is empty (KTOR-767)
  • kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen io(.ktor.client.request.HttpRequestPipeline (KTOR-693)
  • "FreezingException: freezing of InvokeOnCompletion has failed" using native-mt coroutines (KTOR-973)
  • kotlin.native.concurrent.InvalidMutabilityException with 1.3.3-native-mt (KTOR-497)
  • Parser Exception in header with character code 1 not allowed (KTOR-860)
  • Calling HttpStatement#toString more than once throws IllegalArgumentException (KTOR-1005)
  • Wrong session id get stuck at clients (KTOR-1007)
  • Exception after WebSocketSession.close() invocation. (KTOR-847)
  • Error Ktor running on background thread on iOS (KTOR-499)
Commits
  • e28148d update changelog (#2224)
  • 16f1954 KTOR-1395 Do not add JAR without classifier (#2223)
  • 253e87d KTOR-1381 Remove copyTo usage from ServerPipeline.kt (#2222)
  • 7d1347d KTOR-1349 rewrite Input.copyTo from writeSuspendSession to write (#2221)
  • 5243134 KTOR-1358 Propagate parentCoroutineContext to handlers (#2215)
  • 0c165ac KTOR-1127 Rewrite timeout impl for CIO (#2205)
  • 99e49b7 KTOR-1247 - Fix writing race condition in ByteBufferChannel (#2200)
  • 6053fa4 KTOR-1268 Fix readRemaining lost bytes (#2214)
  • 1684c1e KTOR-1371 Fix formatting in ktor-server-cio to conform to ktlint
  • f5c2679 KTOR-1367 Handle failure in reading request body (#2219)
  • Additional commits viewable in compare view

Updates ktor-server-test-host from 0.9.0 to 1.4.3

Release notes

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

1.4.3 Release

  • Client: URL encode / escaping is wrong (KTOR-341)
  • HTTP/2 push fails with netty engine (KTOR-800)
  • Request headers exceeding expected threshold are not handled correctly (KTOR-905)
  • iOS client fails with CoroutinesInternalError when Logging is used (KTOR-924)
  • Experimental API and compatibility guarantees (KTOR-1035)
  • CIO: client engine exceptions are both logged and thrown (KTOR-1127)
  • Timeout feature: android engine throws Java's SocketTimeoutException instead of ConnectTimeoutException (KTOR-1229)
  • Input.readTextExactBytes(n) on empty input different behavior per platform (KTOR-1235)
  • HttpRedirect feature alters Location header value (KTOR-1236)
  • Wrong pool is used to release IOBuffer after ByteChannelSequential.copyTo from static initialized instance. (KTOR-1237)
  • CIO Engine's HttpClient may fail when trying to send large size binary data. (KTOR-1247)
  • ByteBufferChannel.readRemaining doesn't read whole channel (KTOR-1268)
  • Cannot receive content via jackson negotiator since 1.4.2 (KTOR-1286)
  • ktor-io: JVM shared function decrease performance starting from 1.4.0 (KTOR-1290)
  • Sessions + SSL (Netty) (KTOR-1292)
  • Netty HTTP/2 HEAD response hangs (KTOR-1298)
  • Using blocking primitives on this dispatcher is not allowed. Consider using async channel instead or use blocking primitives in withContext(Dispatchers.IO) instead. (KTOR-1305)
  • "Wrong HEX escape": gracefully handle invalid URLs (KTOR-1308)
  • Add build parameter to build ktor with JVM IR compiler (KTOR-1336)
  • Update kotlin to 1.4.20 (KTOR-1346)
  • Fix configuration if project without VPN and cache (KTOR-1347)
  • Client: NPE in FormDataContentKt -> Input.copyTo (KTOR-1349)
  • Upgrade Netty to 4.1.54.Final (KTOR-1363)
  • Handle failure in reading request body (KTOR-1367)
  • Remove copyTo usage from ServerPipeline (KTOR-1381)

1.4.2 Release

Please see Change Log on Ktor site

1.4.1

  • OkHttp: Can't reuse same HttpRequestBuilder for different network clients (KTOR-949)
  • Empty body in response using macosX64 target (KTOR-479)
  • Native: InvalidMutabilityException creating HttpClient (KTOR-915)
  • MultiPartData.readAllParts() throws java.io.IOException when multipart list is empty (KTOR-767)
  • kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen io(.ktor.client.request.HttpRequestPipeline (KTOR-693)
  • "FreezingException: freezing of InvokeOnCompletion has failed" using native-mt coroutines (KTOR-973)
  • kotlin.native.concurrent.InvalidMutabilityException with 1.3.3-native-mt (KTOR-497)
  • Parser Exception in header with character code 1 not allowed (KTOR-860)
  • Calling HttpStatement#toString more than once throws IllegalArgumentException (KTOR-1005)
  • Wrong session id get stuck at clients (KTOR-1007)
  • Exception after WebSocketSession.close() invocation. (KTOR-847)
  • Error Ktor running on background thread on iOS (KTOR-499)
  • HttpClient can only be used on the main thread for native targets (KTOR-491)
  • Ignore content length when transfer encoding is chunked for CIO server (KTOR-1036)
  • ConcurrentList.increaseCapacity() throws ArrayIndexOutOfBoundsException (KTOR-1034)
  • Ktor 1.3.1 Fails File Upload with MalformedInputException (KTOR-391)
  • Update library versions, fix config after release (KTOR-1027)
  • Fix parsing urls with trailing spaces (KTOR-886)
  • 1.4.0: breaking change by making response nullable in ResponseException (KTOR-916)
Changelog

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

1.4.3

Published 1 Dec 2020

  • Client: URL encode / escaping is wrong (KTOR-341)
  • HTTP/2 push fails with netty engine (KTOR-800)
  • Request headers exceeding expected threshold are not handled correctly (KTOR-905)
  • iOS client fails with CoroutinesInternalError when Logging is used (KTOR-924)
  • Experimental API and compatibility guarantees (KTOR-1035)
  • CIO: client engine exceptions are both logged and thrown (KTOR-1127)
  • Timeout feature: android engine throws Java's SocketTimeoutException instead of ConnectTimeoutException (KTOR-1229)
  • Input.readTextExactBytes(n) on empty input different behavior per platform (KTOR-1235)
  • HttpRedirect feature alters Location header value (KTOR-1236)
  • Wrong pool is used to release IOBuffer after ByteChannelSequential.copyTo from static initialized instance. (KTOR-1237)
  • CIO Engine's HttpClient may fail when trying to send large size binary data. (KTOR-1247)
  • ByteBufferChannel.readRemaining doesn't read whole channel (KTOR-1268)
  • Cannot receive content via jackson negotiator since 1.4.2 (KTOR-1286)
  • ktor-io: JVM shared function decrease performance starting from 1.4.0 (KTOR-1290)
  • Sessions + SSL (Netty) (KTOR-1292)
  • Netty HTTP/2 HEAD response hangs (KTOR-1298)
  • Using blocking primitives on this dispatcher is not allowed. Consider using async channel instead or use blocking primitives in withContext(Dispatchers.IO) instead. (KTOR-1305)
  • "Wrong HEX escape": gracefully handle invalid URLs (KTOR-1308)
  • Add build parameter to build ktor with JVM IR compiler (KTOR-1336)
  • Update kotlin to 1.4.20 (KTOR-1346)
  • Fix configuration if project without VPN and cache (KTOR-1347)
  • Client: NPE in FormDataContentKt -> Input.copyTo (KTOR-1349)
  • Upgrade Netty to 4.1.54.Final (KTOR-1363)
  • Handle failure in reading request body (KTOR-1367)
  • Remove copyTo usage from ServerPipeline (KTOR-1381)

1.4.2

Published 10 Nov 2020

Please see Change Log on Ktor site

1.4.1

Published 23 Sep 2020

  • OkHttp: Can't reuse same HttpRequestBuilder for different network clients (KTOR-949)
  • Empty body in response using macosX64 target (KTOR-479)
  • Native: InvalidMutabilityException creating HttpClient (KTOR-915)
  • MultiPartData.readAllParts() throws java.io.IOException when multipart list is empty (KTOR-767)
  • kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen io(.ktor.client.request.HttpRequestPipeline (KTOR-693)
  • "FreezingException: freezing of InvokeOnCompletion has failed" using native-mt coroutines (KTOR-973)
  • kotlin.native.concurrent.InvalidMutabilityException with 1.3.3-native-mt (KTOR-497)
  • Parser Exception in header with character code 1 not allowed (KTOR-860)
  • Calling HttpStatement#toString more than once throws IllegalArgumentException (KTOR-1005)
  • Wrong session id get stuck at clients (KTOR-1007)
  • Exception after WebSocketSession.close() invocation. (KTOR-847)
  • Error Ktor running on background thread on iOS (KTOR-499)
Commits
  • e28148d update changelog (#2224)
  • 16f1954 KTOR-1395 Do not add JAR without classifier (#2223)
  • 253e87d KTOR-1381 Remove copyTo usage from ServerPipeline.kt (#2222)
  • 7d1347d KTOR-1349 rewrite Input.copyTo from writeSuspendSession to write (#2221)
  • 5243134 KTOR-1358 Propagate parentCoroutineContext to handlers (#2215)
  • 0c165ac KTOR-1127 Rewrite timeout impl for CIO (#2205)
  • 99e49b7 KTOR-1247 - Fix writing race condition in ByteBufferChannel (#2200)
  • 6053fa4 KTOR-1268 Fix readRemaining lost bytes (#2214)
  • 1684c1e KTOR-1371 Fix formatting in ktor-server-cio to conform to ktlint
  • f5c2679 KTOR-1367 Handle failure in reading request body (#2219)
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `ktor_version` from 0.9.0 to 1.4.3.

Updates `ktor-server-netty` from 0.9.0 to 1.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@0.9.0...1.4.3)

Updates `ktor` from 0.9.0 to 1.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@0.9.0...1.4.3)

Updates `ktor-gson` from 0.9.0 to 1.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@0.9.0...1.4.3)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 2, 2020
@dependabot-preview
Copy link
Author

Superseded by #13.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/ktor_version-1.4.3 branch December 22, 2020 06:03
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.

0 participants

Comments