Skip to content

Commit 154799d

Browse files
Update changelog
1 parent f322448 commit 154799d

24 files changed

+54
-127
lines changed

.changes/1.10.0.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## 1.10.0 (July 09, 2024)
2+
3+
FEATURES:
4+
5+
* types/basetypes: Added `Int32Type` and `Int32Value` implementations for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
6+
* types/basetypes: Added interfaces `basetypes.Int32Typable`, `basetypes.Int32Valuable`, and `basetypes.Int32ValuableWithSemanticEquals` for Int32 custom type and value implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
7+
* resource/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
8+
* datasource/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
9+
* provider/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
10+
* function: Added `Int32Parameter` and `Int32Return` for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
11+
* resource/schema/int32default: New package with `StaticValue` implementation for Int32 schema-based default values. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
12+
* resource/schema/int32planmodifier: New package with built-in implementations for Int32 value plan modification. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
13+
* resource/schema/defaults: New `Int32` interface for Int32 schema-based default implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
14+
* resource/schema/planmodifier: New `Int32` interface for Int32 value plan modification implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
15+
* schema/validator: New `Int32` interface for Int32 value schema validation. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
16+
* types/basetypes: Added `Float32Type` and `Float32Value` implementations for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
17+
* types/basetypes: Added interfaces `basetypes.Float32Typable`, `basetypes.Float32Valuable`, and `basetypes.Float32ValuableWithSemanticEquals` for Float32 custom type and value implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
18+
* resource/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
19+
* datasource/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
20+
* provider/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
21+
* function: Added `Float32Parameter` and `Float32Return` for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
22+
* resource/schema/float32default: New package with `StaticValue` implementation for Float32 schema-based default values. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
23+
* resource/schema/float32planmodifier: New package with built-in implementations for Float32 value plan modification. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
24+
* resource/schema/defaults: New `Float32` interface for Float32 schema-based default implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
25+
* resource/schema/planmodifier: New `Float32` interface for Float32 value plan modification implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
26+
* schema/validator: New `Float32` interface for Float32 value schema validation. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
27+

.changes/unreleased/FEATURES-20240621-132125.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240621-132243.yaml

-7
This file was deleted.

.changes/unreleased/FEATURES-20240621-132259.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20240621-132322.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20240621-132350.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20240621-132410.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20240621-132424.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240621-132441.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240621-132456.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240621-132514.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240621-132528.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20240626-123513.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240626-123533.yaml

-7
This file was deleted.

.changes/unreleased/FEATURES-20240626-123545.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240626-123615.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240626-123640.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240626-123651.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20240626-123738.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240626-123820.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240626-123836.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240626-123909.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240626-123922.yaml

-5
This file was deleted.

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 1.10.0 (July 09, 2024)
2+
3+
FEATURES:
4+
5+
* types/basetypes: Added `Int32Type` and `Int32Value` implementations for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
6+
* types/basetypes: Added interfaces `basetypes.Int32Typable`, `basetypes.Int32Valuable`, and `basetypes.Int32ValuableWithSemanticEquals` for Int32 custom type and value implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
7+
* resource/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
8+
* datasource/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
9+
* provider/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
10+
* function: Added `Int32Parameter` and `Int32Return` for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
11+
* resource/schema/int32default: New package with `StaticValue` implementation for Int32 schema-based default values. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
12+
* resource/schema/int32planmodifier: New package with built-in implementations for Int32 value plan modification. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
13+
* resource/schema/defaults: New `Int32` interface for Int32 schema-based default implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
14+
* resource/schema/planmodifier: New `Int32` interface for Int32 value plan modification implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
15+
* schema/validator: New `Int32` interface for Int32 value schema validation. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010))
16+
* types/basetypes: Added `Float32Type` and `Float32Value` implementations for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
17+
* types/basetypes: Added interfaces `basetypes.Float32Typable`, `basetypes.Float32Valuable`, and `basetypes.Float32ValuableWithSemanticEquals` for Float32 custom type and value implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
18+
* resource/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
19+
* datasource/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
20+
* provider/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
21+
* function: Added `Float32Parameter` and `Float32Return` for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
22+
* resource/schema/float32default: New package with `StaticValue` implementation for Float32 schema-based default values. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
23+
* resource/schema/float32planmodifier: New package with built-in implementations for Float32 value plan modification. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
24+
* resource/schema/defaults: New `Float32` interface for Float32 schema-based default implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
25+
* resource/schema/planmodifier: New `Float32` interface for Float32 value plan modification implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
26+
* schema/validator: New `Float32` interface for Float32 value schema validation. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014))
27+
128
## 1.9.0 (June 04, 2024)
229

330
NOTES:

0 commit comments

Comments
 (0)