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 v3.0.1 #78

Merged
merged 4 commits into from
Nov 8, 2024
Merged

Update ktor to v3.0.1 #78

merged 4 commits into from
Nov 8, 2024

Conversation

juul-mobile-bot
Copy link
Contributor

This PR contains the following updates:

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

Release Notes

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

v3.0.1

Compare Source

Published 29 October 2024

Bugfixes
  • Remove space from the default client user agent (KTOR-7655)
  • Url.segments throws on URLs with root path (KTOR-7625)
  • Digest Auth does not implement nc parameter correctly according to RFC 7616 (KTOR-4318)
  • about:blank URL should be parsed correctly as about:blank (KTOR-7410)
  • ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (KTOR-7571)
  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (KTOR-7596)
Improvements
  • WebSockets logging: The plugin calls toString() unnecessarily on transformed response body (KTOR-7623)
  • INFO log message with all server interceptors on server startup (KTOR-7326)
  • Digest auth: username and cnonce parameters aren't surrounded with quotes (KTOR-7561)
  • ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF (KTOR-7536)
  • Support missing native targets in ktor-serialization-kotlinx-xml (KTOR-7583)

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.

@twyatt twyatt enabled auto-merge (squash) November 1, 2024 19:08
@twyatt
Copy link
Member

twyatt commented Nov 5, 2024

Waiting on #80 to be merged, to get information re: test failures.

@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.

Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.16%. Comparing base (6423a6b) to head (f7fbb7d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #78   +/-   ##
=========================================
  Coverage     80.16%   80.16%           
  Complexity      117      117           
=========================================
  Files            15       15           
  Lines           247      247           
  Branches         16       16           
=========================================
  Hits            198      198           
  Misses           46       46           
  Partials          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@twyatt twyatt merged commit 28a5914 into main Nov 8, 2024
2 checks passed
@twyatt twyatt deleted the renovate/ktor branch November 8, 2024 23:19
@twyatt
Copy link
Member

twyatt commented Nov 9, 2024

LoL. Now that we have test failure artifacts, the tests passed! 🤦

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