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 Jan 22, 2025
1 parent eeca0d0 commit a106af9
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 25 deletions.
15 changes: 15 additions & 0 deletions .changes/0.26.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.26.0 (January 22, 2025)

BREAKING CHANGES:

* tfprotov5+tfprotov6: `EphemeralResourceServer` interface is now required in `ProviderServer`. Implementations not needing ephemeral resource support can return errors from the `*EphemeralResource` methods. ([#442](https://github.com/hashicorp/terraform-plugin-go/issues/442))
* tfprotov5+tfprotov6: Removed temporary `ProviderServerWithEphemeralResources` interface type. Use `EphemeralResourceServer` instead. ([#442](https://github.com/hashicorp/terraform-plugin-go/issues/442))

NOTES:

* all: To prevent compilation errors, ensure your Go module is updated to at least [email protected], [email protected], terraform-plugin-sdk/[email protected], and [email protected] before upgrading this dependency. ([#442](https://github.com/hashicorp/terraform-plugin-go/issues/442))

FEATURES:

* tfprotov5+tfprotov6: Upgraded protocols and added types to support write-only attributes ([#462](https://github.com/hashicorp/terraform-plugin-go/issues/462))

7 changes: 0 additions & 7 deletions .changes/unreleased/BREAKING CHANGES-20250121-173556.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BREAKING CHANGES-20250121-174509.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20250121-163456.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/NOTES-20250121-173653.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.26.0 (January 22, 2025)

BREAKING CHANGES:

* tfprotov5+tfprotov6: `EphemeralResourceServer` interface is now required in `ProviderServer`. Implementations not needing ephemeral resource support can return errors from the `*EphemeralResource` methods. ([#442](https://github.com/hashicorp/terraform-plugin-go/issues/442))
* tfprotov5+tfprotov6: Removed temporary `ProviderServerWithEphemeralResources` interface type. Use `EphemeralResourceServer` instead. ([#442](https://github.com/hashicorp/terraform-plugin-go/issues/442))

NOTES:

* all: To prevent compilation errors, ensure your Go module is updated to at least [email protected], [email protected], terraform-plugin-sdk/[email protected], and [email protected] before upgrading this dependency. ([#442](https://github.com/hashicorp/terraform-plugin-go/issues/442))

FEATURES:

* tfprotov5+tfprotov6: Upgraded protocols and added types to support write-only attributes ([#462](https://github.com/hashicorp/terraform-plugin-go/issues/462))

## 0.25.0 (October 30, 2024)

NOTES:
Expand Down

0 comments on commit a106af9

Please sign in to comment.