Skip to content

butler-v7.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 21:34
· 1299 commits to master since this release
896efe9

7.1.0 (2021-12-30)

Features

  • Add control of what tasks can be started by Butler (92639e4)
  • api: Verify that task IDs are valid (a6612e1), closes #319
  • Refactor API for starting tasks. Add magic task guid "-". (90613d5), closes #326
  • Show URL to API docs page on Butler startup (98b4518)

Bug Fixes

  • api: API calls with http Expect header fails (3707f3e)
  • Increase timeout in API test cases (9beb6fe), closes #329
  • Use correct return body format in API docs (1862b92)
  • Use correct return body format in scheduler API docs (faaa361)

Refactoring

  • Add test cases for Expect: 100-continue header (ddea1b3), closes #323
  • Add test cases for start task API (da320f0), closes #320
  • Replace deprecated later library with @breejs/later (346be74), closes #280

Miscellaneous

Documentation

  • Add missing lastKnownState to scheduler docs (37baf36)
  • Document all test cases (3f2a761)
  • Fix API docs for starting tasks (378ff75), closes #335
  • Update template config file wrt new features (102f106)