Skip to content

Releases: aws/language-server-runtimes

language-server-runtimes/v0.2.27

15 Nov 16:37
Compare
Choose a tag to compare

[0.2.27] - 2024-11-15

Changed

  • Identity Management: Put SSO token inside the 'data' field for encrypted credentials as required by Auth

Removed

  • Identity Management: Removed implicit sso:account:access scope in aws-lsp-identity. Removing unnecessary option from UpdateProfile

language-server-runtimes/v0.2.26

14 Nov 10:54
f1be234
Compare
Choose a tag to compare

What's Changed

  • Add GetSsoTokenResult.updateCredentialsParams to avoid decrypt/recrtypt in destinations by @floralph in #253
  • Update runtimes version to 0.2.26 by @imykhai in #255

Full Changelog: language-server-runtimes/v0.2.25...language-server-runtimes/v0.2.26

language-server-runtimes/v0.2.25

13 Nov 13:41
Compare
Choose a tag to compare

Added

  • Extended protocol with showNotification client capability
  • Notification interface supports dynamic registration

language-server-runtimes/v0.2.24

30 Oct 12:53
74c88cd
Compare
Choose a tag to compare

Changed

  • Update workspace.fs methods: remove renamed to rm, copy renamed to copyFile and added options parameters by @natdurlik in #247.

language-server-runtimes/v0.2.23

24 Oct 15:15
a129cb5
Compare
Choose a tag to compare

What's Changed

  • Runtimes: pass runtime platform to Server implementation by @viktorsaws in #244

language-server-runtimes/v0.2.22

24 Oct 13:20
47a1f34
Compare
Choose a tag to compare

Added

  • Add encryption to the accessToken in Identity Management protocol by @floralph #240

Changed

  • Minor updates to GetSsoToken request parameters by @floralph #240

Removed

  • Remove unused onUpdateSsoTokenManagement in Identity Management protocol by @floralph #240

Full Changelog: language-server-runtimes/v0.2.21...language-server-runtimes/v0.2.22

Language Server Runtimes v0.2.21

23 Oct 09:19
1d0edc7
Compare
Choose a tag to compare

Added

  • Create Notification interface for servers by @volodkevych #231
  • Add workspace/applyEdit functionality to the LSP interface by @ege0zcan #233
  • Add writeFile, appendFile and mkdir functionality to workspace.fs by @natdurlik #234

Changed

  • Update @aws/language-server-runtimes-types dependency from 0.0.6 to 0.0.7

Language Server Runtimes Types v0.0.7

22 Oct 15:24
0f63b73
Compare
Choose a tag to compare

What's Changed

  • Extend ChatOptions with optional defaultTabData which will allow capability servers to specify the default data to be shown on Chat UI
  • Extend InsertToCursorPositionParams with two new optional fields: cursorPosition and textDocument

Chat Client Types v0.0.8

22 Oct 17:12
29f778b
Compare
Choose a tag to compare
  • Update @aws/language-server-runtimes-types dependency from 0.0.6 to 0.0.7

chat-client-ui-types/v0.0.7

14 Oct 14:24
0f19595
Compare
Choose a tag to compare

What's Changed

  • Define new UI contract for copy to clipboard event by @ege0zcan in #229