dcampogiani / ktmp

Kotlin Multi Platform experiments
6 stars 1 forks source link

Bump ktorVer from 1.6.3 to 1.6.4 #99

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ktorVer from 1.6.3 to 1.6.4. Updates ktor-client-core from 1.6.3 to 1.6.4

Release notes

Sourced from ktor-client-core's releases.

1.6.4 Release

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Changelog

Sourced from ktor-client-core's changelog.

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Commits
  • 832b70c Release 1.6.4: changelog and version bump (#2623)
  • f229f3c KTOR-3173 Skip CRLF delimiter only if there are more bytes to read (#2619)
  • d0652d1 KTOR-3156 KTOR-438 update pipeline merging algorithm (#2618)
  • 91442b1 Bump micrometer-core from 1.7.3 to 1.7.4 (#2605)
  • 14c6874 KTOR-3166 Fix watcher access on Android (#2612)
  • 7a5a905 KTOR-2987 Fix autoreload for GraalVM (#2615)
  • 84aad9b KTOR-3120 Add colors to CallLogging logs (#2601)
  • 1ee9e44 KTOR-3175 Add name to ShutdownHook thread, for better logging experience (#2609)
  • 188eea3 Update README.md (#2607)
  • 75f0c8e KTOR-3091 Verify nonce in Oauth2 authentication (#2604)
  • Additional commits viewable in compare view


Updates ktor-client-json from 1.6.3 to 1.6.4

Release notes

Sourced from ktor-client-json's releases.

1.6.4 Release

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Changelog

Sourced from ktor-client-json's changelog.

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Commits
  • 832b70c Release 1.6.4: changelog and version bump (#2623)
  • f229f3c KTOR-3173 Skip CRLF delimiter only if there are more bytes to read (#2619)
  • d0652d1 KTOR-3156 KTOR-438 update pipeline merging algorithm (#2618)
  • 91442b1 Bump micrometer-core from 1.7.3 to 1.7.4 (#2605)
  • 14c6874 KTOR-3166 Fix watcher access on Android (#2612)
  • 7a5a905 KTOR-2987 Fix autoreload for GraalVM (#2615)
  • 84aad9b KTOR-3120 Add colors to CallLogging logs (#2601)
  • 1ee9e44 KTOR-3175 Add name to ShutdownHook thread, for better logging experience (#2609)
  • 188eea3 Update README.md (#2607)
  • 75f0c8e KTOR-3091 Verify nonce in Oauth2 authentication (#2604)
  • Additional commits viewable in compare view


Updates ktor-client-logging from 1.6.3 to 1.6.4

Release notes

Sourced from ktor-client-logging's releases.

1.6.4 Release

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Changelog

Sourced from ktor-client-logging's changelog.

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Commits
  • 832b70c Release 1.6.4: changelog and version bump (#2623)
  • f229f3c KTOR-3173 Skip CRLF delimiter only if there are more bytes to read (#2619)
  • d0652d1 KTOR-3156 KTOR-438 update pipeline merging algorithm (#2618)
  • 91442b1 Bump micrometer-core from 1.7.3 to 1.7.4 (#2605)
  • 14c6874 KTOR-3166 Fix watcher access on Android (#2612)
  • 7a5a905 KTOR-2987 Fix autoreload for GraalVM (#2615)
  • 84aad9b KTOR-3120 Add colors to CallLogging logs (#2601)
  • 1ee9e44 KTOR-3175 Add name to ShutdownHook thread, for better logging experience (#2609)
  • 188eea3 Update README.md (#2607)
  • 75f0c8e KTOR-3091 Verify nonce in Oauth2 authentication (#2604)
  • Additional commits viewable in compare view


Updates ktor-client-serialization from 1.6.3 to 1.6.4

Release notes

Sourced from ktor-client-serialization's releases.

1.6.4 Release

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Changelog

Sourced from ktor-client-serialization's changelog.

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Commits
  • 832b70c Release 1.6.4: changelog and version bump (#2623)
  • f229f3c KTOR-3173 Skip CRLF delimiter only if there are more bytes to read (#2619)
  • d0652d1 KTOR-3156 KTOR-438 update pipeline merging algorithm (#2618)
  • 91442b1 Bump micrometer-core from 1.7.3 to 1.7.4 (#2605)
  • 14c6874 KTOR-3166 Fix watcher access on Android (#2612)
  • 7a5a905 KTOR-2987 Fix autoreload for GraalVM (#2615)
  • 84aad9b KTOR-3120 Add colors to CallLogging logs (#2601)
  • 1ee9e44 KTOR-3175 Add name to ShutdownHook thread, for better logging experience (#2609)
  • 188eea3 Update README.md (#2607)
  • 75f0c8e KTOR-3091 Verify nonce in Oauth2 authentication (#2604)
  • Additional commits viewable in compare view


Updates ktor-client-android from 1.6.3 to 1.6.4

Release notes

Sourced from ktor-client-android's releases.

1.6.4 Release

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Changelog

Sourced from ktor-client-android's changelog.

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Commits
  • 832b70c Release 1.6.4: changelog and version bump (#2623)
  • f229f3c KTOR-3173 Skip CRLF delimiter only if there are more bytes to read (#2619)
  • d0652d1 KTOR-3156 KTOR-438 update pipeline merging algorithm (#2618)
  • 91442b1 Bump micrometer-core from 1.7.3 to 1.7.4 (#2605)
  • 14c6874 KTOR-3166 Fix watcher access on Android (#2612)
  • 7a5a905 KTOR-2987 Fix autoreload for GraalVM (#2615)
  • 84aad9b KTOR-3120 Add colors to CallLogging logs (#2601)
  • 1ee9e44 KTOR-3175 Add name to ShutdownHook thread, for better logging experience (#2609)
  • 188eea3 Update README.md (#2607)
  • 75f0c8e KTOR-3091 Verify nonce in Oauth2 authentication (#2604)
  • Additional commits viewable in compare view


Updates ktor-client-core-jvm from 1.6.3 to 1.6.4

Release notes

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

1.6.4 Release

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Changelog

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

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Commits
  • 832b70c Release 1.6.4: changelog and version bump (#2623)
  • f229f3c KTOR-3173 Skip CRLF delimiter only if there are more bytes to read (#2619)
  • d0652d1 KTOR-3156 KTOR-438 update pipeline merging algorithm (#2618)
  • 91442b1 Bump micrometer-core from 1.7.3 to 1.7.4 (#2605)
  • 14c6874 KTOR-3166 Fix watcher access on Android (#2612)
  • 7a5a905 KTOR-2987 Fix autoreload for GraalVM (#2615)
  • 84aad9b KTOR-3120 Add colors to CallLogging logs (#2601)
  • 1ee9e44 KTOR-3175 Add name to ShutdownHook thread, for better logging experience (#2609)
  • 188eea3 Update README.md (#2607)
  • 75f0c8e KTOR-3091 Verify nonce in Oauth2 authentication (#2604)
  • Additional commits viewable in compare view


Updates ktor-client-json-jvm from 1.6.3 to 1.6.4

Release notes

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

1.6.4 Release

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Changelog

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

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Commits
  • 832b70c Release 1.6.4: changelog and version bump (#2623)
  • f229f3c KTOR-3173 Skip CRLF delimiter only if there are more bytes to read (#2619)
  • d0652d1 KTOR-3156 KTOR-438 update pipeline merging algorithm (#2618)
  • 91442b1 Bump micrometer-core from 1.7.3 to 1.7.4 (#2605)
  • 14c6874 KTOR-3166 Fix watcher access on Android (#2612)
  • 7a5a905 KTOR-2987 Fix autoreload for GraalVM (#2615)
  • 84aad9b KTOR-3120 Add colors to CallLogging logs (#2601)
  • 1ee9e44 KTOR-3175 Add name to ShutdownHook thread, for better logging experience (#2609)
  • 188eea3 Update README.md (#2607)
  • 75f0c8e KTOR-3091 Verify nonce in Oauth2 authentication (#2604)
  • Additional commits viewable in compare view


Updates ktor-client-logging-jvm from 1.6.3 to 1.6.4

Release notes

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

1.6.4 Release

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Changelog

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

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Commits
  • 832b70c Release 1.6.4: changelog and version bump (#2623)
  • f229f3c KTOR-3173 Skip CRLF delimiter only if there are more bytes to read (#2619)
  • d0652d1 KTOR-3156 KTOR-438 update pipeline merging algorithm (#2618)
  • 91442b1 Bump micrometer-core from 1.7.3 to 1.7.4 (#2605)
  • 14c6874 KTOR-3166 Fix watcher access on Android (#2612)
  • 7a5a905 KTOR-2987 Fix autoreload for GraalVM (#2615)
  • 84aad9b KTOR-3120 Add colors to CallLogging logs (#2601)
  • 1ee9e44 KTOR-3175 Add name to ShutdownHook thread, for better logging experience (#2609)
  • 188eea3 Update README.md (#2607)
  • 75f0c8e KTOR-3091 Verify nonce in Oauth2 authentication (#2604)
  • Additional commits viewable in compare view


Updates ktor-client-serialization-jvm from 1.6.3 to 1.6.4

Release notes

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

1.6.4 Release

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Changelog

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

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Commits
  • 832b70c Release 1.6.4: changelog and version bump (#2623)
  • f229f3c KTOR-3173 Skip CRLF delimiter only if there are more bytes to read (#2619)
  • d0652d1 KTOR-3156 KTOR-438 update pipeline merging algorithm (#2618)
  • 91442b1 Bump micrometer-core from 1.7.3 to 1.7.4 (#2605)
  • 14c6874 KTOR-3166 Fix watcher access on Android (#2612)
  • 7a5a905 KTOR-2987 Fix autoreload for GraalVM (#2615)
  • 84aad9b KTOR-3120 Add colors to CallLogging logs (#2601)
  • 1ee9e44 KTOR-3175 Add name to ShutdownHook thread, for better logging experience (#2609)
  • 188eea3 Update README.md (#2607)
  • 75f0c8e KTOR-3091 Verify nonce in Oauth2 authentication (#2604)
  • Additional commits viewable in compare view


Updates ktor-client-ios from 1.6.3 to 1.6.4

Release notes

Sourced from ktor-client-ios's releases.

1.6.4 Release

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Changelog

Sourced from ktor-client-ios's changelog.

1.6.4

Published 30 September 2021

  • [Auth] [Interceptors] Phase Phase('Challenge') was not registered for this pipeline (KTOR-3156)
  • insertPhaseBefore and insertPhaseAfter lead to different order (KTOR-438)
  • Ktor 1.6.3 crashes on restart due to java.lang.ClassNotFoundException: Didn't find class "java.nio.file.WatchService" on Android 24 (KTOR-3166)
  • GraalVM binary using CIO fails on start "Module function cannot be found" (KTOR-2987)
  • Logging in Shutdown thread looks not informative (KTOR-3175)
  • Installed Closeable features not closed when closing HttpClient (KTOR-3116)
  • Explain method(HttpMethod.Options) in docs for CORS (KTOR-2913)
  • ContentType.parse("text/html qqq") must fail with error (KTOR-3080)
  • Update JSON topics using code snippets from the 'codeSnippets' project (KTOR-2955)
  • Could not find artifact org.jetbrains.kotlinx:kotlinx-html-jvm:pom:0.7.2 (KTOR-2481)
  • Update the 'Modules' topic (KTOR-1861)
  • Native engines tests are not run outside of the ktor-client-tests module (KTOR-3069)
Commits
  • 832b70c Release 1.6.4: changelog and version bump (#2623)
  • f229f3c KTOR-3173 Skip CRLF delimiter only if there are more bytes to read (#2619)
  • d0652d1 KTOR-3156 KTOR-438 update pipeline merging algorithm (#2618)
  • 91442b1 Bump micrometer-core from 1.7.3 to 1.7.4 (#2605)
  • 14c6874 KTOR-3166 Fix watcher access on Android (#2612)
  • 7a5a905 KTOR-2987 Fix autoreload for GraalVM (#2615)
  • 84aad9b KTOR-3120 Add colors to CallLogging logs (#2601)
  • 1ee9e44 KTOR-3175 Add name to ShutdownHook thread, for better logging experience (#2609)
  • 188eea3 Update README.md (#2607)
  • 75f0c8e KTOR-3091 Verify nonce in Oauth2 authentication (#2604)
  • 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)