Skip to content

Releases: casbin/casbin-ex

v1.6.0

09 Nov 17:06

Choose a tag to compare

1.6.0 (2025-11-09)

Features

  • fix EctoAdapter transaction compatibility with Ecto.Adapters.SQL.Sandbox (#44) (d827793)

v1.5.0

01 Nov 09:18

Choose a tag to compare

1.5.0 (2025-11-01)

Features

  • add code formatting check to CI workflow (#40) (e0115f5)

v1.4.0

01 Nov 07:12

Choose a tag to compare

1.4.0 (2025-11-01)

Features

v1.3.0

30 Oct 13:39

Choose a tag to compare

1.3.0 (2025-10-30)

Features

v1.2.0

30 Oct 12:19

Choose a tag to compare

1.2.0 (2025-10-30)

Features

  • fix RBAC role inheritance with domains (#29) (20c7b2b)

v1.1.0

12 Oct 03:11

Choose a tag to compare

1.1.0 (2025-10-12)

Features

  • improve styles: Credo fixes, git pre-push hook (#24) (e74ea15)

v1.0.0

12 Oct 03:00

Choose a tag to compare

1.0.0 (2025-10-12)

Bug Fixes

  • add map support to request struct (#8) (5b0e701)
  • add_policy at enforcer server hasn't handled a case where new_enforce comes. (#6) (a7478b8)
  • enforcer_server (#21) (85efaa4)
  • g3 matcher function + tests (#13) (d26a73c)

Features

  • add CI/CD automation with GitHub Actions and semantic-release (#26) (f775b8f)
  • add EnforcerServer.reset_configuration/1 method (#15) (0e530da)
  • added persist adapters and ability to alter policies and mappings (#19) (d55e97a)
  • keyMatch2 implementation (#11) (c68edd2)
  • RBAC domain model (#10) (daafa79)
  • upgrade required elixir version to 1.13 (#17) (e828e3f)

BREAKING CHANGES

  • Drop support for elixir < 1.13

  • chore: mix format

  • chore: Add .tool-versions