Skip to content

Commit

Permalink
Update ktor monorepo to v3.0.1 (slackhq#1759)
Browse files Browse the repository at this point in the history
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
slack-oss-bot authored Oct 31, 2024
1 parent ec542fd commit e37b4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.3"
ksp = "2.0.21-1.0.25"
ktfmt = "0.52"
ktor = "3.0.0"
ktor = "3.0.1"
leakcanary = "2.14"
material-composeThemeAdapter = "1.2.1"
mavenPublish = "0.30.0"
Expand Down

0 comments on commit e37b4d1

Please sign in to comment.