-
Notifications
You must be signed in to change notification settings - Fork 280
Comparing changes
Open a pull request
base repository: googleapis/google-auth-library-java
base: v1.14.0
head repository: googleapis/google-auth-library-java
compare: v1.15.0
- 8 commits
- 27 files changed
- 6 contributors
Commits on Dec 12, 2022
-
chore(main): release 1.14.1-SNAPSHOT (#1115)
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 977ee31 - Browse repository at this point
Copy the full SHA 977ee31View commit details
Commits on Dec 14, 2022
-
fix: Enforce Locale.US for AwsRequestSignerTest (#1111)
Date parsing can fail in other locales. Specifically, in `en-CA` (Canada), the tests's defined date `Mon, 09 Sep 2011 23:36:00 GMT` won't parse correctly, as the weekday short name for the locale is `Mon.` (extra period).
Configuration menu - View commit details
-
Copy full SHA for aeb1218 - Browse repository at this point
Copy the full SHA aeb1218View commit details
Commits on Dec 21, 2022
-
feat: Expose scopes granted by user (#1107)
* feat: Expose scopes granted by user * Fix Access Token failure * Update more AT tests * scopes as list * fix compilation error * fix tests * Add more tests * update test
Configuration menu - View commit details
-
Copy full SHA for 240c26b - Browse repository at this point
Copy the full SHA 240c26bView commit details
Commits on Jan 11, 2023
-
fix: accessToken scopes clean serialization and default as empty list (…
…#1125) * fix: acessToken scopes clean serialization and default as empty list * cleanup and more tests * 🦉 Updates from OwlBot post-processor
Timur Sadykov authoredJan 11, 2023 Configuration menu - View commit details
-
Copy full SHA for f55d41f - Browse repository at this point
Copy the full SHA f55d41fView commit details
Commits on Jan 19, 2023
-
fix: ensure both refreshMargin and expirationMargin are set when usin…
…g OAuth2CredentialsWithRefresh (#1131) * fix: Ensure both refreshMargin and expirationMargin are set when using OAuth2CredentialsWithRefresh * fix: review
Configuration menu - View commit details
-
Copy full SHA for 326e4a1 - Browse repository at this point
Copy the full SHA 326e4a1View commit details
Commits on Jan 21, 2023
-
feat: adds external account authorized user credentials (#1129)
* feat: adds external account authorized user credentials * fix: positioning * fix: serialVersionUID * fix: toString() test * fix: tests
Configuration menu - View commit details
-
Copy full SHA for 06bf21a - Browse repository at this point
Copy the full SHA 06bf21aView commit details
Commits on Jan 25, 2023
-
oauth2_http: Use Futures.getDone() instead of Future.get() in listener (
#1109) Listeners for Futures should generally use Futures.addCallback() or Futures.getDone() when called. This makes it clear they won't block and allows tooling to know it will never block. cl/492555987 Co-authored-by: Timur Sadykov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e624a9 - Browse repository at this point
Copy the full SHA 1e624a9View commit details -
chore(main): release 1.15.0 (#1119)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 73c15ec - Browse repository at this point
Copy the full SHA 73c15ecView 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.14.0...v1.15.0