v0.9.0
- Added PHP 8 support
- Dropped ext-tarantool support
- API changes:
- Removed the
final
keyword from theQueue
class - Added
Queue::getClient()
- Added private constructor to classes
Options
andStates
- Renamed
Task::createFromTuple()
toTask::fromTuple()
- Removed
TarantoolAdapter
- Removed the
- QA:
- Refactored tests to use PHPUnit Extras
- Added the
PhpUnitCompat
trait - Switched to travis-ci.com
- Added Psalm configuration
- Added Scrutinizer configuration