Skip to content

Latest commit

 

History

History
113 lines (50 loc) · 4.65 KB

CHANGELOG.md

File metadata and controls

113 lines (50 loc) · 4.65 KB

Semantic Versioning Changelog

1.4.0 (2024-07-08)

Features

  • support for soft deletion of casbin rules (#72) (8911c16)

1.3.0 (2024-07-06)

Features

  • Add the option to suppress MetaData.create_all call (e99744f)

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

  • update_filtered_policies (6799bc8)

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)