v1.5.0
New features:
- Jobs now support progress reporting (between steps)
- Job steps now support
postconditions
- The
breakByDefault
flag will makepreconditions
andpostconditions
break by default, and will also move the default fail-on-error behavior frompreconditions
on the next step topostconditions
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 typeScheduler
(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 betrue
. This is not necessary anymore