-
Notifications
You must be signed in to change notification settings - Fork 474
Comparing changes
Open a pull request
base repository: googleapis/google-http-java-client
base: 2.1.x
head repository: googleapis/google-http-java-client
compare: main
- 11 commits
- 34 files changed
- 5 contributors
Commits on Jan 23, 2026
-
chore(main): release 2.1.1-SNAPSHOT (#2146)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0dca4a5 - Browse repository at this point
Copy the full SHA 0dca4a5View commit details
Commits on Jan 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a14524c - Browse repository at this point
Copy the full SHA a14524cView commit details
Commits on Feb 11, 2026
-
chore: remove reference to GoogleNetHttpTransport in documentation fo…
…r HttpTransport class (#2148)
Configuration menu - View commit details
-
Copy full SHA for 3d7a664 - Browse repository at this point
Copy the full SHA 3d7a664View commit details
Commits on Feb 24, 2026
-
fix: add containsKey override for GenericData class (#2151)
* chore: add containsKey override for GenericData class * lint * fix containsKey to use hasFieldInfo
Configuration menu - View commit details
-
Copy full SHA for fbada29 - Browse repository at this point
Copy the full SHA fbada29View commit details
Commits on Jun 29, 2026
-
test: resolve GraalVM SSL/network failures in Apache transport tests (#…
…2165) Rewrite redirect tests in ApacheHttpTransportTest (v2) and Apache5HttpTransportTest (v5) to use a local FakeServer instead of connecting to google.com, avoiding SSL handshake and network unreachable failures in restricted environments. Also update header tests to use localhost/FakeServer dummy URLs to avoid external network calls. TAG=agy CONV=b7638222-8f45-4b8a-8698-ae587dfa7e88
Configuration menu - View commit details
-
Copy full SHA for eb787d7 - Browse repository at this point
Copy the full SHA eb787d7View commit details -
fix: upgrade commons-codec to 1.14 to resolve security vulnerability (#…
…2164) Upgrades the transitive dependency `commons-codec:commons-codec` (brought in via `httpclient`) to `1.14` to resolve a security vulnerability (SNYK-JAVA-COMMONSCODEC-561518) which affects versions older than 1.14. We cannot upgrade httpclient further because 4.5.14 is the latest version on the 4.x branch, and upgrading to 5.x would be a breaking change. BUG=496541059 TAG=agy CONV=b43d61a6-175a-4130-8ed4-ec217f123c55
Configuration menu - View commit details
-
Copy full SHA for 68d9ba6 - Browse repository at this point
Copy the full SHA 68d9ba6View commit details -
chore(main): release 2.1.1 (#2153)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfce098 - Browse repository at this point
Copy the full SHA dfce098View commit details -
chore(main): release 2.1.2-SNAPSHOT (#2166)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf8ec81 - Browse repository at this point
Copy the full SHA cf8ec81View commit details
Commits on Jul 20, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 93e1ee7 - Browse repository at this point
Copy the full SHA 93e1ee7View commit details -
chore(main): release 2.2.0 (#2175)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 327e041 - Browse repository at this point
Copy the full SHA 327e041View commit details -
chore(main): release 2.2.1-SNAPSHOT (#2176)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 95fac31 - Browse repository at this point
Copy the full SHA 95fac31View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.1.x...main