Releases: aternosorg/php-lock
Releases · aternosorg/php-lock
v2.0.0
v1.2.0
What's Changed
- Update license year and rename Aternos UG to Aternos GmbH by @pavog in #1
- Update phpunit to 9.5.20
- Updated aternos/etcd to 1.5.0
- Add namespace to test by @pavog in #3
- Improve tests by @pavog in #4
- Improve test coverage for lock functions by @pavog in #5
New Contributors
Full Changelog: v1.1.2...v1.2.0
v1.2.0-RC2
set return type for jsonSerialize()
v1.2.0-RC1
What's Changed
- Updated
aternos/etcd
to 1.5.0-RC1 andgoogle/protobuf
to 3.20.0-RC2 - Update license year and rename Aternos UG to Aternos GmbH by @pavog in #1
- Update phpunit to 9.5.19 by @pavog in #2
- Add namespace to test by @pavog in #3
- Improve tests by @pavog in #4
New Contributors
Full Changelog: v1.1.2...v1.2.0-RC1
v1.1.2
v1.1.1
v1.1.0
This release requires at least PHP 8.0.
This is a general refactor cleaning up the code a bit and moving the locking logic from the EtcdLock
to the Lock
class which doesn't acquire a lock in its constructor. The previous EtcdLock
class still exists and works the same as before by extending the Lock
class. The new Lock
class allows creating a $lock
object to read existing locks without immediately acquiring one.