Skip to content

Commit

Permalink
Update runtimes to version v0.2.23 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorsaws authored Oct 24, 2024
1 parent 9eb0a8e commit a129cb5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions runtimes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,35 @@
# Changelog

## [0.2.23] - 2024-10-24

### Added

- Add `platform` value to `Runtime` feature injected in every Server (#244)

## [0.2.22] - 2024-10-24

### Added

- Add encryption to the accessToken in Identity Management protocol

### Changed

- Minor updates to `GetSsoToken` request parameters

### Removed

- Remove unused `onUpdateSsoTokenManagement` in Identity Management protocol

## [0.2.21] - 2024-10-23

### Added

- Add `workspace/applyEdit` functionality to the LSP interface
- Add `writeFile`, `appendFile` and `mkdir` functionality to `workspace.fs`
- Create `Notification` interface for servers

### Changed

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

## [0.2.20] - 2024-10-11
Expand Down
2 changes: 1 addition & 1 deletion runtimes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/language-server-runtimes",
"version": "0.2.22",
"version": "0.2.23",
"description": "Runtimes to host Language Servers for AWS",
"files": [
"out",
Expand Down

0 comments on commit a129cb5

Please sign in to comment.