-
Notifications
You must be signed in to change notification settings - Fork 235
Comparing changes
Open a pull request
base repository: googleapis/google-auth-library-java
base: v0.20.0
head repository: googleapis/google-auth-library-java
compare: v0.21.0
- 16 commits
- 17 files changed
- 5 contributors
Commits on Jan 22, 2020
-
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]
Configuration menu - View commit details
-
Copy full SHA for 4e5194c - Browse repository at this point
Copy the full SHA 4e5194cView commit details
Commits on Jan 28, 2020
-
chore(deps): update dependency com.google.http-client:google-http-cli…
…ent-bom to v1.34.1 (#403)
Configuration menu - View commit details
-
Copy full SHA for 0c32610 - Browse repository at this point
Copy the full SHA 0c32610View commit details
Commits on Jan 30, 2020
-
ci: linkage monitor Kokoro build config for google-auth-library-java (#…
…405) * Linkage Monitor configuration * Updating repository name * empty commit
Configuration menu - View commit details
-
Copy full SHA for 262d5d7 - Browse repository at this point
Copy the full SHA 262d5d7View commit details
Commits on Feb 13, 2020
-
chore(deps): update dependency com.google.http-client:google-http-cli…
…ent-bom to v1.34.2 (#407)
Configuration menu - View commit details
-
Copy full SHA for 81e632b - Browse repository at this point
Copy the full SHA 81e632bView commit details
Commits on Feb 17, 2020
-
chore(deps): update dependency com.google.appengine:appengine-api-1.0…
…-sdk to v1.9.78 (#399)
Configuration menu - View commit details
-
Copy full SHA for 0a57cd5 - Browse repository at this point
Copy the full SHA 0a57cd5View commit details
Commits on Mar 10, 2020
-
chore(deps): update dependency org.apache.maven.plugins:maven-site-pl…
…ugin to v3.9.0 (#412)
Configuration menu - View commit details
-
Copy full SHA for d620251 - Browse repository at this point
Copy the full SHA d620251View commit details
Commits on Mar 11, 2020
-
chore(deps): update dependency org.apache.maven.plugins:maven-depende…
…ncy-plugin to v3.1.2 (#413)
Configuration menu - View commit details
-
Copy full SHA for fb8a8ff - Browse repository at this point
Copy the full SHA fb8a8ffView commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2d9a18f - Browse repository at this point
Copy the full SHA 2d9a18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd3c2e - Browse repository at this point
Copy the full SHA 0cd3c2eView commit details -
build(deps): update dependency org.apache.maven.plugins:maven-javadoc…
…-plugin to v3.2.0 (#423)
Configuration menu - View commit details
-
Copy full SHA for 92b0f4b - Browse repository at this point
Copy the full SHA 92b0f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5494ec0 - Browse repository at this point
Copy the full SHA 5494ec0View commit details
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 662bd80 - Browse repository at this point
Copy the full SHA 662bd80View commit details
Commits on Jun 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5758364 - Browse repository at this point
Copy the full SHA 5758364View commit details
Commits on Jun 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0d55c37 - Browse repository at this point
Copy the full SHA 0d55c37View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5014ac7 - Browse repository at this point
Copy the full SHA 5014ac7View commit details -
🤖 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).
Configuration menu - View commit details
-
Copy full SHA for 48ba24a - Browse repository at this point
Copy the full SHA 48ba24aView 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 v0.20.0...v0.21.0