ods-android icon indicating copy to clipboard operation
ods-android copied to clipboard

Update retrofit monorepo to v2.12.0

Open renovate[bot] opened this issue 7 months ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup.retrofit2:converter-gson 2.11.0 -> 2.12.0 age adoption passing confidence
com.squareup.retrofit2:retrofit 2.11.0 -> 2.12.0 age adoption passing confidence

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:

    • Gson
    • Jackson
    • Moshi
    • Protobuf
    • Wire

Fixed

  • Primitive types used with @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: 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[bot] avatar May 15 '25 15:05 renovate[bot]

Deploy Preview for ods-android canceled.

Name Link
Latest commit c645e3b3402ba06e1f7a33d4db3da536a2c3fd5f
Latest deploy log https://app.netlify.com/projects/ods-android/deploys/68260bdf788cec00080dc640

netlify[bot] avatar May 15 '25 15:05 netlify[bot]

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.12.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

renovate[bot] avatar Jun 10 '25 13:06 renovate[bot]