Skip to content

Commit

Permalink
Stage 0.34.0 alpha20240611 (#1731)
Browse files Browse the repository at this point in the history
* Update changelog

* Update VERSION
  • Loading branch information
dbanck committed Jul 5, 2024
1 parent 231a641 commit dad8798
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .changes/v0.34.0-alpha20240611.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.34.0-alpha20240611 (11 June 2024)

ENHANCEMENTS:

* Add documentation for using vim with YouCompleteMe ([#1718](https://github.com/hashicorp/terraform-ls/issues/1718))
* Re-architect the language server for improved performance and resource utilization ([#1667](https://github.com/hashicorp/terraform-ls/issues/1667))

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).

We have tested this with workspaces and configurations of different sizes, but still expect some bugs. Please give this preview a try and let us know how it works for you.

INTERNAL:

* Split internal modules state into separate features ([#1667](https://github.com/hashicorp/terraform-ls/issues/1667))

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ INTERNAL:

* Document schema bundling in CONTRIBUTING.md ([#1736](https://github.com/hashicorp/terraform-ls/issues/1736))

## 0.34.0-alpha20240611 (11 June 2024)

ENHANCEMENTS:

* Add documentation for using vim with YouCompleteMe ([#1718](https://github.com/hashicorp/terraform-ls/issues/1718))
* Re-architect the language server for improved performance and resource utilization ([#1667](https://github.com/hashicorp/terraform-ls/issues/1667))

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).

We have tested this with workspaces and configurations of different sizes, but still expect some bugs. Please give this preview a try and let us know how it works for you.

INTERNAL:

* Split internal modules state into separate features ([#1667](https://github.com/hashicorp/terraform-ls/issues/1667))

## 0.33.2 (06 June 2024)

BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.34.0-dev
0.34.0-alpha20240611

0 comments on commit dad8798

Please sign in to comment.