Semantic Versioning Changelog

1.9.0 (2025-11-17)

Features

  • fix SQLAlchemy warning from duplicate CasbinRule class names (#12) (6bea106)

1.8.0 (2025-11-16)

Features

  • add create_table parameter to control automatic table creation (#10) (0ac6def)

1.7.0 (2025-08-29)

Features

  • fix the bug that custom db_class alters global metadata state (#8) (ce9966d)

1.6.0 (2025-08-21)

Features

1.5.0 (2025-08-15)

Features

  • switch from casbin to pycasbin (#6) (4dc3674)

1.4.0 (2025-08-14)

Features

  • add custom table names for CasbinRule class and update tests (0d2b660)

1.3.0 (2024-10-26)

Features

1.2.0 (2024-05-30)

Features

1.1.0 (2024-03-28)

Features

  • DeclarativeBase import fails with SQLAlchemy 1.x (#66) (8b03bab)

1.0.0 (2024-03-28)

Features

  • upgrade CI Python version to 3.12 (02d357f)

BREAKING CHANGES

  • trigger major release

0.7.0 (2024-03-02)

Features

  • update Python version to 3.9+ (dec0ff8)

0.6.0 (2024-03-01)

Features

  • replace declarative_base -> DeclarativeBase for sqlalchemy 2.0 migration (#65) (a737cd8)

0.5.3 (2024-03-01)

Bug Fixes

  • update CI version to Node.js 20 (2f91fbc)

0.5.2 (2023-05-22)

Bug Fixes

  • Stop including README as top-level data file in package (#63) (206be72)

0.5.1 (2023-04-16)

Bug Fixes

0.5.0 (2022-07-17)

Features

0.4.2 (2021-09-09)

Bug Fixes

  • make filter query works with custom db_class (8ee69bc)

0.4.1 (2021-09-08)

Bug Fixes

0.4.0 (2021-07-21)

Features

  • finish up update_policy and update_policies (#48) (84ed6ee)

0.3.2 (2021-07-18)

Bug Fixes

  • migrate from travis-ci to Github Actions (60b3253)
  • possibly wrong behavior for remove_policies (#40) (1449199)