-
Notifications
You must be signed in to change notification settings - Fork 268
Comparing changes
Open a pull request
base repository: googleapis/google-auth-library-java
base: v1.4.0
head repository: googleapis/google-auth-library-java
compare: v1.5.0
- 15 commits
- 26 files changed
- 8 contributors
Commits on Jan 21, 2022
-
chore(deps): update dependency com.google.http-client:google-http-cli…
…ent-bom to v1.41.1 (#838)
Configuration menu - View commit details
-
Copy full SHA for bf0764d - Browse repository at this point
Copy the full SHA bf0764dView commit details -
chore(main): release 1.4.1-SNAPSHOT (#839)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dd8dbe9 - Browse repository at this point
Copy the full SHA dd8dbe9View commit details
Commits on Jan 24, 2022
-
chore(deps): update autovalue packages to v1.9 (#812)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.auto.value:auto-value](https://togithub.com/google/auto) | `1.8.2` -> `1.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.google.auto.value:auto-value-annotations](https://togithub.com/google/auto) | `1.8.2` -> `1.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-java).
Configuration menu - View commit details
-
Copy full SHA for 5a5fb93 - Browse repository at this point
Copy the full SHA 5a5fb93View commit details
Commits on Jan 25, 2022
-
chore(deps): update actions/github-script action to v5 (#842)
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://togithub.com/actions/github-script) | action | major | `v3` -> `v5` | --- ### Release Notes <details> <summary>actions/github-script</summary> ### [`v5`](https://togithub.com/actions/github-script/compare/v4...v5) [Compare Source](https://togithub.com/actions/github-script/compare/v4...v5) ### [`v4`](https://togithub.com/actions/github-script/compare/v3...v4) [Compare Source](https://togithub.com/actions/github-script/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-java).
Configuration menu - View commit details
-
Copy full SHA for 05cba2f - Browse repository at this point
Copy the full SHA 05cba2fView commit details
Commits on Jan 27, 2022
-
deps(java): update actions/github-script action to v5 (#1339) (#843)
Source-Link: googleapis/synthtool@466412a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7062473f423f339256346ddbee3d81fb1de6b784fabc2a4d959d7df2c720e375 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ce44591 - Browse repository at this point
Copy the full SHA ce44591View commit details
Commits on Feb 2, 2022
-
chore(deps): update dependency com.google.http-client:google-http-cli…
…ent-bom to v1.41.2 (#846) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.http-client:google-http-client-bom](https://togithub.com/googleapis/google-http-java-client) | `1.41.1` -> `1.41.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-http-java-client</summary> ### [`v1.41.2`](https://togithub.com/googleapis/google-http-java-client/blob/HEAD/CHANGELOG.md#​1412-httpsgithubcomgoogleapisgoogle-http-java-clientcomparev1411v1412-2022-01-27) [Compare Source](https://togithub.com/googleapis/google-http-java-client/compare/v1.41.1...v1.41.2) </details> --- ### Configuration 📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-java).
Configuration menu - View commit details
-
Copy full SHA for e1f8eda - Browse repository at this point
Copy the full SHA e1f8edaView commit details
Commits on Feb 7, 2022
-
feat: update retries and implement Retryable (#750)
* feat: update retries and implement Retryable * fix: retry logic fix * feat: tests for new retries * fix: refactor to move response handling into the specific credential implementation * feat: additional factory method * feat: flag to disable default retries and tests * feat: generate retryable exceptions for UserCredentials * fix: remove public from exception constructors, leverage builder in ServiceAccountCredentials See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f9a9b8a - Browse repository at this point
Copy the full SHA f9a9b8aView commit details -
chore: enable auto release in java (#1349) (#848)
* chore: fix auto-release * chore: remove codecov.yml * chore: update license headers for yaml files Source-Link: googleapis/synthtool@5b77727 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:ebc2104854c5b81c6fd72ca79400a2e20e0d510c5e0654fd1a19e5c9be160ca6
Configuration menu - View commit details
-
Copy full SHA for 920ad42 - Browse repository at this point
Copy the full SHA 920ad42View commit details
Commits on Feb 8, 2022
-
chore: update auto-release script to fix breaking changes in v5 (#1350)…
… (#849) Source-Link: googleapis/synthtool@53a58c2 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:3c950ed12391ebaffd1ee66d0374766a1c50144ebe6a7a0042300b2e6bb5856b
Configuration menu - View commit details
-
Copy full SHA for 4b236c1 - Browse repository at this point
Copy the full SHA 4b236c1View commit details
Commits on Feb 9, 2022
-
chore: update branch name in README.md (#841)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-auth-library-java/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary)
Configuration menu - View commit details
-
Copy full SHA for 7d44ab4 - Browse repository at this point
Copy the full SHA 7d44ab4View commit details
Commits on Feb 10, 2022
-
chore(deps): update dependency com.google.http-client:google-http-cli…
…ent-bom to v1.41.3 (#851) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.http-client:google-http-client-bom](https://togithub.com/googleapis/google-http-java-client) | `1.41.2` -> `1.41.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-http-java-client</summary> ### [`v1.41.3`](https://togithub.com/googleapis/google-http-java-client/blob/HEAD/CHANGELOG.md#​1413-httpsgithubcomgoogleapisgoogle-http-java-clientcomparev1412v1413-2022-02-09) [Compare Source](https://togithub.com/googleapis/google-http-java-client/compare/v1.41.2...v1.41.3) </details> --- ### Configuration 📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-java).
Configuration menu - View commit details
-
Copy full SHA for 1ed6ea3 - Browse repository at this point
Copy the full SHA 1ed6ea3View commit details -
chore(deps): update dependency org.apache.maven.plugins:maven-site-pl…
…ugin to v3.10.0 (#813) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-site-plugin](https://maven.apache.org/plugins/) | `3.9.1` -> `3.10.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-java).
Configuration menu - View commit details
-
Copy full SHA for b4da5dd - Browse repository at this point
Copy the full SHA b4da5ddView commit details
Commits on Feb 11, 2022
-
chore: downstream check for all libraries in single job (#816)
* chore: update owlbot project * [DO_NOT_MERGE]chore: downstream check for all libraries in single job * chore: remove license header * chore: move to correct directory * chore: add license header * chore: generalise script * chore: fix license header * chore: remove license header * chore: add retry * Update downstream-client-library-check.sh * Update downstream-client-library-check.sh * Update downstream.yaml * Update downstream-client-library-check.sh
Configuration menu - View commit details
-
Copy full SHA for 4219b73 - Browse repository at this point
Copy the full SHA 4219b73View commit details
Commits on Feb 14, 2022
-
chore(deps): update dependency org.sonatype.plugins:nexus-staging-mav…
…en-plugin to v1.6.10 (#855) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.sonatype.plugins:nexus-staging-maven-plugin](http://www.sonatype.com/) ([source](https://togithub.com/sonatype/nexus-maven-plugins)) | `1.6.8` -> `1.6.10` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sonatype/nexus-maven-plugins</summary> ### [`v1.6.10`](https://togithub.com/sonatype/nexus-maven-plugins/compare/release-1.6.9...release-1.6.10) [Compare Source](https://togithub.com/sonatype/nexus-maven-plugins/compare/release-1.6.9...release-1.6.10) </details> --- ### Configuration 📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-java).
Configuration menu - View commit details
-
Copy full SHA for 6739b75 - Browse repository at this point
Copy the full SHA 6739b75View commit details
Commits on Feb 16, 2022
-
chore(main): release 1.5.0 (#845)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2b5a90c - Browse repository at this point
Copy the full SHA 2b5a90cView 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.4.0...v1.5.0