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

[chore] Renovate: Update ktor monorepo 3.0.1 to v3.0.3 #375

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-client-mock 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-darwin 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-content-negotiation 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-okhttp 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-cio 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-core 3.0.1 -> 3.0.3 age adoption passing confidence

Release Notes

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

v3.0.3

Compare Source

Published 18 December 2024

Bugfixes
  • "Module not found" errors when executing browserProductionWebpack task since 3.0.2 (KTOR-7912)
  • Darwin: "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7943)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • FormFieldLimit is overwritten by default arg (KTOR-7946)
  • A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (KTOR-7941)
  • Installing HttpCache before ContentEncoding prevents response body to be decoded (KTOR-7830)
  • TestApplication.stop() doesn't stop the application anymore (KTOR-7682)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)

v3.0.2

Compare Source

Published 3 December 2024

Bugfixes
  • ServletResponseBody is corrupted due to the wrong offset (KTOR-7904)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)
  • CIO: Response body truncated because read amount of bytes isn't compared against Content-Length (KTOR-7828)
  • HttpCache: IndexOutOfBoundsException on malformed Cache-Control header (KTOR-7172)
  • call.respondSource returns empty response but passes in tests (KTOR-7683)
  • ByteReadChannel.{readShort/readInt/readLong} leads to infinite loop when required bytes distributed in flush and read buffers (KTOR-7746)
  • Routing: ContentType.match doesn't match wildcard content types (KTOR-7278)
  • Connections aren't released properly if there are multiple parallel connections to the same address (KTOR-7777)
  • FileItem.streamProvider is deprecated and doesn't have implementation (KTOR-7731)
  • MergedApplicationConfig.toMap replaces nested configs completely without merging (KTOR-7008)
  • Digest Auth: Ktor 3.0.1 uses the wrong "nc" value to calculate digest (KTOR-7681)
  • JS: "ReferenceError: require is not defined" when compiling to ES Module (KTOR-6158)
  • Chunked transfer encoding failure not caught with retry (KTOR-7618)
  • HttpCookies: IllegalArgumentException when server returns a raw cookie with not allowed characters (KTOR-7469)
  • DefaultRequest: Content-Type header of default request is not overridable (KTOR-6946)
Improvements
  • Support binary (Smile) encoding in JacksonConverter (KTOR-7726)
  • ServiceLoader.load call is slow on Android (KTOR-7698)

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) December 3, 2024 22:23
Copy link
Contributor Author

renovate bot commented Dec 3, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

Copy link
Contributor

codacy-production bot commented Dec 3, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-2.32% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (5120480) 2744 2272 82.80%
Head commit (e7d7412) 3018 (+274) 2429 (+157) 80.48% (-2.32%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#375) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@renovate renovate bot force-pushed the renovate/ktor-monorepo branch 7 times, most recently from 60c04c1 to 2b9f8cf Compare December 12, 2024 23:46
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 2b9f8cf to a62a449 Compare December 18, 2024 23:19
@renovate renovate bot changed the title [chore] Renovate: Update ktor monorepo 3.0.1 to v3.0.2 [chore] Renovate: Update ktor monorepo 3.0.1 to v3.0.3 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch 3 times, most recently from 379c46d to 695a27d Compare December 20, 2024 19:56
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 695a27d to e7d7412 Compare December 20, 2024 23:33
@ryanw-mobile ryanw-mobile added the chore Updating grunt tasks etc.; no production code change. label Dec 21, 2024
@renovate renovate bot merged commit 68dacf9 into main Dec 21, 2024
4 of 5 checks passed
@renovate renovate bot deleted the renovate/ktor-monorepo branch December 21, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Updating grunt tasks etc.; no production code change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant