Skip to content

Commit 2fcec10

Browse files
Update changelog
1 parent 8fa9db4 commit 2fcec10

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.changes/3.4.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 3.4.0 (June 21, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* data-source/http: `response_body_base64` has been added and contains a standard base64 encoding of the response body ([#158](https://github.com/hashicorp/terraform-provider-http/issues/158))
6+
* data-source/http: Replaced issuing warning on the basis of possible non-text `Content-Type` with issuing warning if response body does not contain valid UTF-8. ([#158](https://github.com/hashicorp/terraform-provider-http/issues/158))
7+

.changes/unreleased/ENHANCEMENTS-20230613-133335.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20230613-133401.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.4.0 (June 21, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* data-source/http: `response_body_base64` has been added and contains a standard base64 encoding of the response body ([#158](https://github.com/hashicorp/terraform-provider-http/issues/158))
6+
* data-source/http: Replaced issuing warning on the basis of possible non-text `Content-Type` with issuing warning if response body does not contain valid UTF-8. ([#158](https://github.com/hashicorp/terraform-provider-http/issues/158))
7+
18
## 3.3.0 (April 25, 2023)
29

310
NOTES:

0 commit comments

Comments
 (0)