-
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.
tfprotov5+tfprotov6: Require
EphemeralResourceServer
in `ProviderSe…
…rver` (#465) * tfprotov5+tfprotov6: Require `EphemeralResourceServer` in `ProviderServer` * add changelogs
- Loading branch information
1 parent
afd18f1
commit 7ff6ef6
Showing
7 changed files
with
36 additions
and
240 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,7 @@ | ||
kind: BREAKING CHANGES | ||
body: 'tfprotov5+tfprotov6: `EphemeralResourceServer` interface is now required in | ||
`ProviderServer`. Implementations not needing ephemeral resource support can return | ||
errors from the `*EphemeralResource` methods.' | ||
time: 2025-01-21T17:35:56.137392-05:00 | ||
custom: | ||
Issue: "442" |
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,6 @@ | ||
kind: BREAKING CHANGES | ||
body: 'tfprotov5+tfprotov6: Removed temporary `ProviderServerWithEphemeralResources` | ||
interface type. Use `EphemeralResourceServer` instead.' | ||
time: 2025-01-21T17:45:09.953934-05:00 | ||
custom: | ||
Issue: "442" |
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,7 @@ | ||
kind: NOTES | ||
body: '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.' | ||
time: 2025-01-21T17:36:53.645571-05:00 | ||
custom: | ||
Issue: "442" |
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
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
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
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