Sqruff

Latest version: v0.21.10

Safety actively analyzes 688587 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 15

0.18.5

What's Changed
* feat: add descriptins to libraries by benfdking in https://github.com/quarylabs/sqruff/pull/840
* chore: bump version to 18 5 by benfdking in https://github.com/quarylabs/sqruff/pull/841


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.18.4...v0.18.5

0.18.4

What's Changed
* feat: install cargo binstall metadata by benfdking in https://github.com/quarylabs/sqruff/pull/837
* ci: fix publish dialects and core by benfdking in https://github.com/quarylabs/sqruff/pull/838
* chore: bump version to 18 4 by benfdking in https://github.com/quarylabs/sqruff/pull/839


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.18.3...v0.18.4

0.18.3

What's Changed
* chore: bump regex from 1.10.6 to 1.11.0 by dependabot in https://github.com/quarylabs/sqruff/pull/829
* fix: crate dependency version fixing by benfdking in https://github.com/quarylabs/sqruff/pull/832
* ci: add shellcheck to gha by benfdking in https://github.com/quarylabs/sqruff/pull/833
* ci: fix upload to vscode marketplace by benfdking in https://github.com/quarylabs/sqruff/pull/834
* chore: bump verison 18 3 by benfdking in https://github.com/quarylabs/sqruff/pull/835


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.18.2...v0.18.3

0.18.2

What's Changed
* chore: update 18 2 by benfdking in https://github.com/quarylabs/sqruff/pull/828


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.18.1...v0.18.2

0.18.1

What's Changed
* feat: add from dialect into parser by benfdking in https://github.com/quarylabs/sqruff/pull/785
* feat(playground): add header by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/773
* chore: update deps for testing upgrade by benfdking in https://github.com/quarylabs/sqruff/pull/786
* internal: update deploy.yml by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/787
* refactor: remove dead code by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/789
* fix(lineage): properly handle `ON` clauses in `JOIN` operations by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/788
* refactor: uncloupling sqlinference from lib by benfdking in https://github.com/quarylabs/sqruff/pull/791
* fix: prevent underflow in `EditType::CreateBefore` by using `saturating_sub` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/790
* fix: update path to dialect fixtures in benchmark script by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/793
* refactor: cache `code_indices` using `OnceCell` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/795
* refactor: optimize newline normalization by using `lazy_regex::regex!` and returning `Cow<str>` to reduce allocations by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/792
* internal: add `[workspace.lints.rust]` to workspace `Cargo.toml` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/797
* refactor: clean up Linter interface by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/794
* chore: add clippy lints for performance and cloning warnings by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/799
* chore: bump esbuild from 0.23.1 to 0.24.0 by dependabot in https://github.com/quarylabs/sqruff/pull/809
* chore: bump actions/configure-pages from 4 to 5 by dependabot in https://github.com/quarylabs/sqruff/pull/803
* chore: udpate cargo dependencies by benfdking in https://github.com/quarylabs/sqruff/pull/810
* chore: update september node deps by benfdking in https://github.com/quarylabs/sqruff/pull/811
* refactor: use static dispatch instead of dynamic for `Matchable` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/801
* refactor: simplify runner by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/800
* feat: add nothing to fix skip by benfdking in https://github.com/quarylabs/sqruff/pull/814
* docs: adding some configuration docs to the readme by benfdking in https://github.com/quarylabs/sqruff/pull/816
* chore: remove `let_chains` feature by benfdking in https://github.com/quarylabs/sqruff/pull/815
* refactor: use `eq_ignore_case` where possible and attempt to reduce allocations in `.raw` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/796
* chore: typos, small linting issues by benfdking in https://github.com/quarylabs/sqruff/pull/818
* docs: add about github output format detection by benfdking in https://github.com/quarylabs/sqruff/pull/821
* fix: modify name and make it sqruff by benfdking in https://github.com/quarylabs/sqruff/pull/822
* feat: automatically detect github action by benfdking in https://github.com/quarylabs/sqruff/pull/820
* chore: move to stable for compatibility by benfdking in https://github.com/quarylabs/sqruff/pull/817
* chore: update cargo dependencies by benfdking in https://github.com/quarylabs/sqruff/pull/824
* chore: update node dependencies by benfdking in https://github.com/quarylabs/sqruff/pull/825
* chore: bump version 18 1 by benfdking in https://github.com/quarylabs/sqruff/pull/827


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.18.0...v0.18.1

0.17.0

What's Changed
* ci: in release mark release as draft by benfdking in https://github.com/quarylabs/sqruff/pull/714
* refactor: move nodematcher from ansi to core by benfdking in https://github.com/quarylabs/sqruff/pull/715
* Update CONTRIBUTING.md by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/716
* feat: implement the trino dialect by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/717
* docs: add trino to supported dialects in readme by benfdking in https://github.com/quarylabs/sqruff/pull/718
* chore: bump version after trino by benfdking in https://github.com/quarylabs/sqruff/pull/719
* chore: bump node version by benfdking in https://github.com/quarylabs/sqruff/pull/720


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.16.0...v0.17.0

Page 4 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.