Skip to content

v7.11.0

Latest
Compare
Choose a tag to compare
@release-please release-please released this 05 Dec 17:02
bef5668

7.11.0 (2024-12-05)

Features

  • [proto] add Database.CmekConfig and Database.cmek_config (information about CMEK enablement) (2779896)
  • [proto] add Database.delete_time (the time a database was deleted, if it ever was) (2779896)
  • [proto] add Database.previous_id (if a database was deleted, what ID it was using beforehand) (2779896)
  • [proto] add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases) (2779896)
  • [proto] allow specifying an encryption_config when restoring a database (2779896)
  • Enable tracing via OpenTelemetry. (#2218) (1ddb62e)
  • Support fire-admin tag for Admin Node SDK (#2238) (#2252) (1339dc2)

Bug Fixes

  • Use correct limit when retrying a limit query stream with a cursor (#2203) (ab94092)