Gumichan01 / gakusci

The knowledge aggregator
Other
1 stars 0 forks source link

Update ktor monorepo to v2.3.12 #23

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-server-test-host 2.3.8 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-client-apache 2.3.8 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-serialization-jackson 2.3.8 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-client-content-negotiation 2.3.8 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-server-thymeleaf 2.3.8 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-server-content-negotiation 2.3.8 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-server-core 2.3.8 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-server-jetty 2.3.8 -> 2.3.12 age adoption passing confidence

Release Notes

ktorio/ktor (io.ktor:ktor-server-test-host) ### [`v2.3.12`](https://togithub.com/ktorio/ktor/releases/tag/2.3.12) [Compare Source](https://togithub.com/ktorio/ktor/compare/2.3.11...2.3.12) > Published 20 June 2024 ##### Bugfixes - NoSuchMethodError when using coroutines 1.9.0-RC ([KTOR-7054](https://youtrack.jetbrains.com/issue/KTOR-7054)) - Server: Content-Type header for static js, css and svg resources misses charset ([KTOR-6655](https://youtrack.jetbrains.com/issue/KTOR-6655)) - Embedded Linux device without iso-8859-1 and UTF-16 cannot use ktor-network ([KTOR-7016](https://youtrack.jetbrains.com/issue/KTOR-7016)) ##### Improvements - Update netty to 4.1.111.Final ([KTOR-7094](https://youtrack.jetbrains.com/issue/KTOR-7094)) - Update netty due to CVE-2024-29025 ([KTOR-7014](https://youtrack.jetbrains.com/issue/KTOR-7014)) - Update dependency on swagger ([KTOR-7019](https://youtrack.jetbrains.com/issue/KTOR-7019)) ### [`v2.3.11`](https://togithub.com/ktorio/ktor/releases/tag/2.3.11) [Compare Source](https://togithub.com/ktorio/ktor/compare/2.3.10...2.3.11) > Published 8 May 2024 ##### Bugfixes - Test client ignores socket timeout ([KTOR-6909](https://youtrack.jetbrains.com/issue/KTOR-6909)) ### [`v2.3.10`](https://togithub.com/ktorio/ktor/releases/tag/2.3.10) [Compare Source](https://togithub.com/ktorio/ktor/compare/2.3.9...2.3.10) > Published 8 April 2024 ##### Bugfixes - CallLogging, StatusPages: response logged twice when status handler is used ([KTOR-6839](https://youtrack.jetbrains.com/issue/KTOR-6839)) - NodeJS WebSocket client sometimes drops a frame received immediately after handshake ([KTOR-6883](https://youtrack.jetbrains.com/issue/KTOR-6883)) - IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint ([KTOR-5383](https://youtrack.jetbrains.com/issue/KTOR-5383)) - JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 ([KTOR-6878](https://youtrack.jetbrains.com/issue/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](https://youtrack.jetbrains.com/issue/KTOR-6851)) - CallLogging: the plugin completely overrides MDC if at least one entry is configured ([KTOR-6642](https://youtrack.jetbrains.com/issue/KTOR-6642)) - SSE plugin: Duplicated "Content-Type: text/event-stream" headers ([KTOR-6735](https://youtrack.jetbrains.com/issue/KTOR-6735)) - CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate ([KTOR-6746](https://youtrack.jetbrains.com/issue/KTOR-6746)) ##### Improvements - Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values ([KTOR-6850](https://youtrack.jetbrains.com/issue/KTOR-6850)) - Android: no logs are present in Logcat with `Logger.ANDROID` ([KTOR-1219](https://youtrack.jetbrains.com/issue/KTOR-1219)) ### [`v2.3.9`](https://togithub.com/ktorio/ktor/releases/tag/2.3.9) [Compare Source](https://togithub.com/ktorio/ktor/compare/2.3.8...2.3.9) > Published 4 March 2024 ##### Improvements - Allow to set secure cookie even with http scheme ([KTOR-3159](https://youtrack.jetbrains.com/issue/KTOR-3159)) ##### Bugfixes - ContentNegotiation: the plugin appends duplicated MIME type to Accept header ([KTOR-6684](https://youtrack.jetbrains.com/issue/KTOR-6684))

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.