Skip to content

Commit c271e91

Browse files
Update changelog
1 parent ed8d66c commit c271e91

12 files changed

+42
-51
lines changed

.changes/1.18.0.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 1.18.0 (February 27, 2026)
2+
3+
NOTES:
4+
5+
* State store support is considered experimental and offered without compatibility promises until support for `state_store` in Terraform core is generally available. ([#1259](https://github.com/hashicorp/terraform-plugin-framework/issues/1259))
6+
7+
FEATURES:
8+
9+
* framework: Add support for deprecation messages on attributes and blocks in the configuration schema ([#1276](https://github.com/hashicorp/terraform-plugin-framework/issues/1276))
10+
* statestore: New package for implementing state stores ([#1259](https://github.com/hashicorp/terraform-plugin-framework/issues/1259))
11+
* statestore/schema: New package for implementing state store schemas ([#1259](https://github.com/hashicorp/terraform-plugin-framework/issues/1259))
12+
13+
ENHANCEMENTS:
14+
15+
* types/basetypes: Added `Length()` method for the `ListValue` type. ([#1067](https://github.com/hashicorp/terraform-plugin-framework/issues/1067))
16+
* types/basetypes: Added `Length()` method for the `MapValue` type. ([#1067](https://github.com/hashicorp/terraform-plugin-framework/issues/1067))
17+
* types/basetypes: Added `Length()` method for the `SetValue` type. ([#1067](https://github.com/hashicorp/terraform-plugin-framework/issues/1067))
18+
* types/basetypes: Added `Length()` method for the `TupleValue` type. ([#1067](https://github.com/hashicorp/terraform-plugin-framework/issues/1067))
19+
* provider: Added `ProviderWithStateStores` interface for implementing state stores ([#1259](https://github.com/hashicorp/terraform-plugin-framework/issues/1259))
20+
* provider: Added `StateStoreData` to `ConfigureResponse`, to pass provider-defined data to `(statestore.StateStore).Initialize` methods ([#1262](https://github.com/hashicorp/terraform-plugin-framework/issues/1262))
21+

.changes/unreleased/ENHANCEMENTS-20260127-122835.yaml

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

.changes/unreleased/ENHANCEMENTS-20260127-122947.yaml

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

.changes/unreleased/ENHANCEMENTS-20260127-122959.yaml

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

.changes/unreleased/ENHANCEMENTS-20260127-123033.yaml

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

.changes/unreleased/ENHANCEMENTS-20260216-151551.yaml

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

.changes/unreleased/ENHANCEMENTS-20260216-151646.yaml

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

.changes/unreleased/FEATURES-20260216-144029.yaml

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

.changes/unreleased/FEATURES-20260216-150444.yaml

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

.changes/unreleased/FEATURES-20260216-151518.yaml

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

0 commit comments

Comments
 (0)