Skip to content

Commit 100e7fb

Browse files
Update changelog
1 parent e6a15f9 commit 100e7fb

File tree

6 files changed

+24
-23
lines changed

6 files changed

+24
-23
lines changed

.changes/0.18.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 0.18.0 (July 03, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* tftypes: Added `AttributePath` type `NextStep()` method, which returns the next step in the path without first copying via `Steps()` ([#307](https://github.com/hashicorp/terraform-plugin-go/issues/307))
6+
7+
BUG FIXES:
8+
9+
* tftypes: Significantly reduced compute and memory usage of `Value` type walking and transformation ([#307](https://github.com/hashicorp/terraform-plugin-go/issues/307))
10+
* tftypes: Removed unnecessary memory allocations from `AttributePath` type `Equal()`, `LastStep()`, and `WithoutLastStep()` methods ([#307](https://github.com/hashicorp/terraform-plugin-go/issues/307))
11+
* tftypes: Removed unnecessary memory allocations from `NewValue()` function ([#307](https://github.com/hashicorp/terraform-plugin-go/issues/307))
12+

.changes/unreleased/BUG FIXES-20230630-103655.yaml

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

.changes/unreleased/BUG FIXES-20230630-144701.yaml

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

.changes/unreleased/BUG FIXES-20230630-144945.yaml

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

.changes/unreleased/ENHANCEMENTS-20230630-143817.yaml

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.18.0 (July 03, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* tftypes: Added `AttributePath` type `NextStep()` method, which returns the next step in the path without first copying via `Steps()` ([#307](https://github.com/hashicorp/terraform-plugin-go/issues/307))
6+
7+
BUG FIXES:
8+
9+
* tftypes: Significantly reduced compute and memory usage of `Value` type walking and transformation ([#307](https://github.com/hashicorp/terraform-plugin-go/issues/307))
10+
* tftypes: Removed unnecessary memory allocations from `AttributePath` type `Equal()`, `LastStep()`, and `WithoutLastStep()` methods ([#307](https://github.com/hashicorp/terraform-plugin-go/issues/307))
11+
* tftypes: Removed unnecessary memory allocations from `NewValue()` function ([#307](https://github.com/hashicorp/terraform-plugin-go/issues/307))
12+
113
## 0.17.0 (June 28, 2023)
214

315
ENHANCEMENTS:

0 commit comments

Comments
 (0)