Skip to content

Commit

Permalink
Preparing CHANGELOG for 2.20.0 (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan De Marino committed Jul 28, 2022
1 parent fa35150 commit a21509d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# 2.20.0 (July 28, 2022)

NOTES:

* 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))

FEATURES:

* 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))

# 2.19.0 (July 15, 2022)

NOTES:
Expand Down

0 comments on commit a21509d

Please sign in to comment.