Releases: hashicorp/terraform-ls
Releases · hashicorp/terraform-ls
v0.18.0
10 Jun 17:44
Compare
Sorry, something went wrong.
No results found
FEATURES:
Add support for tfvars (variable files) (#540 )
ENHANCEMENTS:
Add support for state backends (#544 )
Add support for provisioners (#542 )
Support for type declarations (variable type) (#490 )
Support variable default (#543 )
v0.17.1
26 May 10:33
Compare
Sorry, something went wrong.
No results found
BUG FIXES:
Reduce CPU usage via custom Copy methods instead reflection (#513 )
v0.17.0
20 May 18:51
Compare
Sorry, something went wrong.
No results found
v0.16.3
13 May 10:38
Compare
Sorry, something went wrong.
No results found
ENHANCEMENTS:
Increase request concurrency & make it configurable via -req-concurrency flag of serve command (#489 )
v0.16.2
11 May 16:53
Compare
Sorry, something went wrong.
No results found
ENHANCEMENTS:
Support templated paths for -cpuprofile & -memprofile flags of serve (#501 )
BUG FIXES:
Avoid presenting stale diagnostics after document changes (#488 )
v0.16.1
30 Apr 17:31
Compare
Sorry, something went wrong.
No results found
BUG FIXES:
Prevent crash for legacy provider lookups where configuration is missing terraform>required_providers block or source arguments for providers and Terraform 0.13+ is used (#481 )
v0.16.0
29 Apr 19:53
Compare
Sorry, something went wrong.
No results found
SECURITY:
This release is signed with a new GPG key (ID 72D7468F), unlike all previous releases which were signed with (now revoked) key (ID 348FFC4C). Old releases were temporarily re-signed with the new key, but that key will be removed in coming weeks or months.
Read more about the related security event HCSEC-2021-12 .
Users of the Terraform VS Code extension will need to upgrade to 2.10.1 before auto-upgrading to this LS version.
ENHANCEMENTS:
Allow effective utilization of multiple schema sources (local or preloaded) via cache (#454 )
"No schema found ..." warning removed, as schema is far more likely to be available now (#454 )
"Alternative root modules found ..." warning removed (#454 )
Further improve support for Terraform 0.15 (#425 )
BUG FIXES:
Fix panic caused by partially unknown map keys in configuration (#447 )
v0.15.0
12 Mar 13:50
Compare
Sorry, something went wrong.
No results found
FEATURES:
Add workspace-wide symbol navigation (#427 )
ENHANCEMENTS:
textDocument/documentSymbol: Support nested symbols (#420 )
Add Go version, OS and architecture to version command (#407 )
Add initial support for expressions (#411 )
Reflect 0.15 schema changes (#436 )
BUILD:
Provide Linux packages (#421 )
v0.14.0
23 Feb 22:31
Compare
Sorry, something went wrong.
No results found
FEATURES:
Add links to documentation (Ctrl+click in supported clients + hover) (#402 )
ENHANCEMENTS:
Improve messaging when Terraform is not found (#401 )
BUG FIXES:
watcher: Refresh versions when plugin lockfile changes (#403 )
BUILD:
Provide darwin/arm64 (Apple Silicon) build (#350 )
v0.13.0
05 Feb 08:35
Compare
Sorry, something went wrong.
No results found
FEATURES:
watcher: Detect terraform init from scratch (#385 )
ENHANCEMENTS:
cmd: Introduce version JSON output (#386 )
Utilize CPU better when loading modules (#391 )
BUG FIXES:
Fix miscalculated semantic tokens (#390 )