-
Notifications
You must be signed in to change notification settings - Fork 2
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 dependency io.ktor:ktor-client-android to v2.3.11 - autoclosed #352
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APK Size: 2.1 MB |
renovate
bot
force-pushed
the
renovate/ktor
branch
from
June 28, 2023 17:08
2359867
to
b346489
Compare
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.1
Update dependency io.ktor:ktor-client-android to v2.3.2
Jun 28, 2023
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #352 +/- ##
=========================================
Coverage 54.84% 54.84%
Complexity 117 117
=========================================
Files 104 104
Lines 1732 1732
Branches 239 239
=========================================
Hits 950 950
Misses 672 672
Partials 110 110 ☔ View full report in Codecov by Sentry. |
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.2
Update dependency io.ktor:ktor-client-android to v2.3.3
Aug 1, 2023
renovate
bot
force-pushed
the
renovate/ktor
branch
from
August 1, 2023 20:27
b346489
to
efb1125
Compare
renovate
bot
force-pushed
the
renovate/ktor
branch
from
August 31, 2023 18:26
efb1125
to
6752ad0
Compare
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.3
Update dependency io.ktor:ktor-client-android to v2.3.4
Aug 31, 2023
renovate
bot
force-pushed
the
renovate/ktor
branch
from
October 5, 2023 10:23
6752ad0
to
9e7427c
Compare
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.4
Update dependency io.ktor:ktor-client-android to v2.3.5
Oct 5, 2023
renovate
bot
force-pushed
the
renovate/ktor
branch
from
November 7, 2023 09:05
9e7427c
to
4499a06
Compare
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.5
Update dependency io.ktor:ktor-client-android to v2.3.6
Nov 7, 2023
renovate
bot
force-pushed
the
renovate/ktor
branch
from
December 7, 2023 12:25
4499a06
to
d22ceaf
Compare
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.6
Update dependency io.ktor:ktor-client-android to v2.3.7
Dec 7, 2023
renovate
bot
force-pushed
the
renovate/ktor
branch
from
January 31, 2024 11:22
d22ceaf
to
c9f5349
Compare
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.7
Update dependency io.ktor:ktor-client-android to v2.3.8
Jan 31, 2024
renovate
bot
force-pushed
the
renovate/ktor
branch
from
March 4, 2024 11:26
c9f5349
to
14d79c0
Compare
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.8
Update dependency io.ktor:ktor-client-android to v2.3.9
Mar 4, 2024
renovate
bot
force-pushed
the
renovate/ktor
branch
from
April 8, 2024 11:16
14d79c0
to
712e23c
Compare
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.9
Update dependency io.ktor:ktor-client-android to v2.3.10
Apr 8, 2024
renovate
bot
force-pushed
the
renovate/ktor
branch
from
May 8, 2024 15:16
712e23c
to
7215a41
Compare
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.10
Update dependency io.ktor:ktor-client-android to v2.3.11
May 8, 2024
renovate
bot
changed the title
Update dependency io.ktor:ktor-client-android to v2.3.11
Update dependency io.ktor:ktor-client-android to v2.3.11 - autoclosed
May 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.3.0
->2.3.11
Release Notes
ktorio/ktor (io.ktor:ktor-client-android)
v2.3.11
Compare Source
Bugfixes
v2.3.10
Compare Source
Bugfixes
NumberFormatException
when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (KTOR-6851)Improvements
Logger.ANDROID
(KTOR-1219)v2.3.9
Compare Source
Improvements
Bugfixes
v2.3.8
Compare Source
Bugfixes
URLBuilder
crashes on React Native platforms (KTOR-6576)allowHost
without the second argument doesn't allow the secure host (KTOR-6494)v2.3.7
Compare Source
Bugfixes
v2.3.6
Compare Source
Bugfixes
v2.3.5
Compare Source
Bugfixes
v2.3.4
Compare Source
Bugfixes
application/json
Content-Type (KTOR-6183)v2.3.3
Compare Source
Bugfixes
HttpCache.Config.isShared
is true (KTOR-6087)Improvements
v2.3.2
Compare Source
Bugfixes
Improvements
v2.3.1
Compare Source
Bugfixes
API function called from within callback
(KTOR-5918)remoteAddress
in addition toremoteHost
(KTOR-5786)Calendar.toDate
method (KTOR-5813)Improvements
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.