🚀 New Features
- Cassandra - support data masking.
- Add TLS certificate verification toggle while adding instance.
🔔 Notable Changes
- Service accounts no longer consume user seats.
- API – Deprecate
SQL_RESULT_SIZE_LIMIT
setting andDATA_EXPORT
policy. ConsolidatedSQLQueryRestrictionSetting
andExportDataPolicy
into theDATA_QUERY
policy. - Terraform – Deprecate
sql_query_restriction
setting. Use thequery_data_policy
block instead, which supportsdisable_export
,maximum_result_rows
,maximum_result_size
, andtimeout_in_seconds
.
🎄 Enhancements
- Bytebase Cloud - Gemini AI is enabled automatically in the SaaS mode - Totally FREE!
- Bytebase GitHub Actions
bytebase-action rollout
command now outputs a job summary on GitHub. Example - Improve database creation page for clearer information.
🐞 Bug Fix
- SQL Server - Fix cross-database reference issues in queries.