All Versions
10
Latest Version
Avg Release Cycle
158 days
Latest Release
1413 days ago
Changelog History
Changelog History
-
v0.8.0 Changes
May 18, 2019🚀 This release requires a minimum version of tarantool/client v0.5.0.
➕ Added
Tarantool\Queue\TarantoolAdapter
✂ Removed
Tarantool\Queue\ClientAdapter
-
v0.7.0 Changes
October 25, 2018This 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
-
v0.6.1 Changes
February 06, 2018- 👉 Tweaked README
-
v0.6.0 Changes
February 05, 2018- Replace option classes with single Options class
- ➕ Added Queue::call()
-
v0.5.0 Changes
July 17, 2017➕ Added option constants (TtlOptions, UtubeOptions, UtubettlOptions).
-
v0.4.0 Changes
April 05, 2017- ➕ Added tarantool/client support
- ➕ Added Queue::touch()
- ➕ Added Queue::getName()
-
v0.3.0 Changes
June 30, 2016- 📇 Rename
Queue::statistics()
toQueue::stats()
- 👉 Use single
$path
argument inQueue::stats()
Queue::stats()
now throwsInvalidArgumentException
on malformed path- ➕ Add
Queue::truncate()
- 🛠 Fix PHP version constraint (5.4 | 7.0)
- 🐳 Use Docker containers to run tests
- 📇 Rename
-
v0.2.1
September 11, 2015 -
v0.2.0
July 06, 2015 -
v0.1.0
June 24, 2015