queries_not_using_index linter improved
This release brings one bug fix (#210) and introduces GitHub's action allowing you to use index-digest
to check for database performance regressions as part of your CI pipeline.
Changelog
- #210
bug
- queries_not_using_index - ignore reports with "No matching min/max row" / "Select tables optimized away" - #198
dependencies
- Bump twine from 3.2.0 to 3.3.0 (by @dependabot[bot]) - #199
internals
- Use Docker layers cache to speed up CI builds - #201
docker
- Try to use Docker's BuildKit - #202
dependencies
- Update databases used in integration tests - #208
pr
- CI | With Docker Build there's not need to pull an image first - #209
pr
- docker build - use --cache-from - #212
internals
- CI | run database on a custom port