Releases: googleapis/python-spanner
Releases · googleapis/python-spanner
v3.51.0
3.51.0 (2024-12-05)
Features
- Add connection variable for ignoring transaction warnings (#1249) (eeb7836)
- spanner: Implement custom tracer_provider injection for opentelemetry traces (#1229) (6869ed6)
- Support float32 parameters in dbapi (#1245) (829b799)
Bug Fixes
- Allow setting connection.read_only to same value (#1247) (5e8ca94)
- Allow setting staleness to same value in tx (#1253) (a214885)
- Dbapi raised AttributeError with [] as arguments (#1257) (758bf48)
Performance Improvements
- Optimize ResultSet decoding (#1244) (ccae6e0)
- Remove repeated GetSession calls for FixedSizePool (#1252) (c064815)
Documentation
v3.50.1
v3.50.0
3.50.0 (2024-11-11)
Features
- spanner: Add support for Cloud Spanner Default Backup Schedules (45d4517)
Bug Fixes
- Add PROTO in streaming chunks (#1213) (43c190b)
- Pass through route-to-leader option in dbapi (#1223) (ec6c204)
- Pin
nox
version inrequirements.in
for devcontainer. (#1215) (41604fe)
Documentation
- Allow multiple KMS keys to create CMEK database/backup (68551c2)
v3.49.1
v3.49.0
3.49.0 (2024-08-27) - YANKED
Reason this release was yanked:
removal of grpc_interceptor
dependency
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)