Skip to content

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-host-common (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 19:43
@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-host-common to v1.2.5 Update dependency io.ktor:ktor-server-host-common to v1.2.5 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 77f5677 into GoogleCloudPlatform:master Nov 12, 2019
@renovate-bot renovate-bot deleted the renovate/io.ktor-ktor-server-host-common-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

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants