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: v0.20.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: v0.21.0
Choose a head ref
  • 16 commits
  • 17 files changed
  • 5 contributors

Commits on Jan 22, 2020

  1. chore: release 0.20.1-SNAPSHOT (#400)

    * updated versions.txt [ci skip]
    
    * updated appengine/pom.xml [ci skip]
    
    * updated bom/pom.xml [ci skip]
    
    * updated credentials/pom.xml [ci skip]
    
    * updated oauth2_http/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    release-please[bot] authored and chingor13 committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    4e5194c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. chore(deps): update dependency com.google.http-client:google-http-cli…

    …ent-bom to v1.34.1 (#403)
    renovate-bot authored and elharo committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    0c32610 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. ci: linkage monitor Kokoro build config for google-auth-library-java (#…

    …405)
    
    * Linkage Monitor configuration
    
    * Updating repository name
    
    * empty commit
    suztomo authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    262d5d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    81e632b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    0a57cd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    d620251 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    fb8a8ff View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    2d9a18f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd3c2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92b0f4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5494ec0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    662bd80 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    5758364 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    0d55c37 View commit details
    Browse the repository at this point in the history
  2. feat: add TokenVerifier class that can verify RS256/ES256 tokens (#420)

    * feat: add TokenVerifier class that can verify RS256/ES256 tokens
    
    * test: inject HttpTransportFactory for testing
    
    * test: inject HttpTransportFactory for testing
    
    * fix: use google-http-client for actual signature verification
    
    * chore: lint
    
    * test: split test into unit and integration
    
    Unit tests mock out the http request activity. Integration tests hit the
    live urls.
    
    * chore: lint
    
    * fix: return the JsonWebSignature instance on verify
    
    * test: remove IT test as the signature keys can/will change over time
    
    * docs: add javadoc for TokenVerifier
    
    * docs: add guide for verifying tokens in the README
    
    * chore: remove auto-value config changes
    
    * chore: tense, lower-case first word, no period
    
    * chore: run formatter
    
    * chore: more javadoc fixes
    
    * chore: remove line from README example
    
    * sample: add snippet showing check for additional claim
    
    * fix: remove default constructor - users should always use builder
    chingor13 authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    5014ac7 View commit details
    Browse the repository at this point in the history
  3. chore: release 0.21.0 (#442)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [0.21.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.20.0...v0.21.0) (2020-06-24)
    
    
    ### Features
    
    * add TokenVerifier class that can verify RS256/ES256 tokens ([#420](https://www.github.com/googleapis/google-auth-library-java/issues/420)) ([5014ac7](https://www.github.com/googleapis/google-auth-library-java/commit/5014ac72a59d877ef95c616d0b33792b9fc70c25))
    
    
    ### Dependencies
    
    * update autovalue packages to v1.7.2 ([#429](https://www.github.com/googleapis/google-auth-library-java/issues/429)) ([5758364](https://www.github.com/googleapis/google-auth-library-java/commit/575836405bd5803d6202bd0018609184d6a15831))
    * update dependency com.google.http-client:google-http-client-bom to v1.35.0 ([#427](https://www.github.com/googleapis/google-auth-library-java/issues/427)) ([5494ec0](https://www.github.com/googleapis/google-auth-library-java/commit/5494ec0a73319fb955b3d7ba025aea9607020c4e))
    * update Guava to 29.0-android ([#426](https://www.github.com/googleapis/google-auth-library-java/issues/426)) ([0cd3c2e](https://www.github.com/googleapis/google-auth-library-java/commit/0cd3c2ec0aef3ff0f0379b32f9d05126442219b6))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    48ba24a View commit details
    Browse the repository at this point in the history
Loading