deps(deps): bump ktor from 3.4.0 to 3.4.1#598
Merged
rustyrazorblade merged 1 commit intomainfrom Mar 26, 2026
Merged
Conversation
Bumps `ktor` from 3.4.0 to 3.4.1. Updates `io.ktor:ktor-server-core` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-server-netty` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-server-content-negotiation` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-serialization-jackson` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-server-openapi` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-server-swagger` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-server-routing-openapi` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor.plugin` from 3.4.0 to 3.4.1 --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-netty dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-jackson dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-openapi dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-swagger dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-routing-openapi dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor.plugin dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Review: Ktor 3.4.0 → 3.4.1This is a straightforward patch bump with no API changes. The diff is a single line in Highlights from the 3.4.1 release worth noting:
Assessment: Safe to merge. This is a patch release that fixes several 3.4.0 regressions. No breaking changes. The OOM/spin fix in WebSockets and the dispatcher correctness fix (KTOR-9334) are particularly good to pick up. |
Contributor
Code Coverage
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
ktorfrom 3.4.0 to 3.4.1.Updates
io.ktor:ktor-server-corefrom 3.4.0 to 3.4.1Release notes
Sourced from io.ktor:ktor-server-core's releases.
Changelog
Sourced from io.ktor:ktor-server-core's changelog.
Commits
c6c1a5cRelease 3.4.1 (#5410)8c6ef88KTOR-9353: Override toString for TailcardSelector and LocalPortRouteSelector ...a6aed07Follow-up KTOR-9333 Preserve inflater context (#5403)a6bd1d3KTOR-9344 Disable switching to engine dispatcher by default (#5408)f557ef7Add constraints for vulnerable dependencies (#5405)a5b2eb6KTOR-9352 Handle EC key type when JWK algorithm is null (#5387)a971317KTOR-9362 Catch ClosedWriteChannelException in the timeout coroutine to avoid...a23c454Add fix-bug Claude Code skill for automated bug fixing workflow (#5386)419f1fcGMTDate: zero-allocation timestamp conversion on JVM (#5380)a07f463Add workflow to close issues after 30 days of inactivity waiting for a reply ...Updates
io.ktor:ktor-server-nettyfrom 3.4.0 to 3.4.1Release notes
Sourced from io.ktor:ktor-server-netty's releases.
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
Commits
c6c1a5cRelease 3.4.1 (#5410)8c6ef88KTOR-9353: Override toString for TailcardSelector and LocalPortRouteSelector ...a6aed07Follow-up KTOR-9333 Preserve inflater context (#5403)a6bd1d3KTOR-9344 Disable switching to engine dispatcher by default (#5408)f557ef7Add constraints for vulnerable dependencies (#5405)a5b2eb6KTOR-9352 Handle EC key type when JWK algorithm is null (#5387)a971317KTOR-9362 Catch ClosedWriteChannelException in the timeout coroutine to avoid...a23c454Add fix-bug Claude Code skill for automated bug fixing workflow (#5386)419f1fcGMTDate: zero-allocation timestamp conversion on JVM (#5380)a07f463Add workflow to close issues after 30 days of inactivity waiting for a reply ...Updates
io.ktor:ktor-server-content-negotiationfrom 3.4.0 to 3.4.1Release notes
Sourced from io.ktor:ktor-server-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-server-content-negotiation's changelog.
Commits
c6c1a5cRelease 3.4.1 (#5410)8c6ef88KTOR-9353: Override toString for TailcardSelector and LocalPortRouteSelector ...a6aed07Follow-up KTOR-9333 Preserve inflater context (#5403)a6bd1d3KTOR-9344 Disable switching to engine dispatcher by default (#5408)f557ef7Add constraints for vulnerable dependencies (#5405)a5b2eb6KTOR-9352 Handle EC key type when JWK algorithm is null (#5387)a971317KTOR-9362 Catch ClosedWriteChannelException in the timeout coroutine to avoid...a23c454Add fix-bug Claude Code skill for automated bug fixing workflow (#5386)419f1fcGMTDate: zero-allocation timestamp conversion on JVM (#5380)a07f463Add workflow to close issues after 30 days of inactivity waiting for a reply ...Updates
io.ktor:ktor-serialization-jacksonfrom 3.4.0 to 3.4.1Release notes
Sourced from io.ktor:ktor-serialization-jackson's releases.
Changelog
Sourced from io.ktor:ktor-serialization-jackson's changelog.
Commits
c6c1a5cRelease 3.4.1 (#5410)8c6ef88KTOR-9353: Override toString for TailcardSelector and LocalPortRouteSelector ...a6aed07Follow-up KTOR-9333 Preserve inflater context (#5403)a6bd1d3KTOR-9344 Disable switching to engine dispatcher by default (#5408)f557ef7Add constraints for vulnerable dependencies (#5405)a5b2eb6KTOR-9352 Handle EC key type when JWK algorithm is null (#5387)a971317KTOR-9362 Catch ClosedWriteChannelException in the timeout coroutine to avoid...a23c454Add fix-bug Claude Code skill for automated bug fixing workflow (#5386)419f1fcGMTDate: zero-allocation timestamp conversion on JVM (#5380)a07f463Add workflow to close issues after 30 days of inactivity waiting for a reply ...Updates
io.ktor:ktor-server-openapifrom 3.4.0 to 3.4.1Release notes
Sourced from io.ktor:ktor-server-openapi's releases.
Changelog
Sourced from io.ktor:ktor-server-openapi's changelog.