chore(deps): update ktor monorepo to v3.0.3 - #276
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 9, 2024 16:00
9b05166 to
9ae4ce5
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 10, 2024 23:05
9ae4ce5 to
6fffe9e
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 11, 2024 21:20
6fffe9e to
08f158e
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 12, 2024 22:43
08f158e to
d48247c
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 13, 2024 21:28
d48247c to
247cd48
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 15, 2024 22:16
247cd48 to
bf9708e
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 16, 2024 21:40
bf9708e to
29d9c2e
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 17, 2024 20:53
29d9c2e to
0914144
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 18, 2024 21:39
0914144 to
0e6299b
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 21, 2024 22:12
0e6299b to
f4eb672
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 24, 2024 22:35
f4eb672 to
a719859
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 28, 2024 22:16
a719859 to
258e305
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
October 29, 2024 16:38
258e305 to
3547cd2
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 5, 2024 23:30
d6f0eff to
e573e3f
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 6, 2024 22:01
e573e3f to
8724280
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 7, 2024 21:17
8724280 to
a36f79b
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 12, 2024 23:00
a36f79b to
edeeaf7
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 13, 2024 22:21
edeeaf7 to
1241d9e
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 14, 2024 22:56
1241d9e to
2da1080
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 15, 2024 22:52
2da1080 to
daf19d6
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 16, 2024 21:06
daf19d6 to
435e04c
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 19, 2024 22:22
435e04c to
d1f9ae5
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 20, 2024 20:32
d1f9ae5 to
8dc3680
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 23, 2024 14:43
8dc3680 to
74c550a
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 23, 2024 21:38
74c550a to
429b4f3
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 26, 2024 20:16
429b4f3 to
acaaa26
Compare
renovate
Bot
force-pushed
the
renovate/patch-ktor-monorepo
branch
from
November 27, 2024 21:21
acaaa26 to
a164f1e
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




This PR contains the following updates:
3.0.0-eap-757→3.0.33.0.0-eap-757→3.0.33.0.0-eap-757→3.0.33.0.0-eap-757→3.0.33.0.0-eap-757→3.0.3Release Notes
ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)
v3.0.3Bugfixes
v3.0.2Bugfixes
FileItem.streamProvideris deprecated and doesn't have implementation (KTOR-7731)Improvements
v3.0.1Bugfixes
Url.segmentsthrows on URLs with root path (KTOR-7625)Improvements
usernameandcnonceparameters aren't surrounded with quotes (KTOR-7561)v3.0.0Bugfixes
maxFrameSizeoption has no effect (KTOR-6963)pathSegmentsreturns empty strings for trailing slashes (KTOR-4402)response.content.copyAndClose(targetFile.writeChannel())sometimes loses some bytes (KTOR-3003)Improvements
readBytesmethod name (KTOR-6596)respondFileoverload withPathparameters (KTOR-7202)Features
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.