Skip to content

Commit 89b5c40

Browse files
committed
Update changelog for v2.32.0
1 parent 46f0a5e commit 89b5c40

4 files changed

Lines changed: 28 additions & 12 deletions

File tree

.changes/unreleased/ENHANCEMENTS-20240715-175145.yaml

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

.changes/unreleased/INTERNAL-20240712-130524.yaml

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

.changes/v2.32.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 2.32.0 (2024-07-15)
2+
3+
ENHANCEMENTS:
4+
5+
* Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files ([terraform-ls#1745](https://github.com/hashicorp/terraform-ls/issues/1745))
6+
* Enable completion for all locally installed remote modules ([terraform-ls#1760](https://github.com/hashicorp/terraform-ls/issues/1760))
7+
* Re-architect the language server for improved performance and resource utilization ([terraform-ls#1667](https://github.com/hashicorp/terraform-ls/issues/1667))
8+
9+
This marks the completion of a major refactoring effort. The language server will now start up much faster and use less resources, especially on larger workspaces. We achieve this by doing less work during the initial walk of a workspace. Instead, we only parse modules with open files. Whenever a file of a module is opened, we schedule all the jobs needed to understand the contents of that directory (and the referenced modules).
10+
11+
INTERNAL:
12+
13+
* Introduce a workflow that checks for changelog entries ([#1796](https://github.com/hashicorp/vscode-terraform/issues/1796))
14+

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ ENHANCEMENTS:
66

77
* Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files ([terraform-ls#1745](https://github.com/hashicorp/terraform-ls/issues/1745))
88

9+
## 2.32.0 (2024-07-15)
10+
11+
ENHANCEMENTS:
12+
13+
* Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files ([terraform-ls#1745](https://github.com/hashicorp/terraform-ls/issues/1745))
14+
* Enable completion for all locally installed remote modules ([terraform-ls#1760](https://github.com/hashicorp/terraform-ls/issues/1760))
15+
* Re-architect the language server for improved performance and resource utilization ([terraform-ls#1667](https://github.com/hashicorp/terraform-ls/issues/1667))
16+
17+
This marks the completion of a major refactoring effort. The language server will now start up much faster and use less resources, especially on larger workspaces. We achieve this by doing less work during the initial walk of a workspace. Instead, we only parse modules with open files. Whenever a file of a module is opened, we schedule all the jobs needed to understand the contents of that directory (and the referenced modules).
18+
19+
INTERNAL:
20+
21+
* Introduce a workflow that checks for changelog entries ([#1796](https://github.com/hashicorp/vscode-terraform/issues/1796))
22+
923
## 2.31.2024061114 (2024-06-11)
1024

1125
ENHANCEMENTS:

0 commit comments

Comments
 (0)