Skip to content

Releases: phlib/mutex

3.0.1

11 Feb 13:56
747d325

Choose a tag to compare

  • Add support for phlib/db v3 dependency.

See Change Log for full details.

3.0.0

22 Nov 07:14

Choose a tag to compare

  • Constructor of MySQL requires instance of \Phlib\Db\Adapter instead of a raw DB config array.
  • Drop PHP versions that are no longer actively supported by the PHP project.
  • Add support for PHP v8.0 .
  • Add type declarations.

See Change Log for full details.

2.0.0

28 Feb 11:23
6d09cf5

Choose a tag to compare

  • Drop support for PHP 5
  • Upgrade phlib/config to v2

See Change Log for full details

1.0.1

25 Jun 13:46

Choose a tag to compare

Merge pull request #3 from phlib/feature/connection-reuse

Fix connection re-use in MySQL mutex

1.0.0

23 Jun 13:53

Choose a tag to compare

Merge pull request #2 from phlib/feature/get-or-create

Feature/get or create