Skip to content

Commit bd1819d

Browse files
Update changelog
1 parent 8e4acd3 commit bd1819d

File tree

6 files changed

+30
-28
lines changed

6 files changed

+30
-28
lines changed

.changes/0.23.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 0.23.0 (May 06, 2024)
2+
3+
BREAKING CHANGES:
4+
5+
* tfprotov5+tfprotov6: `FunctionServer` interface is now required in `ProviderServer`. Implementations not needing function support can return errors from the `GetFunctions` and `CallFunction` methods. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))
6+
* tfprotov5+tfprotov6: `MoveResourceState` method is now required in `ResourceServer`. Implementations not needing move state support can return errors from the `MoveResourceState` method. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))
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. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))
11+
12+
FEATURES:
13+
14+
* tfprotov5+tfprotov6: Upgraded protocols and added types to support deferred actions ([#403](https://github.com/hashicorp/terraform-plugin-go/issues/403))
15+

.changes/unreleased/BREAKING CHANGES-20240311-093208.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/BREAKING CHANGES-20240311-093436.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/FEATURES-20240501-174028.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/NOTES-20240311-093736.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.23.0 (May 06, 2024)
2+
3+
BREAKING CHANGES:
4+
5+
* tfprotov5+tfprotov6: `FunctionServer` interface is now required in `ProviderServer`. Implementations not needing function support can return errors from the `GetFunctions` and `CallFunction` methods. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))
6+
* tfprotov5+tfprotov6: `MoveResourceState` method is now required in `ResourceServer`. Implementations not needing move state support can return errors from the `MoveResourceState` method. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))
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. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))
11+
12+
FEATURES:
13+
14+
* tfprotov5+tfprotov6: Upgraded protocols and added types to support deferred actions ([#403](https://github.com/hashicorp/terraform-plugin-go/issues/403))
15+
116
## 0.22.2 (April 18, 2024)
217

318
BUG FIXES:

0 commit comments

Comments
 (0)