Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency google-cloud-spanner to v3 #814

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-spanner ==1.19.3 -> ==3.49.1 age adoption passing confidence

Release Notes

googleapis/python-spanner (google-cloud-spanner)

v3.49.1

Compare Source

Bug Fixes

v3.49.0

Compare Source

Features
  • Create a few code snippets as examples for using Spanner Graph in Python (#​1186) (f886ebd)
  • spanner: Add resource reference annotation to backup schedules (#​1176) (b503fc9)
  • spanner: Add samples for instance partitions (#​1168) (55f83dc)
Bug Fixes

v3.48.0

Compare Source

Features
  • Add field lock_hint in spanner.proto (9609ad9)
  • Add field order_by in spanner.proto (9609ad9)
  • Add support for Cloud Spanner Scheduled Backups (9609ad9)
  • spanner: Add support for txn changstream exclusion (#​1152) (00ccb7a)
Bug Fixes

v3.47.0

Compare Source

Features

v3.46.0

Compare Source

Features
  • spanner: Adding EXPECTED_FULFILLMENT_PERIOD to the indicate instance creation times (with FULFILLMENT_PERIOD_NORMAL or FULFILLMENT_PERIOD_EXTENDED ENUM) with the extended instance creation time triggered by On-Demand Capacity Feature (293ecda)
Documentation

v3.45.0

Compare Source

Features
Bug Fixes

v3.44.0

Compare Source

Features
Bug Fixes
  • Correcting name of variable from table_schema to schema_name (#​1114) (a92c6d3)
Documentation

v3.43.0

Compare Source

Features
Documentation

v3.42.0

Compare Source

Features
  • Add FLOAT32 enum to TypeCode (5b94dac)
  • Add max_commit_delay API (#​1078) (ec87c08)
  • Add proto descriptors for proto and enum types in create/update/get database ddl requests (5b94dac)
  • Fixing and refactoring transaction retry logic in dbapi. Also adding interceptors support for testing (#​1056) (6640888)
  • Implementation of run partition query (#​1080) (f3b23b2)
Bug Fixes
Documentation
  • Samples and tests for auto-generated createDatabase and createInstance APIs. (#​1065) (16c510e)

v3.41.0

Compare Source

Features
Bug Fixes
Documentation

v3.40.1

Compare Source

Bug Fixes

v3.40.0

Compare Source

Features
  • Enable leader aware routing by default. This update contains performance optimisations that will reduce the latency of read/write transactions that originate from a region other than the default leader region. (e8dbfe7)

v3.39.0

Compare Source

Features
  • Foreign key on delete cascade action testing and samples (#​910) (681c8ee)
Documentation

v3.38.0

Compare Source

Features

v3.37.0

Compare Source

Features
  • Enable leader aware routing by default. This update contains performance optimisations that will reduce the latency of read/write transactions that originate from a region other than the default leader region. (402b101)
Bug Fixes
Documentation

v3.36.0

Compare Source

Features

v3.35.1

Compare Source

Bug Fixes

v3.35.0

Compare Source

Features

v3.34.0

Compare Source

Features
Bug Fixes

v3.33.0

Compare Source

Features

v3.32.0

Compare Source

Features

v3.31.0

Compare Source

Features
  • Add databoost enabled property for batch transactions (#​892) (ffb3915)
Bug Fixes

v3.30.0

Compare Source

Features

v3.29.0

Compare Source

Features
Bug Fixes
  • Correcting the proto field Id for field data_boost_enabled (#​915) (428aa1e)
Documentation

v3.28.0

Compare Source

Features
  • Enable "rest" transport in Python for services supporting numeric enums (#​897) (c21a0d5)

v3.27.1

Compare Source

Bug Fixes
Documentation
  • Add documentation for enums (830f325)

v3.27.0

Compare Source

Features
  • Add support for python 3.11 (#​879) (4b8c2cf)
  • Add typing to proto.Message based class attributes (4683d10)
Bug Fixes
  • Add dict typing for client_options (4683d10)
  • deps: Require google-api-core >=1.34.0, >=2.11.0 (4683d10)
  • Drop packaging dependency (4683d10)
  • Drop usage of pkg_resources (4683d10)
  • Fix timeout default values (4683d10)
Documentation
  • samples: Snippetgen handling of repeated enum field (4683d10)
  • samples: Snippetgen should call await on the operation coroutine before calling result (4683d10)

v3.26.0

Compare Source

Features
Bug Fixes
  • Fix for binding of pinging and bursty pool with database role (#​871) (89da17e)

v3.25.0

Compare Source

Features

v3.24.0

Compare Source

Features
  • Add snippets for Spanner DML with returning clause (#​811) (62e55b5)
  • Add support and tests for DML returning clauses (#​805) (81505cd)

v3.23.0

Compare Source

Features
Bug Fixes
Documentation

v3.22.2

Compare Source

🤖 I have created a release beep boop

3.22.2 (2022-10-10)
Bug Fixes

v3.22.1

Compare Source

Bug Fixes
Documentation
  • samples: add samples for CMMR phase 2 (4282340)

v3.22.0

Compare Source

Features
  • Adding reason, domain, metadata & error_details fields in Custom Exceptions for additional info (#​804) (2a74060)

v3.21.0

Compare Source

Features

v3.20.0

Compare Source

Features
Bug Fixes
  • if JsonObject serialized to None then return null_value instead of string_value (#​771) (82170b5)

v3.19.0

Compare Source

Features

v3.18.0

Compare Source

Features
  • Add ListDatabaseRoles API to support role based access control (#​774) (3867882)
Bug Fixes
  • deps: allow protobuf < 5.0.0 (eee5f31)
  • deps: require proto-plus >= 1.22.0 (eee5f31)
  • target new spanner db admin service config (8c73cb3)

v3.17.0

Compare Source

Features
  • add audience parameter (60db146)
  • add Session creator role (60db146)
  • Adding two new fields for Instance create_time and update_time (60db146)
Bug Fixes
Documentation
  • clarify transaction semantics (60db146)

v3.16.0

Compare Source

Features
Bug Fixes

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features

v3.14.1

Compare Source

Bug Fixes
Documentation

v3.14.0

Compare Source

Features
Bug Fixes
  • add NOT_FOUND error check in exit method of SessionCheckout. (#​718) (265e207)
  • deps: require google-api-core>=1.31.5, >=2.3.2 (#​685) (7a46a27)
  • deps: require grpc-google-iam-v1 >=0.12.4 (7642eba)
  • deps: require proto-plus>=1.15.0 (7a46a27)
Documentation

v3.13.0

Compare Source

Features
Bug Fixes
  • add support for row_count in cursor. (#​675) (d431339)
  • resolve DuplicateCredentialArgs error when using credentials_file (#​676) (39ff137)

v3.12.1

Compare Source

Bug Fixes
  • Django and SQLAlchemy APIs are failing to use rowcount (#​654) (698260e)

v3.12.0

Compare Source

Features
Bug Fixes
  • db_api: emit warning instead of an exception for rowcount property (#​628) (62ff9ae)
  • deps: drop packaging dependency (5ae4be8)
  • deps: require google-api-core >= 1.28.0 (5ae4be8)
  • improper types in pagers generation (5ae4be8)
Performance Improvements
  • dbapi: set headers correctly for dynamic routing (#​644) (d769ff8)
Documentation
  • list oneofs in docstring (5ae4be8)

v3.11.1

Compare Source

Bug Fixes

v3.11.0

Compare Source

Features

v3.10.0

Compare Source

Features
Bug Fixes
  • db_api: move connection validation into a separate method (#​543) (237ae41)
  • handle google.api_core.exceptions.OutOfRange exception and throw InegrityError as expected by dbapi standards (#​571) (dffcf13)

v3.9.0

Compare Source

Features

v3.8.0

Compare Source

Features
Bug Fixes
  • samples: batch_update() results processing error (#​484) (bdd5f8b)

v3.7.0

Compare Source

Features
Bug Fixes
Documentation

v3.6.0

Compare Source

Features
Bug Fixes
Documentation

v3.5.0

Compare Source

Features
  • add decimal validation for numeric precision and scale supported by Spanner (#​340) (aa36c5e)
  • add progress field to UpdateDatabaseDdlMetadata (#​361) (1c03dcc)
  • add query statistics package support (#​129) (6598dea)
Bug Fixes
  • an Aborted exception isn't properly retried (#​345) ([e69e6

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: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added the dependencies Dependency changes and updates label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency changes and updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant