Releases: thearchitector/casbin-tortoise-adapter
Releases · thearchitector/casbin-tortoise-adapter
v2.0.0
[2.0.0] - 2023-12-31
Changed
- Replaced
AsyncCasbin
with PyCasbin
for streamlined asyncio support. (I.#7)
Fixed
- Boolean return types from adapter function stub implementations.
- More static typing.
- Support for Python 3.12.
v1.2.0
Added
- Support for update policy management API. (I.#4)
v1.1.0
Changed
- Bumped minimum Tortoise version to 0.18.0 (I.#2)
v1.0.1
Changelog
Fixed
- Bug n.1: removal of normal and filtered non-filled models doesn't work due to wrong query (credit @DarcJC with #1).