Skip to content

Update retrofit monorepo to v2.12.0 #412

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup.retrofit2:converter-scalars 2.11.0 -> 2.12.0 age adoption passing confidence
com.squareup.retrofit2:converter-moshi 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-scalars)

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.

  • 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 13a9649 to da70f7a Compare July 3, 2025 08:34
@gabrielfeo
Copy link
Owner

#413

@gabrielfeo gabrielfeo closed this Jul 3, 2025
Copy link
Contributor Author

renovate bot commented Jul 3, 2025

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.

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.

1 participant