-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update ktor monorepo to v3.2.3 #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ktor-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
bb01009
to
49ba7e1
Compare
5a60932
to
72cde07
Compare
bd94734
to
9f674ef
Compare
3a53c49
to
354ee53
Compare
09b942c
to
b17fbaa
Compare
41c19da
to
296811a
Compare
296811a
to
0d134f8
Compare
0d134f8
to
741aa94
Compare
4b1005e
to
3425296
Compare
a35c5e5
to
e8266bf
Compare
3881cdb
to
997d040
Compare
39935c5
to
6c21bf7
Compare
6c21bf7
to
78a7365
Compare
78a7365
to
6b19d74
Compare
6b19d74
to
e27e235
Compare
e27e235
to
b400aa0
Compare
b400aa0
to
c11bf1d
Compare
c11bf1d
to
90dbb51
Compare
1987220
to
cf52eb6
Compare
cf52eb6
to
f595a55
Compare
f595a55
to
019195d
Compare
019195d
to
9f616f7
Compare
9f616f7
to
0130b3c
Compare
1aea689
to
63ca78a
Compare
63ca78a
to
79c1b36
Compare
79c1b36
to
59e9ac9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
3.0.0-beta-1
->3.2.3
Release Notes
ktorio/ktor (io.ktor:ktor-io-jvm)
v3.2.3
Compare Source
Improvements
yaml
as the configuration file suffix (KTOR-8712)Bugfixes
\r\n
(KTOR-8687)v3.2.2
Compare Source
Improvements
event
beforedata
(KTOR-8627)Bugfixes
client.sse()
acts like a REST call and not a stream in test environment (KTOR-7910)v3.2.1
Compare Source
Improvements
Bugfixes
socket.awaitClosed
(hangs indefinitely) since 3.2.0 (KTOR-8618)v3.2.0
Compare Source
Features
Improvements
wrapWithContent
andwrap
(KTOR-8378)ApplicationCall
for testing (KTOR-7607)io.ktor.network.sockets.InetSocketAddress
(KTOR-8490)accept
should return 406 if theAccept
header isn't matched (KTOR-8416)route
label can exceed length limit (KTOR-7274)Bugfixes
testApplication
environment (KTOR-8436)v3.1.3
Compare Source
Improvements
Bugfixes
v3.1.2
Compare Source
Improvements
Bugfixes
v3.1.1
Compare Source
Improvements
Bugfixes
staticResources
(KTOR-6671)v3.1.0
Compare Source
Features
Improvements
receiveMultipart
throws IllegalStateException instead of UnsupportedMediaTypeException (KTOR-7470)bind
overload withhostName
andport
(KTOR-7663)Bugfixes
v3.0.3
Compare Source
Bugfixes
v3.0.2
Compare Source
Bugfixes
FileItem.streamProvider
is deprecated and doesn't have implementation (KTOR-7731)Improvements
v3.0.1
Compare Source
Bugfixes
Url.segments
throws on URLs with root path (KTOR-7625)Improvements
username
andcnonce
parameters aren't surrounded with quotes (KTOR-7561)v3.0.0
Compare Source
Bugfixes
maxFrameSize
option has no effect (KTOR-6963)pathSegments
returns empty strings for trailing slashes (KTOR-4402)response.content.copyAndClose(targetFile.writeChannel())
sometimes loses some bytes (KTOR-3003)Improvements
readBytes
method name (KTOR-6596)respondFile
overload withPath
parameters (KTOR-7202)Features
v3.0.0-rc-2
Compare Source
Bugfixes
request
property when using MonitoringEvent(RoutingCallStarted) (KTOR-7449)InputStream.toByteReadChannel
creates unattached job (KTOR-7012)Improvements
withTestApplication
APIs with ERROR and migrate totestApplication
(KTOR-7284)java.time
options in Websockets plugin (KTOR-7446)ByteReadChannel.readFully(dst: ByteArray, offset: Int, length: Int)
is missing since 3.0.0-beta-2 (KTOR-7427)Features
v3.0.0-rc-1
Compare Source
Bugfixes
Route
toRouting
(KTOR-7238)Improvements
Features
v3.0.0-beta-2
Compare Source
Bugfixes
Improvements
refreshToken
ofBearerTokens
class nullable (KTOR-6928)Features
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.
This PR was generated by Mend Renovate. View the repository job log.