Skip to content

SQL Atlas v0.6.0

Latest

Choose a tag to compare

@milekv milekv released this 13 Aug 09:52
· 1 commit to main since this release
4de011f

Analysis accuracy

  • PostgreSQL-aware scanning masks strings, nested comments and dollar-quoted bodies before structural rules run.
  • PL/pgSQL function bodies no longer split at internal semicolons.
  • NOT IN subqueries no longer produce duplicate generic findings.
  • NATURAL JOIN and commas inside GROUP BY functions are handled correctly.

Rule configuration

  • Use --config <file> with the CLI or config with the GitHub Action.
  • Use --ignore <rules> with the CLI or ignore with the Action.
  • Add -- sql-atlas-ignore rule-id to a SQL file for a local suppression.
  • Invalid values and unknown rule IDs produce clear configuration errors.

Verification

  • 71 automated tests
  • CLI and GitHub Action builds verified
  • GitHub Action smoke workflow passed
  • npm package contains 5 files and has zero runtime dependencies