Skip to content

Releases: tarantool-php/jobbuilder

v0.3.2

Choose a tag to compare

@rybakit rybakit released this 11 Oct 19:16
ab4811b
  • Dropped PHP 7.1 support
  • Bumped the minimum tarantool/queue version to v0.10

v0.3.1

Choose a tag to compare

@rybakit rybakit released this 23 Jun 22:08

Added .gitattributes

v0.3.0

Choose a tag to compare

@rybakit rybakit released this 21 Jun 23:18
67f3e11
  • Added PHP 8 support
  • Updated the minimum tarantool/queue version to 0.9
  • QA:
    • Enabled GH actions
    • Added PhpUnitCompat trait
    • Added Psalm configuration
    • Upgraded PHP CS Fixer to v3

v0.2.0

Choose a tag to compare

@rybakit rybakit released this 21 Jan 18:23
  • Remamed JobBuilder methods:
    • withRecurrenceIntervalwithRecurrenceIntervalSeconds
    • withTimeToExecutewithTimeToRunSeconds
    • withTimeToRunwithTimeToLiveSeconds
    • withDelaywithDelaySeconds
  • Update tarantool/queue version requirement to ^0.7.0|^0.8.0

v0.1.0

Choose a tag to compare

@rybakit rybakit released this 20 Sep 13:21
14c8336

Initial release