fix(deps): update retrofit monorepo to v2.12.0 #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/retrofit-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.11.0
->2.12.0
2.11.0
->2.12.0
Release Notes
square/retrofit (com.squareup.retrofit2:converter-gson)
v2.12.0
Compare Source
New
First-party converters now support deferring serialization to happen when the request body is written (i.e., during HTTP execution) rather than when the HTTP request is created. In some cases this moves conversion from a calling thread to a background thread, such as in the case when using
Call.enqueue
directly.The following converters support this feature through a new
withStreaming()
factory method:Fixed
@Tag
now work by storing the value boxed with the boxed class as the key.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 Renovate Bot.
56a13a020e
to03faa10420
03faa10420
tof384584618
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.