Releases: Mastercard/terraform-provider-restapi
Releases · Mastercard/terraform-provider-restapi
v1.10.0
New
- Add a new exported field
api_responsecontaining the raw API response string. See README for more info. Thanks, @gazoakley!
Fixed
- Fix running in alpine docker images by disabling CGO (not used by this provider). Thanks, @duanshiqiang!
- Enable use of provider via HTTP proxy. Thanks, @DanielRis and @vrvenky1407!
v1.9.3
New
- Add support for setting CRUD methods via ENV variable.
- Coax numbers (the JSON type) coming back from the API server into decimal notation avoiding scientific notation. Fixes issue #51 - Thanks, @enummela!
- Make the number coaxing to strings more generic to fix the same problem with
api_datahaving scientific notation. Related to issue #48 - Thanks, @cnguyenp!
Fixed
- Documented a few missing attributes and added ENV variable overrides to README.md
v1.9.2
Fixed
- Investigating issue #34, an odd golang idiom was found that caused errors to get swallowed when refreshing state. This can cause the state file to get wiped out! The bug has been squashed. Thanks, @mlosapio and @robstonham-pa!
- Removed some junk code for handling redirects. This was never in use because golang handles them for us!
v1.9.1
v1.9.0
v1.8.0
New
- Data sent to the API can be marked as sensitive by setting the
API_DATA_IS_SENSITIVE=trueenvironment variable thanks to @ipleten! - Dependencies are now vendored with
govendorand scripting updated to support it - Per the previous note, we're now vendoring the latest Terraform (TF .12) to support the latest provider protocol. Thanks to @on4tux for the pointer in #30!
Fixed
- Contributors are great! The README gives some helpful pointers for getting started
v1.7.0
New
- Added cookie jar support thanks to @TMaYaD!
- Added support for dealing with xssi prefixes thanks to @TMaYaD!
- Added support for the
force_newparameter (see README.md) thanks to @TMaYaD! - Added some test cases and CI scaffolding thanks to @burbon!
Fixed
- The test cases were fixed thanks to a patch from @burbon!
- We are
go fmt, finally thanks to a patch from @TMaYaD!
Noteworthy
- The parameters for
api_clienthave been modified from a long list to a typed structure of params.
v1.6.0
New
- Add
id_attributejson list support, thanks @davidweterings!
Fix
- Improved debug logging for the datasource