Highlights
This is a bugfix release primarily to change the configuration of how rust wheels are distributed for sqlfluffrs. From this release onwards, rust wheels use ABI3 so that a single wheel can be reused across multiple python versions, and the number of platforms which we distribute pre-compiled wheels for has been reduced. This is to ensure we remain with the storage limits set by pypi.
In addition to this we see two TSQL fixes, including the first contribution by @simondennis9 to the project. Thanks for your contributions! π
Whatβs Changed
- build(deps): bump axios from 1.13.6 to 1.16.1 in /docsv (#7846) @dependabot[bot]
- TSQL: enable parameters in CONTAINSTABLE (#7843) @peterbud
- Cut back the rust wheels distributed and use ABI3 (#7844) @alanmcruickshank
- fix(tsql): RuntimeError parsing grant alter/create statements (#7835) @simondennis9
New Contributors
- @simondennis9 made their first contribution in #7835