chore: migrate google-cloud-sql to librarian#8780
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Cloud SQL Admin API client library by introducing a new bidirectional streaming service, SqlDataService, and adding support for resolving connect settings. It also updates proto definitions for v1 and v1beta4 with new configuration options, including Private Service Connect (PSC) DNS automation, service connection policies, accelerated replica modes, developer editions, expanded database versions (PostgreSQL 19/20 and SQL Server 2025), and advanced Performance Capture configurations. Feedback on the changes suggests reverting the release_level of @google-cloud/sql from preview back to stable in .repo-metadata.json to avoid affecting automated release processes.
| "library_type": "GAPIC_AUTO", | ||
| "name": "sqladmin", | ||
| "name_pretty": "Cloud SQL Admin", | ||
| "release_level": "preview", |
There was a problem hiding this comment.
The release_level for @google-cloud/sql is changed from stable to preview. Since this package is already stable, changing it to preview is likely a mistake and could affect automated release processes and documentation badges. Please revert this to stable.
| "release_level": "preview", | |
| "release_level": "stable", |
248a1f3 to
5b5c3dc
Compare
No description provided.