Releases: php-task/TaskBundle
Releases · php-task/TaskBundle
1.1.0 (2017-06-19)
Merged pull requests:
- Added locking mechanism #39 (wachterjohannes)
- Implemented system-tasks #38 (wachterjohannes)
1.0.1 (2017-03-07)
1.0.0 (2017-03-06)
Implemented enhancements:
- Time measurement #11
- Clear entity-manager after each task to ensure clean environment #34 (wachterjohannes)
Fixed bugs:
- Cant use schema update when have tagged services #8
- If handle return object output failed #7
- Commands should only output something on error or in verbosity mode #6
- Next Execution date should be in the future #12
Closed issues:
- Description for the commands should be more specific. #31
- Functional testcase for TaskCompilerPass #5
- Debug tasks should be sorted DESC for execution date #17
- Schedule task command option e (end-date) bug #16
- Move command names to service definition #4
Merged pull requests:
- Fixed query to find pending executions #36 (wachterjohannes)
- Updated composer to match symfony 3 #33 (wachterjohannes)
- Added command descriptions #32 (wachterjohannes)
- Added find-by-task-uuid function #30 (wachterjohannes)
- Rename findByStartTime method in repository #29 (wachterjohannes)
- Added selective flush to repositories #28 (wachterjohannes)
- Removed flush of repositories #27 (wachterjohannes)
- Added find-by-task and remove function #26 (wachterjohannes)
- Added find-by-uuid to task-repository #25 (wachterjohannes)
- Used uuid as doctrine-identifier #24 (wachterjohannes)
- Updated required php version to allow 5.5 #22 (janmassive)
- Changed usage of task-builder because of reintroduce of schedule #21 (wachterjohannes)
- Improved Tests with unit and functional tests #20 (wachterjohannes)
- Improved architecture of bundle #15 (wachterjohannes)
- Fixed command issues #18 (wachterjohannes)
- Added command and extended storage #14 (wachterjohannes)
- Added options to command schedule task for cron tasks #13 (wachterjohannes)
- Add tagged service task compilerpass #2 (wachterjohannes)
1.0.0-RC2 (2017-02-27)
1.0.0-RC1 (2017-02-13)
Implemented enhancements:
- Time measurement #11
- Clear entity-manager after each task to ensure clean environment #34 (wachterjohannes)
Closed issues:
- Description for the commands should be more specific. #31
Merged pull requests:
- Updated composer to match symfony 3 #33 (wachterjohannes)
- Added command descriptions #32 (wachterjohannes)
- Added find-by-task-uuid function #30 (wachterjohannes)
- Rename findByStartTime method in repository #29 (wachterjohannes)
- Added selective flush to repositories #28 (wachterjohannes)
- Removed flush of repositories #27 (wachterjohannes)
- Added find-by-task and remove function #26 (wachterjohannes)
- Added find-by-uuid to task-repository #25 (wachterjohannes)
- Used uuid as doctrine-identifier #24 (wachterjohannes)
0.3.1 (2016-11-07)
0.3.0 (2016-10-15)
Fixed bugs:
- Cant use schema update when have tagged services #8
Closed issues:
- Functional testcase for TaskCompilerPass #5
Merged pull requests:
- Changed usage of task-builder because of reintroduce of schedule #21 (wachterjohannes)
- Improved Tests with unit and functional tests #20 (wachterjohannes)
- Improved architecture of bundle #15 (wachterjohannes)
0.2.1
Closed issues:
- Debug tasks should be sorted DESC for execution date #17
- Schedule task command option e (end-date) bug #16
Merged pull requests:
- Fixed command issues #18 (wachterjohannes)
0.2.0
Fixed bugs:
- If handle return object output failed #7
- Commands should only output something on error or in verbosity mode #6
Closed issues:
- Move command names to service definition #4
Merged pull requests:
- Added command and extended storage #14 (wachterjohannes)
- Added options to command schedule task for cron tasks #13 (wachterjohannes)
0.1.0
Fixed bugs:
- Next Execution date should be in the future #12
Merged pull requests:
- Add tagged service task compilerpass #2 (wachterjohannes)