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-auth-library-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: googleapis/google-auth-library-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.0
Choose a head ref
  • 8 commits
  • 27 files changed
  • 6 contributors

Commits on Dec 12, 2022

  1. 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).
    release-please[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    977ee31 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. 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).
    jmahonin authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    aeb1218 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. 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
    sai-sunder-s authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    240c26b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. 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 authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f55d41f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. 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
    lsirac authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    326e4a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. feat: adds external account authorized user credentials (#1129)

    * feat: adds external account authorized user credentials
    
    * fix: positioning
    
    * fix: serialVersionUID
    
    * fix: toString() test
    
    * fix: tests
    lsirac authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    06bf21a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. 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]>
    ejona86 and Timur Sadykov authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1e624a9 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.15.0 (#1119)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    73c15ec View commit details
    Browse the repository at this point in the history
Loading