Releases: phlib/mutex
Releases · phlib/mutex
3.0.1
- Add support for
phlib/dbv3 dependency.
See Change Log for full details.
3.0.0
- Constructor of
MySQLrequires instance of\Phlib\Db\Adapterinstead 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
- Drop support for PHP 5
- Upgrade phlib/config to v2
See Change Log for full details
1.0.1
Merge pull request #3 from phlib/feature/connection-reuse Fix connection re-use in MySQL mutex
1.0.0
Merge pull request #2 from phlib/feature/get-or-create Feature/get or create