Skip to content

Smithy Language Server v0.7.0

Latest
Compare
Choose a tag to compare
@smithy-automation smithy-automation released this 16 Apr 19:52
· 3 commits to main since this release
86088c0

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

  • Fixed possible crash on initialization. (#216)
  • Removed extraneous validation events from hover content. (#214)