Bumps ktor_version
from 1.6.7 to 1.6.8.
Updates ktor-client-okhttp
from 1.6.7 to 1.6.8
Release notes
Sourced from ktor-client-okhttp'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-okhttp'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-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-encoding
from 1.6.7 to 1.6.8
Release notes
Sourced from ktor-client-encoding'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-encoding'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)
dependencies java