Update dependency io.ktor:ktor-client-gson to v2 #89
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:
1.6.8
->2.2.2
Release Notes
ktorio/ktor
v2.2.2
Compare Source
Improvements
Bugfixes
v2.2.1
Compare Source
The critical error
java.lang.NoClassDefFoundError: kotlinx/atomicfu/AtomicFU
in the 2.2.0 release is fixedv2.2.0
Compare Source
configList
method on an array property (KTOR-5143)handleChallenge
doesn't work for Websockets connections (KTOR-5094)v2.1.3
Compare Source
v2.1.2
Compare Source
v2.1.1
Compare Source
OutgoingContent.toByteArray()
stalls when used in combination with aOutgoingContent.WriteChannelContent
(KTOR-2126)v2.1.0
Compare Source
v2.0.3
Compare Source
HttpTimeout
plugin (KTOR-4473)v2.0.2
Compare Source
v2.0.1
Compare Source
Fix URL representation (KTOR-4241)
embeddedServer for CIO and Netty inconsistency (KTOR-755)
Update Coroutines to 1.6.1 (KTOR-4240)
Locations: Support trailing / (KTOR-836)
Resources: Make
Route.handle
public (KTOR-4200)Fix CURL flaky initialization (KTOR-4223)
Optimize Slow Native Tests (KTOR-4224)
Print Native Stacktrace on Timeout (KTOR-4198)
"""IllegalStateException: Operation is already in progress"" when the readByte is called the second time after a timeout" (KTOR-4218)
Update Kotlin to 1.6.21 (KTOR-4221)
Update code for editing an article in the 'Interactive website' tutorial (KTOR-4227)
DefaultRequest: HTTPS protocol isn't set when using Ktor 2.0.0 (KTOR-4142)
DefaultRequest: host and port aren't used for a request (KTOR-4154)
A table with test methods should span the entire width of the dialog (KTOR-4064)
StatusPages plugin does not handle most specific exception in Ktor 2.0.0 (KTOR-4187)
Behaviour of ApplicationEngine start method not documented properly (KTOR-2271)
CORS plugin should be route scoped (KTOR-4157)
Raw Web Socket Connection Suspending Forever (KTOR-4166)
StatusPages: SerializationException isn't handled when CallID plugin is installed after StatusPages plugin (KTOR-4155)
HttpClient.wss defaults to port 80 instead of 443 (KTOR-4175)
Missing subject parameter in StatusPages
status
config method (KTOR-4191)ConditionalHeaders cause the Last-Modified header appears twice in a response (2.0.0) (KTOR-4163)
DefaultHeaders: The Server header appears twice in a response (2.0.0) (KTOR-4152)
Testing: Resolving a substitution to a value in default config fails when custom HOCON config is used (KTOR-4130)
Combination of HttpCache and Logging plugins cause receiving incomplete response body for chunked replies (KTOR-3916)
2.0.0
testErrorHandling
with JS (KTOR-3510)ktor-test
module with mocks of engine and clients for writing tests (KTOR-3236)install
Blocks for Client and Server Configuration (KTOR-3333)receiveText
for application/json request (KTOR-789)limited
dispatcher(revert corePoolSize option) (KTOR-3463)Url
with no trailing slash, produces double slash when appending segments (KTOR-3618)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.