Closed dependabot[bot] closed 6 months ago
Bumps ktor from 2.3.9 to 2.3.10. Updates io.ktor:ktor-server-core from 2.3.9 to 2.3.10
ktor
io.ktor:ktor-server-core
Sourced from io.ktor:ktor-server-core's releases.
2.3.10 Published 8 April 2024 Bugfixes CallLogging, StatusPages: response logged twice when status handler is used (KTOR-6839) NodeJS WebSocket client sometimes drops a frame received immediately after handshake (KTOR-6883) IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (KTOR-5383) JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878) CIO: File upload fails with NumberFormatException when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (KTOR-6851) CallLogging: the plugin completely overrides MDC if at least one entry is configured (KTOR-6642) SSE plugin: Duplicated "Content-Type: text/event-stream" headers (KTOR-6735) CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (KTOR-6746) Improvements Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (KTOR-6850) Android: no logs are present in Logcat with Logger.ANDROID (KTOR-1219)
Published 8 April 2024
NumberFormatException
Logger.ANDROID
Sourced from io.ktor:ktor-server-core's changelog.
f8f8fe8
2cd05c6
dc0d311
4b0ed38
28f1d00
df04b16
7d3f6a9
9b69332
182386a
0c0e0a3
Updates io.ktor:ktor-server-netty from 2.3.9 to 2.3.10
io.ktor:ktor-server-netty
Sourced from io.ktor:ktor-server-netty's releases.
Sourced from io.ktor:ktor-server-netty's changelog.
Updates io.ktor:ktor-server-content-negotiation from 2.3.9 to 2.3.10
io.ktor:ktor-server-content-negotiation
Sourced from io.ktor:ktor-server-content-negotiation's releases.
Sourced from io.ktor:ktor-server-content-negotiation's changelog.
Updates io.ktor:ktor-serialization-kotlinx-json from 2.3.9 to 2.3.10
io.ktor:ktor-serialization-kotlinx-json
Sourced from io.ktor:ktor-serialization-kotlinx-json's releases.
Sourced from io.ktor:ktor-serialization-kotlinx-json's changelog.
Updates io.ktor:ktor-server-auth from 2.3.9 to 2.3.10
io.ktor:ktor-server-auth
Sourced from io.ktor:ktor-server-auth's releases.
Sourced from io.ktor:ktor-server-auth's changelog.
Updates io.ktor:ktor-server-auth-jwt from 2.3.9 to 2.3.10
io.ktor:ktor-server-auth-jwt
Sourced from io.ktor:ktor-server-auth-jwt's releases.
Sourced from io.ktor:ktor-server-auth-jwt's changelog.
Updates io.ktor:ktor-network-tls-certificates from 2.3.9 to 2.3.10
io.ktor:ktor-network-tls-certificates
Sourced from io.ktor:ktor-network-tls-certificates's releases.
Sourced from io.ktor:ktor-network-tls-certificates's changelog.
Updates io.ktor:ktor-client-core from 2.3.9 to 2.3.10
io.ktor:ktor-client-core
Sourced from io.ktor:ktor-client-core's releases.
Sourced from io.ktor:ktor-client-core's changelog.
Updates io.ktor:ktor-client-java from 2.3.9 to 2.3.10
io.ktor:ktor-client-java
Sourced from io.ktor:ktor-client-java's releases.
Sourced from io.ktor:ktor-client-java's changelog.
Updates io.ktor:ktor-client-logging from 2.3.9 to 2.3.10
io.ktor:ktor-client-logging
Sourced from io.ktor:ktor-client-logging's releases.
Sourced from io.ktor:ktor-client-logging's changelog.
2.3.10 Published 8 April 2024 Bugfixes CallLogging, StatusPages: response logged twice when status handler is used (KTOR-6839) NodeJS WebSocket client sometimes drops a frame received immediately after handshake (KTOR-6883) IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (KTOR-5383) JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878) CIO: File upload fails with NumberFormatException when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (KTOR-6851) CallLogging: the plugin completely over... _Description has been truncated_
Looks like these dependencies are up-to-date now, so this is no longer needed.
Bumps
ktor
from 2.3.9 to 2.3.10. Updatesio.ktor:ktor-server-core
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-core's releases.
Changelog
Sourced from io.ktor:ktor-server-core's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-server-netty
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-netty's releases.
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-server-content-negotiation
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-server-content-negotiation's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-serialization-kotlinx-json
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-serialization-kotlinx-json's releases.
Changelog
Sourced from io.ktor:ktor-serialization-kotlinx-json's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-server-auth
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-auth's releases.
Changelog
Sourced from io.ktor:ktor-server-auth's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-server-auth-jwt
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-auth-jwt's releases.
Changelog
Sourced from io.ktor:ktor-server-auth-jwt's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-network-tls-certificates
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-network-tls-certificates's releases.
Changelog
Sourced from io.ktor:ktor-network-tls-certificates's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-client-core
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-client-core's releases.
Changelog
Sourced from io.ktor:ktor-client-core's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-client-java
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-client-java's releases.
Changelog
Sourced from io.ktor:ktor-client-java's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-client-logging
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-client-logging's releases.
Changelog
Sourced from io.ktor:ktor-client-logging's changelog.