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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## 0.31.1 (27 April 2023)
2
+
3
+
ENHANCEMENTS:
4
+
5
+
* Cache registry module errors to improve performance in cases of private registry, submodules or other similar situations resulting in module data unavailability ([#1258](https://github.com/hashicorp/terraform-ls/pull/1258))
6
+
7
+
BUG FIXES:
8
+
9
+
* Pull in gopls v0.10.0 tsprotocol.go to fix completion labels ([#1256](https://github.com/hashicorp/terraform-ls/pull/1256))
10
+
11
+
INTERNAL:
12
+
13
+
* Add PR test for copyright headers ([#1241](https://github.com/hashicorp/terraform-ls/pull/1241))
0 commit comments