Skip to content

Latest commit

 

History

History
217 lines (96 loc) · 11.9 KB

File metadata and controls

217 lines (96 loc) · 11.9 KB

Changelog

0.24.0 (2026-01-16)

Features

  • [sql] introduces auto_upgrade_enabled option for MySQL in DatabaseInstance.Settings (#6969) (4880248)

0.23.0 (2025-11-21)

Features

  • [sql] introduces auto_upgrade_enabled option for MySQL in DatabaseInstance.Settings (#6904) (f3c5811)

0.22.0 (2025-10-31)

Features

  • [sql] introduces POSTGRES_17 and POSTGRES_18 database versions in the SqlDatabaseVersion enum type (#6854) (90ffcd9)

0.21.1 (2025-10-13)

Bug Fixes

  • [gkeconnect-gateway] remove unused GatewayServiceClient (#6775) (41c2ff2)

0.21.0 (2025-07-09)

Features

  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6419) (f8a324c)
  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6423) (df9184f)
  • Add protobufjs 2023 edition support (#6303) (4a0cba1)

0.20.1 (2025-03-19)

Bug Fixes

  • [Many APIs] await/catch promises, and update listOperationsAsync return type (#6188) (a73cdbf)

0.20.0 (2025-03-18)

⚠ BREAKING CHANGES

  • upgrade to Node 18 (#6096)

Features

  • Add request/response debug logging to gapics, update templates to gax 5 and node 18 (#1671) (eed00f4)

Bug Fixes

  • Add json files to tsconfig templates (#1692) (ba6be1d) (eed00f4)

Miscellaneous Chores

0.19.1 (2025-02-28)

Bug Fixes

  • [sql] use json_name annotations where needed (#6054) (cf32c0c)

0.19.0 (2024-08-29)

Features

  • [sql] A new field max_chargeable_bytes is added to message .google.cloud.sql.v1.BackupRun (#5631) (a2328d8)

0.18.0 (2024-08-19)

Features

  • [sql] add Postgres Import/Export config messages (#5572) (4e3953a)

0.17.0 (2024-07-22)

Features

  • [sql] add EXTENSIONS_NOT_ENABLED_IN_REPLICA error type (#5533) (eafdb74)

0.16.0 (2024-07-10)

Features

  • [sql] add Dataplex integration opt-in field (#5518) (6d8a33d)
  • [sql] add Dataplex integration opt-in field (#5527) (347ea87)

0.15.0 (2024-06-26)

Features

  • [sql] A new field upgradable_database_versions is added to message .google.cloud.sql.v1beta4.DatabaseInstance (#5478) (e0f0fd2)

0.14.0 (2024-06-12)

Features

  • [sql] add Cluster maintenance and Self-service maintenance to SqlOperationType (#5452) (5de5142)

0.13.0 (2024-06-05)

Features

  • [sql] Support for CLUSTER_MAINTENANCE and SELF_SERVICE_MAINTENANCE operation types (#5428) (201f11a)

0.12.0 (2024-05-21)

Features

  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5351) (01f48fc)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5354) (a9784ed)

0.11.0 (2024-05-02)

Features

  • [sql] Support for the AcquireSsrsLease and ReleaseSsrsLease RPCs (#5299) (485ff29)

0.10.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5191) (57567db)

0.9.0 (2024-03-26)

Features

  • [sql] support INSUFFICIENT_DISK_SIZE and INSUFFICIENT_MACHINE_TIER error types for external primary instance migration settings (#5161) (73bed7b)

0.8.0 (2024-03-07)

Features

  • [sql] A new value PG_SUBSCRIPTION_COUNT is added to enum SqlExternalSyncSettingErrorType (#5115) (33edf62)

0.7.0 (2024-02-22)

Features

  • [sql] A new field threads is added to message .google.cloud.sql.v1beta4.ExportContext (#5048) (ff8ef66)

0.6.0 (2024-02-09)

Features

  • Trusted Private Cloud support, use the universeDomain parameter (#5027) (88763bb)

0.5.0 (2024-01-15)

Features

  • [sql] added value UNABLE_TO_VERIFY_DEFINERS to enum SqlExternalSyncSettingErrorType (#4933) (bb3a357)

0.4.0 (2024-01-05)

Features

  • [sql] add INCOMPATIBLE_DATABASE_MINOR_VERSION, SOURCE_MAX_SUBSCRIPTIONS to SqlExternalSyncSettingErrorType enum (#4867) (1ddca2a)

0.3.0 (2023-12-05)

Features

0.2.0 (2023-11-03)

Features

  • [sql] a new value LOCAL_INFILE_OFF is added to enum SqlExternalSyncSettingErrorType (#4728) (b71e06c)

0.1.0 (2023-09-06)

⚠ BREAKING CHANGES

  • migrate to Node 14 (#4443)

Features

  • Add initial files for google.cloud.sql.v1 (#4465) (afd40d5)

Miscellaneous Chores