Skip to content

Bump ktor-server-core from 1.3.1 to 1.3.2#28

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/io.ktor-ktor-server-core-1.3.2
Closed

Bump ktor-server-core from 1.3.1 to 1.3.2#28
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/io.ktor-ktor-server-core-1.3.2

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps ktor-server-core from 1.3.1 to 1.3.2.

Release notes

Sourced from ktor-server-core's releases.

1.3.2

Published 12 Mar 2020

  • Introduced iOS streaming response support
  • Provided challenge handler in iOS client configuration
  • Improved JsonFeature configuration DSL (#1472)
  • Simplified server kotlinx.serialization config
  • Recovered HttpRequestBuilder.takeFrom function (#1626)
  • Allowed to configure default cookies asynchronously
  • Exposed server LocationInfo and added location resolve functions (#1657)
  • Introduced function for async writing to server response channel (#1703)
  • Added an option to filter logged calls for ktor-client-logging
  • Fixed iOS client timeouts
  • Fixed iOS crash
  • Fixed 100% CPU Apache Ktor Http Client #1018 (#1689)
  • Fixed missing client response logging
  • Fixed CIO server local address detection (#1663)
  • Fix server request origin to provide header's host and port when available
  • Fixed random missing feature errors caused by concurrency at startup (#1694)
  • Fixed Set-Cookie header parser in iOS and JS
  • Fixed client multiple redirects with relative path (#1704)
  • Fixed unwrapping cancellation exceptions in client (#1482)
  • Fixed missed preconfigured OkHttpClient in OkHttpEngine (#1646)
  • Fixed websocket to complete closeReason on disconnection (#1275).
  • Fixed websocket sending CloseReason(1009) when frame is too big
  • Fixed websocket pinger logging
  • Fixed maxFrameSize for chunked frames
  • Fixed URL scheme parser (#1614)
  • Fixed platform detection in PlatformUtils.IS_NODE and PlatformUtils.IS_BROWSER (#1675)
  • Fixed Short.highByte
  • Fixed consumeEachBufferRange (#1693)
  • Fixed httpclient gzip decoding failure (#1189)
  • Fixed InputStream wrapper for Input
  • Bumped versions:
    • Kotlin 1.3.70
    • kotlinx.coroutines 1.3.4
    • kotlinx.serialization 0.20.0
    • kotlinx.html 0.7.1
    • dropwizard 4.1.2
    • slf4j 1.7.30
    • mustache 0.9.6
    • pebble 3.1.2
    • webjars 0.43
    • jackson 2.10.2

Known issues:

  • Reverted fix for ios memory leak to prevent crashes
Changelog

Sourced from ktor-server-core's changelog.

1.3.2

Published 12 Mar 2020

  • Introduced iOS streaming response support
  • Provided challenge handler in iOS client configuration
  • Improved JsonFeature configuration DSL (#1472)
  • Simplified server kotlinx.serialization config
  • Recovered HttpRequestBuilder.takeFrom function (#1626)
  • Allowed to configure default cookies asynchronously
  • Exposed server LocationInfo and added location resolve functions (#1657)
  • Introduced function for async writing to server response channel (#1703)
  • Added an option to filter logged calls for ktor-client-logging
  • Fixed iOS client timeouts
  • Fixed iOS crash
  • Fixed 100% CPU Apache Ktor Http Client #1018 (#1689)
  • Fixed missing client response logging
  • Fixed CIO server local address detection (#1663)
  • Fix server request origin to provide header's host and port when available
  • Fixed random missing feature errors caused by concurrency at startup (#1694)
  • Fixed Set-Cookie header parser in iOS and JS
  • Fixed client multiple redirects with relative path (#1704)
  • Fixed unwrapping cancellation exceptions in client (#1482)
  • Fixed missed preconfigured OkHttpClient in OkHttpEngine (#1646)
  • Fixed websocket to complete closeReason on disconnection (#1275).
  • Fixed websocket sending CloseReason(1009) when frame is too big
  • Fixed websocket pinger logging
  • Fixed maxFrameSize for chunked frames
  • Fixed URL scheme parser (#1614)
  • Fixed platform detection in PlatformUtils.IS_NODE and PlatformUtils.IS_BROWSER (#1675)
  • Fixed Short.highByte
  • Fixed consumeEachBufferRange (#1693)
  • Fixed httpclient gzip decoding failure (#1189)
  • Fixed InputStream wrapper for Input
  • Bumped versions:
    • Kotlin 1.3.70
    • kotlinx.coroutines 1.3.4
    • kotlinx.serialization 0.20.0
    • kotlinx.html 0.7.1
    • dropwizard 4.1.2
    • slf4j 1.7.30
    • mustache 0.9.6
    • pebble 3.1.2
    • webjars 0.43
    • jackson 2.10.2
Commits
  • 902eb47 Version 1.3.2
  • f9eab65 Fix Apache Client Engine cancellation
  • 285bdba Avoid race in WebSocketTest.testBigFrame
  • 9c5953c Add test for request log filtering.
  • 9565b7e Update public api reference.
  • 2fdbc71 Add constructor for backward compatibility.
  • da7cb98 Add an option to filter logged calls for ktor-client-logging.
  • 0b86cd8 Remove old iOS test task
  • 97b1204 Replace field setters with methods in the iOS engine
  • 7bb6daf Add task parameter to iOS challenge handler
  • 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-core](https://github.com/ktorio/ktor) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@1.3.1...1.3.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 Apr 20, 2020
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #31.

@dependabot-preview dependabot-preview Bot deleted the dependabot/maven/io.ktor-ktor-server-core-1.3.2 branch August 18, 2020 20:13
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