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.8.1
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.9.0
Choose a head ref
  • 9 commits
  • 17 files changed
  • 11 contributors

Commits on Jul 14, 2022

  1. chore(main): release 1.8.2-SNAPSHOT (#946)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    48322dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f374889 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. feat: Add googleapis-auth as codeowner team (#950)

    * feat: Add googleapis-auth as codeowner team
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Lawrence Qiu <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ef17ed8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. ci: adjust owlbot-java for monorepo (#1500) (#953)

    Source-Link: googleapis/synthtool@48f8857
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208
    gcf-owl-bot[bot] authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    669ed24 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. chore(deps): update dependency org.junit:junit-bom to v5.9.0 (#954)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.junit:junit-bom](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | `5.8.2` -> `5.9.0` | [![age](https://badges.renovateapi.com/packages/maven/org.junit:junit-bom/5.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.junit:junit-bom/5.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.junit:junit-bom/5.9.0/compatibility-slim/5.8.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.junit:junit-bom/5.9.0/confidence-slim/5.8.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy40In0=-->
    renovate-bot authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ca1f7a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. feat: integration tests for pluggable auth (#939)

    * feat: integration tests for pluggable auth
    
    * feat: integration tests for pluggable auth
    
    * feat: integration tests for pluggable auth
    
    * feat: integration tests for pluggable auth
    
    * fix: format
    
    Co-authored-by: Leo <[email protected]>
    Co-authored-by: lsirac <[email protected]>
    3 people authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    22f37aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc1ce3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. fix: expiration time of the ImpersonatedCredentials token depending o…

    …n the current host's timezone (#932)
    
    Fix bug in `ImpersonatedCredentials` class where the date received as `expirationTime` was being incorrectly parsed, assuming the date was in the host's timezone instead of reading from the date string what timezone it was.
    
    Fixes #931 ☕️
    ivan-f-n authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    73af08a View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.9.0 (#956)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    6093f64 View commit details
    Browse the repository at this point in the history
Loading