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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Smithy Language Server Changelog
2
2
3
+
## 0.8.0 (2025-10-08)
4
+
5
+
### Breaking
6
+
* Changed file layout of GitHub release zips, so contents are not in a nested directory ([#234](https://github.com/smithy-lang/smithy-language-server/pull/234))
7
+
* Changed Maven artifact to no longer be an uber jar ([#235](https://github.com/smithy-lang/smithy-language-server/pull/235))
8
+
9
+
### Features
10
+
* Added validation event hints to diagnostics, when present ([#230](https://github.com/smithy-lang/smithy-language-server/pull/230))
11
+
12
+
### Bug fixes
13
+
* Fixed loading projects when dependency paths have special characters ([#233](https://github.com/smithy-lang/smithy-language-server/pull/233))
14
+
* Fixed possible `NoSuchMethod` error in model validation with Smithy 1.62.0 ([#238](https://github.com/smithy-lang/smithy-language-server/pull/238))
15
+
16
+
### Documentation
17
+
* Added installation instructions to README ([#232](https://github.com/smithy-lang/smithy-language-server/pull/232))
0 commit comments