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.4.0 to 1.4.1 #85

Merged
merged 1 commit into from
Oct 3, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ktor.version from 1.4.0 to 1.4.1.
Updates ktor-client-core-jvm from 1.4.0 to 1.4.1

Release notes

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

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
Changelog

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

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)
Commits
  • a6d6842 Ignore linuxX64 publications on mac host
  • dd95ea6 Ignore linuxX64 publications on win host
  • e9682e2 Increase heap for win build
  • 2f47208 KTOR-968 Version 1.4.1
  • 9b04321 KTOR-968 Update changelog
  • 9da8580 KTOR-1069 Fix js test data and disable cookie test for js
  • 6ddc9ec KTOR-1067 Fix non-shared fields in HttpTimeout
  • 3c9f66a KTOR-1067 Fix ConcurrentList listIterator remove
  • b8f5a96 KTOR-1067 Use shared references in test
  • ff789b5 KTOR-1067 Fix usage of simple collections instead of shared in native
  • Additional commits viewable in compare view

Updates ktor-client-cio-jvm from 1.4.0 to 1.4.1

Release notes

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

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
Changelog

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

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)
Commits
  • a6d6842 Ignore linuxX64 publications on mac host
  • dd95ea6 Ignore linuxX64 publications on win host
  • e9682e2 Increase heap for win build
  • 2f47208 KTOR-968 Version 1.4.1
  • 9b04321 KTOR-968 Update changelog
  • 9da8580 KTOR-1069 Fix js test data and disable cookie test for js
  • 6ddc9ec KTOR-1067 Fix non-shared fields in HttpTimeout
  • 3c9f66a KTOR-1067 Fix ConcurrentList listIterator remove
  • b8f5a96 KTOR-1067 Use shared references in test
  • ff789b5 KTOR-1067 Fix usage of simple collections instead of shared in native
  • 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 1.4.0 to 1.4.1.

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

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

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 Sep 25, 2020
@sokomishalov sokomishalov merged commit 73509bd into master Oct 3, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/ktor.version-1.4.1 branch October 3, 2020 22:14
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