Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2025

This PR contains the following updates:

Package Change Age Confidence
com.squareup.retrofit2:converter-gson 2.11.0 -> 3.0.0 age confidence
com.squareup.retrofit2:retrofit 2.11.0 -> 3.0.0 age confidence

Release Notes

square/retrofit (com.squareup.retrofit2:converter-gson)

v3.0.0

Compare Source

Changed

  • Upgrade to OkHttp 4.12 (from 3.14).

    This is the version of OkHttp that is written in Kotlin, and as a result Retrofit now has a transitive Kotlin dependency. However, this is also the supported version of OkHttp whereas the previous version was out of support for nearly 4 years.

Note: The 3.x versions of Retrofit maintain forward binary-compatibility with the 2.x versions.
This means libraries compiled against 2.x can still be used with the 3.x versions.

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 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 renovate bot force-pushed the renovate/major-retrofit-monorepo branch 3 times, most recently from 555a4a7 to 5d9b3ce Compare May 22, 2025 17:17
@renovate renovate bot force-pushed the renovate/major-retrofit-monorepo branch 3 times, most recently from b1285a9 to f2405d4 Compare June 4, 2025 18:23
@renovate renovate bot force-pushed the renovate/major-retrofit-monorepo branch from f2405d4 to 93bb1cd Compare June 6, 2025 19:41
@renovate renovate bot force-pushed the renovate/major-retrofit-monorepo branch 2 times, most recently from 783490b to 29ea97c Compare June 24, 2025 17:48
@renovate renovate bot force-pushed the renovate/major-retrofit-monorepo branch 3 times, most recently from b740739 to aca48c5 Compare July 11, 2025 03:52
@renovate renovate bot force-pushed the renovate/major-retrofit-monorepo branch 3 times, most recently from 1e90bfa to 8ef3540 Compare July 31, 2025 17:32
@renovate renovate bot force-pushed the renovate/major-retrofit-monorepo branch from 8ef3540 to bb4fffe Compare July 31, 2025 17:47
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