github-actions
released this
07 Jan 15:44
·
380 commits
to refs/heads/main
since this release
What's Changed
- We've added support for defining a prior workload adjustment for each of your engineers, allowing you to iteratively maintain fairness as you generate new schedules.
- We've made several internal improvements which boost both performance and future extensibility of the core algorithm and constraint engine.
- We've added Linux build targets for those of you who needed them.
Migrating
If you've got an existing configuration file, you will need to modify the $.humans
section as follows to allow support for the $.humans.*.priorWorkload
field.
Before
humans:
[email protected]:
- DayOfWeek [Mon, Tue, Wed]
After
humans:
[email protected]:
constraints:
- DayOfWeek [Mon, Tue, Wed]