Skip to content

Bump ktor-server-netty from 1.4.0 to 1.4.1#58

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/io.ktor-ktor-server-netty-1.4.1
Closed

Bump ktor-server-netty from 1.4.0 to 1.4.1#58
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/io.ktor-ktor-server-netty-1.4.1

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps ktor-server-netty from 1.4.0 to 1.4.1.

Release notes

Sourced from ktor-server-netty'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-server-netty'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 compatibility score

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-server-netty](https://github.com/ktorio/ktor) 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
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #93.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/io.ktor-ktor-server-netty-1.4.1 branch April 5, 2021 06:15
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