Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Jun 28, 2023
1 parent 58b62c8 commit defe94c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 23 deletions.
9 changes: 9 additions & 0 deletions .changes/1.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 1.3.2 (June 28, 2023)

BUG FIXES:

* resource/schema: Ensured `Default` implementations received request `Path` and have response `Diagnostics` handled ([#778](https://github.com/hashicorp/terraform-plugin-framework/issues/778))
* resource/schema: Prevented panics with `Default` implementations on list, map, and set where no response `Diagnostics` or `PlanValue` was returned ([#778](https://github.com/hashicorp/terraform-plugin-framework/issues/778))
* providerserver: Ensured Terraform CLI interrupts (e.g. Ctrl-c) properly cancel the `context.Context` of inflight requests ([#782](https://github.com/hashicorp/terraform-plugin-framework/issues/782))
* providerserver: Prevented caching of unused data and managed resource schemas ([#784](https://github.com/hashicorp/terraform-plugin-framework/issues/784))

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230616-140718.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230616-140834.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230616-160305.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20230623-172651.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.3.2 (June 28, 2023)

BUG FIXES:

* resource/schema: Ensured `Default` implementations received request `Path` and have response `Diagnostics` handled ([#778](https://github.com/hashicorp/terraform-plugin-framework/issues/778))
* resource/schema: Prevented panics with `Default` implementations on list, map, and set where no response `Diagnostics` or `PlanValue` was returned ([#778](https://github.com/hashicorp/terraform-plugin-framework/issues/778))
* providerserver: Ensured Terraform CLI interrupts (e.g. Ctrl-c) properly cancel the `context.Context` of inflight requests ([#782](https://github.com/hashicorp/terraform-plugin-framework/issues/782))
* providerserver: Prevented caching of unused data and managed resource schemas ([#784](https://github.com/hashicorp/terraform-plugin-framework/issues/784))

## 1.3.1 (June 14, 2023)

BUG FIXES:
Expand Down

0 comments on commit defe94c

Please sign in to comment.