-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b68e516
commit 3872189
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |