Skip to content

Commit 6b58e7f

Browse files
Update changelog
1 parent d419eaa commit 6b58e7f

6 files changed

+30
-27
lines changed

.changes/2.29.0.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 2.29.0 (September 06, 2023)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.20 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.20 release notes](https://go.dev/doc/go1.20) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#1245](https://github.com/hashicorp/terraform-plugin-sdk/issues/1245))
6+
7+
FEATURES:
8+
9+
* helper/schema: Upgrade to protocol version 5.4, which can significantly reduce memory usage with Terraform 1.6 and later when a configuration includes multiple instances of the same provider ([#1234](https://github.com/hashicorp/terraform-plugin-sdk/issues/1234))
10+
11+
ENHANCEMENTS:
12+
13+
* helper/validation: Added `AllDiag` and `AnyDiag`, which are `SchemaValidateDiagFunc` variants of `All` and `Any` ([#1155](https://github.com/hashicorp/terraform-plugin-sdk/issues/1155))
14+
* helper/validation: Added quoting in `StringInSlice` error diagnostic output to prevent confusion with values that contain spaces ([#464](https://github.com/hashicorp/terraform-plugin-sdk/issues/464))
15+

.changes/unreleased/ENHANCEMENTS-20230222-001027.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20230829-141309.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20230825-093431.yaml

-7
This file was deleted.

.changes/unreleased/NOTES-20230906-055849.yaml

-8
This file was deleted.

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.29.0 (September 06, 2023)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.20 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.20 release notes](https://go.dev/doc/go1.20) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#1245](https://github.com/hashicorp/terraform-plugin-sdk/issues/1245))
6+
7+
FEATURES:
8+
9+
* helper/schema: Upgrade to protocol version 5.4, which can significantly reduce memory usage with Terraform 1.6 and later when a configuration includes multiple instances of the same provider ([#1234](https://github.com/hashicorp/terraform-plugin-sdk/issues/1234))
10+
11+
ENHANCEMENTS:
12+
13+
* helper/validation: Added `AllDiag` and `AnyDiag`, which are `SchemaValidateDiagFunc` variants of `All` and `Any` ([#1155](https://github.com/hashicorp/terraform-plugin-sdk/issues/1155))
14+
* helper/validation: Added quoting in `StringInSlice` error diagnostic output to prevent confusion with values that contain spaces ([#464](https://github.com/hashicorp/terraform-plugin-sdk/issues/464))
15+
116
## 2.28.0 (August 24, 2023)
217

318
NOTES:

0 commit comments

Comments
 (0)