Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ktor monorepo to v3.0.1 (slackhq#1759)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.ktor:ktor-serialization-kotlinx-json](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.0.0` -> `3.0.1` | | [io.ktor:ktor-client-js](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.0.0` -> `3.0.1` | | [io.ktor:ktor-client-auth](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.0.0` -> `3.0.1` | | [io.ktor:ktor-client-okhttp](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.0.0` -> `3.0.1` | | [io.ktor:ktor-client-content-negotiation](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.0.0` -> `3.0.1` | | [io.ktor:ktor-client-core](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.0.0` -> `3.0.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)</summary> ### [`v3.0.1`](https://redirect.github.com/ktorio/ktor/blob/HEAD/CHANGELOG.md#301) [Compare Source](https://redirect.github.com/ktorio/ktor/compare/3.0.0...3.0.1) > Published 29 October 2024 ##### Bugfixes - Remove space from the default client user agent ([KTOR-7655](https://youtrack.jetbrains.com/issue/KTOR-7655)) - `Url.segments` throws on URLs with root path ([KTOR-7625](https://youtrack.jetbrains.com/issue/KTOR-7625)) - Digest Auth does not implement nc parameter correctly according to RFC 7616 ([KTOR-4318](https://youtrack.jetbrains.com/issue/KTOR-4318)) - about:blank URL should be parsed correctly as about:blank ([KTOR-7410](https://youtrack.jetbrains.com/issue/KTOR-7410)) - ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 ([KTOR-7571](https://youtrack.jetbrains.com/issue/KTOR-7571)) - CIO: Requests face connection timeouts when executed on the Android main dispatcher ([KTOR-6803](https://youtrack.jetbrains.com/issue/KTOR-6803)) - receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized ([KTOR-7596](https://youtrack.jetbrains.com/issue/KTOR-7596)) ##### Improvements - WebSockets logging: The plugin calls toString() unnecessarily on transformed response body ([KTOR-7623](https://youtrack.jetbrains.com/issue/KTOR-7623)) - INFO log message with all server interceptors on server startup ([KTOR-7326](https://youtrack.jetbrains.com/issue/KTOR-7326)) - Digest auth: `username` and `cnonce` parameters aren't surrounded with quotes ([KTOR-7561](https://youtrack.jetbrains.com/issue/KTOR-7561)) - ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF ([KTOR-7536](https://youtrack.jetbrains.com/issue/KTOR-7536)) - Support missing native targets in ktor-serialization-kotlinx-xml ([KTOR-7583](https://youtrack.jetbrains.com/issue/KTOR-7583)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzOC42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
- Loading branch information