Skip to content

Releases: qonto/postgresql-partition-manager

v1.0.0

17 Jul 13:35
bbe3df6
Compare
Choose a tag to compare

Changelog

New Features

  • 1b47230: feat(ppm): Allow switching to a new interval size for new partitions (@dverite)
  • fad36dc: feat(ppm): Implement new strategy to cleanup partitions. (@dverite)
  • 6342699: feat(ppm): Optionally use a work date (from the PPM_WORK_DATE environment variable) (@dverite)

Bug fixes

Other work

  • cc54734: Allow changing the interval (daily,weekly,...) in an existing configuration (@dverite)
  • 185be36: test(bats): add a "run check" test with UUID-based partitions (@dverite)
  • b071150: test(bats): add test for gaps in the partition set (@dverite)
  • a542780: test(bats): do not overwrite PGDATABASE when a db argument is not passed (@dverite)
  • 2560486: test(bats): generate coverage info during end-to-end tests (#61) (@dverite)
  • 8fc1619: test(bats): remove temporary yaml configuration files (@dverite)
  • e9dd176: test(bats): remove the unused arguments to create_partitioned_table (@dverite)
  • ee324bd: test(bats): replace mock-based provisioning tests by end-to-end tests (@dverite)
  • 8256515: test(bats): speed up the tests by creating the db on each file rather than each test (@dverite)
  • 08dbffd: test(bats): use random database names instead of the hardcoded "unittest" (@dverite)
  • f205e3e: test(coverage): temporarily do not fail on low code coverage (@dverite)
  • 52fc469: test(mock): remove yearBeforePartition for drop and detach tests. (@dverite)

Full Changelog: 0.2.2...1.0.0

v0.2.2

28 Mar 08:19
49890e0
Compare
Choose a tag to compare

Changelog

Bug fixes

Documentation

Full Changelog: 0.2.1...0.2.2

v0.2.1

05 Nov 15:34
ba9075f
Compare
Choose a tag to compare

Changelog

New Features

  • 603a132: feat(ppm): Add DateTimeWithTZ to better support DB in different timezone (@tzzzoz)

Bug fixes

  • 7edac1f: fix(bounds): parse DateTime with Timezone ( <>)
  • e7def8f: fix(test): flaky test ( <>)

Full Changelog: 0.2.0...0.2.1

v0.2.0

28 Oct 15:00
6c5125e
Compare
Choose a tag to compare

Changelog

Bug fixes

Other work

  • 5d743e8: Copy all properties of partitioned table when creation partition (@ylegat)
  • 84314a3: Support partition key in type: timestamp with time zone (@tzzzoz)

Full Changelog: 0.1.0...0.2.0

v0.1.0

25 Jun 12:44
2b19d8c
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Dependency updates

  • 3551d0f: fix(deps): update module github.com/go-playground/validator/v10 to v10.20.0 (@renovate[bot])

Documentation updates

Other work

Full Changelog: ...0.1.0

v0.0.1-beta2

26 Apr 07:22
49295bd
Compare
Choose a tag to compare

Changelog

Other work

Full Changelog: ...0.0.1-beta2

v0.0.1-beta1

26 Apr 07:17
496f0a9
Compare
Choose a tag to compare

Changelog

Other work

Full Changelog: ...0.0.1-beta1