Closed dependabot[bot] closed 3 months ago
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps ktor from 2.3.8 to 2.3.12. Updates io.ktor:ktor-serialization-kotlinx-json from 2.3.8 to 2.3.12
ktor
io.ktor:ktor-serialization-kotlinx-json
Sourced from io.ktor:ktor-serialization-kotlinx-json's releases.
2.3.12 Published 20 June 2024 Bugfixes NoSuchMethodError when using coroutines 1.9.0-RC (KTOR-7054) Server: Content-Type header for static js, css and svg resources misses charset (KTOR-6655) Embedded Linux device without iso-8859-1 and UTF-16 cannot use ktor-network (KTOR-7016) Improvements Update netty to 4.1.111.Final (KTOR-7094) Update netty due to CVE-2024-29025 (KTOR-7014) Update dependency on swagger (KTOR-7019) 2.3.11 Published 8 May 2024 Bugfixes Test client ignores socket timeout (KTOR-6909) 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) 2.3.9 Published 4 March 2024 Improvements Allow to set secure cookie even with http scheme (KTOR-3159) Bugfixes ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Published 20 June 2024
Published 8 May 2024
Published 8 April 2024
NumberFormatException
Logger.ANDROID
Published 4 March 2024
Sourced from io.ktor:ktor-serialization-kotlinx-json's changelog.
c22735c
b5d9213
8ca9632
f8f8fe8
2cd05c6
dc0d311
4b0ed38
28f1d00
df04b16
7d3f6a9
Updates io.ktor:ktor-server-compression from 2.3.8 to 2.3.12
io.ktor:ktor-server-compression
Sourced from io.ktor:ktor-server-compression's releases.
Sourced from io.ktor:ktor-server-compression's changelog.
Updates io.ktor:ktor-client-content-negotiation from 2.3.8 to 2.3.12
io.ktor:ktor-client-content-negotiation
Sourced from io.ktor:ktor-client-content-negotiation's releases.
Sourced from io.ktor:ktor-client-content-negotiation's changelog.
Updates io.ktor:ktor-client-serialization from 2.3.8 to 2.3.12
io.ktor:ktor-client-serialization
Sourced from io.ktor:ktor-client-serialization's releases.
Sourced from io.ktor:ktor-client-serialization's changelog.
Updates io.ktor:ktor-client-websockets from 2.3.8 to 2.3.12
io.ktor:ktor-client-websockets
Sourced from io.ktor:ktor-client-websockets's releases.
Sourced from io.ktor:ktor-client-websockets's changelog.
Updates io.ktor:ktor-client-core from 2.3.8 to 2.3.12
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.8 to 2.3.12
io.ktor:ktor-client-java
Sourced from io.ktor:ktor-client-java's releases.
Sourced from io.ktor:ktor-client-java's changelog.
2.3.12 Published 20 June 2024 Bugfixes NoSuchMethodError when using coroutines 1.9.0-RC (KTOR-7054) Server: Content-Type header for static js, css and svg resources misses charset (KTOR-6655) Embedded Linux device without iso-8859-1 and UTF-16 cannot use ktor-network (KTOR-7016) Improvements Update netty to 4.1.111.Final (KTOR-7094) Update netty due to CVE-2024-29025 (KTOR-7014) Update dependency on swagger (KTOR-7019) 2.3.11 Published 8 May 2024 Bugfixes Test client ignores socket timeout (KTOR-6909) 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 ( ForteScarlet commented 3 months ago @dependabot rebase
@dependabot rebase
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps
ktor
from 2.3.8 to 2.3.12. Updatesio.ktor:ktor-serialization-kotlinx-json
from 2.3.8 to 2.3.12Release notes
Sourced from io.ktor:ktor-serialization-kotlinx-json's releases.
Changelog
Sourced from io.ktor:ktor-serialization-kotlinx-json's changelog.
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)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...Updates
io.ktor:ktor-server-compression
from 2.3.8 to 2.3.12Release notes
Sourced from io.ktor:ktor-server-compression's releases.
Changelog
Sourced from io.ktor:ktor-server-compression's changelog.
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)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...Updates
io.ktor:ktor-client-content-negotiation
from 2.3.8 to 2.3.12Release notes
Sourced from io.ktor:ktor-client-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-client-content-negotiation's changelog.
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)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...Updates
io.ktor:ktor-client-serialization
from 2.3.8 to 2.3.12Release notes
Sourced from io.ktor:ktor-client-serialization's releases.
Changelog
Sourced from io.ktor:ktor-client-serialization's changelog.
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)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...Updates
io.ktor:ktor-client-websockets
from 2.3.8 to 2.3.12Release notes
Sourced from io.ktor:ktor-client-websockets's releases.
Changelog
Sourced from io.ktor:ktor-client-websockets's changelog.
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)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...Updates
io.ktor:ktor-client-core
from 2.3.8 to 2.3.12Release notes
Sourced from io.ktor:ktor-client-core's releases.
Changelog
Sourced from io.ktor:ktor-client-core's changelog.
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)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...Updates
io.ktor:ktor-client-java
from 2.3.8 to 2.3.12Release notes
Sourced from io.ktor:ktor-client-java's releases.
Changelog
Sourced from io.ktor:ktor-client-java's changelog.