dcampogiani / ktmp

Kotlin Multi Platform experiments
6 stars 1 forks source link

Bump ktorVer from 1.6.8 to 2.0.0 #132

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from ktor-client-core's releases.

2.0.0-beta-1

  • 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)
  • Using proguard and CallLogging feature causes JVM crashes (KTOR-3345)
  • ContentNegotiation is missing in the plugins completion window (KTOR-3411)
  • Code Snippets use Groovy in build files as opposed to default Kotlin option for Wizard (KTOR-2190)
  • IJ locked after attempt to create new run config in a dialog (KTOR-3385)
  • ContentNegotiation plugins don't accept null-responses from ContentConverts (KTOR-3346)
  • High CPU consumption/Lock after project opening in org.jetbrains.kotlin.storage.getValue ; org.jetbrains.kotlin.idea.caches.resolve.IdeaResolverForProject (KTOR-3337)
  • Update Ktor Plugin Description (KTOR-3388)
  • Project Generated with eap-256 has Errors in Imports (KTOR-3397)
  • Update non-generic samples to 2.0 (KTOR-3285)
  • Simplify plugin descriptions in wizard, remove empty options (KTOR-3386)
  • Bearer Authentication: Queue requests until refresh of tokens is completed (KTOR-3325)
  • Article about storing sensitive data and accessing it in application.conf (KTOR-3340)
  • Android: Failed resolution of: Ljava/nio/file/Paths using API 25 and lower (KTOR-3269)
  • IDE action to migrate to 2.0.0 (KTOR-3225)
  • Passing port 0 to start server on random port doesn't publish correct port to log (KTOR-3288)
  • XForwardedHeaderSupport is installed late in the pipeline (KTOR-731)
  • Error in 2.0 doc/sample for HttpClient retry (KTOR-3303)
  • Cyclic dependency issue in latest 2.0 (main branch) (KTOR-3240)
  • An error occurred when running a sample with the configured XML serializer (KTOR-3286)
  • respondOutputStream behind nginx fails (KTOR-346)
  • ProxyConfig.type checking for DIRECT instead of SOCKS (KTOR-1733)
  • Freeze the screen when I create routes (KTOR-3004)

... (truncated)

Commits
  • 524749f Fix dokka version catalog generation
  • 545d694 KTOR-3074 Release Ktor 2.0.0
  • 1ae2c1f KTOR-4109 Release 2.0.0-rc-1
  • 7cbfefd Cleanup after migrating to version catalog
  • 01d9d99 KTOR-4107 Update Kotlin to 1.6.20
  • e0c26fb KTOR-4091 Keep original content type when no registrations match
  • 63d4bbd Fix body logging mixed with different request
  • 49b1702 Fix CIO client timeout
  • d990395 Migrate to version catalog
  • afae97f KTOR-4093 Support WebSockets in Darwin engine (#2928)
  • Additional commits viewable in compare view


Updates ktor-client-json from 1.6.8 to 2.0.0

Release notes

Sourced from ktor-client-json's releases.

2.0.0-beta-1

  • 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)
  • Using proguard and CallLogging feature causes JVM crashes (KTOR-3345)
  • ContentNegotiation is missing in the plugins completion window (KTOR-3411)
  • Code Snippets use Groovy in build files as opposed to default Kotlin option for Wizard (KTOR-2190)
  • IJ locked after attempt to create new run config in a dialog (KTOR-3385)
  • ContentNegotiation plugins don't accept null-responses from ContentConverts (KTOR-3346)
  • High CPU consumption/Lock after project opening in org.jetbrains.kotlin.storage.getValue ; org.jetbrains.kotlin.idea.caches.resolve.IdeaResolverForProject (KTOR-3337)
  • Update Ktor Plugin Description (KTOR-3388)
  • Project Generated with eap-256 has Errors in Imports (KTOR-3397)
  • Update non-generic samples to 2.0 (KTOR-3285)
  • Simplify plugin descriptions in wizard, remove empty options (KTOR-3386)
  • Bearer Authentication: Queue requests until refresh of tokens is completed (KTOR-3325)
  • Article about storing sensitive data and accessing it in application.conf (KTOR-3340)
  • Android: Failed resolution of: Ljava/nio/file/Paths using API 25 and lower (KTOR-3269)
  • IDE action to migrate to 2.0.0 (KTOR-3225)
  • Passing port 0 to start server on random port doesn't publish correct port to log (KTOR-3288)
  • XForwardedHeaderSupport is installed late in the pipeline (KTOR-731)
  • Error in 2.0 doc/sample for HttpClient retry (KTOR-3303)
  • Cyclic dependency issue in latest 2.0 (main branch) (KTOR-3240)
  • An error occurred when running a sample with the configured XML serializer (KTOR-3286)
  • respondOutputStream behind nginx fails (KTOR-346)
  • ProxyConfig.type checking for DIRECT instead of SOCKS (KTOR-1733)
  • Freeze the screen when I create routes (KTOR-3004)

... (truncated)

Commits
  • 524749f Fix dokka version catalog generation
  • 545d694 KTOR-3074 Release Ktor 2.0.0
  • 1ae2c1f KTOR-4109 Release 2.0.0-rc-1
  • 7cbfefd Cleanup after migrating to version catalog
  • 01d9d99 KTOR-4107 Update Kotlin to 1.6.20
  • e0c26fb KTOR-4091 Keep original content type when no registrations match
  • 63d4bbd Fix body logging mixed with different request
  • 49b1702 Fix CIO client timeout
  • d990395 Migrate to version catalog
  • afae97f KTOR-4093 Support WebSockets in Darwin engine (#2928)
  • Additional commits viewable in compare view


Updates ktor-client-logging from 1.6.8 to 2.0.0

Release notes

Sourced from ktor-client-logging's releases.

2.0.0-beta-1

  • 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)
  • Using proguard and CallLogging feature causes JVM crashes (KTOR-3345)
  • ContentNegotiation is missing in the plugins completion window (KTOR-3411)
  • Code Snippets use Groovy in build files as opposed to default Kotlin option for Wizard (KTOR-2190)
  • IJ locked after attempt to create new run config in a dialog (KTOR-3385)
  • ContentNegotiation plugins don't accept null-responses from ContentConverts (KTOR-3346)
  • High CPU consumption/Lock after project opening in org.jetbrains.kotlin.storage.getValue ; org.jetbrains.kotlin.idea.caches.resolve.IdeaResolverForProject (KTOR-3337)
  • Update Ktor Plugin Description (KTOR-3388)
  • Project Generated with eap-256 has Errors in Imports (KTOR-3397)
  • Update non-generic samples to 2.0 (KTOR-3285)
  • Simplify plugin descriptions in wizard, remove empty options (KTOR-3386)
  • Bearer Authentication: Queue requests until refresh of tokens is completed (KTOR-3325)
  • Article about storing sensitive data and accessing it in application.conf (KTOR-3340)
  • Android: Failed resolution of: Ljava/nio/file/Paths using API 25 and lower (KTOR-3269)
  • IDE action to migrate to 2.0.0 (KTOR-3225)
  • Passing port 0 to start server on random port doesn't publish correct port to log (KTOR-3288)
  • XForwardedHeaderSupport is installed late in the pipeline (KTOR-731)
  • Error in 2.0 doc/sample for HttpClient retry (KTOR-3303)
  • Cyclic dependency issue in latest 2.0 (main branch) (KTOR-3240)
  • An error occurred when running a sample with the configured XML serializer (KTOR-3286)
  • respondOutputStream behind nginx fails (KTOR-346)
  • ProxyConfig.type checking for DIRECT instead of SOCKS (KTOR-1733)
  • Freeze the screen when I create routes (KTOR-3004)

... (truncated)

Commits
  • 524749f Fix dokka version catalog generation
  • 545d694 KTOR-3074 Release Ktor 2.0.0
  • 1ae2c1f KTOR-4109 Release 2.0.0-rc-1
  • 7cbfefd Cleanup after migrating to version catalog
  • 01d9d99 KTOR-4107 Update Kotlin to 1.6.20
  • e0c26fb KTOR-4091 Keep original content type when no registrations match
  • 63d4bbd Fix body logging mixed with different request
  • 49b1702 Fix CIO client timeout
  • d990395 Migrate to version catalog
  • afae97f KTOR-4093 Support WebSockets in Darwin engine (#2928)
  • Additional commits viewable in compare view


Updates ktor-client-serialization from 1.6.8 to 2.0.0

Release notes

Sourced from ktor-client-serialization's releases.

2.0.0-beta-1

  • 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)
  • Using proguard and CallLogging feature causes JVM crashes (KTOR-3345)
  • ContentNegotiation is missing in the plugins completion window (KTOR-3411)
  • Code Snippets use Groovy in build files as opposed to default Kotlin option for Wizard (KTOR-2190)
  • IJ locked after attempt to create new run config in a dialog (KTOR-3385)
  • ContentNegotiation plugins don't accept null-responses from ContentConverts (KTOR-3346)
  • High CPU consumption/Lock after project opening in org.jetbrains.kotlin.storage.getValue ; org.jetbrains.kotlin.idea.caches.resolve.IdeaResolverForProject (KTOR-3337)
  • Update Ktor Plugin Description (KTOR-3388)
  • Project Generated with eap-256 has Errors in Imports (KTOR-3397)
  • Update non-generic samples to 2.0 (KTOR-3285)
  • Simplify plugin descriptions in wizard, remove empty options (KTOR-3386)
  • Bearer Authentication: Queue requests until refresh of tokens is completed (KTOR-3325)
  • Article about storing sensitive data and accessing it in application.conf (KTOR-3340)
  • Android: Failed resolution of: Ljava/nio/file/Paths using API 25 and lower (KTOR-3269)
  • IDE action to migrate to 2.0.0 (KTOR-3225)
  • Passing port 0 to start server on random port doesn't publish correct port to log (KTOR-3288)
  • XForwardedHeaderSupport is installed late in the pipeline (KTOR-731)
  • Error in 2.0 doc/sample for HttpClient retry (KTOR-3303)
  • Cyclic dependency issue in latest 2.0 (main branch) (KTOR-3240)
  • An error occurred when running a sample with the configured XML serializer (KTOR-3286)
  • respondOutputStream behind nginx fails (KTOR-346)
  • ProxyConfig.type checking for DIRECT instead of SOCKS (KTOR-1733)
  • Freeze the screen when I create routes (KTOR-3004)

... (truncated)

Commits
  • 524749f Fix dokka version catalog generation
  • 545d694 KTOR-3074 Release Ktor 2.0.0
  • 1ae2c1f KTOR-4109 Release 2.0.0-rc-1
  • 7cbfefd Cleanup after migrating to version catalog
  • 01d9d99 KTOR-4107 Update Kotlin to 1.6.20
  • e0c26fb KTOR-4091 Keep original content type when no registrations match
  • 63d4bbd Fix body logging mixed with different request
  • 49b1702 Fix CIO client timeout
  • d990395 Migrate to version catalog
  • afae97f KTOR-4093 Support WebSockets in Darwin engine (#2928)
  • Additional commits viewable in compare view


Updates ktor-client-android from 1.6.8 to 2.0.0

Release notes

Sourced from ktor-client-android's releases.

2.0.0-beta-1

  • 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)
  • Using proguard and CallLogging feature causes JVM crashes (KTOR-3345)
  • ContentNegotiation is missing in the plugins completion window (KTOR-3411)
  • Code Snippets use Groovy in build files as opposed to default Kotlin option for Wizard (KTOR-2190)
  • IJ locked after attempt to create new run config in a dialog (KTOR-3385)
  • ContentNegotiation plugins don't accept null-responses from ContentConverts (KTOR-3346)
  • High CPU consumption/Lock after project opening in org.jetbrains.kotlin.storage.getValue ; org.jetbrains.kotlin.idea.caches.resolve.IdeaResolverForProject (KTOR-3337)
  • Update Ktor Plugin Description (KTOR-3388)
  • Project Generated with eap-256 has Errors in Imports (KTOR-3397)
  • Update non-generic samples to 2.0 (KTOR-3285)
  • Simplify plugin descriptions in wizard, remove empty options (KTOR-3386)
  • Bearer Authentication: Queue requests until refresh of tokens is completed (KTOR-3325)
  • Article about storing sensitive data and accessing it in application.conf (KTOR-3340)
  • Android: Failed resolution of: Ljava/nio/file/Paths using API 25 and lower (KTOR-3269)
  • IDE action to migrate to 2.0.0 (KTOR-3225)
  • Passing port 0 to start server on random port doesn't publish correct port to log (KTOR-3288)
  • XForwardedHeaderSupport is installed late in the pipeline (KTOR-731)
  • Error in 2.0 doc/sample for HttpClient retry (KTOR-3303)
  • Cyclic dependency issue in latest 2.0 (main branch) (KTOR-3240)
  • An error occurred when running a sample with the configured XML serializer (KTOR-3286)
  • respondOutputStream behind nginx fails (KTOR-346)
  • ProxyConfig.type checking for DIRECT instead of SOCKS (KTOR-1733)
  • Freeze the screen when I create routes (KTOR-3004)

... (truncated)

Commits
  • 524749f Fix dokka version catalog generation
  • 545d694 KTOR-3074 Release Ktor 2.0.0
  • 1ae2c1f KTOR-4109 Release 2.0.0-rc-1
  • 7cbfefd Cleanup after migrating to version catalog
  • 01d9d99 KTOR-4107 Update Kotlin to 1.6.20
  • e0c26fb KTOR-4091 Keep original content type when no registrations match
  • 63d4bbd Fix body logging mixed with different request
  • 49b1702 Fix CIO client timeout
  • d990395 Migrate to version catalog
  • afae97f KTOR-4093 Support WebSockets in Darwin engine (#2928)
  • Additional commits viewable in compare view


Updates ktor-client-core-jvm from 1.6.8 to 2.0.0

Release notes

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

2.0.0-beta-1

  • 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)
  • Using proguard and CallLogging feature causes JVM crashes (KTOR-3345)
  • ContentNegotiation is missing in the plugins completion window (KTOR-3411)
  • Code Snippets use Groovy in build files as opposed to default Kotlin option for Wizard (KTOR-2190)
  • IJ locked after attempt to create new run config in a dialog (KTOR-3385)
  • ContentNegotiation plugins don't accept null-responses from ContentConverts (KTOR-3346)
  • High CPU consumption/Lock after project opening in org.jetbrains.kotlin.storage.getValue ; org.jetbrains.kotlin.idea.caches.resolve.IdeaResolverForProject (KTOR-3337)
  • Update Ktor Plugin Description (KTOR-3388)
  • Project Generated with eap-256 has Errors in Imports (KTOR-3397)
  • Update non-generic samples to 2.0 (KTOR-3285)
  • Simplify plugin descriptions in wizard, remove empty options (KTOR-3386)
  • Bearer Authentication: Queue requests until refresh of tokens is completed (KTOR-3325)
  • Article about storing sensitive data and accessing it in application.conf (KTOR-3340)
  • Android: Failed resolution of: Ljava/nio/file/Paths using API 25 and lower (KTOR-3269)
  • IDE action to migrate to 2.0.0 (KTOR-3225)
  • Passing port 0 to start server on random port doesn't publish correct port to log (KTOR-3288)
  • XForwardedHeaderSupport is installed late in the pipeline (KTOR-731)
  • Error in 2.0 doc/sample for HttpClient retry (KTOR-3303)
  • Cyclic dependency issue in latest 2.0 (main branch) (KTOR-3240)
  • An error occurred when running a sample with the configured XML serializer (KTOR-3286)
  • respondOutputStream behind nginx fails (KTOR-346)
  • ProxyConfig.type checking for DIRECT instead of SOCKS (KTOR-1733)
  • Freeze the screen when I create routes (KTOR-3004)

... (truncated)

Commits
  • 524749f Fix dokka version catalog generation
  • 545d694 KTOR-3074 Release Ktor 2.0.0
  • 1ae2c1f KTOR-4109 Release 2.0.0-rc-1
  • 7cbfefd Cleanup after migrating to version catalog
  • 01d9d99 KTOR-4107 Update Kotlin to 1.6.20
  • e0c26fb KTOR-4091 Keep original content type when no registrations match
  • 63d4bbd Fix body logging mixed with different request
  • 49b1702 Fix CIO client timeout
  • d990395 Migrate to version catalog
  • afae97f KTOR-4093 Support WebSockets in Darwin engine (#2928)
  • Additional commits viewable in compare view


Updates ktor-client-json-jvm from 1.6.8 to 2.0.0

Release notes

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

2.0.0-beta-1

  • 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)
  • Using proguard and CallLogging feature causes JVM crashes (KTOR-3345)
  • ContentNegotiation is missing in the plugins completion window (KTOR-3411)
  • Code Snippets use Groovy in build files as opposed to default Kotlin option for Wizard (KTOR-2190)
  • IJ locked after attempt to create new run config in a dialog (KTOR-3385)
  • ContentNegotiation plugins don't accept null-responses from ContentConverts (KTOR-3346)
  • High CPU consumption/Lock after project opening in org.jetbrains.kotlin.storage.getValue ; org.jetbrains.kotlin.idea.caches.resolve.IdeaResolverForProject (KTOR-3337)
  • Update Ktor Plugin Description (KTOR-3388)
  • Project Generated with eap-256 has Errors in Imports (KTOR-3397)
  • Update non-generic samples to 2.0 (KTOR-3285)
  • Simplify plugin descriptions in wizard, remove empty options (KTOR-3386)
  • Bearer Authentication: Queue requests until refresh of tokens is completed (KTOR-3325)
  • Article about storing sensitive data and accessing it in application.conf (KTOR-3340)
  • Android: Failed resolution of: Ljava/nio/file/Paths using API 25 and lower (KTOR-3269)
  • IDE action to migrate to 2.0.0 (KTOR-3225)
  • Passing port 0 to start server on random port doesn't publish correct port to log (KTOR-3288)
  • XForwardedHeaderSupport is installed late in the pipeline (KTOR-731)
  • Error in 2.0 doc/sample for HttpClient retry (KTOR-3303)
  • Cyclic dependency issue in latest 2.0 (main branch) (KTOR-3240)
  • An error occurred when running a sample with the configured XML serializer (KTOR-3286)
  • respondOutputStream behind nginx fails (KTOR-346)
  • ProxyConfig.type checking for DIRECT instead of SOCKS (KTOR-1733)
  • Freeze the screen when I create routes (KTOR-3004)

... (truncated)

Commits
  • 524749f Fix dokka version catalog generation
  • 545d694 KTOR-3074 Release Ktor 2.0.0
  • 1ae2c1f KTOR-4109 Release 2.0.0-rc-1
  • 7cbfefd Cleanup after migrating to version catalog
  • 01d9d99 KTOR-4107 Update Kotlin to 1.6.20
  • e0c26fb KTOR-4091 Keep original content type when no registrations match
  • 63d4bbd Fix body logging mixed with different request
  • 49b1702 Fix CIO client timeout
  • d990395 Migrate to version catalog
  • afae97f KTOR-4093 Support WebSockets in Darwin engine (#2928)
  • Additional commits viewable in compare view


Updates ktor-client-logging-jvm from 1.6.8 to 2.0.0

Release notes

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

2.0.0-beta-1

  • 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 (
    dependabot[bot] commented 2 years ago

    Superseded by #136.