gcp Google Cloud release notes ·

Cloud SQL for MySQL: Parameterized Secure Views in Preview

gcppreviewengineergcp-cloud-sql
feature

Cloud SQL for MySQL now supports parameterized secure views, allowing for dynamic data access management within a single view definition. This enhancement simplifies the creation of flexible views that can cater to multiple queries and user roles without needing separate static definitions. The feature requires Cloud SQL for MySQL 8.0.43 or later with a specific maintenance version and is currently in preview.

Features (1)
  • Cloud SQL for MySQL

    You can now create and query parameterized secure views in Cloud SQL for MySQL. Parameterized secure views let you create MySQL views in your MySQL database that reference session variables for managing data access. By using a parameterized secure view, you can create a single view that is flexible enough to accommodate multiple queries across a predefined range of data without being required to create multiple static view definitions for different users. To use parameterized secure views, you're required to have Cloud SQL for MySQL 8.0.43 or later and maintenance version R20260320.00_20 or la

Read the original announcement →

https://docs.cloud.google.com/release-notes#July_13_2026