π Notable Changes
- Redesign the database CI/CD workflow to align with industry practices (GitHub, GitLab) by clearly separating CI (review) and CD (deployment) phases:
- Update Project Webhook events. Please review the documentation for the current list of supported events to ensure your listeners remain compatible.
- Improve permission guards and access control:
- Redesign the Database Changelog and Revision pages.
- Remove Schema Drift Detection feature:
- Update core APIs
CreateSheet,CreatePlan,CreateRollout, andCreateRelease, please refer to the latest API documentation for updated request/response definitions. - Remove
auto_resolve_issueandallow_modify_statementfrom Project Settings. - Remove
maximum_connectionsfrom Instance Settings and useParallel tasks per rolloutin Project Settings instead. - Unify
TRUNCATE_TABLEandTRUNCATEinto a singleTRUNCATEstatement type for Custom Approval CEL expressions. - Update Terraform provider:
π Features
- Add refresh token support (previously only access tokens were supported).
- Allow configuring Access token duration and Refresh token duration (previously the sign-in frequency setting).
- Allow setting
No approval requiredin approval rules when configured conditions are met. - Support Workload Identity with GitLab.
π Enhancements
- Add list sorting for projects, instances, and databases.
- Grant Exemption supports CEL expressions and includes a database selector.
- PostgreSQL - Support ENUM value additions via
ALTER TYPE ... ADD VALUEin schema sync. - MySQL - Prettify generated DDL statements.
π Bug Fixes
- Fix AI setting cache modification issues.
- PostgreSQL β Fix cyclic foreign key dependency handling in schema diff.
- TiDB β Fix DML dry run handling for BATCH syntax.
- PostgreSQL β Fix using identifiers as SELECT target field aliases.
- Oracle β Fix SQL Review incorrectly flagging GRANT / REVOKE as reserved keywords.

