Skip to content

Commit

Permalink
orisai/scheduler:^2.0.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jan 26, 2024
1 parent c64b623 commit ae2541c
Show file tree
Hide file tree
Showing 25 changed files with 1,245 additions and 198 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased](https://github.com/orisai/nette-scheduler/compare/1.0.2...HEAD)

### Added

- compatibility with orisai/scheduler:^2.0.0
- planning jobs by seconds
- timezones support
- locked job, before run and after run events
- job results are shown in console immediately
- stderr handling in subprocesses - causes an exception
- stdout handling in subprocesses - causes a notice, instead of an exception

## [1.0.2](https://github.com/orisai/nette-scheduler/compare/1.0.1...1.0.2) - 2023-10-05

### Added
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nette/schema": "^1.1.0",
"orisai/exceptions": "^1.0.0",
"orisai/nette-di": "^1.0.7",
"orisai/scheduler": "^1.0.0"
"orisai/scheduler": "^1.0.0|^2.0.0"
},
"require-dev": {
"brianium/paratest": "^6.3.0",
Expand All @@ -45,6 +45,7 @@
"phpstan/extension-installer": "^1.0.0",
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-nette": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0",
"phpunit/phpunit": "^9.5.0",
Expand Down
Loading

0 comments on commit ae2541c

Please sign in to comment.