Tarantool Queue v0.8.0 Release Notes

Release Date: 2019-05-18 // almost 5 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 for dockerfile.sh

    ๐Ÿ”„ Changed

    • The Queue::call() method now accepts a variable number of arguments. The new signature:
      public function call(string $methodName, ...$args) : array