v0.22.0
We are excited to announce the release of Atlas v0.22 π
We're happy to share with you v0.22, which includes very exciting improvements for Atlas. Here's what's new:
RENAME
Detection - Prior to version v0.22, Atlas interpreted schema renames asDROP
andADD
commands. This version includes a rename detector that identifies such operations and interactively asks the user for feedback before generating the changes.- Preventing Table Locks - Eight new checks have been added to the
migrate lint
to detect table locks in various modes, which can be avoided during the PR stage. Note, these checks are available for Atlas Cloud users only π - Added support for PostgreSQL
UNIQUE
andEXCLUDE
constraints. - PostgreSQL composite types can now be managed as part of your schema.
- Added support for sequence objects in Microsoft SQL Server.
Quick installation
macOS + Linux:
curl -sSf https://atlasgo.sh | sh
Homebrew:
brew install ariga/tap/atlas
Docker:
docker pull arigaio/atlas
Windows
Legal
The default binaries in this release are distributed released under Atlas EULA, and the community binaries are released under the Apache 2.0 license. If you would like to build Atlas from source follow the instructions here.
Full Changelog: v0.21.0...v0.22.0