extra-ktor-plugins
extra-ktor-plugins copied to clipboard
build(deps): bump ktor from 2.3.2 to 2.3.12
Bumps ktor from 2.3.2 to 2.3.12.
Updates io.ktor:ktor-server-core from 2.3.2 to 2.3.12
Release notes
Sourced from io.ktor:ktor-server-core'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
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-core'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 (KTOR-5383)
- JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
- CIO: File upload fails with
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
- "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)
... (truncated)
Commits
c22735cRelease 2.3.12 (#4088)b5d9213Add changelog for 2.3.11 (#4027)8ca9632KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8Add changelog for 2.3.10 (#4019)2cd05c6KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16KTOR-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...- Additional commits viewable in compare view
Updates io.ktor:ktor-server-cio from 2.3.2 to 2.3.12
Release notes
Sourced from io.ktor:ktor-server-cio'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
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-cio'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 (KTOR-5383)
- JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
- CIO: File upload fails with
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
- "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)
... (truncated)
Commits
c22735cRelease 2.3.12 (#4088)b5d9213Add changelog for 2.3.11 (#4027)8ca9632KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8Add changelog for 2.3.10 (#4019)2cd05c6KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16KTOR-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...- Additional commits viewable in compare view
Updates io.ktor:ktor-server-core-jvm from 2.3.2 to 2.3.12
Release notes
Sourced from io.ktor:ktor-server-core-jvm'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
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-core-jvm'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 (KTOR-5383)
- JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
- CIO: File upload fails with
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
- "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)
... (truncated)
Commits
c22735cRelease 2.3.12 (#4088)b5d9213Add changelog for 2.3.11 (#4027)8ca9632KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8Add changelog for 2.3.10 (#4019)2cd05c6KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16KTOR-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...- Additional commits viewable in compare view
Updates io.ktor:ktor-server-cio-jvm from 2.3.2 to 2.3.12
Release notes
Sourced from io.ktor:ktor-server-cio-jvm'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
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-cio-jvm'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 (KTOR-5383)
- JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
- CIO: File upload fails with
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
- "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)
... (truncated)
Commits
c22735cRelease 2.3.12 (#4088)b5d9213Add changelog for 2.3.11 (#4027)8ca9632KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8Add changelog for 2.3.10 (#4019)2cd05c6KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16KTOR-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...- Additional commits viewable in compare view
Updates io.ktor:ktor-server-config-yaml from 2.3.2 to 2.3.12
Release notes
Sourced from io.ktor:ktor-server-config-yaml'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
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-config-yaml'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 (KTOR-5383)
- JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
- CIO: File upload fails with
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
- "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)
... (truncated)
Commits
c22735cRelease 2.3.12 (#4088)b5d9213Add changelog for 2.3.11 (#4027)8ca9632KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8Add changelog for 2.3.10 (#4019)2cd05c6KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16KTOR-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...- Additional commits viewable in compare view
Updates io.ktor:ktor-server-auth from 2.3.2 to 2.3.12
Release notes
Sourced from io.ktor:ktor-server-auth'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
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-auth'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 (KTOR-5383)
- JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
- CIO: File upload fails with
NumberFormatExceptionwhen 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)
2.3.8
Published 31 January 2024
Bugfixes
- "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)
... (truncated)
Commits
c22735cRelease 2.3.12 (#4088)b5d9213Add changelog for 2.3.11 (#4027)8ca9632KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8Add changelog for 2.3.10 (#4019)2cd05c6KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16KTOR-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...- Additional commits viewable in compare view
Updates io.ktor:ktor-server-status-pages from 2.3.2 to 2.3.12
Release notes
Sourced from io.ktor:ktor-server-status-pages'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 n...
Description has been truncated
The following labels could not be found: type: dependencies, relates-to: build.
@dependabot rebase
@dependabot rebase
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.