-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: googleapis/java-api-gateway
base: v2.3.4
head repository: googleapis/java-api-gateway
compare: v2.3.5
- 7 commits
- 18 files changed
- 3 contributors
Commits on Sep 15, 2022
-
chore(main): release 2.3.5-SNAPSHOT (#297)
🤖 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).
Configuration menu - View commit details
-
Copy full SHA for f9632e9 - Browse repository at this point
Copy the full SHA f9632e9View commit details
Commits on Sep 20, 2022
-
chore(deps): update dependency com.google.cloud:google-cloud-api-gate…
…way to v2.3.4 (#298) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-api-gateway](https://togithub.com/googleapis/java-api-gateway) | `2.3.2` -> `2.3.4` | [](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**: 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**: 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. ⚠ **Warning**: custom changes will be lost. --- 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/java-api-gateway). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NS41In0=-->
Configuration menu - View commit details
-
Copy full SHA for e83a2f0 - Browse repository at this point
Copy the full SHA e83a2f0View commit details
Commits on Sep 26, 2022
-
chore: pin versions of dependencies for compatibility with Python 3.6…
… (#1588) (#299) * chore: pin versions of dependencies for compatibility with Python 3.6 * fix path of requirements file in synthtool Source-Link: googleapis/synthtool@69cdb47 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:6566dc8226f20993af18e5a4e7a2b1ba85a292b02dedb6a1634cf10e1b418fa5
Configuration menu - View commit details
-
Copy full SHA for 20f7f58 - Browse repository at this point
Copy the full SHA 20f7f58View commit details
Commits on Sep 28, 2022
-
chore: exclude requirements.txt file from renovate-bot (#1594) (#300)
Source-Link: googleapis/synthtool@f58d313 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3
Configuration menu - View commit details
-
Copy full SHA for 6850f34 - Browse repository at this point
Copy the full SHA 6850f34View commit details -
deps: update dependency google-auth to v2.12.0 (#301)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-auth](https://togithub.com/googleapis/google-auth-library-python) | `==2.11.0` -> `==2.12.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/) | --- ### Release Notes <details> <summary>googleapis/google-auth-library-python</summary> ### [`v2.12.0`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#​2120-httpsgithubcomgoogleapisgoogle-auth-library-pythoncomparev2111v2120-2022-09-26) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.11.1...v2.12.0) ##### Features - Retry behavior ([#​1113](https://togithub.com/googleapis/google-auth-library-python/issues/1113)) ([78d3790](https://togithub.com/googleapis/google-auth-library-python/commit/78d37906f0811f9878834ac34d5b83e5cbd58800)) ##### Bug Fixes - Modify RefreshError exception to use gcloud ADC command. ([#​1149](https://togithub.com/googleapis/google-auth-library-python/issues/1149)) ([059fd35](https://togithub.com/googleapis/google-auth-library-python/commit/059fd353d5f2a8527de8bf1fe6dbd5e326c0e29a)) - Revert "Update token refresh threshold from 20 seconds to 5 minutes". ([186464b](https://togithub.com/googleapis/google-auth-library-python/commit/186464bf5920fb3b76499ac542b0fb90023629de)) ### [`v2.11.1`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#​2111-httpsgithubcomgoogleapisgoogle-auth-library-pythoncomparev2110v2111-2022-09-20) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.11.0...v2.11.1) ##### Bug Fixes - Fix socket leak in impersonated_credentials ([#​1123](https://togithub.com/googleapis/google-auth-library-python/issues/1123)) ([b1eb467](https://togithub.com/googleapis/google-auth-library-python/commit/b1eb467f50f0c080e89a122426061b28f0be0567)), closes [#​1122](https://togithub.com/googleapis/google-auth-library-python/issues/1122) - Make pluggable auth tests work in all environments ([#​1114](https://togithub.com/googleapis/google-auth-library-python/issues/1114)) ([bb5c979](https://togithub.com/googleapis/google-auth-library-python/commit/bb5c9791c64e2472a90ba7191f79f4c5fedb2538)) - Skip oauth2client adapter tests if oauth2client is not installed ([#​1132](https://togithub.com/googleapis/google-auth-library-python/issues/1132)) ([d15092f](https://togithub.com/googleapis/google-auth-library-python/commit/d15092ff8b66b3039641d482a0debafde4ba0077)) - Update token refresh threshold from 20 seconds to 5 minutes ([#​1146](https://togithub.com/googleapis/google-auth-library-python/issues/1146)) ([261a561](https://togithub.com/googleapis/google-auth-library-python/commit/261a56138fba33ff7d898ab5907a6098125fefef)) ##### Documentation - **samples:** Add auth samples and tests ([#​1102](https://togithub.com/googleapis/google-auth-library-python/issues/1102)) ([ac87520](https://togithub.com/googleapis/google-auth-library-python/commit/ac875201bc8ba5d638a9eafcd3ccfdeb73a2f0ec)) </details> --- ### 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/java-api-gateway). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMCIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4wIn0=-->
Configuration menu - View commit details
-
Copy full SHA for 3a5318f - Browse repository at this point
Copy the full SHA 3a5318fView commit details -
deps: update dependency google-cloud-storage to v2.5.0 (#302)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-storage](https://togithub.com/googleapis/python-storage) | `==2.0.0` -> `==2.5.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/) | --- ### Release Notes <details> <summary>googleapis/python-storage</summary> ### [`v2.5.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#​250-httpsgithubcomgoogleapispython-storagecomparev240v250-2022-07-24) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.4.0...v2.5.0) ##### Features - Custom Placement Config Dual Region Support ([#​819](https://togithub.com/googleapis/python-storage/issues/819)) ([febece7](https://togithub.com/googleapis/python-storage/commit/febece76802252278bb7626d931973a76561382a)) ##### Documentation - open file-like objects in byte mode for uploads ([#​824](https://togithub.com/googleapis/python-storage/issues/824)) ([4bd3d1d](https://togithub.com/googleapis/python-storage/commit/4bd3d1ddf21196b075bbd84cdcb553c5d7355b93)) ### [`v2.4.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#​240-httpsgithubcomgoogleapispython-storagecomparev230v240-2022-06-07) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.3.0...v2.4.0) ##### Features - add AbortIncompleteMultipartUpload lifecycle rule ([#​765](https://togithub.com/googleapis/python-storage/issues/765)) ([b2e5150](https://togithub.com/googleapis/python-storage/commit/b2e5150f191c04acb47ad98cef88512451aff81d)) - support OLM Prefix/Suffix ([#​773](https://togithub.com/googleapis/python-storage/issues/773)) ([187cf50](https://togithub.com/googleapis/python-storage/commit/187cf503194cf636640ca8ba787f9e8c216ea763)) ##### Bug Fixes - fix rewrite object in CMEK enabled bucket ([#​807](https://togithub.com/googleapis/python-storage/issues/807)) ([9b3cbf3](https://togithub.com/googleapis/python-storage/commit/9b3cbf3789c21462eac3c776cd29df12701e792f)) ##### Documentation - fix changelog header to consistent size ([#​802](https://togithub.com/googleapis/python-storage/issues/802)) ([4dd0907](https://togithub.com/googleapis/python-storage/commit/4dd0907b68e20d1ffcd0fe350831867197917e0d)) - **samples:** Update the Recovery Point Objective (RPO) sample output ([#​725](https://togithub.com/googleapis/python-storage/issues/725)) ([b0bf411](https://togithub.com/googleapis/python-storage/commit/b0bf411f8fec8712b3eeb99a2dd33de6d82312f8)) - Update generation_metageneration.rst with a missing space ([#​798](https://togithub.com/googleapis/python-storage/issues/798)) ([1e7cdb6](https://togithub.com/googleapis/python-storage/commit/1e7cdb655beb2a61a0d1b984c4d0468ec31bf463)) - update retry docs ([#​808](https://togithub.com/googleapis/python-storage/issues/808)) ([c365d5b](https://togithub.com/googleapis/python-storage/commit/c365d5bbd78292adb6861da3cdfae9ab7b39b844)) ### [`v2.3.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#​230-httpsgithubcomgoogleapispython-storagecomparev221v230-2022-04-12) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.2.1...v2.3.0) ##### Features - add dual region bucket support and sample ([#​748](https://togithub.com/googleapis/python-storage/issues/748)) ([752e8ab](https://togithub.com/googleapis/python-storage/commit/752e8ab42d23afd68738e4d7ca6cdeee416dfd50)) - track invocation id for retry metrics ([#​741](https://togithub.com/googleapis/python-storage/issues/741)) ([bd56931](https://togithub.com/googleapis/python-storage/commit/bd5693164e7331df5f14186fd002e72e5203d7ee)) ##### Bug Fixes - **deps:** drop pkg_resources ([#​744](https://togithub.com/googleapis/python-storage/issues/744)) ([e963f33](https://togithub.com/googleapis/python-storage/commit/e963f33ced2852b64d721d69928b54443461ec9c)) ##### Documentation - fix links in blob module ([#​759](https://togithub.com/googleapis/python-storage/issues/759)) ([9b29314](https://togithub.com/googleapis/python-storage/commit/9b2931430b0796ffb23ec4efacd82dacad36f40f)) ### [`v2.2.1`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#​221-httpsgithubcomgoogleapispython-storagecomparev220v221-2022-03-15) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.2.0...v2.2.1) ##### Bug Fixes - remove py.typed marker file for PEP 561 ([#​735](https://togithub.com/googleapis/python-storage/issues/735)) ([f77d2f7](https://togithub.com/googleapis/python-storage/commit/f77d2f787f435f2f898e9babcdab81225672ad4f)), closes [#​734](https://togithub.com/googleapis/python-storage/issues/734) ### [`v2.2.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#​220-httpsgithubcomgoogleapispython-storagecomparev210v220-2022-03-14) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.1.0...v2.2.0) ##### Features - allow no project in client methods using storage emulator ([#​703](https://togithub.com/googleapis/python-storage/issues/703)) ([bcde0ec](https://togithub.com/googleapis/python-storage/commit/bcde0ec619d7d303892bcc0863b7f977c79f7649)) ##### Bug Fixes - add user agent in python-storage when calling resumable media ([c7bf615](https://togithub.com/googleapis/python-storage/commit/c7bf615909a04f3bab3efb1047a9f4ba659bba19)) - **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#​722](https://togithub.com/googleapis/python-storage/issues/722)) ([e9aab38](https://togithub.com/googleapis/python-storage/commit/e9aab389f868799d4425133954bad4f1cbb85786)) - Fix BlobReader handling of interleaved reads and seeks ([#​721](https://togithub.com/googleapis/python-storage/issues/721)) ([5d1cfd2](https://togithub.com/googleapis/python-storage/commit/5d1cfd2050321481a3bc4acbe80537ea666506fa)) - retry client side requests timeout ([#​727](https://togithub.com/googleapis/python-storage/issues/727)) ([e0b3b35](https://togithub.com/googleapis/python-storage/commit/e0b3b354d51e4be7c563d7f2f628a7139df842c0)) ##### Documentation - fixed download_blob_to_file example ([#​704](https://togithub.com/googleapis/python-storage/issues/704)) ([2c94d98](https://togithub.com/googleapis/python-storage/commit/2c94d98ed21cc768cfa54fac3d734254fc4d8480)) ### [`v2.1.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#​210-httpsgithubcomgoogleapispython-storagecomparev200v210-2022-01-19) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.0.0...v2.1.0) ##### Features - add turbo replication support and samples ([#​622](https://togithub.com/googleapis/python-storage/issues/622)) ([4dafc81](https://togithub.com/googleapis/python-storage/commit/4dafc815470480ce9de7f0357e331d3fbd0ae9b7)) - avoid authentication with storage emulator ([#​679](https://togithub.com/googleapis/python-storage/issues/679)) ([8789afa](https://togithub.com/googleapis/python-storage/commit/8789afaaa1b2bd6f03fae72e3d87ce004ec10129)) - remove python 3.6 support ([#​689](https://togithub.com/googleapis/python-storage/issues/689)) ([8aa4130](https://togithub.com/googleapis/python-storage/commit/8aa4130ee068a1922161c8ca54a53a4a51d65ce0)) </details> --- ### 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/java-api-gateway). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMCIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4wIn0=-->
Configuration menu - View commit details
-
Copy full SHA for b57cdac - Browse repository at this point
Copy the full SHA b57cdacView commit details -
chore(main): release 2.3.5 (#303)
🤖 I have created a release *beep* *boop* --- ## [2.3.5](v2.3.4...v2.3.5) (2022-09-28) ### Dependencies * Update dependency google-auth to v2.12.0 ([#301](#301)) ([3a5318f](3a5318f)) * Update dependency google-cloud-storage to v2.5.0 ([#302](#302)) ([b57cdac](b57cdac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 213097d - Browse repository at this point
Copy the full SHA 213097dView 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 v2.3.4...v2.3.5