-
Notifications
You must be signed in to change notification settings - Fork 247
Comparing changes
Open a pull request
base repository: googleapis/google-auth-library-java
base: v1.36.0
head repository: googleapis/google-auth-library-java
compare: v1.37.0
- 9 commits
- 28 files changed
- 3 contributors
Commits on Jun 3, 2025
-
feat(mtls): Introduce DefaultMtlsProviderFactory and SecureConnectPro…
…vider (#1730) This PR allows the Java auth lib to provide either an X509 mTLS provider or SecureConnect mTLS provider based on availability and under a common "MtlsProvider" interface. The Java GAX lib will be refactored to use this factory and interface in a subsequent PR.
Configuration menu - View commit details
-
Copy full SHA for c9fd1b1 - Browse repository at this point
Copy the full SHA c9fd1b1View commit details
Commits on Jun 4, 2025
-
Fix: Correct typo in ServiceAccountJwtAccessCredentials.java comment (#…
…1765) Changed "preferrable" to "preferable" in a comment within the getRequestMetadata method.
Configuration menu - View commit details
-
Copy full SHA for 3058b06 - Browse repository at this point
Copy the full SHA 3058b06View commit details -
docs: duplicate "the" in Javadoc comments (#1764)
* Fix duplicate "the" in Javadoc comments Removes occurrences of "the the" in Javadoc comments in the following files: - oauth2_http/java/com/google/auth/oauth2/OAuth2Credentials.java - oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java - oauth2_http/java/com/google/auth/oauth2/JwtCredentials.java * fix format
Configuration menu - View commit details
-
Copy full SHA for 5f7a084 - Browse repository at this point
Copy the full SHA 5f7a084View commit details -
Fix: Update Javadoc reference in ExternalAccountCredentials (#1763)
The Javadoc for ExternalAccountCredentials.java incorrectly referred to `GoogleCredential.Builder`. This commit corrects the reference to `GoogleCredentials.Builder`.
Configuration menu - View commit details
-
Copy full SHA for 5eb3659 - Browse repository at this point
Copy the full SHA 5eb3659View commit details -
Fix: Correct misspelling of OAuth in comments (#1762)
ServiceAccountCredentials.java repeatedly referred to "Oauth Endpoint" instead of "OAuth Endpoint" in comments. This commit corrects these misspellings.
Configuration menu - View commit details
-
Copy full SHA for 42b9602 - Browse repository at this point
Copy the full SHA 42b9602View commit details -
chore(main): release 1.36.1-SNAPSHOT (#1759)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4340841 - Browse repository at this point
Copy the full SHA 4340841View commit details -
Fix: Correct capitalization of GitHub (#1761)
I corrected improper capitalization of "GitHub" in documentation and workflow files. Changes were made in: - .github/workflows/ci.yaml - RELEASE.md - .kokoro/build.bat
Configuration menu - View commit details
-
Copy full SHA for f79a2e4 - Browse repository at this point
Copy the full SHA f79a2e4View commit details -
Fix: Correct extra spaces in README heading (#1760)
Removes extra spaces after the '###' marker in the 'Workforce Identity Federation' heading in README.md.
Configuration menu - View commit details
-
Copy full SHA for 8d26666 - Browse repository at this point
Copy the full SHA 8d26666View commit details -
chore(main): release 1.37.0 (#1766)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f8d4c8 - Browse repository at this point
Copy the full SHA 8f8d4c8View 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 v1.36.0...v1.37.0