v0.16.0
0.16.0 (Aug 12, 2024)
BREAKING CHANGES
-
Rework path builder to support more functions. The body pattern (i.e.
body
orbody.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 ofurl_path
function. (#107) -
Moving the
retry(_xxx)
blocks fromrestful_resource
andrestful_operation
to the providerretry
block, with schema changes, as the previous resource level retry implementation is error-prone. (#112)
BUG FIXES