-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7607bb
commit 332d5d1
Showing
15 changed files
with
42 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## 1.7.0 (March 21, 2024) | ||
|
||
BREAKING CHANGES: | ||
|
||
* function: All parameters must be explicitly named via the `Name` field ([#964](https://github.com/hashicorp/terraform-plugin-framework/issues/964)) | ||
* function: `DefaultParameterNamePrefix` and `DefaultVariadicParameterName` constants have been removed ([#964](https://github.com/hashicorp/terraform-plugin-framework/issues/964)) | ||
|
||
FEATURES: | ||
|
||
* types/basetypes: Added `DynamicType` and `DynamicValue` implementations for dynamic value handling ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
* types/basetypes: Added interfaces `basetypes.DynamicTypable`, `basetypes.DynamicValuable`, and `basetypes.DynamicValuableWithSemanticEquals` for dynamic custom type and value implementations ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
* resource/schema: Added `DynamicAttribute` implementation for dynamic value handling ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
* datasource/schema: Added `DynamicAttribute` implementation for dynamic value handling ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
* provider/schema: Added `DynamicAttribute` implementation for dynamic value handling ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
* function: Added `DynamicParameter` and `DynamicReturn` for dynamic value handling` ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
* resource/schema/dynamicdefault: New package with `StaticValue` implementation for dynamic schema-based default values ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
* resource/schema/dynamicplanmodifier: New package with built-in implementations for dynamic value plan modification. ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
* resource/schema/defaults: New `Dynamic` interface for dynamic schema-based default implementations ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
* resource/schema/planmodifier: New `Dynamic` interface for dynamic value plan modification implementations ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
* schema/validator: New `Dynamic` interface for dynamic value schema validation ([#147](https://github.com/hashicorp/terraform-plugin-framework/issues/147)) | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters