Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2025

This PR contains the following updates:

Package Change Age Confidence
com.squareup.retrofit2:retrofit 2.11.0 -> 2.12.0 age confidence

Release Notes

square/retrofit (com.squareup.retrofit2:retrofit)

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: 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/retrofit-monorepo branch from c477870 to 90a525c Compare August 10, 2025 13:56
@renovate renovate bot changed the title Update dependency com.squareup.retrofit2:retrofit to v2.12.0 Update dependency com.squareup.retrofit2:retrofit to v2.12.0 - autoclosed Sep 14, 2025
@renovate renovate bot closed this Sep 14, 2025
@renovate renovate bot deleted the renovate/retrofit-monorepo branch September 14, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants