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.5.0 to 1.5.1 #117

Merged
merged 1 commit into from
Jan 29, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ktor.version from 1.5.0 to 1.5.1.
Updates ktor-client-core-jvm from 1.5.0 to 1.5.1

Release notes

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

1.5.1

Published 27 Jan 2021

  • Circular reference for SocketException and StackOverflowError when using SLF4J logger (KTOR-1080)
  • start.ktor.io - Incorrect import for websockets for ktor 1.2.4 (KTOR-274)
  • Unable to catch socket exceptions (KTOR-1166)
  • Support explicit WebSocket session close (KTOR-340)
  • ktor-client-apache: thread stuck in ByteBufferChannel.readRemainingSuspend (KTOR-1463)
  • Logging tests fails due to floating log entries (KTOR-1870)
  • Adding existing dropwizard metrics registry to Ktor (KTOR-1798)
  • Exception kotlinx.serialization.SerializationException: Class 'ArrayList' is not registered for polymorphic serialization in the scope of 'Collection' in 1.5.0 (KTOR-1795)
  • Prevent double quotes on header params (KTOR-1797)
  • Post request shows empty body after upgrading v1.3.2 (KTOR-426)
  • CIO native selector doesn't select new descriptors (KTOR-1856)
  • Client logging docs don't mention all required dependencies (KTOR-280)
  • Out of date self-signed-certificate documentation (KTOR-272)
  • ClosedReceiveChannelException when making request with CIO engine using a proxy to https (KTOR-1458)
  • Incorrect encoding function used for URL path by URLBuilder (KTOR-1543)
  • A single slash gets ignored for defining a route, but 1.5 requires them due to KTOR-372 (KTOR-1615)
  • Wrong shadow plugin version in Fat JAR docs (KTOR-1359)
  • ktor server documentation is returning 404 (KTOR-1602)
  • CORS doesn't reject bad headers (KTOR-1662)
  • OkHTTP client engine tries to close the connection twice during the closing handshake (KTOR-1374)
  • Dispatcher is closing earlier than client (KTOR-1661)
  • Server losing channel exceptions at receive (KTOR-1590)
  • Request parameters should have name (KTOR-378)
  • Status-code must be 3-digit (KTOR-370)
  • Connect request sends wrong status line (KTOR-1612)
  • Response channel is always cancelled with Logging feature (KTOR-1598)
  • Java client logging tests are fluky (KTOR-1599)
  • HttpTimeoutTest.testConnect are flaky (KTOR-1583)
  • Jetty: requests to resources, that doesn't respond with HTTP/2, lead to unexpected behaviour (KTOR-874)
  • "Unfinished workers detected" using client on native (KTOR-1220)
  • HttpTimeout.testSocketTimeoutWriteFail is flaky (KTOR-1584)
  • Reserved characters in path is not encoded (KTOR-570)
  • testTimeoutCancelsWhenParentScopeCancels is flaky (KTOR-1585)
  • Java client freeze (KTOR-1567)
  • CallLoggingTest is flaky (KTOR-1582)
  • Missing dependency information the Authentication and Authorization topic (KTOR-1575)
  • "Using a Self-Signed Certificate" docs provide wrong dependency for 1.3.x (KTOR-21)
  • "Testing Http Client" docs page contains artifact name with -native suffix (KTOR-1006)
  • Custom JSON mapping with Jackson (KTOR-603)
  • Serialization for client section does not explain how to use it (KTOR-999)
  • Add information about required artifacts to the WebSockets topic (KTOR-1532)
  • Missing dependency information the Client Auth topic (KTOR-1533)
  • New documentation lacks artifacts information for Gradle and Maven (KTOR-1167)
  • ResponseException is no longer serializable starting from 1.4.0 (breaking change) (KTOR-1552)
  • Upgrade kotlin to 1.4.21 (KTOR-1637)
Changelog

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

1.5.1

Published 27 Jan 2021

  • Circular reference for SocketException and StackOverflowError when using SLF4J logger (KTOR-1080)
  • start.ktor.io - Incorrect import for websockets for ktor 1.2.4 (KTOR-274)
  • Unable to catch socket exceptions (KTOR-1166)
  • Support explicit WebSocket session close (KTOR-340)
  • ktor-client-apache: thread stuck in ByteBufferChannel.readRemainingSuspend (KTOR-1463)
  • Logging tests fails due to floating log entries (KTOR-1870)
  • Adding existing dropwizard metrics registry to Ktor (KTOR-1798)
  • Exception kotlinx.serialization.SerializationException: Class 'ArrayList' is not registered for polymorphic serialization in the scope of 'Collection' in 1.5.0 (KTOR-1795)
  • Prevent double quotes on header params (KTOR-1797)
  • Post request shows empty body after upgrading v1.3.2 (KTOR-426)
  • CIO native selector doesn't select new descriptors (KTOR-1856)
  • Client logging docs don't mention all required dependencies (KTOR-280)
  • Out of date self-signed-certificate documentation (KTOR-272)
  • ClosedReceiveChannelException when making request with CIO engine using a proxy to https (KTOR-1458)
  • Incorrect encoding function used for URL path by URLBuilder (KTOR-1543)
  • A single slash gets ignored for defining a route, but 1.5 requires them due to KTOR-372 (KTOR-1615)
  • Wrong shadow plugin version in Fat JAR docs (KTOR-1359)
  • ktor server documentation is returning 404 (KTOR-1602)
  • CORS doesn't reject bad headers (KTOR-1662)
  • OkHTTP client engine tries to close the connection twice during the closing handshake (KTOR-1374)
  • Dispatcher is closing earlier than client (KTOR-1661)
  • Server losing channel exceptions at receive (KTOR-1590)
  • Request parameters should have name (KTOR-378)
  • Status-code must be 3-digit (KTOR-370)
  • Connect request sends wrong status line (KTOR-1612)
  • Response channel is always cancelled with Logging feature (KTOR-1598)
  • Java client logging tests are fluky (KTOR-1599)
  • HttpTimeoutTest.testConnect are flaky (KTOR-1583)
  • Jetty: requests to resources, that doesn't respond with HTTP/2, lead to unexpected behaviour (KTOR-874)
  • "Unfinished workers detected" using client on native (KTOR-1220)
  • HttpTimeout.testSocketTimeoutWriteFail is flaky (KTOR-1584)
  • Reserved characters in path is not encoded (KTOR-570)
  • testTimeoutCancelsWhenParentScopeCancels is flaky (KTOR-1585)
  • Java client freeze (KTOR-1567)
  • CallLoggingTest is flaky (KTOR-1582)
  • Missing dependency information the Authentication and Authorization topic (KTOR-1575)
  • "Using a Self-Signed Certificate" docs provide wrong dependency for 1.3.x (KTOR-21)
  • "Testing Http Client" docs page contains artifact name with -native suffix (KTOR-1006)
  • Custom JSON mapping with Jackson (KTOR-603)
  • Serialization for client section does not explain how to use it (KTOR-999)
  • Add information about required artifacts to the WebSockets topic (KTOR-1532)
  • Missing dependency information the Client Auth topic (KTOR-1533)
  • New documentation lacks artifacts information for Gradle and Maven (KTOR-1167)
  • ResponseException is no longer serializable starting from 1.4.0 (breaking change) (KTOR-1552)
  • Upgrade kotlin to 1.4.21 (KTOR-1637)
Commits
  • c6e6ef7 Update changelog
  • d08725a Version 1.5.1
  • 45078b2 KTOR-340 Prevent sending close to already closed outgoing ws channel (#2320)
  • fb6675f Revert "KTOR-1684 Deprecate locationOrNull"
  • 2ec366d KTOR-1166 Fix UDP socket send exception (#2164)
  • 2dd2ed7 KTOR-1371 Cleanup codestyle in ktor-server
  • d059962 KTOR-1371 Cleanup codestyle in ktor-http
  • 0463b5f KTOR-1371 Cleanup codestyle in ktor-network
  • af25b1c KTOR-1371 Cleanup codestyle in ktor-io
  • f776d7c KTOR-1797 Add check for unescaped quote inside quoted header parameter (#2314)
  • Additional commits viewable in compare view

Updates ktor-client-cio-jvm from 1.5.0 to 1.5.1

Release notes

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

1.5.1

Published 27 Jan 2021

  • Circular reference for SocketException and StackOverflowError when using SLF4J logger (KTOR-1080)
  • start.ktor.io - Incorrect import for websockets for ktor 1.2.4 (KTOR-274)
  • Unable to catch socket exceptions (KTOR-1166)
  • Support explicit WebSocket session close (KTOR-340)
  • ktor-client-apache: thread stuck in ByteBufferChannel.readRemainingSuspend (KTOR-1463)
  • Logging tests fails due to floating log entries (KTOR-1870)
  • Adding existing dropwizard metrics registry to Ktor (KTOR-1798)
  • Exception kotlinx.serialization.SerializationException: Class 'ArrayList' is not registered for polymorphic serialization in the scope of 'Collection' in 1.5.0 (KTOR-1795)
  • Prevent double quotes on header params (KTOR-1797)
  • Post request shows empty body after upgrading v1.3.2 (KTOR-426)
  • CIO native selector doesn't select new descriptors (KTOR-1856)
  • Client logging docs don't mention all required dependencies (KTOR-280)
  • Out of date self-signed-certificate documentation (KTOR-272)
  • ClosedReceiveChannelException when making request with CIO engine using a proxy to https (KTOR-1458)
  • Incorrect encoding function used for URL path by URLBuilder (KTOR-1543)
  • A single slash gets ignored for defining a route, but 1.5 requires them due to KTOR-372 (KTOR-1615)
  • Wrong shadow plugin version in Fat JAR docs (KTOR-1359)
  • ktor server documentation is returning 404 (KTOR-1602)
  • CORS doesn't reject bad headers (KTOR-1662)
  • OkHTTP client engine tries to close the connection twice during the closing handshake (KTOR-1374)
  • Dispatcher is closing earlier than client (KTOR-1661)
  • Server losing channel exceptions at receive (KTOR-1590)
  • Request parameters should have name (KTOR-378)
  • Status-code must be 3-digit (KTOR-370)
  • Connect request sends wrong status line (KTOR-1612)
  • Response channel is always cancelled with Logging feature (KTOR-1598)
  • Java client logging tests are fluky (KTOR-1599)
  • HttpTimeoutTest.testConnect are flaky (KTOR-1583)
  • Jetty: requests to resources, that doesn't respond with HTTP/2, lead to unexpected behaviour (KTOR-874)
  • "Unfinished workers detected" using client on native (KTOR-1220)
  • HttpTimeout.testSocketTimeoutWriteFail is flaky (KTOR-1584)
  • Reserved characters in path is not encoded (KTOR-570)
  • testTimeoutCancelsWhenParentScopeCancels is flaky (KTOR-1585)
  • Java client freeze (KTOR-1567)
  • CallLoggingTest is flaky (KTOR-1582)
  • Missing dependency information the Authentication and Authorization topic (KTOR-1575)
  • "Using a Self-Signed Certificate" docs provide wrong dependency for 1.3.x (KTOR-21)
  • "Testing Http Client" docs page contains artifact name with -native suffix (KTOR-1006)
  • Custom JSON mapping with Jackson (KTOR-603)
  • Serialization for client section does not explain how to use it (KTOR-999)
  • Add information about required artifacts to the WebSockets topic (KTOR-1532)
  • Missing dependency information the Client Auth topic (KTOR-1533)
  • New documentation lacks artifacts information for Gradle and Maven (KTOR-1167)
  • ResponseException is no longer serializable starting from 1.4.0 (breaking change) (KTOR-1552)
  • Upgrade kotlin to 1.4.21 (KTOR-1637)
Changelog

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

1.5.1

Published 27 Jan 2021

  • Circular reference for SocketException and StackOverflowError when using SLF4J logger (KTOR-1080)
  • start.ktor.io - Incorrect import for websockets for ktor 1.2.4 (KTOR-274)
  • Unable to catch socket exceptions (KTOR-1166)
  • Support explicit WebSocket session close (KTOR-340)
  • ktor-client-apache: thread stuck in ByteBufferChannel.readRemainingSuspend (KTOR-1463)
  • Logging tests fails due to floating log entries (KTOR-1870)
  • Adding existing dropwizard metrics registry to Ktor (KTOR-1798)
  • Exception kotlinx.serialization.SerializationException: Class 'ArrayList' is not registered for polymorphic serialization in the scope of 'Collection' in 1.5.0 (KTOR-1795)
  • Prevent double quotes on header params (KTOR-1797)
  • Post request shows empty body after upgrading v1.3.2 (KTOR-426)
  • CIO native selector doesn't select new descriptors (KTOR-1856)
  • Client logging docs don't mention all required dependencies (KTOR-280)
  • Out of date self-signed-certificate documentation (KTOR-272)
  • ClosedReceiveChannelException when making request with CIO engine using a proxy to https (KTOR-1458)
  • Incorrect encoding function used for URL path by URLBuilder (KTOR-1543)
  • A single slash gets ignored for defining a route, but 1.5 requires them due to KTOR-372 (KTOR-1615)
  • Wrong shadow plugin version in Fat JAR docs (KTOR-1359)
  • ktor server documentation is returning 404 (KTOR-1602)
  • CORS doesn't reject bad headers (KTOR-1662)
  • OkHTTP client engine tries to close the connection twice during the closing handshake (KTOR-1374)
  • Dispatcher is closing earlier than client (KTOR-1661)
  • Server losing channel exceptions at receive (KTOR-1590)
  • Request parameters should have name (KTOR-378)
  • Status-code must be 3-digit (KTOR-370)
  • Connect request sends wrong status line (KTOR-1612)
  • Response channel is always cancelled with Logging feature (KTOR-1598)
  • Java client logging tests are fluky (KTOR-1599)
  • HttpTimeoutTest.testConnect are flaky (KTOR-1583)
  • Jetty: requests to resources, that doesn't respond with HTTP/2, lead to unexpected behaviour (KTOR-874)
  • "Unfinished workers detected" using client on native (KTOR-1220)
  • HttpTimeout.testSocketTimeoutWriteFail is flaky (KTOR-1584)
  • Reserved characters in path is not encoded (KTOR-570)
  • testTimeoutCancelsWhenParentScopeCancels is flaky (KTOR-1585)
  • Java client freeze (KTOR-1567)
  • CallLoggingTest is flaky (KTOR-1582)
  • Missing dependency information the Authentication and Authorization topic (KTOR-1575)
  • "Using a Self-Signed Certificate" docs provide wrong dependency for 1.3.x (KTOR-21)
  • "Testing Http Client" docs page contains artifact name with -native suffix (KTOR-1006)
  • Custom JSON mapping with Jackson (KTOR-603)
  • Serialization for client section does not explain how to use it (KTOR-999)
  • Add information about required artifacts to the WebSockets topic (KTOR-1532)
  • Missing dependency information the Client Auth topic (KTOR-1533)
  • New documentation lacks artifacts information for Gradle and Maven (KTOR-1167)
  • ResponseException is no longer serializable starting from 1.4.0 (breaking change) (KTOR-1552)
  • Upgrade kotlin to 1.4.21 (KTOR-1637)
Commits
  • c6e6ef7 Update changelog
  • d08725a Version 1.5.1
  • 45078b2 KTOR-340 Prevent sending close to already closed outgoing ws channel (#2320)
  • fb6675f Revert "KTOR-1684 Deprecate locationOrNull"
  • 2ec366d KTOR-1166 Fix UDP socket send exception (#2164)
  • 2dd2ed7 KTOR-1371 Cleanup codestyle in ktor-server
  • d059962 KTOR-1371 Cleanup codestyle in ktor-http
  • 0463b5f KTOR-1371 Cleanup codestyle in ktor-network
  • af25b1c KTOR-1371 Cleanup codestyle in ktor-io
  • f776d7c KTOR-1797 Add check for unescaped quote inside quoted header parameter (#2314)
  • 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.5.0 to 1.5.1.

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

Updates `ktor-client-cio-jvm` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@1.5.0...1.5.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 Jan 29, 2021
@sokomishalov sokomishalov merged commit 7e6c4e9 into master Jan 29, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/ktor.version-1.5.1 branch January 29, 2021 16:29
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