Skip to content

Releases: sbdchd/squawk

support arm64

24 Sep 13:53
8ebcabc
Compare
Choose a tag to compare

Added

  • added support for linux arm64 builds (#382).

support windows

08 Sep 21:51
fa08aa9
Compare
Choose a tag to compare

Added

Fixed

  • fixed "prefer-robust-stmts" to work with RLS (#367)

fix darwin-x86 install

26 Jun 16:54
ca1f346
Compare
Choose a tag to compare

Fixed

  • fix install for darwin-x86. Thanks @nanpx! (#361)

fix build for macOS arm64 and x86

17 Jun 01:46
e0212fa
Compare
Choose a tag to compare

Fixed

  • fix build for macos arm64 (#356)

fail_on_violations configuration. root flags in upload-to-github subcommand

13 Jun 23:59
a7d59a9
Compare
Choose a tag to compare

Changed

  • support configuration for "fail_on_violations" via upload_to_github.fail_on_violations (#353)
  • support root flags within upload-to-github subcommand (#353)

support glob matching for paths parameter

12 Jun 23:40
f0dba18
Compare
Choose a tag to compare

Changed

  • provided paths now support glob matching. squawk 'migrations/*.sql' (#352)

v0.29.0

31 May 13:04
d2a8e26
Compare
Choose a tag to compare

Added

  • added --excluded-paths flag and excluded_paths = ["example.sql"] configuration option to ignore paths when searching for files (#350). Thanks @rdaniels6813!

v0.28.0

13 Jan 00:57
6437c3c
Compare
Choose a tag to compare

Changed

  • add exceptions for ban-concurrent-index-creation-in-transaction to handle golang-migrate. Thanks @janrueth! (#339)
  • improve disallowed-unique-constraint to handle alter table...add column... unique. (#337)

v0.27.0

12 Jan 04:41
5e0b0a9
Compare
Choose a tag to compare

Added

  • added ban-concurrent-index-creation-in-transaction rule. Thanks @alixlahuec! (#335)

v0.26.0

13 Dec 01:49
7417733
Compare
Choose a tag to compare

Changed

  • squawk upload-to-github will always leave a pull request comment if files are evaluated. Previously if violations were resolved, stale warnings would be left in a comment. (#330)