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

Update ktor to v2.3.4 #292

Merged
merged 4 commits into from
Sep 8, 2023
Merged

Update ktor to v2.3.4 #292

merged 4 commits into from
Sep 8, 2023

Conversation

juul-mobile-bot
Copy link
Contributor

@juul-mobile-bot juul-mobile-bot commented Aug 4, 2023

This PR contains the following updates:

Package Type Update Change
io.ktor:ktor-client-mock dependencies patch 2.3.2 -> 2.3.4
io.ktor:ktor-client-logging dependencies patch 2.3.2 -> 2.3.4
io.ktor:ktor-client-core dependencies patch 2.3.2 -> 2.3.4

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

ktorio/ktor (io.ktor:ktor-client-mock)

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 - 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 these updates again.


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

This PR has been generated by Renovate Bot.

@juul-mobile-bot juul-mobile-bot requested a review from a team as a code owner August 4, 2023 06:41
@juul-mobile-bot juul-mobile-bot changed the title Update ktor to v2.3.3 Update ktor to v2.3.4 Sep 1, 2023
@twyatt

This comment was marked as resolved.

@twyatt twyatt enabled auto-merge (squash) September 8, 2023 06:10
@twyatt twyatt mentioned this pull request Sep 8, 2023
1 task
@juul-mobile-bot
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Test Results

  96 files    96 suites   5s ⏱️
833 tests 824 ✔️   9 💤 0
850 runs  836 ✔️ 14 💤 0

Results for commit e289762.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Merging #292 (452ddcf) into main (1c1547e) will decrease coverage by 25.14%.
Report is 213 commits behind head on main.
The diff coverage is 47.50%.

❗ Current head 452ddcf differs from pull request most recent head e289762. Consider uploading reports for the commit e289762 to get more accurate results

@@              Coverage Diff              @@
##               main     #292       +/-   ##
=============================================
- Coverage     94.44%   69.30%   -25.14%     
=============================================
  Files            13        9        -4     
  Lines           126      101       -25     
  Branches          8        2        -6     
=============================================
- Hits            119       70       -49     
- Misses            6       31       +25     
+ Partials          1        0        -1     
Files Changed Coverage Δ
coroutines/src/commonMain/kotlin/flow/Combine.kt 0.00% <ø> (ø)
...tines/src/commonMain/kotlin/delay/DelayStrategy.kt 47.50% <47.50%> (ø)

... and 6 files with indirect coverage changes

@twyatt twyatt merged commit c7d5644 into main Sep 8, 2023
@twyatt twyatt deleted the renovate/ktor branch September 8, 2023 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants