Semantic Versioning Changelog
1.5.0 (2026-02-02)
Features
- fix bugs in shutdown and add
stop (#4) (595e135)
1.4.0 (2025-08-20)
Features
1.3.0 (2025-08-15)
Features
- switch from casbin to pycasbin (60e8adb)
1.2.0 (2024-10-25)
Features
1.1.1 (2024-07-16)
Bug Fixes
- fixed
should_reload behaviour, close PostgreSQL connections, block until PostgresqlWatcher is ready, refactorings (#29) (8382db4)
1.1.0 (2024-07-03)
Features
- replace print calls with logging module (#25) (1196caf)
1.0.0 (2024-03-29)
Features
BREAKING CHANGES
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)