-
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.3.0
head repository: googleapis/python-spanner
compare: v3.4.0
- 15 commits
- 68 files changed
- 12 contributors
Commits on Mar 29, 2021
-
chore: loosen opentelemetry dependencies (#298)
* chore: loosen opentelemetry dependencies * test: fix opentelemetry test skip * test: fix skipUnless call Co-authored-by: larkee <larkee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7766f24 - Browse repository at this point
Copy the full SHA 7766f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f8340 - Browse repository at this point
Copy the full SHA 75f8340View commit details
Commits on Mar 30, 2021
-
feat: add samples for CMEK support (#275)
* feat: add samples for CMEK support * test: fix backups cleanup * test: correctly use database id for cmek restore * test: add clean up for databases * refactor: remove version time from sample * refactor: use user-provided key for creating encrypted backup message Co-authored-by: larkee <larkee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f8d9bd3 - Browse repository at this point
Copy the full SHA f8d9bd3View commit details
Commits on Apr 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7ae8e0b - Browse repository at this point
Copy the full SHA 7ae8e0bView commit details -
chore: add RequestOptions proto; add optimizer_statistics_package to …
…QueryOptions (#288) * changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore: update gapic-generator-python to 0.40.11 PiperOrigin-RevId: 359562873 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Feb 25 10:52:32 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 07932bb995e7dc91b43620ea8402c6668c7d102c Source-Link: googleapis/googleapis@07932bb * feat(spanner): add `optimizer_statistics_package` field in `QueryOptions` PiperOrigin-RevId: 360758638 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Mar 3 14:32:33 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: dff6e4625d4ea0a16fc44d3b9be115219c403f07 Source-Link: googleapis/googleapis@dff6e46 * chore: upgrade gapic-generator-python to 0.42.2 PiperOrigin-RevId: 361662015 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Mar 8 14:47:18 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 28a591963253d52ce3a25a918cafbdd9928de8cf Source-Link: googleapis/googleapis@28a5919 * chore: upgrade gapic-generator-python to 0.43.1 PiperOrigin-RevId: 364411656 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Mar 22 14:40:22 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 149a3a84c29c9b8189576c7442ccb6dcf6a8f95b Source-Link: googleapis/googleapis@149a3a8 * feat: add RPC Priority request options PiperOrigin-RevId: 364449524 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Mar 22 17:39:37 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 6598bb829c9e9a534be674649ffd1b4671a821f9 Source-Link: googleapis/googleapis@6598bb8 * feat: add tagging request options PiperOrigin-RevId: 365498709 Source-Author: Google APIs <noreply@google.com> Source-Date: Sun Mar 28 20:54:25 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 6ce40ff8faf68226782f507ca6b2d497a77044de Source-Link: googleapis/googleapis@6ce40ff * fix: fix dependencies * chore: revert changes taht break tests * style: fix lint Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: larkee <larkee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 83adb1e - Browse repository at this point
Copy the full SHA 83adb1eView commit details
Commits on Apr 15, 2021
-
fix: support INSERT from SELECT clause with args (#306)
* fix: support INSERT from SELECT clause with args * the fix itself * update docstrings
Ilya Gurov authoredApr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 0dcda5e - Browse repository at this point
Copy the full SHA 0dcda5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 403ed94 - Browse repository at this point
Copy the full SHA 403ed94View commit details
Commits on Apr 16, 2021
-
chore: prevent normalization of semver versioning (#309)
* chore: prevent normalization of semver versioning * chore: update workaround to make sic work
Configuration menu - View commit details
-
Copy full SHA for 7015fd6 - Browse repository at this point
Copy the full SHA 7015fd6View commit details
Commits on Apr 23, 2021
-
feat: added support for numeric field for python decimal value (#316)
* feat: updated googleapis proto changes for request tags * feat: added support for numberic for python decimal value * feat: added support for numberic for python decimal value
Configuration menu - View commit details
-
Copy full SHA for 070a171 - Browse repository at this point
Copy the full SHA 070a171View commit details
Commits on Apr 26, 2021
-
feat(dbapi): remove string conversion for numeric fields (#317)
* feat: updated googleapis proto changes for request tags * feat: added support for numberic for python decimal value * feat: added support for converting decimal field to numeric field and removed it's conversion to string
Configuration menu - View commit details
-
Copy full SHA for 772aa3c - Browse repository at this point
Copy the full SHA 772aa3cView commit details -
fix: correctly set resume token when restarting streams (#314)
* fix: correctly set resume token for restarting streams * style: fix lint * docs: update docstring * test: fix assertion Co-authored-by: larkee <larkee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fcfc23 - Browse repository at this point
Copy the full SHA 0fcfc23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bddb81 - Browse repository at this point
Copy the full SHA 7bddb81View commit details
Commits on Apr 28, 2021
-
chore: migrate to owl bot (#319)
This PR migrates from autosynth to [owl bot](https://github.com/googleapis/repo-automation-bots/tree/master/packages/owl-bot). owl bot will save time for maintainers as it will automatically open PRs when there are updates in [googleapis-gen](https://github.com/googleapis/googleapis-gen/tree/master/google) without requiring maintainers to run `synthtool` to build the client from protos. Additionally, similar to autosynth, PRs will be automatically opened when there are template updates. With owl bot, on every PR, a post-processor image will run so that we won't have to ask contributors to run [blacken](https://github.com/googleapis/python-spanner/blob/master/synth.py#L88).
Configuration menu - View commit details
-
Copy full SHA for eccbd0d - Browse repository at this point
Copy the full SHA eccbd0dView commit details
Commits on Apr 29, 2021
-
perf: use protobuf for metadata to reduce type conversions (#325)
* perf: use protobuf for metadata to reduce type conversions * fix: ensure the metadata return type remains the same * fix: only wrap non-None metadata pbs Co-authored-by: larkee <larkee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5110b9b - Browse repository at this point
Copy the full SHA 5110b9bView commit details -
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 25a9f9b - Browse repository at this point
Copy the full SHA 25a9f9bView 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.3.0...v3.4.0