You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ This file is a running track of new features and fixes to each version of the pa
3
3
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
6
+
## v1.4.1
7
+
### Added
8
+
* Adds support for only running a schedule if the server is currently in an online state.
9
+
* Adds support for ignoring errors during task execution and continuing on to the next item in the sequence. For example, continuing to a server restart even if sending a command beforehand failed.
10
+
* Adds the ability to specify the group to use for file permissions when using the `p:upgrade` command.
11
+
* Adds the ability to manually run a schedule even if it is currently disabled.
12
+
6
13
## v1.4.0
7
14
### Fixed
8
15
* Removes the use of tagging when storing server resource usage in the cache. This addresses errors encountered when using the `file` driver.
0 commit comments