Skip to content

v0.4.0

Compare
Choose a tag to compare
@mondeja mondeja released this 04 Jul 12:17

Deprecations:

  • The custom JMESPath function regex_matchall has been deprecated and will be removed in v1.0.0. Rewrite regex_matchall('^foo$', ['foo', 'bar']) as op(length(['foo', 'bar'][?regex_match('^foo$', @)]), '==', length(['foo', 'bar'])).

New features:

Enhancements:

  • Better errors catching fetching and serializing files.
  • Values validation in inclusion plugin actions.