Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform-ls 0.34.0 #177400

Merged
merged 2 commits into from
Jul 15, 2024
Merged

terraform-ls 0.34.0 #177400

merged 2 commits into from
Jul 15, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
ENHANCEMENTS:
  • 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 (#1745)
  • Add documentation for using vim with YouCompleteMe (#1718)
  • Enable completion for all locally installed remote modules (#1760)
  • Re-architect the language server for improved performance and resource utilization (#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).

INTERNAL:

  • Introduce a workflow that checks for changelog entries (#1759)
  • Split internal modules state into separate features (#1667)

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jul 15, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jul 15, 2024
@BrewTestBot BrewTestBot enabled auto-merge July 15, 2024 19:41
@BrewTestBot BrewTestBot added this pull request to the merge queue Jul 15, 2024
Merged via the queue into master with commit 1b2c4e2 Jul 15, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-terraform-ls-0.34.0 branch July 15, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants