Skip to content

Commit

Permalink
Preparing CHANGELOG for v0.7.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan De Marino committed Jul 25, 2022
1 parent b3ff5d7 commit 2a7a4a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# 0.7.0 (July 25, 2022)

FEATURES:

* tflog: Added `MaskAllFieldValuesRegexes()`, `MaskAllFieldValuesStrings()`, `MaskLogRegexes()` and `MaskLogStrings()` functions, which extend further the log masking filtering, for the provider root logger ([#87](https://github.com/hashicorp/terraform-plugin-log/issues/87))
* tflog: Added `SubsystemMaskAllFieldValuesRegexes()`, `SubsystemMaskAllFieldValuesStrings()`, `SubsystemMaskLogRegexes()` and `SubsystemMaskLogStrings()` functions, which extend further the log masking filtering, for provider subsystem loggers ([#87](https://github.com/hashicorp/terraform-plugin-log/issues/87))
* tfsdklog: Same functions added to the `tflog` package ([#87](https://github.com/hashicorp/terraform-plugin-log/issues/87))

# 0.6.0 (July 15, 2022)

BREAKING CHANGES:
Expand Down

0 comments on commit 2a7a4a8

Please sign in to comment.