DrewCarlson / KtSoup

A Kotlin multiplatform HTML5 parsing library
https://drewcarlson.github.io/KtSoup/latest/
Apache License 2.0
34 stars 0 forks source link

Update ktorio to v2.3.6 #47

Closed renovate[bot] closed 12 months ago

renovate[bot] commented 1 year ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-client-curl 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-darwin 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-cio 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-js 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-okhttp 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-logging 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-core 2.3.5 -> 2.3.6 age adoption passing confidence

Release Notes

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

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4ca08a1) 77.70% compared to head (9169dcf) 77.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ======================================= Coverage 77.70% 77.70% ======================================= Files 9 9 Lines 148 148 Branches 31 31 ======================================= Hits 115 115 Misses 16 16 Partials 17 17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.