All Versions
10
Latest Version
Avg Release Cycle
158 days
Latest Release
1804 days ago

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, 2018

    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
  • 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() to Queue::stats()
    • ๐Ÿ‘‰ Use single $path argument in Queue::stats()
    • Queue::stats() now throws InvalidArgumentException on malformed path
    • โž• Add Queue::truncate()
    • ๐Ÿ›  Fix PHP version constraint (5.4 | 7.0)
    • ๐Ÿณ Use Docker containers to run tests
  • v0.2.1

    September 11, 2015
  • v0.2.0

    July 06, 2015
  • v0.1.0

    June 24, 2015