Skip to content

Commit a21509d

Browse files
author
Ivan De Marino
authored
Preparing CHANGELOG for 2.20.0 (#1017)
1 parent fa35150 commit a21509d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.20.0 (July 28, 2022)
2+
3+
NOTES:
4+
5+
* helper/logging: Existing `NewTransport()` is now deprecated in favour of using the new `NewLoggingHTTPTransport()` or `NewSubsystemLoggingHTTPTransport()` ([#1006](https://github.com/hashicorp/terraform-plugin-sdk/issues/1006))
6+
7+
FEATURES:
8+
9+
* helper/logging: New `NewLoggingHTTPTransport()` and `NewSubsystemLoggingHTTPTransport()` functions, providing `http.RoundTripper` Transport implementations that log request/response using [terraform-plugin-log](https://pkg.go.dev/github.com/hashicorp/terraform-plugin-log) ([#546](https://github.com/hashicorp/terraform-plugin-sdk/issues/546)) ([#1006](https://github.com/hashicorp/terraform-plugin-sdk/issues/1006))
10+
111
# 2.19.0 (July 15, 2022)
212

313
NOTES:

0 commit comments

Comments
 (0)