Skip to content
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

Downgrade to OkHttp 4.11.0 #4582

Merged
merged 7 commits into from
Jan 18, 2024
Merged

Downgrade to OkHttp 4.11.0 #4582

merged 7 commits into from
Jan 18, 2024

Commits on Jan 17, 2024

  1. Downgrade okhttp to non-alpha 4.12.0 (#4580)

    We were on alpha versions as a result of using `latest.release` and the alphas being published to Maven central. When migrating to the TOML version catalog we kept the version the same as before. This attempts to move us off the alpha versions onto GA versions. We should not depend on any new API introduced in 5.0 alphas.
    shakuzen committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c790b47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f61874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4be5f78 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Downgrade to OkHttp 4.11.0

    The version of the Kotlin stdlib that gets transitively pulled in from 4.11.0 matches the version we had with the previous 5.0 alpha version (Kotlin 1.8). We want to keep this consistent for compatibility's sake. It will be more important in later branches where we have Kotlin-based integrations.
    shakuzen committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6c8aeb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7993ce7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81aca1c View commit details
    Browse the repository at this point in the history
  4. Enforce Kotlin versions strictly

    We were resolving unexpected or mixed versions of Kotlin libraries based on transitive dependencies. This strictly aligns the Kotlin versions used and adds a sample that verifies our Kotlin-related code can be used with the newest version of Kotlin supported while being compiled with the oldest version supported.
    shakuzen committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e111c98 View commit details
    Browse the repository at this point in the history