Skip to content

Update dependency io.ktor:ktor-server-netty to v1.2.5 #1724

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

Merged
merged 1 commit into from
Nov 12, 2019
Merged

Update dependency io.ktor:ktor-server-netty to v1.2.5 #1724

merged 1 commit into from
Nov 12, 2019

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 11, 2019

This PR contains the following updates:

Package Update Change
io.ktor:ktor-server-netty (source) patch 1.2.2 -> 1.2.5

Release Notes

ktorio/ktor

v1.2.5

Compare Source

27 Sep 2019

  • Fixed ClosedSendChannel exceptions in client and server
  • Fixed Android crash on client and server exceptions
  • Fixed server identity compression handling: keep original content length
  • Fixed partial content without the passed range doesn't have content length
  • Fixed curl request with empty body
  • Fixed empty client form data (#​1297)
  • Fixed CIO engine no longer sends port in "Host" header (#​1295)
  • Fixed potential deadlock in Android engine
  • Gradle Metadata 1.0 (Gradle 5.6.2)
  • kotlinx.coroutines 1.3.2
  • kotlinx.serialization 0.13.0
  • Dropwizard 4.1.0
  • jackson 2.9.9.3

v1.2.4

Compare Source

Published 2 Sep 2019

  • Fixed multipart form header entity separator
  • Fixed crypto in IE11 (#​1283)
  • Marked response transient in the client exception (#​1256)
  • Fixed network on main thread in okhttp engine close
  • Fixed follow redirect iOS (#​1000)
  • Kotlin 1.3.50
  • kotlinx.coroutines 1.3.0

v1.2.3

Compare Source

Published 1 Aug 2019

  • JS websocket bugs fixes and improvements
  • Eliminated Java9's Base64 implementation (useful for older JDK and Android)
  • Fixed bug of adding unexpected trailing slash (#​1201) (#​1206)
  • Improved apache and okhttp client engines performance
  • Fixed client response body cancellation
  • Added client response streaming on nodejs
  • Deprecated old client BasicAuth
  • Introduced a flag to send auth without negotiation
  • Added server kotlinx.serialization initial support (SerializationConverter)
  • Client TLS implementation fixes: cancellation and error handling.
  • Added web assembly content type.
  • Prohibited server double request content call.receive.
    • Introduce DoubleReceive feature that makes it work.
  • Server CORS support fixed and improved
  • Added initial kotlinx.serialization support for server including receiving generic collections.
  • Introduced ktor-bom for better dependency management.
  • Improved jetty server engine configuration to enable manual connectors setup.
  • Fixed client memory leak (#​1223).
  • Upgraded Jetty, Netty and utility libraries.
  • Kotlin 1.3.41

Breaking changes/Migration steps:

  • CORS doesn't allow non-simple request body content types anymore by default
    • to allow extra content types such as json, enable allowNonSimpleContentTypes
  • At least Kotlin 1.3.41 IS REQUIRED

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate-bot renovate-bot requested a review from a team November 11, 2019 23:48
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 11, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 11, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 11, 2019
@renovate-bot renovate-bot changed the title chore(deps): update dependency io.ktor:ktor-server-netty to v1.2.5 Update dependency io.ktor:ktor-server-netty to v1.2.5 Nov 12, 2019
@lesv
Copy link
Contributor

lesv commented Nov 12, 2019

@dpebot merge when green

@dpebot
Copy link
Contributor

dpebot commented Nov 12, 2019

Okay! I'll merge when all statuses are green and all reviewers approve.

@dpebot dpebot added the automerge Merge the pull request once unit tests and other checks pass. label Nov 12, 2019
@dpebot dpebot assigned dpebot and unassigned lesv Nov 12, 2019
@lesv lesv added the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 12, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 12, 2019
@kurtisvg kurtisvg added the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 12, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 12, 2019
@kurtisvg kurtisvg merged commit a07f719 into GoogleCloudPlatform:master Nov 12, 2019
@renovate-bot renovate-bot deleted the renovate/io.ktor-ktor-server-netty-1.x branch November 12, 2019 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants