Releases: hanslemm/sqlquality
Releases · hanslemm/sqlquality
Release list
0.4.1
Functionally identical to 0.4.0. Republished because 0.2.0 through 0.4.0 were removed from PyPI: their source distributions bundled a test fixture whose placeholder values were not generic. The values were replaced and the repository history rewritten to match. PyPI does not allow a deleted version number to be reused, so the clean republish carries a new one. Anything pinned to a removed version must move to this release.
See CHANGELOG.md for the full 0.4.0 feature notes, which this release ships.
What's Changed
Full Changelog: v0.2.0...0.4.1
v0.2.0
What's Changed
- feat: SQL complexity engine +
sqlquality complexitycommand (Plan 1) by @hanslemm in #1 - feat: dbt-artifact integration +
sqlquality check(Plan 2) by @hanslemm in #2 - feat: complexity delta vs baseline + configurable gate (Plan 3) by @hanslemm in #3
- feat: SQLFluff rule engine + safe auto-fix (Plan 4) by @hanslemm in #4
- feat: perf adapter interface + Postgres adapter (Plan 5) by @hanslemm in #5
- feat: Redshift adapter — dist/sort inference + DS_ markers (Plan 6) by @hanslemm in #6
- feat: delivery surfaces — CI, pre-commit hook, markdown PR comment (Plan 7) by @hanslemm in #7
- feat: optional LLM refactor layer (Plan 8 — final) by @hanslemm in #8
New Contributors
Full Changelog: https://github.com/hanslemm/sqlquality/commits/v0.2.0