Skip to content

Releases: tarantool-php/jobbuilder

v0.3.2

11 Oct 19:16
ab4811b
Compare
Choose a tag to compare
  • Dropped PHP 7.1 support
  • Bumped the minimum tarantool/queue version to v0.10

v0.3.1

23 Jun 22:08
Compare
Choose a tag to compare

Added .gitattributes

v0.3.0

21 Jun 23:18
67f3e11
Compare
Choose a tag to compare
  • 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

21 Jan 18:23
Compare
Choose a tag to compare
  • Remamed JobBuilder methods:
    • withRecurrenceIntervalwithRecurrenceIntervalSeconds
    • withTimeToExecutewithTimeToRunSeconds
    • withTimeToRunwithTimeToLiveSeconds
    • withDelaywithDelaySeconds
  • Update tarantool/queue version requirement to ^0.7.0|^0.8.0

v0.1.0

20 Sep 13:21
14c8336
Compare
Choose a tag to compare

Initial release