Skip to content

Releases: timescale/doctor

v0.2.0

08 Dec 10:19
Compare
Choose a tag to compare

0.2.0 (2023-11-02)

Features

Bug Fixes

  • only check permission for existing chunks (1e5362d), closes #26

v0.1.1

21 Sep 21:52
Compare
Choose a tag to compare

0.1.1 (2023-09-21)

Bug Fixes

  • use getpass.getuser() instead of os.getlogin() (978cb9a)

Miscellaneous

  • fix version bump in release-please (c62419d)

v0.1.0

21 Sep 20:51
Compare
Choose a tag to compare

0.1.0 (2023-09-21)

Features

  • add rule to check index usage (efa8f78)
  • add rule to check pointless segment-by column (1f3c259)
  • add rule to detect bad segmentby column (351ea7c)
  • add rule to report on bad chunk permissions (e428c14), closes #3

Bug Fixes

  • use parent table stats for segmentby (f7a117e)

Miscellaneous

  • use release-please and publish to pypi (b68e516)

v0.1

17 Aug 08:01
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

What's Changed

  • feat: add rule to check index usage by @mkindahl in #2
  • feat: add rule to report on bad chunk permissions by @mkindahl in #4

New Contributors

Full Changelog: https://github.com/timescale/doctor/commits/v0.1