Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 07:29
· 81 commits to main since this release
7aeaecf

0.8.0 (Jan 3, 2023)

DEPENDENCY UPDATES:

  • Update hashicorp/terraform-plugin-framework to v1.0.0 (eb7bc21)

ENHANCEMENTS:

  • restful_resource - Introduce check_existance to make on-demand existance check (#35)
  • Defaults to use urlencoded when xxx_path expands with form $(body.x.y.z) (#36)
  • restful_resource - Update supports POST (7370cab)
  • restful_resource - Support {read|create}_selector to select the target body from the response of create or read, in case the response is an array of multiple bodies (#39)
  • restful_resource - Introduce force_new_attrs to support conditional replace resource (#37)

BUG FIXES

  • poll_xxx: Fix double urlencoding the URL and introduce the query attribute (#42)