Skip to content

Latest commit

 

History

History
176 lines (93 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

176 lines (93 loc) · 10.2 KB

Changelog

0.7.4 (2024-04-08)

Bug Fixes

0.7.3 (2024-04-01)

Bug Fixes

  • actual table capitalization support - integration tests didn't actually have capitals inside the DBs (99c78b7)
  • actual table capitalization support (#436) (99c78b7)

0.7.2 (2024-03-19)

Bug Fixes

  • support for table names with capitals (#422) (4512f2f)

0.7.1 (2024-03-01)

Bug Fixes

  • various small fixes found from new integration testing (#409) (0309c56)

0.7.0 (2024-02-27)

Features

  • add percent progress to initializing status view (#387) (6139cfc)
  • handle exodus-style migrations (#377) (09c6887)
  • pgbelt now supports non-public schemas! (#398) (1f1fa87)
  • precheck now compares extensions of DBs (#406) (b74ce43)

Bug Fixes

  • sizes in status to should target config dataset instead of whole DB (#395) (80bf6ba)

0.6.2 (2024-02-02)

Bug Fixes

0.6.1 (2024-01-22)

Bug Fixes

  • pglogical teardown will now always revoke all from all tables from pglogical role (#362) (89e892c)

0.6.0 (2023-11-20)

Features

  • refactor Teardown Command due to DROP EXTENSION woes (#326) (5de6300)

0.5.4 (2023-11-09)

Bug Fixes

0.5.3 (2023-11-09)

Bug Fixes

0.5.2 (2023-10-26)

Bug Fixes

  • remote.py error handling needs to shore up plugin error (#311) (b47b07f)

0.5.1 (2023-10-06)

Bug Fixes

  • index commands need to surface as CLI commands too (#275) (a8d6fae)

0.5.0 (2023-10-06)

Features

  • stripping indexes and adding them later, and testing (#273) (c730e78)

Bug Fixes

0.4.0 (2023-07-10)

Features

  • ability to not write logs to disk if needed (#255) (69469c0)

0.3.0 (2023-06-29)

Features

0.2.4 (2023-06-15)

Bug Fixes

  • allowing backwards compatibility down to python 3.9 (#247) (78b2fd8)

0.2.3 (2023-05-04)

Bug Fixes

0.2.2 (2023-05-02)

Bug Fixes

  • undo bump of virtualenv, back to 20.21.0 (#223) (01bfe6f)

0.2.1 (2023-05-02)

Bug Fixes

  • typer doesn't support union types from python 3.11 (#220) (0315390)

0.2.0 (2023-04-28)

Features

Bug Fixes

  • incorrect precheck command in quickstart.md (#172) (36ce96f)
  • no need to find and replace owners in schema (#215) (dfe1324)

0.1.2 (2022-10-03)

Bug Fixes

  • the analyze function should be run as root of a database for safest and least restriction #87 (#90) (81c5fde)
  • validator supposed to check 100 rows, not 1 (#93) (48122dc)

0.1.1 (2022-09-30)

Documentation

  • update README and quickstart now that pgbelt is on pypi (#79) (2a2d4c9)

0.1.0 (2022-09-02)

Features

  • convert to poetry (07f9a10)
  • fresh upload of pgbelt with GHA CI (4df9896)

Bug Fixes

  • ci move to poetry too (979c988)
  • dev setup in Makefile also installs precommit (c27cb09)
  • flake8 baited, placing ignore, it broke pydantic (#17) (560207d)
  • need code of conduct for open-sourcing (#58) (4aede91)
  • pre-commit fixed and run (d3e188b)
  • pre-commit fixes and flake8 config (#15) (958afd0)
  • remove rando .git file (#5) (16d38fd)
  • remove random .git files (35213a5)
  • update black and fix ci poetry (5a7a88b)