|
| 1 | +## 0.33.0 (10 April 2024) |
| 2 | + |
| 3 | +ENHANCEMENTS: |
| 4 | + |
| 5 | +* Support for provider-defined functions ([#1636](https://github.com/hashicorp/terraform-ls/pull/1636)) |
| 6 | +* Remove `use_legacy_workflow` from S3 backend ([terraform-schema#338](https://github.com/hashicorp/terraform-schema/pull/338)) |
| 7 | +* Add `issensitive` function ([terraform-schema#340](https://github.com/hashicorp/terraform-schema/pull/340)) |
| 8 | +* Conclude `module_variable_optional_attrs` language experiment ([terraform-schema#337](https://github.com/hashicorp/terraform-schema/pull/337)) |
| 9 | + |
| 10 | +BUG FIXES: |
| 11 | + |
| 12 | +* Only merge provider-defined functions for Terraform >= 1.8 ([#1672](https://github.com/hashicorp/terraform-ls/pull/1672), [terraform-schema#336](https://github.com/hashicorp/terraform-schema/pull/336)) |
| 13 | + |
| 14 | +INTERNAL: |
| 15 | + |
| 16 | +* Use Terraform `1.8.0-rc1` for bundling schemas ([#1669](https://github.com/hashicorp/terraform-ls/pull/1669)) |
| 17 | +* Update net package (updates some more alongside) ([#1677](https://github.com/hashicorp/terraform-ls/pull/1677)) |
| 18 | +* build(deps): Bump github.com/vektra/mockery/v2 from 2.42.0 to 2.42.2 ([#1662](https://github.com/hashicorp/terraform-ls/pull/1662), [#1680](https://github.com/hashicorp/terraform-ls/pull/1680)) |
| 19 | +* build(deps): Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 ([#1666](https://github.com/hashicorp/terraform-ls/pull/1666)) |
| 20 | +* build(deps): Bump workflows to latest trusted versions ([#1673](https://github.com/hashicorp/terraform-ls/pull/1673)) |
| 21 | +* build(deps): Bump golang.org/x/tools from 0.19.0 to 0.20.0 ([#1679](https://github.com/hashicorp/terraform-ls/pull/1679)) |
| 22 | +* build(deps): Bump github.com/creachadair/jrpc2 from 1.1.2 to 1.2.0 ([#1674](https://github.com/hashicorp/terraform-ls/pull/1674)) |
| 23 | +* build(deps): Bump github.com/hashicorp/hc-install from 0.6.3 to 0.6.4 ([#1675](https://github.com/hashicorp/terraform-ls/pull/1675)) |
| 24 | +* build(deps): Bump go.opentelemetry.io/otel/trace from 1.24.0 to 1.25.0 ([#1678](https://github.com/hashicorp/terraform-ls/pull/1678)) |
| 25 | +* build(deps): Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.49.0 to 0.50.0 ([#1681](https://github.com/hashicorp/terraform-ls/pull/1681)) |
| 26 | +* build(deps): Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.49.0 to 0.50.0 ([#1682](https://github.com/hashicorp/terraform-ls/pull/1682)) |
| 27 | + |
| 28 | +## 0.33.0-beta2 (27 March 2024) |
| 29 | + |
| 30 | +ENHANCEMENTS: |
| 31 | + |
| 32 | +* Support for provider-defined functions ([#1636](https://github.com/hashicorp/terraform-ls/pull/1636)) |
| 33 | + |
| 34 | +INTERNAL: |
| 35 | + |
| 36 | +* Use Terraform `1.8.0-rc1` for bundling schemas ([#1669](https://github.com/hashicorp/terraform-ls/pull/1669)) |
| 37 | + |
1 | 38 | ## 0.32.8 (11 March 2024) |
2 | 39 |
|
3 | 40 | NOTES / BREAKING CHANGES: |
@@ -26,6 +63,13 @@ INTERNAL: |
26 | 63 | * build(deps): Bump github.com/algolia/algoliasearch-client-go/v3 from 3.31.0 to 3.31.1 ([#1657](https://github.com/hashicorp/terraform-ls/pull/1657)) |
27 | 64 | * build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 ([#1653](https://github.com/hashicorp/terraform-ls/pull/1653)) |
28 | 65 |
|
| 66 | +## 0.33.0-beta1 (29 February 2024) |
| 67 | + |
| 68 | +BUG FIXES: |
| 69 | + |
| 70 | +* Fix panics on `nil` expressions ([hcl-lang#376](https://github.com/hashicorp/hcl-lang/pull/376)) |
| 71 | +* Fix panics on `nil` expressions in early decoder ([terraform-schema#324](https://github.com/hashicorp/terraform-schema/pull/324)) |
| 72 | + |
29 | 73 | ## 0.32.7 (13 February 2024) |
30 | 74 |
|
31 | 75 | ENHANCEMENTS: |
|
0 commit comments