diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b2aaf19 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## 0.1.0 (2023-09-21) + + +### Features + +* add rule to check index usage ([efa8f78](https://github.com/timescale/doctor/commit/efa8f783c02d83039cb46f543eb89b100a8f3485)) +* add rule to check pointless segment-by column ([1f3c259](https://github.com/timescale/doctor/commit/1f3c259d939f1a55e2a10bde85fc17add359b40d)) +* add rule to detect bad segmentby column ([351ea7c](https://github.com/timescale/doctor/commit/351ea7c04743034d7015614e8a307e6ef246430a)) +* add rule to report on bad chunk permissions ([e428c14](https://github.com/timescale/doctor/commit/e428c14ff5c67dd5dca8ba12d9e4b116232ddada)), closes [#3](https://github.com/timescale/doctor/issues/3) + + +### Bug Fixes + +* use parent table stats for segmentby ([f7a117e](https://github.com/timescale/doctor/commit/f7a117ec3e79df4337cf96e650cc61b06903b36a)) + + +### Miscellaneous + +* use release-please and publish to pypi ([b68e516](https://github.com/timescale/doctor/commit/b68e516889b23c7cbfba0aa462c1d412d99591cf))