Skip to content

Commit a106af9

Browse files
Update changelog
1 parent eeca0d0 commit a106af9

6 files changed

+30
-25
lines changed

.changes/0.26.0.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 0.26.0 (January 22, 2025)
2+
3+
BREAKING CHANGES:
4+
5+
* 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))
6+
* tfprotov5+tfprotov6: Removed temporary `ProviderServerWithEphemeralResources` interface type. Use `EphemeralResourceServer` instead. ([#442](https://github.com/hashicorp/terraform-plugin-go/issues/442))
7+
8+
NOTES:
9+
10+
* 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))
11+
12+
FEATURES:
13+
14+
* tfprotov5+tfprotov6: Upgraded protocols and added types to support write-only attributes ([#462](https://github.com/hashicorp/terraform-plugin-go/issues/462))
15+

.changes/unreleased/BREAKING CHANGES-20250121-173556.yaml

-7
This file was deleted.

.changes/unreleased/BREAKING CHANGES-20250121-174509.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20250121-163456.yaml

-5
This file was deleted.

.changes/unreleased/NOTES-20250121-173653.yaml

-7
This file was deleted.

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.26.0 (January 22, 2025)
2+
3+
BREAKING CHANGES:
4+
5+
* 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))
6+
* tfprotov5+tfprotov6: Removed temporary `ProviderServerWithEphemeralResources` interface type. Use `EphemeralResourceServer` instead. ([#442](https://github.com/hashicorp/terraform-plugin-go/issues/442))
7+
8+
NOTES:
9+
10+
* 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))
11+
12+
FEATURES:
13+
14+
* tfprotov5+tfprotov6: Upgraded protocols and added types to support write-only attributes ([#462](https://github.com/hashicorp/terraform-plugin-go/issues/462))
15+
116
## 0.25.0 (October 30, 2024)
217

318
NOTES:

0 commit comments

Comments
 (0)