-
Notifications
You must be signed in to change notification settings - Fork 98
Comparing changes
Open a pull request
base repository: googleapis/python-spanner
base: v3.5.0
head repository: googleapis/python-spanner
compare: v3.6.0
- 12 commits
- 31 files changed
- 9 contributors
Commits on Jun 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 89c126c - Browse repository at this point
Copy the full SHA 89c126cView commit details -
chore(deps): update dependency google-cloud-spanner to v3.5.0 (#367)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-spanner](https://togithub.com/googleapis/python-spanner) | `==3.4.0` -> `==3.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-spanner</summary> ### [`v3.5.0`](https://togithub.com/googleapis/python-spanner/blob/master/CHANGELOG.md#​350-httpswwwgithubcomgoogleapispython-spannercomparev340v350-2021-06-11) [Compare Source](https://togithub.com/googleapis/python-spanner/compare/v3.4.0...v3.5.0) ##### Features - add decimal validation for numeric precision and scale supported by Spanner ([#​340](https://www.github.com/googleapis/python-spanner/issues/340)) ([aa36c5e](https://www.github.com/googleapis/python-spanner/commit/aa36c5ecf5b0decc6c5c3316cc5bc6b6981d9bf9)) - add progress field to UpdateDatabaseDdlMetadata ([#​361](https://www.github.com/googleapis/python-spanner/issues/361)) ([1c03dcc](https://www.github.com/googleapis/python-spanner/commit/1c03dcc182fc96a2ca85b23da99cbcaebfb3fe09)) - add query statistics package support ([#​129](https://www.github.com/googleapis/python-spanner/issues/129)) ([6598dea](https://www.github.com/googleapis/python-spanner/commit/6598deade66c8887514a1a6571fffb1bd7b16fd0)) ##### Bug Fixes - an Aborted exception isn't properly retried ([#​345](https://www.github.com/googleapis/python-spanner/issues/345)) ([e69e6ab](https://www.github.com/googleapis/python-spanner/commit/e69e6ab5cffd02bc9af6c08dbe9b5f229847d86d)) - correctly classify select statements that begin with brackets ([#​351](https://www.github.com/googleapis/python-spanner/issues/351)) ([d526acc](https://www.github.com/googleapis/python-spanner/commit/d526acca4795ebf34867ab4a256413a728fccd93)) - update to support the open-telemetry status code spec change ([#​358](https://www.github.com/googleapis/python-spanner/issues/358)) ([0f894f1](https://www.github.com/googleapis/python-spanner/commit/0f894f12622cfa6e38b838eb91e49f256d8d857d)) </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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-spanner).
Configuration menu - View commit details
-
Copy full SHA for 11853a5 - Browse repository at this point
Copy the full SHA 11853a5View commit details
Commits on Jun 17, 2021
-
feat(spanner): add processing_units to Instance resource (#364)
* feat(spanner): add processing_units to Instance resource PiperOrigin-RevId: 378758342 Source-Link: googleapis/googleapis@d869871 Source-Link: googleapis/googleapis-gen@54cfa76 * 🦉 Updates from OwlBot Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 113505c - Browse repository at this point
Copy the full SHA 113505cView commit details -
chore: new owl bot post processor docker image (#371)
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce
Configuration menu - View commit details
-
Copy full SHA for cb6196f - Browse repository at this point
Copy the full SHA cb6196fView commit details
Commits on Jun 19, 2021
-
docs: omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#374)
Closes #1126 Source-Link: googleapis/synthtool@b91f129 Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:b6169fc6a5207b11800a7c002d0c5c2bc6d82697185ca12e666f44031468cfcd
Configuration menu - View commit details
-
Copy full SHA for b7b3c38 - Browse repository at this point
Copy the full SHA b7b3c38View commit details
Commits on Jun 22, 2021
-
fix(db_api): use sqlparse to split DDL statements (#372)
Instead of simple `str.split(";")` method use more smart `sqlparse` package to split DDL statements executed in a form: ```python cursor.execute(""" ddl_statement1; ddl_statement2; ddl_statement3; """) ```
Ilya Gurov authoredJun 22, 2021 Configuration menu - View commit details
-
Copy full SHA for ed9e124 - Browse repository at this point
Copy the full SHA ed9e124View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1ee8c2 - Browse repository at this point
Copy the full SHA c1ee8c2View commit details -
feat: add RPC priority support (#324)
* feat: add RPC priority support * Review changes * Review changes * Update google/cloud/spanner_v1/database.py Co-authored-by: larkee <[email protected]> * Update google/cloud/spanner_v1/database.py Co-authored-by: larkee <[email protected]> * Update session.py * update import Co-authored-by: larkee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51533b8 - Browse repository at this point
Copy the full SHA 51533b8View commit details -
chore: update precommit hook pre-commit/pre-commit-hooks to v4 (#1083) (
#375) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pre-commit/pre-commit-hooks](https://togithub.com/pre-commit/pre-commit-hooks) | repository | major | `v3.4.0` -> `v4.0.1` | --- ### Release Notes <details> <summary>pre-commit/pre-commit-hooks</summary> ### [`v4.0.1`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v4.0.1) [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v4.0.0...v4.0.1) ##### Fixes - `check-shebang-scripts-are-executable` fix entry point. - [#​602](https://togithub.com/pre-commit/pre-commit-hooks/issues/602) issue by [@​Person-93](https://togithub.com/Person-93). - [#​603](https://togithub.com/pre-commit/pre-commit-hooks/issues/603) PR by [@​scop](https://togithub.com/scop). ### [`v4.0.0`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v4.0.0) [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.0) ##### Features - `check-json`: report duplicate keys. - [#​558](https://togithub.com/pre-commit/pre-commit-hooks/issues/558) PR by [@​AdityaKhursale](https://togithub.com/AdityaKhursale). - [#​554](https://togithub.com/pre-commit/pre-commit-hooks/issues/554) issue by [@​adamchainz](https://togithub.com/adamchainz). - `no-commit-to-branch`: add `main` to default blocked branches. - [#​565](https://togithub.com/pre-commit/pre-commit-hooks/issues/565) PR by [@​ndevenish](https://togithub.com/ndevenish). - `check-case-conflict`: check conflicts in directory names as well. - [#​575](https://togithub.com/pre-commit/pre-commit-hooks/issues/575) PR by [@​slsyy](https://togithub.com/slsyy). - [#​70](https://togithub.com/pre-commit/pre-commit-hooks/issues/70) issue by [@​andyjack](https://togithub.com/andyjack). - `check-vcs-permalinks`: forbid other branch names. - [#​582](https://togithub.com/pre-commit/pre-commit-hooks/issues/582) PR by [@​jack1142](https://togithub.com/jack1142). - [#​581](https://togithub.com/pre-commit/pre-commit-hooks/issues/581) issue by [@​jack1142](https://togithub.com/jack1142). - `check-shebang-scripts-are-executable`: new hook which ensures shebang'd scripts are executable. - [#​545](https://togithub.com/pre-commit/pre-commit-hooks/issues/545) PR by [@​scop](https://togithub.com/scop). ##### Fixes - `check-executables-have-shebangs`: Short circuit shebang lookup on windows. - [#​544](https://togithub.com/pre-commit/pre-commit-hooks/issues/544) PR by [@​scop](https://togithub.com/scop). - `requirements-txt-fixer`: Fix comments which have indentation - [#​549](https://togithub.com/pre-commit/pre-commit-hooks/issues/549) PR by [@​greshilov](https://togithub.com/greshilov). - [#​548](https://togithub.com/pre-commit/pre-commit-hooks/issues/548) issue by [@​greshilov](https://togithub.com/greshilov). - `pretty-format-json`: write to stdout using UTF-8 encoding. - [#​571](https://togithub.com/pre-commit/pre-commit-hooks/issues/571) PR by [@​jack1142](https://togithub.com/jack1142). - [#​570](https://togithub.com/pre-commit/pre-commit-hooks/issues/570) issue by [@​jack1142](https://togithub.com/jack1142). - Use more inclusive language. - [#​599](https://togithub.com/pre-commit/pre-commit-hooks/issues/599) PR by [@​asottile](https://togithub.com/asottile). ##### Breaking changes - Remove deprecated hooks: `flake8`, `pyflakes`, `autopep8-wrapper`. - [#​597](https://togithub.com/pre-commit/pre-commit-hooks/issues/597) PR by [@​asottile](https://togithub.com/asottile). </details> --- ### 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/synthtool). Source-Link: googleapis/synthtool@333fd90 Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:b8c131c558606d3cea6e18f8e87befbd448c1482319b0db3c5d5388fa6ea72e3
Configuration menu - View commit details
-
Copy full SHA for c58cab4 - Browse repository at this point
Copy the full SHA c58cab4View commit details
Commits on Jun 23, 2021
-
fix: classify batched DDL statements (#360)
* fix: classify batched DDL statements * docs: add comment * style: fix lint Co-authored-by: larkee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8b24e1 - Browse repository at this point
Copy the full SHA b8b24e1View commit details -
feat: add support for low-cost instances (#313)
* Add LCI implementation * Update google/cloud/spanner_v1/instance.py Co-authored-by: larkee <[email protected]> * Fix docstring format * Update google/cloud/spanner_v1/instance.py Co-authored-by: larkee <[email protected]> Co-authored-by: larkee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44aa7cc - Browse repository at this point
Copy the full SHA 44aa7ccView commit details
Commits on Jun 24, 2021
-
* chore: release 3.6.0 * fix: add missing PR to CHANGELOG Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: larkee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32a5576 - Browse repository at this point
Copy the full SHA 32a5576View 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 v3.5.0...v3.6.0