Skip to content

Releases: aws/language-server-runtimes

language-server-runtimes: v0.2.37

24 Feb 14:21
cbc19cd
Compare
Choose a tag to compare

0.2.37 (2025-02-24)

Features

  • add opt-out mechanism to operational telemetry (#330) (0de11b1)

Bug Fixes

  • moving the telemetry logging for initialization options to the l… (#337) (3f0a826)

language-server-runtimes: v0.2.36

20 Feb 13:31
aeb230c
Compare
Choose a tag to compare

0.2.36 (2025-02-18)

Features

language-server-runtimes: v0.2.35

12 Feb 15:44
Compare
Choose a tag to compare

0.2.35 (2025-02-12)

Features

  • runtimes: extract reusable runtime logic into the base-runtime.ts (ebcb52f)

Bug Fixes

  • adding try/catch to initialize lsp server, added telemetry log events (#320) (48b064b)

language-server-runtimes: v0.2.34

04 Feb 16:31
eac96ec
Compare
Choose a tag to compare

0.2.34 (2025-02-04)

Features

  • implement sdk runtime configurator to configure sdk clients at runtime (#316) (ef82756)

language-server-runtimes: v0.2.33

28 Jan 17:10
2b5e089
Compare
Choose a tag to compare

0.2.33 (2025-01-28)

Features

  • add save option to initializeResult to allow LSP server to listen to save file events (#309) (d80688f)

Bug Fixes

  • explicit check for initializationOptions and add optional chaining (#310) (e97456d)

language-server-runtimes: v0.2.32

28 Jan 12:01
2122021
Compare
Choose a tag to compare

0.2.32 (2025-01-27)

Features

  • runtimes: extend lsp with didSaveTextDocument and lsp.worksapce with didCreateFiles, didDeleteFiles and didRenameFiles (e8df283)

Bug Fixes

  • handling of aws object of initializationOptions and initialize error handling (#306) (f71547a)
  • throw error on initialize fail (#307) (df148a2)

language-server-runtimes: v0.2.31

16 Jan 11:21
0cb2bfe
Compare
Choose a tag to compare

0.2.31 (2025-01-16)

Features

  • adding support for readFileSync method in workspace.fs (#299) (3ef292a)

language-server-runtimes: v0.2.30

08 Jan 09:17
5fa96b3
Compare
Choose a tag to compare

0.2.30 (2025-01-07)

Features

language-server-runtimes: v0.2.29

03 Jan 11:54
1d6ee11
Compare
Choose a tag to compare

0.2.29 (2025-01-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @aws/language-server-runtimes-types bumped from ^0.1.0 to ^0.1.1

language-server-runtimes-types: v0.1.1

03 Jan 11:54
1d6ee11
Compare
Choose a tag to compare

0.1.1 (2025-01-03)

Bug Fixes

  • types: fixed publish package contents (#292) (b3f5874)