NOTE: This is an alpha release for testing purposes. There are several new features here, and breaking changes to configuration. We
welcome testing feedback from the community, but know that this release may feel less polished than usual.
Highlights
This is the second alpha release for 2.0.0. It contains primarily bugfixes from 2.0.0a1 to allow continued testing along with dialect improvements for Snowflake, Postgres and DB2.
There will likely be more changes to rule classification before a full release of 2.0.0, so anticipate that configuration files may change slightly again in future alpha releases.
What’s Changed
- Push indents to after comments #4239 @alanmcruickshank
- Templated fix improvements and indentation #4245 @alanmcruickshank
- Fix block comment indent fixes #4224 #4240 @alanmcruickshank
- Fix for #4222 #4236 @alanmcruickshank
- Snowflake: Allow multiple unpivot #4242 @greg-finley
- postgres: add row-level locks to SELECT statements #4209 @Yiwen-Gao
- Add more parsing logic for db2 #4206 @NelsonTorres
- Include the filename in critical exceptions #4225 @alanmcruickshank
- Update Readme Badges #4219 @alanmcruickshank
- diff-quality: Handle the case where there are no files to check #4220 @barrywhart