Other changes
- Add acquire timeout support to PostgreSQLMutex (#80)
Full Changelog: https://github.com/php-lock/lock/compare/3.0.2...3.1.0
Upgrading notes
For upgrading from 2.x version see 3.0.0 release notes.
Unclaimed project
Are you a maintainer of lock? Claim this project to take control of your public changelog and roadmap.
Changelog
Popular PHP library for serialized execution of critical code in concurrent situations
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
Laravel is a web application framework with expressive, elegant syntax.
The Symfony PHP framework
Full Changelog: https://github.com/php-lock/lock/compare/3.0.2...3.1.0
For upgrading from 2.x version see 3.0.0 release notes.
Full changelog: https://github.com/php-lock/lock/compare/3.0.1...3.0.2
For upgrading from 2.x version see 3.0.0 release notes.
Full changelog: https://github.com/php-lock/lock/compare/3.0.0...3.0.1
For upgrading from 2.x version see 3.0.0 release notes.
Rename all FQCN uses from camelCase to PascalCase like malkusch\lock\mutex\Mutex to Malkusch\Lock\Mutex\Mutex.
In 2.x version, there were two `PHPRedisMu...