-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: googleapis/java-spanner-jdbc
base: v2.9.16
head repository: googleapis/java-spanner-jdbc
compare: v2.10.0
- 12 commits
- 15 files changed
- 5 contributors
Commits on May 15, 2023
-
chore(main): release 2.9.17-SNAPSHOT (#1233)
🤖 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 5243fa4 - Browse repository at this point
Copy the full SHA 5243fa4View commit details
Commits on May 19, 2023
-
build: migrate release scripts (#1799) (#1236)
Source-Link: https://togithub.com/googleapis/synthtool/commit/1fd6dff029bb3d873a4780e616388f802f086907 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:ad9cabee4c022f1aab04a71332369e0c23841062124818a4490f73337f790337
Configuration menu - View commit details
-
Copy full SHA for b48ff42 - Browse repository at this point
Copy the full SHA b48ff42View commit details
Commits on May 26, 2023
-
feat: support Savepoint (#1212)
* feat: support Savepoint Add support for emulated Savepoints that are now supported in the client library. * fix: clirr check
Configuration menu - View commit details
-
Copy full SHA for 6833696 - Browse repository at this point
Copy the full SHA 6833696View commit details
Commits on May 30, 2023
-
build(deps): update dependency org.apache.maven.plugins:maven-project…
…-info-reports-plugin to v3.4.4 (#1241)
Configuration menu - View commit details
-
Copy full SHA for 0337127 - Browse repository at this point
Copy the full SHA 0337127View commit details -
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
…cies to v3.10.1 (#1239)
Configuration menu - View commit details
-
Copy full SHA for 8f7e7a7 - Browse repository at this point
Copy the full SHA 8f7e7a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85854c8 - Browse repository at this point
Copy the full SHA 85854c8View commit details -
chore(deps): update dependency com.google.cloud:google-cloud-spanner-…
…jdbc to v2.9.16 (#1234)
Configuration menu - View commit details
-
Copy full SHA for d7cba75 - Browse repository at this point
Copy the full SHA d7cba75View commit details -
build(deps): bump requests from 2.27.1 to 2.31.0 in /.kokoro (#1238)
Bumps [requests](https://togithub.com/psf/requests) from 2.27.1 to 2.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/releases">requests's" rel="nofollow">https://togithub.com/psf/requests/releases">requests's releases</a>.</em></p> <blockquote> <h2>v2.31.0</h2> <h2>2.31.0 (2023-05-22)</h2> <p><strong>Security</strong></p> <ul> <li> <p>Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of <code>Proxy-Authorization</code> headers to destination servers when following HTTPS redirects.</p> <p>When proxies are defined with user info (<a href="/proxy/https/proxy:8080/">https://user:pass@proxy:8080</a>), Requests will construct a <code>Proxy-Authorization</code> header that is attached to the request to authenticate with the proxy.</p> <p>In cases where Requests receives a redirect response, it previously reattached the <code>Proxy-Authorization</code> header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are <em>strongly</em> encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed.</p> <p>Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability.</p> <p>Full details can be read in our <a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q">Github" rel="nofollow">https://togithub.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q">Github Security Advisory</a> and <a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://nvd.nist.gov/vuln/detail/CVE-2023-32681">CVE-2023-32681</a>.</p" rel="nofollow">https://nvd.nist.gov/vuln/detail/CVE-2023-32681">CVE-2023-32681</a>.</p> </li> </ul> <h2>v2.30.0</h2> <h2>2.30.0 (2023-05-03)</h2> <p><strong>Dependencies</strong></p> <ul> <li> <p>
⚠️ Added support for urllib3 2.0.⚠️ </p> <p>This may contain minor breaking changes so we advise careful testing and reviewing <a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html">https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html</a" rel="nofollow">https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html">https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html</a> prior to upgrading.</p> <p>Users who wish to stay on urllib3 1.x can pin to <code>urllib3<2</code>.</p> </li> </ul> <h2>v2.29.0</h2> <h2>2.29.0 (2023-04-26)</h2> <p><strong>Improvements</strong></p> <ul> <li>Requests now defers chunked requests to the urllib3 implementation to improve standardization. (<a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://redirect.github.com/psf/requests/issues/6226">#6226</a>)</li">https://redirect.github.com/psf/requests/issues/6226">#6226</a>)</li> <li>Requests relaxes header component requirements to support bytes/str subclasses. (<a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://redirect.github.com/psf/requests/issues/6356">#6356</a>)</li">https://redirect.github.com/psf/requests/issues/6356">#6356</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/blob/main/HISTORY.md">requests's" rel="nofollow">https://togithub.com/psf/requests/blob/main/HISTORY.md">requests's changelog</a>.</em></p> <blockquote> <h2>2.31.0 (2023-05-22)</h2> <p><strong>Security</strong></p> <ul> <li> <p>Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of <code>Proxy-Authorization</code> headers to destination servers when following HTTPS redirects.</p> <p>When proxies are defined with user info (<a href="/proxy/https/proxy:8080/">https://user:pass@proxy:8080</a>), Requests will construct a <code>Proxy-Authorization</code> header that is attached to the request to authenticate with the proxy.</p> <p>In cases where Requests receives a redirect response, it previously reattached the <code>Proxy-Authorization</code> header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are <em>strongly</em> encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed.</p> <p>Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability.</p> <p>Full details can be read in our <a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q">Github" rel="nofollow">https://togithub.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q">Github Security Advisory</a> and <a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://nvd.nist.gov/vuln/detail/CVE-2023-32681">CVE-2023-32681</a>.</p" rel="nofollow">https://nvd.nist.gov/vuln/detail/CVE-2023-32681">CVE-2023-32681</a>.</p> </li> </ul> <h2>2.30.0 (2023-05-03)</h2> <p><strong>Dependencies</strong></p> <ul> <li> <p>⚠️ Added support for urllib3 2.0.⚠️ </p> <p>This may contain minor breaking changes so we advise careful testing and reviewing <a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html">https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html</a" rel="nofollow">https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html">https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html</a> prior to upgrading.</p> <p>Users who wish to stay on urllib3 1.x can pin to <code>urllib3<2</code>.</p> </li> </ul> <h2>2.29.0 (2023-04-26)</h2> <p><strong>Improvements</strong></p> <ul> <li>Requests now defers chunked requests to the urllib3 implementation to improve standardization. (<a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://redirect.github.com/psf/requests/issues/6226">#6226</a>)</li">https://redirect.github.com/psf/requests/issues/6226">#6226</a>)</li> <li>Requests relaxes header component requirements to support bytes/str subclasses. (<a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://redirect.github.com/psf/requests/issues/6356">#6356</a>)</li">https://redirect.github.com/psf/requests/issues/6356">#6356</a>)</li> </ul> <h2>2.28.2 (2023-01-12)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/commit/147c8511ddbfa5e8f71bbf5c18ede0c4ceb3bba4"><code>147c851</code></a" rel="nofollow">https://togithub.com/psf/requests/commit/147c8511ddbfa5e8f71bbf5c18ede0c4ceb3bba4"><code>147c851</code></a> v2.31.0</li> <li><a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5"><code>74ea7cf</code></a" rel="nofollow">https://togithub.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5"><code>74ea7cf</code></a> Merge pull request from GHSA-j8r2-6x86-q33q</li> <li><a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/commit/302225334678490ec66b3614a9dddb8a02c5f4fe"><code>3022253</code></a" rel="nofollow">https://togithub.com/psf/requests/commit/302225334678490ec66b3614a9dddb8a02c5f4fe"><code>3022253</code></a> test on pypy 3.8 and pypy 3.9 on windows and macos (<a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://redirect.github.com/psf/requests/issues/6424">#6424</a>)</li">https://redirect.github.com/psf/requests/issues/6424">#6424</a>)</li> <li><a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/commit/b639e66c816514e40604d46f0088fbceec1a5149"><code>b639e66</code></a" rel="nofollow">https://togithub.com/psf/requests/commit/b639e66c816514e40604d46f0088fbceec1a5149"><code>b639e66</code></a> test on py3.12 (<a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://redirect.github.com/psf/requests/issues/6448">#6448</a>)</li">https://redirect.github.com/psf/requests/issues/6448">#6448</a>)</li> <li><a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/commit/d3d504436ef0c2ac7ec8af13738b04dcc8c694be"><code>d3d5044</code></a" rel="nofollow">https://togithub.com/psf/requests/commit/d3d504436ef0c2ac7ec8af13738b04dcc8c694be"><code>d3d5044</code></a> Fixed a small typo (<a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://redirect.github.com/psf/requests/issues/6452">#6452</a>)</li">https://redirect.github.com/psf/requests/issues/6452">#6452</a>)</li> <li><a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/commit/2ad18e0e10e7d7ecd5384c378f25ec8821a10a29"><code>2ad18e0</code></a" rel="nofollow">https://togithub.com/psf/requests/commit/2ad18e0e10e7d7ecd5384c378f25ec8821a10a29"><code>2ad18e0</code></a> v2.30.0</li> <li><a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/commit/f2629e9e3c7ce3c3c8c025bcd8db551101cbc773"><code>f2629e9</code></a" rel="nofollow">https://togithub.com/psf/requests/commit/f2629e9e3c7ce3c3c8c025bcd8db551101cbc773"><code>f2629e9</code></a> Remove strict parameter (<a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://redirect.github.com/psf/requests/issues/6434">#6434</a>)</li">https://redirect.github.com/psf/requests/issues/6434">#6434</a>)</li> <li><a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/commit/87d63de8739263bbe17034fba2285c79780da7e8"><code>87d63de</code></a" rel="nofollow">https://togithub.com/psf/requests/commit/87d63de8739263bbe17034fba2285c79780da7e8"><code>87d63de</code></a> v2.29.0</li> <li><a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/commit/51716c4ef390136b0d4b800ec7665dd5503e64fc"><code>51716c4</code></a" rel="nofollow">https://togithub.com/psf/requests/commit/51716c4ef390136b0d4b800ec7665dd5503e64fc"><code>51716c4</code></a> enable the warnings plugin (<a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://redirect.github.com/psf/requests/issues/6416">#6416</a>)</li">https://redirect.github.com/psf/requests/issues/6416">#6416</a>)</li> <li><a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/commit/a7da1ab3498b10ec3a3582244c94b2845f8a8e71"><code>a7da1ab</code></a" rel="nofollow">https://togithub.com/psf/requests/commit/a7da1ab3498b10ec3a3582244c94b2845f8a8e71"><code>a7da1ab</code></a> try on ubuntu 22.04 (<a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://redirect.github.com/psf/requests/issues/6418">#6418</a>)</li">https://redirect.github.com/psf/requests/issues/6418">#6418</a>)</li> <li>Additional commits viewable in <a href="/proxy/https/github.com/googleapis/java-spanner-jdbc/compare/%3Ca%20href="https://togithub.com/psf/requests/compare/v2.27.1...v2.31.0">compare" rel="nofollow">https://togithub.com/psf/requests/compare/v2.27.1...v2.31.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://togithub.com/googleapis/java-spanner-jdbc/network/alerts). </details>Configuration menu - View commit details
-
Copy full SHA for b7c1aac - Browse repository at this point
Copy the full SHA b7c1aacView commit details -
deps: update dependency com.google.cloud:google-cloud-spanner-bom to …
…v6.42.2 (#1237) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-spanner-bom](https://togithub.com/googleapis/java-spanner) | `6.42.0` -> `6.42.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/java-spanner</summary> ### [`v6.42.2`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#​6422-httpsgithubcomgoogleapisjava-spannercomparev6421v6422-2023-05-30) [Compare Source](https://togithub.com/googleapis/java-spanner/compare/v6.42.1...v6.42.2) ##### Dependencies - Update dependency com.google.cloud:google-cloud-monitoring to v3.19.0 ([#​2466](https://togithub.com/googleapis/java-spanner/issues/2466)) ([6de2cf6](https://togithub.com/googleapis/java-spanner/commit/6de2cf6a2d075b4347d69b9af21ac0cf96413884)) - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.10.1 ([#​2465](https://togithub.com/googleapis/java-spanner/issues/2465)) ([0a89f49](https://togithub.com/googleapis/java-spanner/commit/0a89f49cd55311f4cb84a501aa302eab88b46575)) - Update dependency com.google.cloud:google-cloud-trace to v2.18.0 ([#​2467](https://togithub.com/googleapis/java-spanner/issues/2467)) ([45609ed](https://togithub.com/googleapis/java-spanner/commit/45609ed65e49147077eaaf3eb90ab0c732eef80b)) ### [`v6.42.1`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#​6421-httpsgithubcomgoogleapisjava-spannercomparev6420v6421-2023-05-22) [Compare Source](https://togithub.com/googleapis/java-spanner/compare/v6.42.0...v6.42.1) ##### Dependencies - Update dependency commons-io:commons-io to v2.12.0 ([#​2439](https://togithub.com/googleapis/java-spanner/issues/2439)) ([d08b226](https://togithub.com/googleapis/java-spanner/commit/d08b226d5da6272b2de5f66ee1657d03268e396d)) </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, check this box --- 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-spanner-jdbc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTAyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for 97961b2 - Browse repository at this point
Copy the full SHA 97961b2View commit details -
test(deps): update dependency com.google.truth:truth to v1.1.4 (#1242)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.truth:truth](https://togithub.com/google/truth) | `1.1.3` -> `1.1.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/) | --- ### Release Notes <details> <summary>google/truth</summary> ### [`v1.1.4`](https://togithub.com/google/truth/releases/tag/v1.1.4): 1.1.4 - Updated Truth to build with `-source 8 -target 8`. This means that it no longer runs under Java 7 VMs. It continues to run under Android, even old versions, for all apps that have [enabled support for Java 8 language features](https://developer.android.com/studio/write/java8-support#supported_features). ([`db5db24`](https://togithub.com/google/truth/commit/db5db2429)) - Updated Truth to depend on Guava 32.0.0. That release contains changes related to CVEs. Neither of the CVEs relates to any methods that are used by Truth, so this version bump is just about eliminating any warnings related to the old version and helping tools like Maven to select the newest version of Guava. ([`f8d4dbb`](https://togithub.com/google/truth/commit/f8d4dbba8adc65effba70879d59a39da092dce51), [`99b1df8`](https://togithub.com/google/truth/commit/99b1df8852a25b5638590bea1b55a31ae536936d)) - Added support for `value of: method()` to `expect.that`, matching the existing support for `assertThat`. ([`bd8efd0`](https://togithub.com/google/truth/commit/bd8efd003)) - Enhanced `IterableSubject.containsAtLeastElementsIn().inOrder()` to print an extra line that shows only the expected elements in their actual order. ([`9da7dd1`](https://togithub.com/google/truth/commit/9da7dd184)) - Annotated Truth for nullness. ([`2151add`](https://togithub.com/google/truth/commit/2151add71)) </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, check this box --- 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-spanner-jdbc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
Configuration menu - View commit details
-
Copy full SHA for a1830a1 - Browse repository at this point
Copy the full SHA a1830a1View commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4caface - Browse repository at this point
Copy the full SHA 4cafaceView commit details -
chore(main): release 2.10.0 (#1240)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9444b91 - Browse repository at this point
Copy the full SHA 9444b91View 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.9.16...v2.10.0