Skip to content
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

fix(deps): update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.7 - autoclosed #157

Closed
wants to merge 1 commit into from

Conversation

figure-renovate[bot]
Copy link
Contributor

@figure-renovate figure-renovate bot commented Aug 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-serialization-gson 2.3.2 -> 2.3.7 age adoption passing confidence

Release Notes

ktorio/ktor (io.ktor:ktor-serialization-gson)

v2.3.7

Compare Source

Published 7 December 2023

Bugfixes
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)

v2.3.6

Compare Source

Published 7 November 2023

Bugfixes
  • Resolved connectors job does not complete in TestApplicationEngine (KTOR-6411)
  • Darwin: Even a coroutine Job is canceled network load keeps high (KTOR-6243)
  • Darwin: EOFException when sending multipart data using Ktor 2.3.4 (KTOR-6281)
  • Ktor JS client unconfigurable logging in node (KTOR-6275)
  • CIO: getEngineHeaderValues() returns duplicated values (KTOR-6352)
  • "Server sent a subprotocol but none was requested" when using Node WebSockets (KTOR-4001)
  • YAML properties with literal value null cannot be read since 2.3.1 (KTOR-6357)
  • AndroidClientEngine cannot handle content length that exceeds Int range (KTOR-6344)
  • Client unable to make subsequent requests after the network disconnection and connection when ResponseObserver is installed (KTOR-6252)
  • Outdated Gradle jib plubin does not support application/vnd.oci.image.index.v1+json media type (KTOR-6280)
  • KTor 2.3.5 Kotlin 1.9.x upgrade is a breaking change (KTOR-6354)
  • WebSockets (CIO): Connection Failure Due to Lowercase 'upgrade' in 'Connection: upgrade' Header (KTOR-6388)
  • WinHttp: ArrayIndexOutOfBoundsException when sending WS frame with empty body (KTOR-6394)
  • Update dependency com.auth0:jwks-rsa to v0.22.1

v2.3.5

Compare Source

Published 5 October 2023

Bugfixes
  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

v2.3.4

Compare Source

Published 31 August 2023

Bugfixes
  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)

v2.3.3

Compare Source

Published 1 August 2023

Bugfixes
  • java.util.zip.DataFormatException after enabling permessage-deflate (KTOR-5979)
  • DelegatingTestingClientEngine fails when ContentNegotiation with protobuf is installed and empty body (KTOR-6125)
  • KtorServlet does not support yaml configuration (KTOR-6108)
  • CIO ConnectionFactory leaks on cancellation (KTOR-6127)
  • staticFiles responds twice if both index and defaultPath are set (KTOR-6120)
  • Uncaught Kotlin exception: kotlin.IllegalArgumentException: Failed to open iconv for charset UTF-8 with error code 22 (KTOR-5980)
  • Not compatible with kotlinx-html 0.9.1 (KTOR-6124)
  • "Test engine is already completed" error while establishing Websockets connection (KTOR-6057)
  • s-maxage is not used, even if HttpCache.Config.isShared is true (KTOR-6087)
  • Cache returns null when vary header set different ways whatever it has same values (KTOR-6081)
  • DefaultRequest: a cookie appears twice in the request header when sending a request with another cookie (KTOR-5619)
Improvements
  • Drop linuxArm64 publication from ktor-client-curl (KTOR-6154)
  • Client: Target linuxArm64 (KTOR-872)
  • Server: Target linuxArm64 (KTOR-5753)
  • Add system property to disable automatic installation of runtime shutdown hook (KTOR-6070)

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

@figure-renovate figure-renovate bot requested a review from a team August 21, 2023 10:39
@figure-renovate figure-renovate bot force-pushed the renovate/ktorserializationgson branch from 94f6f45 to 284296f Compare August 31, 2023 21:31
@figure-renovate figure-renovate bot changed the title Update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.3 Update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.4 Aug 31, 2023
@figure-renovate figure-renovate bot changed the title Update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.4 fix(deps): update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.4 Sep 19, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/ktorserializationgson branch from 284296f to 2152057 Compare October 5, 2023 16:29
@figure-renovate figure-renovate bot requested a review from a team as a code owner October 5, 2023 16:29
@figure-renovate figure-renovate bot changed the title fix(deps): update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.4 fix(deps): update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.5 Oct 5, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/ktorserializationgson branch from 2152057 to 7eddd90 Compare November 7, 2023 08:58
@figure-renovate figure-renovate bot changed the title fix(deps): update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.5 fix(deps): update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.6 Nov 7, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/ktorserializationgson branch from 7eddd90 to a0f3cea Compare December 7, 2023 23:08
@figure-renovate figure-renovate bot changed the title fix(deps): update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.6 fix(deps): update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.7 Dec 7, 2023
@figure-renovate figure-renovate bot changed the title fix(deps): update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.7 fix(deps): update dependency io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.7 - autoclosed Dec 20, 2023
@figure-renovate figure-renovate bot closed this Dec 20, 2023
@figure-renovate figure-renovate bot deleted the renovate/ktorserializationgson branch December 20, 2023 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants