ENHANCEMENTS:
- provider: Added optional HTTP
proxyconfiguration #154).
NOTES:
- Provider has been re-written using the new
terraform-plugin-framework(#177).
BREAKING CHANGES:
-
Terraform
>=1.0is now required to use this provider. -
data-source/http: There is no longer a check that the status code is 200 following a request.
status_codeattribute has been added and should be used in precondition and postcondition checks instead (114). -
data-source/http: Deprecated
bodyhas been removed (#137).
ENHANCEMENTS:
- data-source/http:
bodyis now deprecated and has been superseded byresponse_body.bodywill be removed in the next major release (#137).
NOTES:
- "Uplift" aligned with Utility Providers Upgrade (#135).
Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
Binary releases of this provider now include the linux-arm64 platform.
BREAKING CHANGES:
- Upgrade to version 2 of the Terraform Plugin SDK, which drops support for Terraform 0.11. This provider will continue to work as expected for users of Terraform 0.11, which will not download the new version. (#47)
IMPROVEMENTS:
- Relaxed error on non-text
Content-Typeheaders to be a warning instead (#50)
BUG FIXES:
- Modified some of the documentation to work a bit better in the registry (#42)
- Allowed the
us-asciicharset in addition toutf-8(#43)
IMPROVEMENTS:
BUG FIXES:
- Fix request error message to include the
errand not just url (#26)
- This release includes an upgrade to the Terraform SDK, in an effort to help align with what other providers are releasing with, as we lead up to Core v0.12. It should have no noticeable impact on the provider.
IMPROVEMENTS:
- The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.
- Allow
charsetargument onContent-Type(#5)
- add content type for ADFS FederationMetadata.xml (#4)
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout