You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
## 0.32.6 (23 January 2024)
2
+
3
+
ENHANCEMENTS:
4
+
* Enable interpolated map keys and object attribute names ([terraform-schema#316](https://github.com/hashicorp/terraform-schema/pull/316))
5
+
* Add support for complex index expressions ([hcl-lang#365](https://github.com/hashicorp/hcl-lang/pull/365))
6
+
* Add support for parenthesis on RHS ([hcl-lang#366](https://github.com/hashicorp/hcl-lang/pull/366))
7
+
* Add support for parenthesis on LHS (map keys & attribute names) ([hcl-lang#367](https://github.com/hashicorp/hcl-lang/pull/367))
8
+
9
+
BUG FIXES:
10
+
11
+
* Revert "Alert on `wsl.localhost` Path ([#1522](https://github.com/hashicorp/terraform-ls/pull/1522))" ([#1597](https://github.com/hashicorp/terraform-ls/pull/1597))
12
+
13
+
INTERNAL:
14
+
15
+
* build(deps): Bump go.opentelemetry.io/otel from 1.21.0 to 1.22.0 ([#1589](https://github.com/hashicorp/terraform-ls/pull/1589))
16
+
* build(deps): Bump go.opentelemetry.io/otel/trace from 1.21.0 to 1.22.0 ([#1588](https://github.com/hashicorp/terraform-ls/pull/1588))
17
+
* build(deps): Bump github.com/hashicorp/terraform-json from 0.20.0 to 0.21.0 ([#1591](https://github.com/hashicorp/terraform-ls/pull/1591))
18
+
* build(deps): Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.46.1 to 0.47.0 ([#1592](https://github.com/hashicorp/terraform-ls/pull/1592))
19
+
* build(deps): Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.46.1 to 0.47.0 ([#1593](https://github.com/hashicorp/terraform-ls/pull/1593))
20
+
* build(deps): Bump workflows to latest trusted versions ([#1594](https://github.com/hashicorp/terraform-ls/pull/1594))
0 commit comments