Skip to content

Releases: thearchitector/casbin-tortoise-adapter

v2.0.0

31 Dec 16:40
4374140
Compare
Choose a tag to compare

[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.1

23 Nov 06:41
8e67512
Compare
Choose a tag to compare

Added

  • Support for Python 3.11.

Fixed

v1.2.0

22 Jun 14:48
27a194b
Compare
Choose a tag to compare

Added

  • Support for update policy management API. (I.#4)

v1.1.0

16 Apr 04:49
Compare
Choose a tag to compare

Changed

  • Bumped minimum Tortoise version to 0.18.0 (I.#2)

v1.0.1

04 Aug 01:15
08eb82b
Compare
Choose a tag to compare

Changelog

Fixed

  • Bug n.1: removal of normal and filtered non-filled models doesn't work due to wrong query (credit @DarcJC with #1).

v1.0.0

21 Jul 06:09
ad53189
Compare
Choose a tag to compare

Initial release.