Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 02:16
· 38 commits to main since this release

0.12.0 (Dec 4, 2023)

BREAKING CHANGES

  • restful_resource & restful_operation - Remove query for poll_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 - Update import_spec to remove some unnecessary properties, and allow body to be optional (#71)

ENHANCEMENTS

  • restful_resource data source: Support precheck (#65)
  • restful_resource data source: Supports method for GET, HEAD and (read-only) POST (#67)
  • restful_resource resource & data source: Extend the output_attrs to support arrays (#70)
  • restful_resouce (res&ds) & restful_operation: Support retry(_(create|read|update|delete)) (#75)
  • restful_operation - Support delete_(method|body|path), (precheck|poll|retry)_delete and output_attrs (#79)

BUG FIXES

  • Fix resty client TLS client config setting error: current transport is not an *http.Transport instance (#72)
  • precheck|poll expose API error if the status_locator is not code, instead of returning the error indicating the status locating from header/response failed (#78)