ouchadam / small-talk

Minimal Android messenger powered by Matrix
Apache License 2.0
139 stars 4 forks source link

Update dependency io.ktor:ktor-client-android to v2.2.4 #315

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-client-android 2.2.2 -> 2.2.4 age adoption passing confidence

Release Notes

ktorio/ktor ### [`v2.2.4`](https://togithub.com/ktorio/ktor/blob/HEAD/CHANGELOG.md#​224) [Compare Source](https://togithub.com/ktorio/ktor/compare/2.2.3...2.2.4) > Published 28 February 2023 ##### Bugfixes - Connect timeout is not respected when using the HttpRequestRetry plugin ([KTOR-5466](https://youtrack.jetbrains.com/issue/KTOR-5466)) - URLs with underscore fail to parse correctly in HTTP client request ([KTOR-5591](https://youtrack.jetbrains.com/issue/KTOR-5591)) - Routing: Wrong content-type results in 405 instead of 415 status code with two routes ([KTOR-5535](https://youtrack.jetbrains.com/issue/KTOR-5535)) - Compressing the response will result in unexpected ERROR log output after processing in the StatusPages ([KTOR-5510](https://youtrack.jetbrains.com/issue/KTOR-5510)) - Javadoc for Resources.kt cannot be compiled ([KTOR-5492](https://youtrack.jetbrains.com/issue/KTOR-5492)) - ContentNegotiation: The "charset=UTF-8" part is added for the Content-Type header ([KTOR-3799](https://youtrack.jetbrains.com/issue/KTOR-3799)) - kotlinx.serialization.SerializationException is lost for the classes that have generic type parameters ([KTOR-5448](https://youtrack.jetbrains.com/issue/KTOR-5448)) - OkHttp: Cancelling while writing to ByteWriteChannel when overriding WriteChannelContent causes propagation of CancellationException to a caller ([KTOR-5518](https://youtrack.jetbrains.com/issue/KTOR-5518)) ### [`v2.2.3`](https://togithub.com/ktorio/ktor/blob/HEAD/CHANGELOG.md#​223) [Compare Source](https://togithub.com/ktorio/ktor/compare/2.2.2...2.2.3) > Published 31 January 2023 ##### Improvements - ContentNegotiation: "Skipping because the type is ignored" log message is unclear ([KTOR-5479](https://youtrack.jetbrains.com/issue/KTOR-5479)) - Make OAuth2 functionality multiplatform ([KTOR-1144](https://youtrack.jetbrains.com/issue/KTOR-1144)) - Log HTTP request time ([KTOR-1250](https://youtrack.jetbrains.com/issue/KTOR-1250)) - Add Client Plugins Trace Logging ([KTOR-5264](https://youtrack.jetbrains.com/issue/KTOR-5264)) ##### Bugfixes - FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long ([KTOR-5443](https://youtrack.jetbrains.com/issue/KTOR-5443)) - HttpRequestRetry retries on FileNotFoundException thrown by FileStorage ([KTOR-5444](https://youtrack.jetbrains.com/issue/KTOR-5444)) - DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin ([KTOR-5420](https://youtrack.jetbrains.com/issue/KTOR-5420)) - Server ContentNegotiation no longer allows multiple decoders for one Content-Type ([KTOR-5410](https://youtrack.jetbrains.com/issue/KTOR-5410)) - Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files ([KTOR-3455](https://youtrack.jetbrains.com/issue/KTOR-3455)) - Netty: Unable to set the `tcpKeepAlive` ([KTOR-5370](https://youtrack.jetbrains.com/issue/KTOR-5370)) - HOCON: CLI parameters don't override custom array properties since 2.1.0 ([KTOR-5100](https://youtrack.jetbrains.com/issue/KTOR-5100))

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 this update again.



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

github-actions[bot] commented 1 year ago

APK Size: 2.02 MB

codecov[bot] commented 1 year ago

Codecov Report

Merging #315 (d6c3c30) into main (4085137) will increase coverage by 54.84%. The diff coverage is n/a.

@@             Coverage Diff             @@
##             main     #315       +/-   ##
===========================================
+ Coverage        0   54.84%   +54.84%     
- Complexity      0      117      +117     
===========================================
  Files           0      104      +104     
  Lines           0     1732     +1732     
  Branches        0      239      +239     
===========================================
+ Hits            0      950      +950     
- Misses          0      672      +672     
- Partials        0      110      +110     
Impacted Files Coverage Δ
...ork/src/main/kotlin/app/dapk/st/work/TaskRunner.kt 0.00% <0.00%> (ø)
...tlin/app/dapk/st/impl/AndroidImageContentReader.kt 0.00% <0.00%> (ø)
...domain/application/eventlog/EventLogPersistence.kt 0.00% <0.00%> (ø)
.../st/push/unifiedpush/UnifiedPushMessageDelegate.kt 76.92% <0.00%> (ø)
...apk/st/notifications/NotificationInviteRenderer.kt 0.00% <0.00%> (ø)
...ore/src/main/kotlin/app/dapk/st/core/ThemeStore.kt 0.00% <0.00%> (ø)
.../domain/application/message/MessageOptionsStore.kt 0.00% <0.00%> (ø)
...in/kotlin/app/dapk/st/directory/ShortcutHandler.kt 0.00% <0.00%> (ø)
.../dapk/st/notifications/NotificationStyleFactory.kt 75.00% <0.00%> (ø)
...kotlin/app/dapk/st/profile/state/ProfileUseCase.kt 81.81% <0.00%> (ø)
... and 94 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more