-
Notifications
You must be signed in to change notification settings - Fork 5
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
7b9f595
commit ff1b309
Showing
9 changed files
with
30 additions
and
39 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,15 @@ | ||
## 0.1.1 (April 04, 2024) | ||
|
||
ENHANCEMENTS: | ||
|
||
* Add associated external types for Bool, Float64, Int64, Number, and String Attributes for data sources, provider, and resources ([#62](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/62)) | ||
* Add associated external type for list, map, object, and set attributes ([#65](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/65)) | ||
* Add `CustomPlanModifiers` type and `CustomPlanModifiers()` function to bool, float64, int64, list, map, number, object, set, and string plan modifier types ([#77](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/77)) | ||
* Add `CustomValidators` type and `CustomValidators()` function to bool, float64, int64, list, map, number, object, set, and string validator types ([#77](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/77)) | ||
* Add `CustomDefault()` function to list, map, number, object, and set default types ([#77](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/77)) | ||
* Added `Description`, `MarkdownDescription` and `DeprecationMessage` string fields to all schemas ([#81](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/81)) | ||
|
||
BUG FIXES: | ||
|
||
* schema: Remove Framework-specific `requires_replace` and `use_state_for_unknown` plan modifiers from specification which are unused during code generation, use custom plan modifiers instead ([#84](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/84)) | ||
|
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