Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-17 | 1.6 kB | |
Release 3.8.1 source code.tar.gz | 2025-07-17 | 6.2 MB | |
Release 3.8.1 source code.zip | 2025-07-17 | 8.4 MB | |
Totals: 3 Items | 14.6 MB | 0 |
🔔 Notable Changes
- New database CI/CD experience is available in preview. Enable it from the profile dropdown.
default_expression
,default_string
, anddefault_null
fields inColumnMetadata
are removed from the API. Use the unifieddefault
field instead. This affects APIs such asGetDatabaseMetadata
andGetChangelog
.
🚀 New Features
- In SQL Editor and audit log, show masking reason for sensitive data.
🎄 Enhancements
- Data export files are available for 24 hours and can be downloaded unlimited times during that period.
- SQL Server - Support Spatial Index in schema rollback and synchronization.
- Redshift - Support turning off transaction wrapping using the
-- txn-mode=off
directive before the SQL statement. - Terraform - Support more policies:
- rollout policy (for environments)
- copy data policy (for environments and projects)
- data source query policy (for environments and projects)
- See example configurations.
- Introduce a new 8-part series of Terraform Provider Tutorials.
Changelog
https://github.com/bytebase/bytebase/compare/3.8.0...3.8.1
Warning 1): Bytebase does not support in-place downgrade. Make sure to back up your metadata before upgrading. 2) Never run multiple containers on the same data directory. Stop and remove the old one first to avoid corruption.