Releases: tarantool-php/jobbuilder
Releases · tarantool-php/jobbuilder
v0.3.2
- Dropped PHP 7.1 support
- Bumped the minimum tarantool/queue version to v0.10
v0.3.0
- 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
- Remamed
JobBuilder
methods:
withRecurrenceInterval
→ withRecurrenceIntervalSeconds
withTimeToExecute
→ withTimeToRunSeconds
withTimeToRun
→ withTimeToLiveSeconds
withDelay
→ withDelaySeconds
- Update
tarantool/queue
version requirement to ^0.7.0|^0.8.0