Releases: Quantco/sqlcompyre
Releases · Quantco/sqlcompyre
v2.0.0
What's Changed
⚠️ Breaking Changes
✨ New Features
- Add column statistics to query inspection by @borchero in #18
- Allow to compare queries in
compare_table
function by @borchero in #16
🏗️ Testing
🛠 Builds
- Bump the gh-actions group with 2 updates by @dependabot in #15
- Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the gh-actions group by @dependabot in #14
♻️ Chores
- Add support for Python 3.13 and fix test warnings by @borchero in #19
- Simplify type annotations for SQLAlchemy v2 by @borchero in #17
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
🐞 Bug Fixes
- Column name mapping in missing left/right by @MariusMerkleQC in #12
- Use less common name as match suffix by @MariusMerkleQC in #13
📚 Documentation
- Make readme more presentable by @AaronTackeQC in #4
🛠 Builds
- Bump the gh-actions group with 3 updates by @dependabot in #10
- Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the gh-actions group by @dependabot in #8
- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the gh-actions group by @dependabot in #5
♻️ Chores
Full Changelog: v1.0.0...v1.0.1