Skip to content

v1.5.0

Compare
Choose a tag to compare
@kjellmorten kjellmorten released this 06 Dec 11:50
· 36 commits to main since this release
a02573b

New features:

  • Jobs now support progress reporting (between steps)
  • Job steps now support postconditions
  • The breakByDefault flag will make preconditions and postconditions break by default, and will also move the default fail-on-error behavior from preconditions on the next step to postconditions on the current step
  • The EXPIRE handler now support direct deletion too (without first getting expired items)
  • We're exporting the IdentType enum, and it has the new ident type Scheduler (SCHED)
  • Ident setup now allows to not have roles and tokens mapped from ident completions (by setting them to null)
  • The list of non-values may be configured in the definitions
  • Include some performance improvements from map-transform

Bug fixes:

  • Invalid JSON response body (typically empty body) would give an error that would override the real error from the transporter
  • When setting a response in the mutation of an incoming request, allowRawResponse had to be true. This is not necessary anymore