-
Notifications
You must be signed in to change notification settings - Fork 92
Comparing changes
Open a pull request
base repository: googleapis/python-spanner
base: v3.4.0
head repository: googleapis/python-spanner
compare: v3.5.0
- 15 commits
- 108 files changed
- 8 contributors
Commits on Apr 29, 2021
-
chore(deps): update dependency google-cloud-spanner to v3.4.0 (#330)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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.3.0` -> `==3.4.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.4.0/compatibility-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.4.0/confidence-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-spanner</summary> ### [`v3.4.0`](https://togithub.com/googleapis/python-spanner/blob/master/CHANGELOG.md#​340-httpswwwgithubcomgoogleapispython-spannercomparev330v340-2021-04-29) [Compare Source](https://togithub.com/googleapis/python-spanner/compare/v3.3.0...v3.4.0) ##### Features - add samples for CMEK support ([#​275](https://www.github.com/googleapis/python-spanner/issues/275)) ([f8d9bd3](https://www.github.com/googleapis/python-spanner/commit/f8d9bd33e04675a8dca148c2fae4a9133beebbca)) - added support for numeric field for python decimal value ([#​316](https://www.github.com/googleapis/python-spanner/issues/316)) ([070a171](https://www.github.com/googleapis/python-spanner/commit/070a1712dc34afb68105194060bb2fe6177fbac5)) - **dbapi:** remove string conversion for numeric fields ([#​317](https://www.github.com/googleapis/python-spanner/issues/317)) ([772aa3c](https://www.github.com/googleapis/python-spanner/commit/772aa3c2ffbdf3f863c09db176697b3ad70adbcf)) ##### Bug Fixes - correctly set resume token when restarting streams ([#​314](https://www.github.com/googleapis/python-spanner/issues/314)) ([0fcfc23](https://www.github.com/googleapis/python-spanner/commit/0fcfc2301246d3f20b6fbffc1deae06f16721ec7)) - support INSERT from SELECT clause with args ([#​306](https://www.github.com/googleapis/python-spanner/issues/306)) ([0dcda5e](https://www.github.com/googleapis/python-spanner/commit/0dcda5e21f8fb30ee611fddf0829684d86ced0ef)) ##### Performance Improvements - use protobuf for metadata to reduce type conversions ([#​325](https://www.github.com/googleapis/python-spanner/issues/325)) ([5110b9b](https://www.github.com/googleapis/python-spanner/commit/5110b9bc31804db9777a23fca60360119840640c)) </details> --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 439b809 - Browse repository at this point
Copy the full SHA 439b809View commit details
Commits on May 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 71b7a32 - Browse repository at this point
Copy the full SHA 71b7a32View commit details -
Co-authored-by: google-cloud-policy-bot[bot] <80869356+google-cloud-policy-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf2791d - Browse repository at this point
Copy the full SHA bf2791dView commit details
Commits on May 18, 2021
-
feat: add decimal validation for numeric precision and scale supporte…
…d by Spanner (#340) * feat: updated googleapis proto changes for request tags * feat: added support for numberic for python decimal value * feat: add decimal validation for numeric precission and scale supported by spanner * fix: moved decimal validation from spanner_dbapi to spanner_v1/helper function
Configuration menu - View commit details
-
Copy full SHA for aa36c5e - Browse repository at this point
Copy the full SHA aa36c5eView commit details -
fix: an Aborted exception isn't properly retried (#345)
Ilya Gurov authoredMay 18, 2021 Configuration menu - View commit details
-
Copy full SHA for e69e6ab - Browse repository at this point
Copy the full SHA e69e6abView commit details
Commits on May 19, 2021
-
refactor: removed test_w_numeric as it was redundent to test_w_numeri…
…c_precision_and_scale_valid (#350)
Configuration menu - View commit details
-
Copy full SHA for 7d5a6e1 - Browse repository at this point
Copy the full SHA 7d5a6e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d526acc - Browse repository at this point
Copy the full SHA d526accView commit details
Commits on May 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1111ccd - Browse repository at this point
Copy the full SHA 1111ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d88b404 - Browse repository at this point
Copy the full SHA d88b404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36df202 - Browse repository at this point
Copy the full SHA 36df202View commit details
Commits on Jun 1, 2021
-
chore: s.remove_staging_dirs() should only be called once (#356)
There is [an issue](https://github.com/googleapis/python-spanner/blob/master/owlbot.py#L30) in the `owlbot.py` file added in #319 in that [s.remove_staging_dirs()](https://github.com/googleapis/synthtool/blob/master/synthtool/transforms.py#L309) should only be called once after all the files are copied over. [get_staging_dirs()](https://github.com/googleapis/synthtool/blob/master/synthtool/transforms.py#L280) will only return staging directories that exist.
Configuration menu - View commit details
-
Copy full SHA for f58d2c3 - Browse repository at this point
Copy the full SHA f58d2c3View commit details
Commits on Jun 7, 2021
-
feat: add progress field to UpdateDatabaseDdlMetadata (#361)
* chore: fix owlbot.py to copy changes from googleapis-gen * feat(spanner): add progress field to UpdateDatabaseDdlMetadata * use the latest owlbot post processor image * chore: move import of CommitResponse * add workarounds in owlbot.py * run post processor * update owlbot.py to copy multiple folders/versions from googleapis-gen
Configuration menu - View commit details
-
Copy full SHA for 1c03dcc - Browse repository at this point
Copy the full SHA 1c03dccView commit details -
feat: add query statistics package support (#129)
* feat: add query statistics package support * style: fix lint * test: reorder env mocks Co-authored-by: larkee <larkee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6598dea - Browse repository at this point
Copy the full SHA 6598deaView commit details
Commits on Jun 11, 2021
-
fix: update to support the open-telemetry status code spec change (#358)
* fix: for opentelemetry status code spec change * fix: corrected open telemetry tests to work with latest open telemetry specs * fix: correct open telemetry tests status code * fix: open telemetry schema related changes and fixes for tests to work with in memory exporter * fix: variable name correction for ot_exporter * fix: correct variable name from memeory_exporter to ot_exporter * fix: remove patch for opentelemetry.util.time with _constant_time as it was not used * refactor: correct opentelemetry.util.time to opentelemetry.util._time * ci: update packages for open telemetry * refactor: increased version of open telemetry as per new specs * fix: changed opentelemetry dependency version * updated constraints file with opentelemetry-instrumentation >= 0.20b0 * fix: added ot_exporter clear call after reload to clear out the exporter memeory * fix: removed repeated constraints for different versions of python
Configuration menu - View commit details
-
Copy full SHA for 0f894f1 - Browse repository at this point
Copy the full SHA 0f894f1View commit details
Commits on Jun 15, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca13efd - Browse repository at this point
Copy the full SHA ca13efdView 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.4.0...v3.5.0