Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump retrofit from 2.11.0 to 3.0.0#113

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/gradle/main/retrofit-3.0.0

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 19, 2025
edited
Loading

Bumpsretrofit from 2.11.0 to 3.0.0.
Updatescom.squareup.retrofit2:retrofit from 2.11.0 to 3.0.0

Release notes

Sourced fromcom.squareup.retrofit2:retrofit's releases.

3.0.0

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

2.12.0

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 usingCall.enqueue directly.

    The following converters support this feature through a newwithStreaming() 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.
Changelog

Sourced fromcom.squareup.retrofit2:retrofit's changelog.

3.0.0 - 2025-05-15

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

2.12.0 - 2025-05-15

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 usingCall.enqueue directly.

    The following converters support this feature through a newwithStreaming() 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.
Commits

Updatescom.squareup.retrofit2:converter-moshi from 2.11.0 to 3.0.0

Release notes

Sourced fromcom.squareup.retrofit2:converter-moshi's releases.

3.0.0

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

2.12.0

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 usingCall.enqueue directly.

    The following converters support this feature through a newwithStreaming() 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.
Changelog

Sourced fromcom.squareup.retrofit2:converter-moshi's changelog.

3.0.0 - 2025-05-15

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

2.12.0 - 2025-05-15

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 usingCall.enqueue directly.

    The following converters support this feature through a newwithStreaming() 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.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file javaPull requests that update Java code labelsMay 19, 2025
@matifalimatifali requested a review fromfioan89May 27, 2025 04:42
@fioan89
Copy link
Collaborator

I'll try to prioritize this in the following days. There is a big jump in the transitive dependencies for the new version and I want to make sure it does not conflict with Tbx runtime.

Bumps `retrofit` from 2.11.0 to 3.0.0.Updates `com.squareup.retrofit2:retrofit` from 2.11.0 to 3.0.0- [Release notes](https://github.com/square/retrofit/releases)- [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md)- [Commits](square/retrofit@2.11.0...3.0.0)Updates `com.squareup.retrofit2:converter-moshi` from 2.11.0 to 3.0.0- [Release notes](https://github.com/square/retrofit/releases)- [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md)- [Commits](square/retrofit@2.11.0...3.0.0)---updated-dependencies:- dependency-name: com.squareup.retrofit2:retrofit  dependency-version: 3.0.0  dependency-type: direct:production  update-type: version-update:semver-major- dependency-name: com.squareup.retrofit2:converter-moshi  dependency-version: 3.0.0  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/gradle/main/retrofit-3.0.0 branch from52cf7bf to1efc6dcCompareJune 10, 2025 12:16
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@fioan89fioan89Awaiting requested review from fioan89

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filejavaPull requests that update Java code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@fioan89

[8]ページ先頭

©2009-2025 Movatter.jp