dcampogiani / ktmp

Kotlin Multi Platform experiments
6 stars 1 forks source link

Bump ktorVer from 1.6.7 to 1.6.8 #128

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ktorVer from 1.6.7 to 1.6.8. Updates ktor-client-core from 1.6.7 to 1.6.8

Release notes

Sourced from ktor-client-core'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)
Changelog

Sourced from ktor-client-core'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-client-json from 1.6.7 to 1.6.8

Release notes

Sourced from ktor-client-json'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)
Changelog

Sourced from ktor-client-json'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-client-logging from 1.6.7 to 1.6.8

Release notes

Sourced from ktor-client-logging'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)
Changelog

Sourced from ktor-client-logging'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-client-serialization from 1.6.7 to 1.6.8

Release notes

Sourced from ktor-client-serialization'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)
Changelog

Sourced from ktor-client-serialization'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-client-android from 1.6.7 to 1.6.8

Release notes

Sourced from ktor-client-android'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)
Changelog

Sourced from ktor-client-android'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-client-core-jvm from 1.6.7 to 1.6.8

Release notes

Sourced from ktor-client-core-jvm'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)
Changelog

Sourced from ktor-client-core-jvm'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-client-json-jvm from 1.6.7 to 1.6.8

Release notes

Sourced from ktor-client-json-jvm'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)
Changelog

Sourced from ktor-client-json-jvm'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-client-logging-jvm from 1.6.7 to 1.6.8

Release notes

Sourced from ktor-client-logging-jvm'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)
Changelog

Sourced from ktor-client-logging-jvm'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-client-serialization-jvm from 1.6.7 to 1.6.8

Release notes

Sourced from ktor-client-serialization-jvm'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)
Changelog

Sourced from ktor-client-serialization-jvm'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)

<...

Description has been truncated