Tarantool Queue v0.8.0 Release Notes
Release Date: 2019-05-18 // almost 6 years ago-
๐ This release requires a minimum version of tarantool/client v0.5.0.
โ Added
Tarantool\Queue\TarantoolAdapter
โ Removed
Tarantool\Queue\ClientAdapter
Previous changes from v0.7.0
-
This release drops support for old PHP versions. The minimum PHP version requirement is 7.1.
โ Added
- Final keyword to all classes
- Type hints and strict type declarations
- CS rules (
.php_cs.dist
) - ๐ณ A new environment variable
CHECK_CS
fordockerfile.sh
๐ Changed
- The
Queue::call()
method now accepts a variable number of arguments. The new signature:
public function call(string $methodName, ...$args) : array