-
Notifications
You must be signed in to change notification settings - Fork 101
Comparing changes
Open a pull request
base repository: googleapis/python-spanner
base: v3.13.0
head repository: googleapis/python-spanner
compare: v3.14.0
- 16 commits
- 201 files changed
- 8 contributors
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 837490f - Browse repository at this point
Copy the full SHA 837490fView commit details
Commits on Feb 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4101571 - Browse repository at this point
Copy the full SHA 4101571View commit details
Commits on Feb 26, 2022
-
docs: add generated snippets (#680)
* chore: use gapic-generator-python 0.63.2 docs: add generated snippets PiperOrigin-RevId: 427792504 Source-Link: googleapis/googleapis@55b9e1e Source-Link: googleapis/googleapis-gen@bf4e86b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmY0ZTg2Yjc1M2Y0MmNiMGVkYjFmZDUxZmJlODQwZDdkYTBhMWNkZSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix!: annotating some fields as REQUIRED These fields were actually always required by the backend, so annotation just documents status quo. I believe this change will not require major version bump for any language. PiperOrigin-RevId: 429093810 Source-Link: googleapis/googleapis@dc04c1c Source-Link: googleapis/googleapis-gen@0e23469 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGUyMzQ2OWJlYTJmMzk3ZjJiNzgzYzVhMjVlNjQ0NTJmODZiZTZiYyJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: use gapic-generator-python 0.63.4 chore: fix snippet region tag format chore: fix docstring code block formatting PiperOrigin-RevId: 430730865 Source-Link: googleapis/googleapis@ea58002 Source-Link: googleapis/googleapis-gen@ca893ff Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: delete duplicates * chore: update copyright year to 2022 PiperOrigin-RevId: 431037888 Source-Link: googleapis/googleapis@b3397f5 Source-Link: googleapis/googleapis-gen@510b54e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTEwYjU0ZTFjZGVmZDUzMTczOTg0ZGYxNjY0NTA4MTMwOGZlODk3ZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f21dac4 - Browse repository at this point
Copy the full SHA f21dac4View commit details
Commits on Mar 4, 2022
-
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#685)
fix(deps): require proto-plus>=1.15.0
Configuration menu - View commit details
-
Copy full SHA for 7a46a27 - Browse repository at this point
Copy the full SHA 7a46a27View commit details -
chore: Adding support for pytest-xdist and pytest-parallel (#686)
Source-Link: googleapis/synthtool@82f5cb2 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5d8da01438ece4021d135433f2cf3227aa39ef0eaccc941d62aa35e6902832ae Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 09c5144 - Browse repository at this point
Copy the full SHA 09c5144View commit details
Commits on Mar 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b79c995 - Browse repository at this point
Copy the full SHA b79c995View commit details
Commits on Mar 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8c3f25f - Browse repository at this point
Copy the full SHA 8c3f25fView commit details
Commits on Mar 21, 2022
-
feat: add support for Cross region backup proto changes (#691)
* Synchronize new proto/yaml changes. PiperOrigin-RevId: 436114471 Source-Link: googleapis/googleapis@6379d5f Source-Link: googleapis/googleapis-gen@a59984b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU5OTg0YjRjYjcxMWVlYjE4NmJjYTRmNWIzNWFkYmZlNjA4MjVkZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ac62cb - Browse repository at this point
Copy the full SHA 8ac62cbView commit details
Commits on Mar 25, 2022
-
feat: add support for spanner copy backup feature (#600)
* changes for copy backup feature * changes to test case * changes to documenttation * feat: changes as per review, adding shared_backup * changes for cross region backup * samples: changes to list backup operations * chore(deps): update all dependencies (#689) * chore(deps): update dependency pytest to v7.1.1 (#690) * feat: add support for Cross region backup proto changes (#691) * Synchronize new proto/yaml changes. PiperOrigin-RevId: 436114471 Source-Link: googleapis/googleapis@6379d5f Source-Link: https://github.com/googleapis/googleapis-gen/commit/a59984b4cb711eeb186bca4f5b35adbfe60825df Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU5OTg0YjRjYjcxMWVlYjE4NmJjYTRmNWIzNWFkYmZlNjA4MjVkZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * feat: adding samples * linting Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 97faf6c - Browse repository at this point
Copy the full SHA 97faf6cView commit details
Commits on Mar 29, 2022
-
chore(python): use black==22.3.0 (#695)
Source-Link: googleapis/synthtool@6fab84a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe
Configuration menu - View commit details
-
Copy full SHA for 474b1b5 - Browse repository at this point
Copy the full SHA 474b1b5View commit details
Commits on Apr 6, 2022
-
chore(python): add license header to auto-label.yaml (#709)
Source-Link: googleapis/synthtool@eb78c98 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8a5d3f6a2e43ed8293f34e06a2f56931d1e88a2694c3bb11b15df4eb256ad163 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 04a742e - Browse repository at this point
Copy the full SHA 04a742eView commit details
Commits on Apr 7, 2022
-
chore: allow releases from previous major versions (#708)
* chore: allow releases from previous major versions * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: add config to owlbot.py * chore: update postprocessor SHA Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 879c55b - Browse repository at this point
Copy the full SHA 879c55bView commit details
Commits on Apr 10, 2022
-
chore(python): refactor unit / system test dependency install (#700)
* chore: upgrade black in noxfile.py to 22.3.0 Source-Link: googleapis/synthtool@0dcf739 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9ce2de2e0a59b6ae3b1eb216f441ee0dea59b1cfc08109d03613916d09d25a35 * ci: add extras for system tests * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for e54899c - Browse repository at this point
Copy the full SHA e54899cView commit details
Commits on Apr 14, 2022
-
chore: use gapic-generator-python 0.65.1 (#717)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 441524537 Source-Link: googleapis/googleapis@2a27391 Source-Link: googleapis/googleapis-gen@ab6756a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWI2NzU2YTQ4Yzg5YjViY2I5ZmI3MzQ0M2NiOGU1NWQ1NzRmNDY0MyJ9 feat: AuditConfig for IAM v1 fix(deps): require grpc-google-iam-v1 >=0.12.4
Configuration menu - View commit details
-
Copy full SHA for 7642eba - Browse repository at this point
Copy the full SHA 7642ebaView commit details
Commits on Apr 20, 2022
-
fix: add NOT_FOUND error check in __exit__ method of SessionCheckout. (…
…#718) * fix: Inside SnapshotCheckout __exit__ block check if NotFound exception was raised for the session and create new session if needed * test: add test for SnapshotCheckout __exit__ checks * refactor: lint fixes * test: add test case for NotFound Error in SessionCheckout context but unrelated to Sessions
Configuration menu - View commit details
-
Copy full SHA for 265e207 - Browse repository at this point
Copy the full SHA 265e207View commit details -
chore(main): release 3.14.0 (#682)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9c9ad66 - Browse repository at this point
Copy the full SHA 9c9ad66View 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.13.0...v3.14.0