-
Notifications
You must be signed in to change notification settings - Fork 34
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
eeca0d0
commit a106af9
Showing
6 changed files
with
30 additions
and
25 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.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)) | ||
|
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
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: | ||
|