v0.12.0
0.12.0 (Dec 4, 2023)
BREAKING CHANGES
restful_resource
&restful_operation
- Removequery
forpoll_xxx
block. During polling, the actual query used is either from the polling url_locator (as the polling URL is expected to contain the complete URL, including the query needed), or inherit from the originating request if url_locator not specified. (#73)restful_resource
- Updateimport_spec
to remove some unnecessary properties, and allowbody
to be optional (#71)
ENHANCEMENTS
restful_resource
data source: Supportprecheck
(#65)restful_resource
data source: Supportsmethod
forGET
,HEAD
and (read-only)POST
(#67)restful_resource
resource & data source: Extend theoutput_attrs
to support arrays (#70)restful_resouce
(res&ds) &restful_operation
: Supportretry(_(create|read|update|delete))
(#75)restful_operation
- Supportdelete_(method|body|path)
,(precheck|poll|retry)_delete
andoutput_attrs
(#79)
BUG FIXES