Skip to content

Releases: php-casbin/dbal-adapter

v2.4.1

22 Jul 13:55
0408d3d
Compare
Choose a tag to compare

2.4.1 (2024-07-22)

Bug Fixes

v2.4.0

10 Jun 15:22
0ef3ce0
Compare
Choose a tag to compare

2.4.0 (2024-06-10)

Features

v2.3.1

10 Jan 06:35
Compare
Choose a tag to compare

2.3.1 (2022-01-10)

Bug Fixes

v2.3.0

09 Sep 07:55
42952a9
Compare
Choose a tag to compare

2.3.0 (2021-09-09)

Bug Fixes

  • Ignore .phpunit.* (fdadd55)
  • Use loadPolicyArray instead of loadPolicyLine to fix the problem of quotation marks (2563953)

Features

  • Implements updateFilteredPolicies (253a766)

v2.2.0

02 Aug 15:30
5f101c0
Compare
Choose a tag to compare

2.2.0 (2021-08-02)

Features

  • support updatePolicies method (feb4f17)

v2.1.1

16 Jul 03:12
f0b6e04
Compare
Choose a tag to compare

2.1.1 (2021-07-16)

Bug Fixes

  • addPolicies doesn't insert the value of p_type (242d78b)

v2.1.0

24 Dec 13:49
Compare
Choose a tag to compare

2.1.0 (2020-12-24)

Features

  • implement FilteredAdapter, BatchAdapter, UpdatableAdapter (cda7b57)
  • use 'Github Actions' to run tests and auto release (ca6f818)

DBAL adapter 2.0.0

16 Dec 12:41
Compare
Choose a tag to compare

Refactor

  • change the field ptype to p_type.

DBAL adapter 1.1.1

14 Oct 02:11
Compare
Choose a tag to compare

Fix:

  • Update the environment variables in the unit test.

DBAL adapter for PHP-Casbin 1.0.0

07 Sep 16:58
Compare
Choose a tag to compare

Doctrine DBAL Adapter for PHP-Casbin, Casbin is a powerful and efficient open-source access control library.

The following database vendors are currently supported:

  • MySQL
  • Oracle
  • Microsoft SQL Server
  • PostgreSQL
  • SAP Sybase SQL Anywhere
  • SQLite
  • Drizzle