Releases: pycasbin/postgresql-watcher
Releases · pycasbin/postgresql-watcher
v1.1.1
1.1.1 (2024-07-16)
Bug Fixes
- fixed
should_reload
behaviour, close PostgreSQL connections, block until PostgresqlWatcher
is ready, refactorings (#29) (8382db4)
v1.1.0
1.1.0 (2024-07-03)
Features
- replace print calls with logging module (#25) (1196caf)
v1.0.0
1.0.0 (2024-03-29)
Features
BREAKING CHANGES
v0.3.0
0.3.0 (2024-03-29)
Features
- upgrade CI Node.js version to 20 (8c31f0d)
v0.2.0
0.2.0 (2023-04-14)
Bug Fixes
- fix CI's python version and requirements.txt (dde80ac)
Features
v0.1.2
0.1.2 (2022-05-17)
Bug Fixes
- made should_reload into a blocking call (#21) (6fd89b5)
v0.1.1
0.1.1 (2022-02-07)
Bug Fixes
- update readme with new parameter and correct callback setter (7c19709)
v0.1.0
0.1.0 (2022-02-05)
Features
- add database name parameter to watcher. (dd6bed9)
v0.0.3
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)
v0.0.2
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)