rabbitmq-kotlin icon indicating copy to clipboard operation
rabbitmq-kotlin copied to clipboard

Bump ktor_version from 1.5.2 to 1.5.3

Open dependabot-preview[bot] opened this issue 4 years ago • 1 comments

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps ktor_version from 1.5.2 to 1.5.3. Updates ktor-server-netty from 1.5.2 to 1.5.3

Changelog

Sourced from ktor-server-netty's changelog.

1.5.3

Published 2 Apr 2021

  • Upgraded to coroutines 1.4.3 (KTOR-2254)
  • Upgraded kotlinx.serialization to 1.1.0 (KTOR-2238)
  • Fixed I/O readRemaining sometimes looses exception (KTOR-2263)
  • Fixed autoreload with 1.5.x when using embeddedServer NOT in debug mode regression (KTOR-2214)
  • Fixed flaky CIOSustainabilityTest.testBlockingConcurrency[jvm] (KTOR-2265)
  • Resolve 'node-fetch' on libs produced by jsBrowserProductionLibraryDistribution regression (KTOR-2230)
  • Updated doc string for FormPart (KTOR-2173)
  • Fixed java.lang.IllegalStateException: No instance for key AttributeKey: ExpectSuccessAttribyteKey regression (KTOR-2389)
  • Fixed CIO: TLSConfigBuilder JVM allow null as password (KTOR-940)
  • Supported overriding Kotlin module configuration using jackson dsl function (KTOR-1692)
  • Fixed CORS can't pass on some none standard orgin on jvm (KTOR-469)
  • Fixed unexpected exception when using Session feature: "Using blocking primitives on this dispatcher is not allowed" regression jvm (KTOR-1452)
  • Fixed NettyApplicationEngine providing a configureBootstrap in the configuration throws IllegalStateException: group set already (KTOR-2078)
  • Fixed wrong indentation in Serving Static Content guide (KTOR-2017)
  • Fixed InsufficientSpaceException trying to build ByteReadPacket jvm (KTOR-960)
  • Fixed flaky ProxyTest.testHttpProxy[CIO][jvm] (KTOR-2082)
  • Fixed invalid assertion for existence of the key in the key store (KTOR-2311)
  • Fixed incorrect grammar in exception messages (KTOR-2284)
  • Fixed flaky JavaEngineTests.testThreadLeak[jvm] (KTOR-2098)
  • Fixed flaky JettyStressTest.highLoadStressTest (KTOR-2080)
  • Fixed flaky ExceptionsJvmTest.testConnectionClosedDuringRequest[jvm] (KTOR-2063)
Commits

Updates ktor-server-core from 1.5.2 to 1.5.3

Changelog

Sourced from ktor-server-core's changelog.

1.5.3

Published 2 Apr 2021

  • Upgraded to coroutines 1.4.3 (KTOR-2254)
  • Upgraded kotlinx.serialization to 1.1.0 (KTOR-2238)
  • Fixed I/O readRemaining sometimes looses exception (KTOR-2263)
  • Fixed autoreload with 1.5.x when using embeddedServer NOT in debug mode regression (KTOR-2214)
  • Fixed flaky CIOSustainabilityTest.testBlockingConcurrency[jvm] (KTOR-2265)
  • Resolve 'node-fetch' on libs produced by jsBrowserProductionLibraryDistribution regression (KTOR-2230)
  • Updated doc string for FormPart (KTOR-2173)
  • Fixed java.lang.IllegalStateException: No instance for key AttributeKey: ExpectSuccessAttribyteKey regression (KTOR-2389)
  • Fixed CIO: TLSConfigBuilder JVM allow null as password (KTOR-940)
  • Supported overriding Kotlin module configuration using jackson dsl function (KTOR-1692)
  • Fixed CORS can't pass on some none standard orgin on jvm (KTOR-469)
  • Fixed unexpected exception when using Session feature: "Using blocking primitives on this dispatcher is not allowed" regression jvm (KTOR-1452)
  • Fixed NettyApplicationEngine providing a configureBootstrap in the configuration throws IllegalStateException: group set already (KTOR-2078)
  • Fixed wrong indentation in Serving Static Content guide (KTOR-2017)
  • Fixed InsufficientSpaceException trying to build ByteReadPacket jvm (KTOR-960)
  • Fixed flaky ProxyTest.testHttpProxy[CIO][jvm] (KTOR-2082)
  • Fixed invalid assertion for existence of the key in the key store (KTOR-2311)
  • Fixed incorrect grammar in exception messages (KTOR-2284)
  • Fixed flaky JavaEngineTests.testThreadLeak[jvm] (KTOR-2098)
  • Fixed flaky JettyStressTest.highLoadStressTest (KTOR-2080)
  • Fixed flaky ExceptionsJvmTest.testConnectionClosedDuringRequest[jvm] (KTOR-2063)
Commits

Updates ktor-jackson from 1.5.2 to 1.5.3

Changelog

Sourced from ktor-jackson's changelog.

1.5.3

Published 2 Apr 2021

  • Upgraded to coroutines 1.4.3 (KTOR-2254)
  • Upgraded kotlinx.serialization to 1.1.0 (KTOR-2238)
  • Fixed I/O readRemaining sometimes looses exception (KTOR-2263)
  • Fixed autoreload with 1.5.x when using embeddedServer NOT in debug mode regression (KTOR-2214)
  • Fixed flaky CIOSustainabilityTest.testBlockingConcurrency[jvm] (KTOR-2265)
  • Resolve 'node-fetch' on libs produced by jsBrowserProductionLibraryDistribution regression (KTOR-2230)
  • Updated doc string for FormPart (KTOR-2173)
  • Fixed java.lang.IllegalStateException: No instance for key AttributeKey: ExpectSuccessAttribyteKey regression (KTOR-2389)
  • Fixed CIO: TLSConfigBuilder JVM allow null as password (KTOR-940)
  • Supported overriding Kotlin module configuration using jackson dsl function (KTOR-1692)
  • Fixed CORS can't pass on some none standard orgin on jvm (KTOR-469)
  • Fixed unexpected exception when using Session feature: "Using blocking primitives on this dispatcher is not allowed" regression jvm (KTOR-1452)
  • Fixed NettyApplicationEngine providing a configureBootstrap in the configuration throws IllegalStateException: group set already (KTOR-2078)
  • Fixed wrong indentation in Serving Static Content guide (KTOR-2017)
  • Fixed InsufficientSpaceException trying to build ByteReadPacket jvm (KTOR-960)
  • Fixed flaky ProxyTest.testHttpProxy[CIO][jvm] (KTOR-2082)
  • Fixed invalid assertion for existence of the key in the key store (KTOR-2311)
  • Fixed incorrect grammar in exception messages (KTOR-2284)
  • Fixed flaky JavaEngineTests.testThreadLeak[jvm] (KTOR-2098)
  • Fixed flaky JettyStressTest.highLoadStressTest (KTOR-2080)
  • Fixed flaky ExceptionsJvmTest.testConnectionClosedDuringRequest[jvm] (KTOR-2063)
Commits

Updates ktor-server-tests from 1.5.2 to 1.5.3

Changelog

Sourced from ktor-server-tests's changelog.

1.5.3

Published 2 Apr 2021

  • Upgraded to coroutines 1.4.3 (KTOR-2254)
  • Upgraded kotlinx.serialization to 1.1.0 (KTOR-2238)
  • Fixed I/O readRemaining sometimes looses exception (KTOR-2263)
  • Fixed autoreload with 1.5.x when using embeddedServer NOT in debug mode regression (KTOR-2214)
  • Fixed flaky CIOSustainabilityTest.testBlockingConcurrency[jvm] (KTOR-2265)
  • Resolve 'node-fetch' on libs produced by jsBrowserProductionLibraryDistribution regression (KTOR-2230)
  • Updated doc string for FormPart (KTOR-2173)
  • Fixed java.lang.IllegalStateException: No instance for key AttributeKey: ExpectSuccessAttribyteKey regression (KTOR-2389)
  • Fixed CIO: TLSConfigBuilder JVM allow null as password (KTOR-940)
  • Supported overriding Kotlin module configuration using jackson dsl function (KTOR-1692)
  • Fixed CORS can't pass on some none standard orgin on jvm (KTOR-469)
  • Fixed unexpected exception when using Session feature: "Using blocking primitives on this dispatcher is not allowed" regression jvm (KTOR-1452)
  • Fixed NettyApplicationEngine providing a configureBootstrap in the configuration throws IllegalStateException: group set already (KTOR-2078)
  • Fixed wrong indentation in Serving Static Content guide (KTOR-2017)
  • Fixed InsufficientSpaceException trying to build ByteReadPacket jvm (KTOR-960)
  • Fixed flaky ProxyTest.testHttpProxy[CIO][jvm] (KTOR-2082)
  • Fixed invalid assertion for existence of the key in the key store (KTOR-2311)
  • Fixed incorrect grammar in exception messages (KTOR-2284)
  • Fixed flaky JavaEngineTests.testThreadLeak[jvm] (KTOR-2098)
  • Fixed flaky JettyStressTest.highLoadStressTest (KTOR-2080)
  • Fixed flaky ExceptionsJvmTest.testConnectionClosedDuringRequest[jvm] (KTOR-2063)
Commits

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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Apr 05 '21 03:04 dependabot-preview[bot]

Codecov Report

Merging #484 (0abf3f8) into master (3a69023) will decrease coverage by 0.27%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #484      +/-   ##
============================================
- Coverage     64.76%   64.49%   -0.28%     
- Complexity       72       73       +1     
============================================
  Files            27       27              
  Lines           369      369              
  Branches         37       37              
============================================
- Hits            239      238       -1     
- Misses          115      118       +3     
+ Partials         15       13       -2     
Impacted Files Coverage Δ Complexity Δ
...n/com/viartemev/thewhiterabbit/channel/Channels.kt 32.14% <0.00%> (-10.72%) 4.00% <0.00%> (ø%)
.../viartemev/thewhiterabbit/publisher/AckListener.kt 78.57% <0.00%> (+7.14%) 7.00% <0.00%> (+1.00%)
...viartemev/thewhiterabbit/channel/ConfirmChannel.kt 100.00% <0.00%> (+20.00%) 2.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3a69023...0abf3f8. Read the comment docs.

codecov[bot] avatar Apr 05 '21 03:04 codecov[bot]