We are excited to announce the release of Atlas v0.38 🎊
We're excited to announce the release of Atlas v0.38 with a comprehensive set of new features and improvements that further strengthen Atlas as your go-to database schema management tool:
- Oracle Triggers and Views - We've expanded the support for Oracle schemas to include triggers and views.
- Snowflake Additions - Our library of supported resources for Snowflake has also expanded with the additions of stages, external tables, hybrid tables, and dynamic tables.
- Google Spanner Additions - Spanner users can now manage geo-partitioning placements, locality groups, sequences, and change streams with Atlas.
- Expanded Analyzer Detection - Our linting analyzers now detect SQL injections in SQL schema and migration files, and incorrect usage of transactions in migration files.
- HTTP Data Source - Users can now use HTTP endpoints as data sources in the Atlas configuration file.
- PII Detection - Objects containing potentially sensitive or PII data can now be automatically or manually tagged in the Atlas Registry.
- Pre/Post-migration Hooks - Pre- and post-migration hooks enable teams to run custom logic before and after applying migrations.
- Atlas Monitoring - The Atlas Agent can now automatically discover and monitor RDS instances across multiple AWS accounts using IAM role assumption.
- Azure DevOps Repos CI/CD Integration - Atlas now provides native integration with Azure DevOps Pipelines and Azure Repos, including a dedicated Azure DevOps extension for seamless database schema CI/CD workflows.
 
Read the full announcement in our blogpost.
Change in v0.38:
atlas migrate lintAs announced in v0.37, starting with v0.38, the, the atlas migrate lint command will no longer be included in the Starter (free) plan of Atlas. The code remains open-source (Apache 2 license) and available in Atlas Community Edition. If you need the command without using Atlas Pro, you can still build Atlas from source or use the community binary.
Quick installation
macOS + Linux:
curl -sSf https://atlasgo.sh | shHomebrew:
brew install ariga/tap/atlasDocker:
docker pull arigaio/atlasWindows
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.