Skip to content

Releases: sbdchd/squawk

fix actions auth comment selection

11 May 15:23
c731fc6
Compare
Choose a tag to compare

Fixed

  • duplicate messages being written when using GitHub Actions token authentication. (#209)

GitHub actions authentication

11 May 14:23
c5f0328
Compare
Choose a tag to compare

Added

  • Support GitHub API authentication via GitHub Actions tokens.

update `adding-field-with-default` documentation

25 Apr 15:09
b6421ea
Compare
Choose a tag to compare

Changed

  • differentiate between VOLATILE and non-VOLATILE defaults in adding-field-with-default documentation (#201)

PG13 parser

08 Jan 02:57
98e1170
Compare
Choose a tag to compare

Fixed

  • errors parsing PG12 and later query syntax by upgrading to PG13 parser (#174)
  • parsing alter constraint statement (#173)

v0.8.1

01 Dec 02:40
2ff9b64
Compare
Choose a tag to compare

Fixed

  • copy pasta of rename-table into the ban-drop-column rule (#168)
  • parsing an index without a name specified (#169)

v0.8.0

31 Oct 23:20
2240f8d
Compare
Choose a tag to compare

Fixed

  • false positives with disallowed-unique-constraint and adding-serial-primary-key-field. Thanks @qoelet! (#161)

v0.7.3

11 Aug 22:14
c104d08
Compare
Choose a tag to compare

Fixed

  • false positives with require-concurrent-index rule (#157)

v0.7.2

02 Aug 21:34
efa9027
Compare
Choose a tag to compare

Fixed

  • incorrect internal schema for "alter table" statements with function calls. Thanks @qoelet! (#154)

v0.7.1

30 May 20:33
151e770
Compare
Choose a tag to compare

Fixed

  • incorrect internal schema for "create partition" statements. (#146)
  • upload-to-github command not obeying top level --excludes. (#142)

Changed

  • allowing adding not null column with default for adding-not-null-field. (#144)

v0.7.0

20 May 01:30
aeda060
Compare
Choose a tag to compare

Added

  • link to website for tty reporter when there are lint errors. (#120)
  • DROP INDEX support for "require-concurrent-index-creation" and "prefer-robust-stmts". (#124)
  • github comment now includes Squawk's version number. (#131)
  • new ban-drop-column rule (#132)

Changed

Fixed

  • false positive with prefer-text-field that wasn't allowing varchar
    without a length specified