Skip to content

chore(deps): bump ktor from 3.0.0-beta-2 to 3.0.0-rc-1 #333

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps ktor from 3.0.0-beta-2 to 3.0.0-rc-1.
Updates io.ktor:ktor-bom from 3.0.0-beta-2 to 3.0.0-rc-1

Release notes

Sourced from io.ktor:ktor-bom's releases.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Changelog

Sourced from io.ktor:ktor-bom's changelog.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Commits
  • 908f4af Release 3.0.0-rc-1 (#4287)
  • 65b8113 Disable automerge in Renovate (#4288)
  • 7aec0c6 KTOR-7391 Fix toString() for ServerSentEvent (#4275)
  • a8a51fc KTOR-7360 Fix EmbeddedServer.stop() on CIO always blocks for shutdownGraceP...
  • 3da1214 KTOR-6826 Include relocation notes for old ktor modules (#4276)
  • 9265938 Remove extra '-version' suffix from versions
  • 33474a8 Reconfigure renovate to make it less noisy
  • 893c973 KTOR-7406 Migrate ktor-server-plugins tests to testApplication DSL (#4279)
  • 8df8380 KTOR-7270 Rename ApplicationProperties to avoid some confusion (#4260)
  • 143d1c5 fix(deps): update serialization.version to v1.7.2
  • Additional commits viewable in compare view

Updates io.ktor:ktor-serialization from 3.0.0-beta-2 to 3.0.0-rc-1

Release notes

Sourced from io.ktor:ktor-serialization's releases.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Changelog

Sourced from io.ktor:ktor-serialization's changelog.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Commits
  • 908f4af Release 3.0.0-rc-1 (#4287)
  • 65b8113 Disable automerge in Renovate (#4288)
  • 7aec0c6 KTOR-7391 Fix toString() for ServerSentEvent (#4275)
  • a8a51fc KTOR-7360 Fix EmbeddedServer.stop() on CIO always blocks for shutdownGraceP...
  • 3da1214 KTOR-6826 Include relocation notes for old ktor modules (#4276)
  • 9265938 Remove extra '-version' suffix from versions
  • 33474a8 Reconfigure renovate to make it less noisy
  • 893c973 KTOR-7406 Migrate ktor-server-plugins tests to testApplication DSL (#4279)
  • 8df8380 KTOR-7270 Rename ApplicationProperties to avoid some confusion (#4260)
  • 143d1c5 fix(deps): update serialization.version to v1.7.2
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-core from 3.0.0-beta-2 to 3.0.0-rc-1

Release notes

Sourced from io.ktor:ktor-server-core's releases.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Changelog

Sourced from io.ktor:ktor-server-core's changelog.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Commits
  • 908f4af Release 3.0.0-rc-1 (#4287)
  • 65b8113 Disable automerge in Renovate (#4288)
  • 7aec0c6 KTOR-7391 Fix toString() for ServerSentEvent (#4275)
  • a8a51fc KTOR-7360 Fix EmbeddedServer.stop() on CIO always blocks for shutdownGraceP...
  • 3da1214 KTOR-6826 Include relocation notes for old ktor modules (#4276)
  • 9265938 Remove extra '-version' suffix from versions
  • 33474a8 Reconfigure renovate to make it less noisy
  • 893c973 KTOR-7406 Migrate ktor-server-plugins tests to testApplication DSL (#4279)
  • 8df8380 KTOR-7270 Rename ApplicationProperties to avoid some confusion (#4260)
  • 143d1c5 fix(deps): update serialization.version to v1.7.2
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-cio from 3.0.0-beta-2 to 3.0.0-rc-1

Release notes

Sourced from io.ktor:ktor-server-cio's releases.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Changelog

Sourced from io.ktor:ktor-server-cio's changelog.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Commits
  • 908f4af Release 3.0.0-rc-1 (#4287)
  • 65b8113 Disable automerge in Renovate (#4288)
  • 7aec0c6 KTOR-7391 Fix toString() for ServerSentEvent (#4275)
  • a8a51fc KTOR-7360 Fix EmbeddedServer.stop() on CIO always blocks for shutdownGraceP...
  • 3da1214 KTOR-6826 Include relocation notes for old ktor modules (#4276)
  • 9265938 Remove extra '-version' suffix from versions
  • 33474a8 Reconfigure renovate to make it less noisy
  • 893c973 KTOR-7406 Migrate ktor-server-plugins tests to testApplication DSL (#4279)
  • 8df8380 KTOR-7270 Rename ApplicationProperties to avoid some confusion (#4260)
  • 143d1c5 fix(deps): update serialization.version to v1.7.2
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-jetty from 3.0.0-beta-2 to 3.0.0-rc-1

Release notes

Sourced from io.ktor:ktor-server-jetty's releases.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Changelog

Sourced from io.ktor:ktor-server-jetty's changelog.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Commits
  • 908f4af Release 3.0.0-rc-1 (#4287)
  • 65b8113 Disable automerge in Renovate (#4288)
  • 7aec0c6 KTOR-7391 Fix toString() for ServerSentEvent (#4275)
  • a8a51fc KTOR-7360 Fix EmbeddedServer.stop() on CIO always blocks for shutdownGraceP...
  • 3da1214 KTOR-6826 Include relocation notes for old ktor modules (#4276)
  • 9265938 Remove extra '-version' suffix from versions
  • 33474a8 Reconfigure renovate to make it less noisy
  • 893c973 KTOR-7406 Migrate ktor-server-plugins tests to testApplication DSL (#4279)
  • 8df8380 KTOR-7270 Rename ApplicationProperties to avoid some confusion (#4260)
  • 143d1c5 fix(deps): update serialization.version to v1.7.2
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-netty from 3.0.0-beta-2 to 3.0.0-rc-1

Release notes

Sourced from io.ktor:ktor-server-netty's releases.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Changelog

Sourced from io.ktor:ktor-server-netty's changelog.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Commits
  • 908f4af Release 3.0.0-rc-1 (#4287)
  • 65b8113 Disable automerge in Renovate (#4288)
  • 7aec0c6 KTOR-7391 Fix toString() for ServerSentEvent (#4275)
  • a8a51fc KTOR-7360 Fix EmbeddedServer.stop() on CIO always blocks for shutdownGraceP...
  • 3da1214 KTOR-6826 Include relocation notes for old ktor modules (#4276)
  • 9265938 Remove extra '-version' suffix from versions
  • 33474a8 Reconfigure renovate to make it less noisy
  • 893c973 KTOR-7406 Migrate ktor-server-plugins tests to testApplication DSL (#4279)
  • 8df8380 KTOR-7270 Rename ApplicationProperties to avoid some confusion (#4260)
  • 143d1c5 fix(deps): update serialization.version to v1.7.2
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-content-negotiation from 3.0.0-beta-2 to 3.0.0-rc-1

Release notes

Sourced from io.ktor:ktor-server-content-negotiation's releases.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Changelog

Sourced from io.ktor:ktor-server-content-negotiation's changelog.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Commits
  • 908f4af Release 3.0.0-rc-1 (#4287)
  • 65b8113 Disable automerge in Renovate (#4288)
  • 7aec0c6 KTOR-7391 Fix toString() for ServerSentEvent (#4275)
  • a8a51fc KTOR-7360 Fix EmbeddedServer.stop() on CIO always blocks for shutdownGraceP...
  • 3da1214 KTOR-6826 Include relocation notes for old ktor modules (#4276)
  • 9265938 Remove extra '-version' suffix from versions
  • 33474a8 Reconfigure renovate to make it less noisy
  • 893c973 KTOR-7406 Migrate ktor-server-plugins tests to testApplication DSL (#4279)
  • 8df8380 KTOR-7270 Rename ApplicationProperties to avoid some confusion (#4260)
  • 143d1c5 fix(deps): update serialization.version to v1.7.2
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-metrics-micrometer from 3.0.0-beta-2 to 3.0.0-rc-1

Release notes

Sourced from io.ktor:ktor-server-metrics-micrometer's releases.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Changelog

Sourced from io.ktor:ktor-server-metrics-micrometer's changelog.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Commits
  • 908f4af Release 3.0.0-rc-1 (#4287)
  • 65b8113 Disable automerge in Renovate (#4288)
  • 7aec0c6 KTOR-7391 Fix toString() for ServerSentEvent (#4275)
  • a8a51fc KTOR-7360 Fix EmbeddedServer.stop() on CIO always blocks for shutdownGraceP...
  • 3da1214 KTOR-6826 Include relocation notes for old ktor modules (#4276)
  • 9265938 Remove extra '-version' suffix from versions
  • 33474a8 Reconfigure renovate to make it less noisy
  • 893c973 KTOR-7406 Migrate ktor-server-plugins tests to testApplication DSL (#4279)
  • 8df8380 KTOR-7270 Rename ApplicationProperties to avoid some confusion (#4260)
  • 143d1c5 fix(deps): update serialization.version to v1.7.2
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-call-logging from 3.0.0-beta-2 to 3.0.0-rc-1

Release notes

Sourced from io.ktor:ktor-server-call-logging's releases.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Changelog

Sourced from io.ktor:ktor-server-call-logging's changelog.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (KTOR-7334)
  • ContentEncoding: request hangs when using 3.0.0-beta-2 (KTOR-7265)
  • Revert Routing API changes from Route to Routing (KTOR-7238)
  • IOException: startIndex (0) > endIndex (-1) when making concurrent requests via thread pool (KTOR-7254)
  • ByteReadChannel.copyTo sometimes throws "IllegalArgumentException: Buffer is empty" (KTOR-7220)
  • Redirect dependencies from ktor-server-test-base (KTOR-7393)
  • CIO: EmbeddedServer.stop always blocks for shutdownGracePeriod (KTOR-7360)
  • SSE: the plugin doesn't follow the spec when multiline data is sent (KTOR-7391)
  • Infinite creation of CancellableContinuationImpl on ByteChannel.flush (KTOR-7324)

Improvements

  • Include relocation notes for old Ktor modules (KTOR-6826)
  • Deprecate old jetty / tomcat / servlet engines (KTOR-7315)
  • Backwards compatibility for monitor (KTOR-7264)
  • ApplicationProperties naming is confusing (KTOR-7270)

Features

  • staticZip: Support watching for changes and reloading of zip files (KTOR-7243)
Commits
  • 908f4af Release 3.0.0-rc-1 (#4287)
  • 65b8113 Disable automerge in Renovate (#4288)
  • 7aec0c6 KTOR-7391 Fix toString() for ServerSentEvent (#4275)
  • a8a51fc KTOR-7360 Fix EmbeddedServer.stop() on CIO always blocks for shutdownGraceP...
  • 3da1214 KTOR-6826 Include relocation notes for old ktor modules (#4276)
  • 9265938 Remove extra '-version' suffix from versions
  • 33474a8 Reconfigure renovate to make it less noisy
  • 893c973 KTOR-7406 Migrate ktor-server-plugins tests to testApplication DSL (#4279)
  • 8df8380 KTOR-7270 Rename ApplicationProperties to avoid some confusion (#4260)
  • 143d1c5 fix(deps): update serialization.version to v1.7.2
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-call-id from 3.0.0-beta-2 to 3.0.0-rc-1

Release notes

Sourced from io.ktor:ktor-server-call-id's releases.

3.0.0-rc-1

Published 9 September 2024

Bugfixes

  • Bytecode incompatibility in AttributeKey (

Bumps `ktor` from 3.0.0-beta-2 to 3.0.0-rc-1.

Updates `io.ktor:ktor-bom` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-serialization` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-core` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-cio` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-jetty` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-netty` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-content-negotiation` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-metrics-micrometer` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-call-logging` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-call-id` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-cors` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-hsts` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-swagger` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-openapi` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-http-redirect` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-compression` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-rate-limit` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-double-receive` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-host-common` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-resources` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-auth` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-auth-jwt` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-default-headers` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-status-pages` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-partial-content` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-auto-head-response` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-forwarded-header` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-html-builder` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-websockets` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-sse` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-server-test-host` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-core` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-cio` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-java` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-js` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-okhttp` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-jetty` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-serialization` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-websockets` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-content-negotiation` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-auth` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-logging` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-resources` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-encoding` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor:ktor-client-mock` from 3.0.0-beta-2 to 3.0.0-rc-1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-beta-2...3.0.0-rc-1)

Updates `io.ktor.plugin` from 3.0.0-beta-2 to 3.0.0-rc-1

---
updated-dependencies:
- dependency-name: io.ktor:ktor-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-jetty
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-metrics-micrometer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-call-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-call-id
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-cors
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-hsts
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-swagger
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-openapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-http-redirect
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-compression
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-rate-limit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-double-receive
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-host-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-resources
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-auth-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-default-headers
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-status-pages
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-partial-content
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-auto-head-response
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-forwarded-header
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-html-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-websockets
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-sse
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-test-host
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-jetty
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-websockets
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-resources
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-encoding
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-mock
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor.plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from sureshg September 16, 2024 22:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

The following labels could not be found: gradle, dependencies.

Copy link

@sureshg sureshg closed this Sep 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/ktor-3.0.0-rc-1 branch September 16, 2024 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant