Releases: smithy-lang/smithy-language-server
Releases · smithy-lang/smithy-language-server
Smithy Language Server v0.8.0
0.8.0 (2025-10-08)
Breaking
- Changed file layout of GitHub release zips, so contents are not in a nested directory (#234)
 - Changed Maven artifact to no longer be an uber jar (#235)
 
Features
- Added validation event hints to diagnostics, when present (#230)
 
Bug fixes
- Fixed loading projects when dependency paths have special characters (#233)
 - Fixed possible 
NoSuchMethoderror in model validation with Smithy 1.62.0 (#238) 
Documentation
- Added installation instructions to README (#232)
 
Smithy Language Server v0.7.0
0.7.0 (2025-04-15)
Features
- Added standalone runtime images to GitHub release, to run the language server without a local Java installation. (#159)
 - Improved how the language server is launched from the CLI. (#218)
 - Added textDocument/rename support. (#213)
 - Added textDocument/references support. (#213)
 - Made textDocument/documentSymbol return hierarchical symbols. (#206)
 
Bug fixes
0.6.0
0.6.0 (2025-03-10)
Features
- Improved completions, definition, and hover for everything in the IDL. (#166)
 - Diagnostics for smithy-build.json. (#188)
 - Completions for smithy-build.json. (#193)
 - Hover for smithy-build.json. (#202)
 - Folding range for traits and shape blocks. (#190)
 - Inlay hints of the name of inline operation input/output. (#200)
 
Bug fixes
0.5.0
Fix document sync registrations on init (#181) Fixes a bug in #168 where the server would send the wrong registration for didSave on Smithy files.
0.4.1
Bump version to 0.4.1
0.4.0
Bump version to 0.4.0 (#158) This version includes the same features as 0.3.0, but includes the JDK upgrade and lsp4j dependency upgrade from #157.
0.2.4
Bump version to 0.2.4 (#129)