Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 02:05
· 12 commits to main since this release

0.16.0 (Aug 12, 2024)

BREAKING CHANGES

  • Rework path builder to support more functions. The body pattern (i.e. body or body.x) now can add a chain of functions (applied from left to right), in form of $f1.f2(body.x). Removed the #(...) pattern in favor of url_path function. (#107)

  • Moving the retry(_xxx) blocks from restful_resource and restful_operation to the provider retry block, with schema changes, as the previous resource level retry implementation is error-prone. (#112)

BUG FIXES

  • Fix resource body validation error when referencing a dynamic output from other resource (#113)
  • Fix the provider schema security.token.scheme (620c2fe)