| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-30 | 3.2 kB | |
| v0.38.0 source code.tar.gz | 2025-09-30 | 789.7 kB | |
| v0.38.0 source code.zip | 2025-09-30 | 1.0 MB | |
| Totals: 3 Items | 1.8 MB | 0 | |
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.
Quick installation
macOS + Linux:
:::bash
curl -sSf https://atlasgo.sh | sh
Homebrew:
:::bash
brew install ariga/tap/atlas
Docker:
:::bash
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.