Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-http-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: googleapis/google-http-java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 3 commits
  • 26 files changed
  • 2 contributors

Commits on Jun 29, 2026

  1. chore(main): release 2.1.2-SNAPSHOT (#2166)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    cf8ec81 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. feat(pqc): replace provider-specific PQC TLS setup with generic SslSo…

    …cketConfigurator callback (#2167)
    
    Introduces SslSocketConfigurator interface and ConfigurableSSLSocketFactory wrapper.
    ConfigurableSSLSocketFactory wraps the active SSLSocketFactory, intercepts socket creation, and invokes the configurator callback, enabling client-level socket configuration (e.g. for Conscrypt or BouncyCastle).
    Includes JreNamedGroupsSslSocketConfigurator implementing reflective named groups configuration natively on JDK 20+.
    Removes obsolete wrapTrustManagers code and animal-sniffer dependencies from SslUtils.
    
    TAG=agy
    CONV=385b9ab5-874c-4c9a-b331-66dab51fef61
    lqiu96 authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    93e1ee7 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.2.0 (#2175)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    327e041 View commit details
    Browse the repository at this point in the history
Loading