Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2022

Bumps ktor_version from 1.6.4 to 1.6.8.
Updates ktor from 1.6.4 to 1.6.8

Release notes

Sourced from ktor's releases.

1.6.8

  • Update Gradle to 7.4
  • Update Kotlin to 1.6.10
  • Migrate gradle to version catalog
  • Update logback version to 1.2.11 (KTOR-3935)
  • Update atomicfu to 0.17.1
  • Update netty to 4.1.74.Final
  • Update netty-tcnative to 2.0.45.Final
  • Update jetty to 9.4.45.v20220203
  • Update tomcat to 9.0.59
  • Update apache to 4.1.5
  • Update okhttp to 4.9.3
  • Update gson to 2.9.0
  • Update jackson 2.13.1
  • Update slf4j to 1.7.36
  • Update node-fetch to 2.6.7
  • Update js ws package to 8.5.0
  • Revert wrong check to prevent anyHost with allowCredentials (KTOR-2872)

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5 Release

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.48 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)

... (truncated)

Changelog

Sourced from ktor's changelog.

1.6.8

Published 14 March 2022

  • Update Gradle to 7.4
  • Update Kotlin to 1.6.10
  • Migrate gradle to version catalog
  • Update logback version to 1.2.11 (KTOR-3935)
  • Update atomicfu to 0.17.1
  • Update netty to 4.1.74.Final
  • Update netty-tcnative to 2.0.45.Final
  • Update jetty to 9.4.45.v20220203
  • Update tomcat to 9.0.59
  • Update apache to 4.1.5
  • Update okhttp to 4.9.3
  • Update gson to 2.9.0
  • Update jackson 2.13.1
  • Update slf4j to 1.7.36
  • Update node-fetch to 2.6.7
  • Update js ws package to 8.5.0
  • Revert wrong check to prevent anyHost with allowCredentials (KTOR-2872

2.0.0-beta-1

Published 23 December 2021

  • EAP Naming: main-number conflicts with dependencies (KTOR-2724)
  • ktor.io/learn typo (KTOR-3563)
  • Multiple messages around upgrading to new version (KTOR-3494)
  • Deploy Ktor application to docker topic contains hard coded project name (KTOR-2852)
  • Improvements for Docker sample in documentation (KTOR-3294)
  • "io.ktor.serializaion.gson" - package naming in 2.0 (KTOR-3527)
  • Drop client.get Operator Because of Ambiguity with get(URL) (KTOR-3487)
  • Option "Add imports for Ktor modules automatically" doesn't work (KTOR-3226)
  • Migrations are unavailable (KTOR-3570)
  • AttributeKey instance is identified by its identity instead of its name (KTOR-3538)
  • Fix Log Size for Java 11 Windows Build (KTOR-3535)
  • ByteChannelSequential freezes after closing due to race condition (KTOR-2776)
  • Apple Arm: 'Resolving NPM dependencies using yarn' returns 139 (KTOR-3561)
  • Change log level from INFO to ERROR for tests only (KTOR-3466)
  • Responding without contentLength freezes on CIO native (KTOR-3492)
  • webSocketSession freeze every time (KTOR-3460)
  • Exceptions are Swallowed in HttpClient.wss block (KTOR-3461)
  • Support receiving headers before sending body in CIO client engine (KTOR-3491)
  • [netty] Headers are only flushed after first byte is written (KTOR-3364)
  • Fix testErrorHandling with JS (KTOR-3510)
  • Build and test on Apple Silicon Arm (KTOR-3248)
  • Fix old metadata publication (KTOR-3469)
  • Remove checking body transformation from ContentNegotation (KTOR-3272)
  • Ktor-Utils references a Java API not supported by Android (KTOR-3426)
  • With test application should load environment from the application.conf (KTOR-2794)
  • Inconsistent TestApplicationRequest and Client HttpRequestBuilder API's (KTOR-1246)
  • Server features instead of client in the client install block (KTOR-3412)

... (truncated)

Commits

Updates ktor-server-netty from 1.6.4 to 1.6.8

Release notes

Sourced from ktor-server-netty's releases.

1.6.8

  • Update Gradle to 7.4
  • Update Kotlin to 1.6.10
  • Migrate gradle to version catalog
  • Update logback version to 1.2.11 (KTOR-3935)
  • Update atomicfu to 0.17.1
  • Update netty to 4.1.74.Final
  • Update netty-tcnative to 2.0.45.Final
  • Update jetty to 9.4.45.v20220203
  • Update tomcat to 9.0.59
  • Update apache to 4.1.5
  • Update okhttp to 4.9.3
  • Update gson to 2.9.0
  • Update jackson 2.13.1
  • Update slf4j to 1.7.36
  • Update node-fetch to 2.6.7
  • Update js ws package to 8.5.0
  • Revert wrong check to prevent anyHost with allowCredentials (KTOR-2872)

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5 Release

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.48 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)

... (truncated)

Changelog

Sourced from ktor-server-netty's changelog.

1.6.8

Published 14 March 2022

  • Update Gradle to 7.4
  • Update Kotlin to 1.6.10
  • Migrate gradle to version catalog
  • Update logback version to 1.2.11 (KTOR-3935)
  • Update atomicfu to 0.17.1
  • Update netty to 4.1.74.Final
  • Update netty-tcnative to 2.0.45.Final
  • Update jetty to 9.4.45.v20220203
  • Update tomcat to 9.0.59
  • Update apache to 4.1.5
  • Update okhttp to 4.9.3
  • Update gson to 2.9.0
  • Update jackson 2.13.1
  • Update slf4j to 1.7.36
  • Update node-fetch to 2.6.7
  • Update js ws package to 8.5.0
  • Revert wrong check to prevent anyHost with allowCredentials (KTOR-2872

2.0.0-beta-1

Published 23 December 2021

  • EAP Naming: main-number conflicts with dependencies (KTOR-2724)
  • ktor.io/learn typo (KTOR-3563)
  • Multiple messages around upgrading to new version (KTOR-3494)
  • Deploy Ktor application to docker topic contains hard coded project name (KTOR-2852)
  • Improvements for Docker sample in documentation (KTOR-3294)
  • "io.ktor.serializaion.gson" - package naming in 2.0 (KTOR-3527)
  • Drop client.get Operator Because of Ambiguity with get(URL) (KTOR-3487)
  • Option "Add imports for Ktor modules automatically" doesn't work (KTOR-3226)
  • Migrations are unavailable (KTOR-3570)
  • AttributeKey instance is identified by its identity instead of its name (KTOR-3538)
  • Fix Log Size for Java 11 Windows Build (KTOR-3535)
  • ByteChannelSequential freezes after closing due to race condition (KTOR-2776)
  • Apple Arm: 'Resolving NPM dependencies using yarn' returns 139 (KTOR-3561)
  • Change log level from INFO to ERROR for tests only (KTOR-3466)
  • Responding without contentLength freezes on CIO native (KTOR-3492)
  • webSocketSession freeze every time (KTOR-3460)
  • Exceptions are Swallowed in HttpClient.wss block (KTOR-3461)
  • Support receiving headers before sending body in CIO client engine (KTOR-3491)
  • [netty] Headers are only flushed after first byte is written (KTOR-3364)
  • Fix testErrorHandling with JS (KTOR-3510)
  • Build and test on Apple Silicon Arm (KTOR-3248)
  • Fix old metadata publication (KTOR-3469)
  • Remove checking body transformation from ContentNegotation (KTOR-3272)
  • Ktor-Utils references a Java API not supported by Android (KTOR-3426)
  • With test application should load environment from the application.conf (KTOR-2794)
  • Inconsistent TestApplicationRequest and Client HttpRequestBuilder API's (KTOR-1246)
  • Server features instead of client in the client install block (KTOR-3412)

... (truncated)

Commits

Updates ktor-gson from 1.6.4 to 1.6.8

Release notes

Sourced from ktor-gson's releases.

1.6.8

  • Update Gradle to 7.4
  • Update Kotlin to 1.6.10
  • Migrate gradle to version catalog
  • Update logback version to 1.2.11 (KTOR-3935)
  • Update atomicfu to 0.17.1
  • Update netty to 4.1.74.Final
  • Update netty-tcnative to 2.0.45.Final
  • Update jetty to 9.4.45.v20220203
  • Update tomcat to 9.0.59
  • Update apache to 4.1.5
  • Update okhttp to 4.9.3
  • Update gson to 2.9.0
  • Update jackson 2.13.1
  • Update slf4j to 1.7.36
  • Update node-fetch to 2.6.7
  • Update js ws package to 8.5.0
  • Revert wrong check to prevent anyHost with allowCredentials (KTOR-2872)

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5 Release

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.48 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)

... (truncated)

Changelog

Sourced from ktor-gson's changelog.

1.6.8

Published 14 March 2022

  • Update Gradle to 7.4
  • Update Kotlin to 1.6.10
  • Migrate gradle to version catalog
  • Update logback version to 1.2.11 (KTOR-3935)
  • Update atomicfu to 0.17.1
  • Update netty to 4.1.74.Final
  • Update netty-tcnative to 2.0.45.Final
  • Update jetty to 9.4.45.v20220203
  • Update tomcat to 9.0.59
  • Update apache to 4.1.5
  • Update okhttp to 4.9.3
  • Update gson to 2.9.0
  • Update jackson 2.13.1
  • Update slf4j to 1.7.36
  • Update node-fetch to 2.6.7
  • Update js ws package to 8.5.0
  • Revert wrong check to prevent anyHost with allowCredentials (KTOR-2872

2.0.0-beta-1

Published 23 December 2021

  • EAP Naming: main-number conflicts with dependencies (KTOR-2724)
  • ktor.io/learn typo (KTOR-3563)
  • Multiple messages around upgrading to new version (KTOR-3494)
  • Deploy Ktor application to docker topic contains hard coded project name (KTOR-2852)
  • Improvements for Docker sample in documentation (KTOR-3294)
  • "io.ktor.serializaion.gson" - package naming in 2.0 (KTOR-3527)
  • Drop client.get Operator Because of Ambiguity with get(URL) (KTOR-3487)
  • Option "Add imports for Ktor modules automatically" doesn't work (KTOR-3226)
  • Migrations are unavailable (KTOR-3570)
  • AttributeKey instance is identified by its identity instead of its name (KTOR-3538)
  • Fix Log Size for Java 11 Windows Build (KTOR-3535)
  • ByteChannelSequential freezes after closing due to race condition (KTOR-2776)
  • Apple Arm: 'Resolving NPM dependencies using yarn' returns 139 (KTOR-3561)
  • Change log level from INFO to ERROR for tests only (KTOR-3466)
  • Responding without contentLength freezes on CIO native (KTOR-3492)
  • webSocketSession freeze every time (KTOR-3460)
  • Exceptions are Swallowed in HttpClient.wss block (KTOR-3461)
  • Support receiving headers before sending body in CIO client engine (KTOR-3491)
  • [netty] Headers are only flushed after first byte is written (KTOR-3364)
  • Fix testErrorHandling with JS (KTOR-3510)
  • Build and test on Apple Silicon Arm (KTOR-3248)
  • Fix old metadata publication (KTOR-3469)
  • Remove checking body transformation from ContentNegotation (KTOR-3272)
  • Ktor-Utils references a Java API not supported by Android (KTOR-3426)
  • With test application should load environment from the application.conf (KTOR-2794)
  • Inconsistent TestApplicationRequest and Client HttpRequestBuilder API's (KTOR-1246)
  • Server features instead of client in the client install block (KTOR-3412)

... (truncated)

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)

Bumps `ktor_version` from 1.6.4 to 1.6.8.

Updates `ktor` from 1.6.4 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.4...1.6.8)

Updates `ktor-server-netty` from 1.6.4 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.4...1.6.8)

Updates `ktor-gson` from 1.6.4 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.4...1.6.8)

---
updated-dependencies:
- dependency-name: io.ktor:ktor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2022
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