Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Feb 29, 2024
1 parent b7aafe8 commit 213e8e3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .changes/3.4.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 3.4.2 (February 29, 2024)

NOTES:

* data-source/http: Previously the HTTP request would unexpectedly always contain a body for all requests. Certain HTTP server implementations are sensitive to this data existing if it is not expected. Requests now only contain a request body if the `request_body` attribute is explicitly set. To exactly preserve the previous behavior, set `request_body = ""`. ([#388](https://github.com/hashicorp/terraform-provider-http/issues/388))

BUG FIXES:

* data-source/http: Ensured HTTP request body is not sent unless configured ([#388](https://github.com/hashicorp/terraform-provider-http/issues/388))

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20240229-151134.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions .changes/unreleased/NOTES-20240229-151426.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.4.2 (February 29, 2024)

NOTES:

* data-source/http: Previously the HTTP request would unexpectedly always contain a body for all requests. Certain HTTP server implementations are sensitive to this data existing if it is not expected. Requests now only contain a request body if the `request_body` attribute is explicitly set. To exactly preserve the previous behavior, set `request_body = ""`. ([#388](https://github.com/hashicorp/terraform-provider-http/issues/388))

BUG FIXES:

* data-source/http: Ensured HTTP request body is not sent unless configured ([#388](https://github.com/hashicorp/terraform-provider-http/issues/388))

## 3.4.1 (December 19, 2023)

BUG FIXES:
Expand Down

0 comments on commit 213e8e3

Please sign in to comment.