-
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.15.0
head repository: googleapis/google-auth-library-java
compare: v1.16.0
- 14 commits
- 25 files changed
- 9 contributors
Commits on Jan 25, 2023
-
chore(main): release 1.15.1-SNAPSHOT (#1137)
🤖 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 c26463c - Browse repository at this point
Copy the full SHA c26463cView commit details
Commits on Jan 26, 2023
-
chore: adding push access for aion sdk team (#1138)
Timur Sadykov authoredJan 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 23ea884 - Browse repository at this point
Copy the full SHA 23ea884View commit details -
docs: clarified Maven artifact for HTTP-based clients (#1136)
* docs: clarified Maven artifact for HTTP-based clients * fix typo * remove irrelevant line Co-authored-by: Timur Sadykov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b49fc13 - Browse repository at this point
Copy the full SHA b49fc13View commit details
Commits on Jan 27, 2023
-
chore: add joined ownership with aion-sdk on 3pi and related files (#…
…1141) * chore: add joined ownership with aion-sdk on 3pi and related files * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: add joined ownership with aion-sdk on 3pi and related files --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fad528e - Browse repository at this point
Copy the full SHA fad528eView commit details
Commits on Feb 6, 2023
-
ci: add native profile for graalvm testing (#1143)
* ci: add native profile for graalvm testing * ci: native profile only in oauth2_http module with ITs * ci: set env_vars for graalvm build * ci: include functional tests in graalvm builds * ci: generate native-config.json * fix: add reflect-config.json * ci: revert back to standard native build * fix: include all original native-config.json entries * fix: add --enable-url-protocols=https to native image config * fix: add http to enabled protocols * fix: rename reflect-config.json * fix: remove test-specific classes * fix: relocate reflect-config.json to META-INF/<groupId>/<artifactId> * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: add back env_vars that owlbot removed * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * ci: add timestamps to graalvm builds * fix: make owlbot ignore graalvm-native presubmit configs * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9db93eb - Browse repository at this point
Copy the full SHA 9db93ebView commit details -
feat: Add PKCE to 3LO exchange. (#1146)
* feat: Add PKCE to 3LO exchange.
Configuration menu - View commit details
-
Copy full SHA for 5bf606b - Browse repository at this point
Copy the full SHA 5bf606bView commit details
Commits on Feb 11, 2023
-
fix: Removed url pattern validation for google urls in external accou…
…nt credential configurations (#1150) * fix: Removed url pattern validation for google urls, added readme change to explain risk. * fix: formatting
Configuration menu - View commit details
-
Copy full SHA for 35495b1 - Browse repository at this point
Copy the full SHA 35495b1View commit details
Commits on Feb 13, 2023
-
fix: Java doc for DefaultPKCEProvider.java (#1148)
* fix: Java doc for DefaultPKCEProvider.java
Configuration menu - View commit details
-
Copy full SHA for 154c127 - Browse repository at this point
Copy the full SHA 154c127View commit details
Commits on Feb 14, 2023
-
fix: create and reuse self signed jwt creds for better performance (#…
…1154) * fix: create and reuse self signed jwt creds for better performance * only create jwt cred when needed
Configuration menu - View commit details
-
Copy full SHA for eaaa8e8 - Browse repository at this point
Copy the full SHA eaaa8e8View commit details -
chore(deps): update dependency org.apache.maven.plugins:maven-depende…
…ncy-plugin to v3.5.0 (#1106) Co-authored-by: Timur Sadykov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed57d31 - Browse repository at this point
Copy the full SHA ed57d31View commit details -
chore(deps): update dependency com.google.cloud:google-iam-admin to v…
…3.5.0 (#1118) Co-authored-by: Timur Sadykov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b177ec7 - Browse repository at this point
Copy the full SHA b177ec7View commit details -
chore(deps): update dependency com.google.cloud:libraries-bom to v26.…
…8.0 (#1121) Co-authored-by: Timur Sadykov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbd7e8c - Browse repository at this point
Copy the full SHA cbd7e8cView commit details
Commits on Feb 15, 2023
-
chore(deps): update dependency org.mockito:mockito-core to v4.11.0 (#…
…1120) Co-authored-by: Timur Sadykov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d7375f - Browse repository at this point
Copy the full SHA 7d7375fView commit details -
chore(main): release 1.16.0 (#1139)
🤖 I have created a release *beep* *boop* --- ## [1.16.0](https://togithub.com/googleapis/google-auth-library-java/compare/v1.15.0...v1.16.0) (2023-02-15) ### Features * Add PKCE to 3LO exchange. ([#1146](https://togithub.com/googleapis/google-auth-library-java/issues/1146)) ([5bf606b](https://togithub.com/googleapis/google-auth-library-java/commit/5bf606bb8f6d863b44e87587eebf51eaeea4a0ae)) ### Bug Fixes * Create and reuse self signed jwt creds for better performance ([#1154](https://togithub.com/googleapis/google-auth-library-java/issues/1154)) ([eaaa8e8](https://togithub.com/googleapis/google-auth-library-java/commit/eaaa8e89cf69d1e0d581443121f315854d52c75f)) * Java doc for DefaultPKCEProvider.java ([#1148](https://togithub.com/googleapis/google-auth-library-java/issues/1148)) ([154c127](https://togithub.com/googleapis/google-auth-library-java/commit/154c1279b3ec96cc34a3225e5e78800ccdda927c)) * Removed url pattern validation for google urls in external account credential configurations ([#1150](https://togithub.com/googleapis/google-auth-library-java/issues/1150)) ([35495b1](https://togithub.com/googleapis/google-auth-library-java/commit/35495b1207ffe11712ee996d3e305449752fb87c)) ### Documentation * Clarified Maven artifact for HTTP-based clients ([#1136](https://togithub.com/googleapis/google-auth-library-java/issues/1136)) ([b49fc13](https://togithub.com/googleapis/google-auth-library-java/commit/b49fc13b10d0e326c7296e2aad7a50ea03e774f5)) --- 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 ebf2b6b - Browse repository at this point
Copy the full SHA ebf2b6bView 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.15.0...v1.16.0