Releases: googleapis/python-spanner
Releases · googleapis/python-spanner
v3.52.0
3.52.0 (2025-02-19)
Features
- Add additional opentelemetry span events for session pool (a6811af)
- Add GCP standard otel attributes for python client (#1308) (0839f98)
- Add updated span events + trace more methods (#1259) (ad69c48)
- MetricsTracer implementation (#1291) (8fbde6b)
- Support GRAPH and pipe syntax in dbapi (#1285) (959bb9c)
- Support transaction and request tags in dbapi (#1262) (ee9662f)
- x-goog-spanner-request-id: Introduce AtomicCounter (#1275) (f2483e1)
Bug Fixes
- Retry UNAVAILABLE errors for streaming RPCs (#1278) (ab31078), closes #1150
- tracing: Ensure nesting of Transaction.begin under commit + fix suggestions from feature review (#1287) (d9ee75a)
- tracing: Only set span.status=OK if UNSET (#1248) (1d393fe), closes #1246
- Update retry strategy for mutation calls to handle aborted transactions (#1279) (0887eb4)
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
noxversion inrequirements.infor 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)