Skip to content

Latest commit

 

History

History
78 lines (36 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

78 lines (36 loc) · 3.58 KB

Semantic Versioning Changelog

1.1.0 (2024-07-03)

Features

  • replace print calls with logging module (#25) (1196caf)

1.0.0 (2024-03-29)

Features

BREAKING CHANGES

  • trigger major release

0.3.0 (2024-03-29)

Features

  • upgrade CI Node.js version to 20 (8c31f0d)

0.2.0 (2023-04-14)

Bug Fixes

  • fix CI's python version and requirements.txt (dde80ac)

Features

0.1.2 (2022-05-17)

Bug Fixes

  • made should_reload into a blocking call (#21) (6fd89b5)

0.1.1 (2022-02-07)

Bug Fixes

  • update readme with new parameter and correct callback setter (7c19709)

0.1.0 (2022-02-05)

Features

  • add database name parameter to watcher. (dd6bed9)

0.0.3 (2022-02-05)

Bug Fixes

  • correct requirements and python version support. dev requirement can be installed with: pip install ".[dev]" (5bd65e8)
  • Specify a fixed version for nodejs in the release ci workflow (2e3c5e7)
  • upgrade setuptools and wheel before installing deps. Upgrade psycopg2 to latest version (2.9.3) if possible. (8beff2a)

0.0.2 (2021-07-18)

Bug Fixes

  • CI release failed (3dd60ea)
  • fix parent_conn not initialize (#11) (48001e0)
  • Fix for more recent casbin versions and connection send fix (#12) (8cc529c)