Skip to content

Bump ktor_version from 0.9.0 to 1.4.2#11

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

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

Conversation

@dependabot-preview
Copy link

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

Release notes

Sourced from ktor-server-netty's releases.

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)
  • Netty: Not started servers leak resources (KTOR-939)
  • Ktor websocket client passes configured max frame as timeout millis (KTOR-923)
  • Routing: get matcher has higher priority than param matcher on the same level (KTOR-792)
  • Confusing log message about failed session lookup (KTOR-776)
  • Implement runtime check of using native-mt coroutines (KTOR-956)
  • Http parse security issue (KTOR-841)
  • Bumped versions:
    • kotlinx.coroutines 1.3.9-native-mt-2
    • kotlinx.serialization 1.0.0-RC2
    • kotlin 1.4.10

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
  • Add client websocket feature config
  • iOS Certificate Pinning (#1750)
  • Add originHost support in browser
  • Fix client logging issues with POST body
  • Prevent CURL multi-handle double close
Changelog

Sourced from ktor-server-netty's changelog.

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)
  • 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)
  • Netty: Not started servers leak resources (KTOR-939)
  • Ktor websocket client passes configured max frame as timeout millis (KTOR-923)
  • Routing: get matcher has higher priority than param matcher on the same level (KTOR-792)
  • Confusing log message about failed session lookup (KTOR-776)
  • Implement runtime check of using native-mt coroutines (KTOR-956)
  • Http parse security issue (KTOR-841)
  • Bumped versions:
    • kotlinx.coroutines 1.3.9-native-mt-2
    • kotlinx.serialization 1.0.0-RC2
    • kotlin 1.4.10

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
Commits
  • f59dd6e KTOR-1280 1.4.2 Release
  • e4e3426 KTOR-1266 Fix missing ALPN class for http2 tests (#2190)
  • 4157f99 KTOR-890 Remove ktor-server-test-host indirectly dependency (#2189)
  • 74d3bad KTOR-1252 Fix native test ignore (#2186)
  • dc2723d Merge pull request #2184 from ktorio/hariri/KTOR-1252
  • e4e739f KTOR-1252 Remove flaky test
  • 069c889 KTOR-1252 Remove flaky test
  • a91eae7 Merge pull request #2179 from ktorio/hhariri/remove-scripts
  • e53ff82 Remove scripts (no longer need)
  • d0c9ed4 KTOR-974 Remove redundant key location
  • Additional commits viewable in compare view

Updates ktor from 0.9.0 to 1.4.2

Release notes

Sourced from ktor's releases.

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)
  • Netty: Not started servers leak resources (KTOR-939)
  • Ktor websocket client passes configured max frame as timeout millis (KTOR-923)
  • Routing: get matcher has higher priority than param matcher on the same level (KTOR-792)
  • Confusing log message about failed session lookup (KTOR-776)
  • Implement runtime check of using native-mt coroutines (KTOR-956)
  • Http parse security issue (KTOR-841)
  • Bumped versions:
    • kotlinx.coroutines 1.3.9-native-mt-2
    • kotlinx.serialization 1.0.0-RC2
    • kotlin 1.4.10

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
  • Add client websocket feature config
  • iOS Certificate Pinning (#1750)
  • Add originHost support in browser
  • Fix client logging issues with POST body
  • Prevent CURL multi-handle double close
Changelog

Sourced from ktor's changelog.

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)
  • 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)
  • Netty: Not started servers leak resources (KTOR-939)
  • Ktor websocket client passes configured max frame as timeout millis (KTOR-923)
  • Routing: get matcher has higher priority than param matcher on the same level (KTOR-792)
  • Confusing log message about failed session lookup (KTOR-776)
  • Implement runtime check of using native-mt coroutines (KTOR-956)
  • Http parse security issue (KTOR-841)
  • Bumped versions:
    • kotlinx.coroutines 1.3.9-native-mt-2
    • kotlinx.serialization 1.0.0-RC2
    • kotlin 1.4.10

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
Commits
  • f59dd6e KTOR-1280 1.4.2 Release
  • e4e3426 KTOR-1266 Fix missing ALPN class for http2 tests (#2190)
  • 4157f99 KTOR-890 Remove ktor-server-test-host indirectly dependency (#2189)
  • 74d3bad KTOR-1252 Fix native test ignore (#2186)
  • dc2723d Merge pull request #2184 from ktorio/hariri/KTOR-1252
  • e4e739f KTOR-1252 Remove flaky test
  • 069c889 KTOR-1252 Remove flaky test
  • a91eae7 Merge pull request #2179 from ktorio/hhariri/remove-scripts
  • e53ff82 Remove scripts (no longer need)
  • d0c9ed4 KTOR-974 Remove redundant key location
  • Additional commits viewable in compare view

Updates ktor-gson from 0.9.0 to 1.4.2

Release notes

Sourced from ktor-gson's releases.

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)
  • Netty: Not started servers leak resources (KTOR-939)
  • Ktor websocket client passes configured max frame as timeout millis (KTOR-923)
  • Routing: get matcher has higher priority than param matcher on the same level (KTOR-792)
  • Confusing log message about failed session lookup (KTOR-776)
  • Implement runtime check of using native-mt coroutines (KTOR-956)
  • Http parse security issue (KTOR-841)
  • Bumped versions:
    • kotlinx.coroutines 1.3.9-native-mt-2
    • kotlinx.serialization 1.0.0-RC2
    • kotlin 1.4.10

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
  • Add client websocket feature config
  • iOS Certificate Pinning (#1750)
  • Add originHost support in browser
  • Fix client logging issues with POST body
  • Prevent CURL multi-handle double close
Changelog

Sourced from ktor-gson's changelog.

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)
  • 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)
  • Netty: Not started servers leak resources (KTOR-939)
  • Ktor websocket client passes configured max frame as timeout millis (KTOR-923)
  • Routing: get matcher has higher priority than param matcher on the same level (KTOR-792)
  • Confusing log message about failed session lookup (KTOR-776)
  • Implement runtime check of using native-mt coroutines (KTOR-956)
  • Http parse security issue (KTOR-841)
  • Bumped versions:
    • kotlinx.coroutines 1.3.9-native-mt-2
    • kotlinx.serialization 1.0.0-RC2
    • kotlin 1.4.10

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
Commits
  • f59dd6e KTOR-1280 1.4.2 Release
  • e4e3426 KTOR-1266 Fix missing ALPN class for http2 tests (#2190)
  • 4157f99 KTOR-890 Remove ktor-server-test-host indirectly dependency (#2189)
  • 74d3bad KTOR-1252 Fix native test ignore (#2186)
  • dc2723d Merge pull request #2184 from ktorio/hariri/KTOR-1252
  • e4e739f KTOR-1252 Remove flaky test
  • 069c889 KTOR-1252 Remove flaky test
  • a91eae7 Merge pull request #2179 from ktorio/hhariri/remove-scripts
  • e53ff82 Remove scripts (no longer need)
  • d0c9ed4 KTOR-974 Remove redundant key location
  • Additional commits viewable in compare view

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

Release notes

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

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)
  • Netty: Not started servers leak resources (KTOR-939)
  • Ktor websocket client passes configured max frame as timeout millis (KTOR-923)
  • Routing: get matcher has higher priority than param matcher on the same level (KTOR-792)
  • Confusing log message about failed session lookup (KTOR-776)
  • Implement runtime check of using native-mt coroutines (KTOR-956)
  • Http parse security issue (KTOR-841)
  • Bumped versions:
    • kotlinx.coroutines 1.3.9-native-mt-2
    • kotlinx.serialization 1.0.0-RC2
    • kotlin 1.4.10

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
  • Add client websocket feature config
  • iOS Certificate Pinning (#1750)
  • Add originHost support in browser
  • Fix client logging issues with POST body
  • Prevent CURL multi-handle double close
Changelog

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

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)
  • 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)
  • Netty: Not started servers leak resources (KTOR-939)
  • Ktor websocket client passes configured max frame as timeout millis (KTOR-923)
  • Routing: get matcher has higher priority than param matcher on the same level (KTOR-792)
  • Confusing log message about failed session lookup (KTOR-776)
  • Implement runtime check of using native-mt coroutines (KTOR-956)
  • Http parse security issue (KTOR-841)
  • Bumped versions:
    • kotlinx.coroutines 1.3.9-native-mt-2
    • kotlinx.serialization 1.0.0-RC2
    • kotlin 1.4.10

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
Commits
  • f59dd6e KTOR-1280 1.4.2 Release
  • e4e3426 KTOR-1266 Fix missing ALPN class for http2 tests (#2190)
  • 4157f99 KTOR-890 Remove ktor-server-test-host indirectly dependency (#2189)
  • 74d3bad KTOR-1252 Fix native test ignore (#2186)
  • dc2723d Merge pull request #2184 from ktorio/hariri/KTOR-1252
  • e4e739f KTOR-1252 Remove flaky test
  • 069c889 KTOR-1252 Remove flaky test
  • a91eae7 Merge pull request #2179 from ktorio/hhariri/remove-scripts
  • e53ff82 Remove scripts (no longer need)
  • d0c9ed4 KTOR-974 Remove redundant key location
  • 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.2.

Updates `ktor-server-netty` from 0.9.0 to 1.4.2
- [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.2)

Updates `ktor` from 0.9.0 to 1.4.2
- [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.2)

Updates `ktor-gson` from 0.9.0 to 1.4.2
- [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.2)

Updates `ktor-server-test-host` from 0.9.0 to 1.4.2
- [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.2)

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 Nov 11, 2020
@dependabot-preview
Copy link
Author

Superseded by #12.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/ktor_version-1.4.2 branch December 2, 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