Releases: aws/language-servers
Releases · aws/language-servers
[email protected]
What's Changed
- Added initial version of PartiQL Language Server implementation. Package was published to npm and available at https://www.npmjs.com/package/@aws/lsp-partiql
New Contributors
[email protected]
What's Changed
- Define contracts for insert to cursor position by @ege0zcan in #221
- Rename CodeWhisperer to Amazon Q by @ege0zcan in #248
- Add configuration to create standalone nodejs bundle for Amazon Q server by @viktorsaws in #250
- Send telemetry for vote, copyCodeToClipboard and authFollowUpClicked event by @rahmaniaam in #249
- Increment aws-lsp-codewhisperer version to 0.0.6 by @imykhai in #259
Full Changelog: https://github.com/aws/language-servers/compare/[email protected]@0.0.6
[email protected]
What's Changed
- Bump @types/node from 20.11.28 to 20.12.2 by @dependabot in #179
- Bump husky from 8.0.3 to 9.0.11 by @dependabot in #171
- Bump @aws-sdk/credential-providers from 3.529.1 to 3.540.0 by @dependabot in #172
- Bump sinon from 15.2.0 to 17.0.1 by @dependabot in #173
- Update SecurityScanResponse to include relevant details when security scan is performed by @shruti0085 in #180
- Added package to bundle webworker and yaml json server for browser. Fixed handlers by @aderende in #178
- Bump @types/vscode from 1.87.0 to 1.88.0 by @dependabot in #183
- Bump @aws/language-server-runtimes from 0.2.0 to 0.2.1 by @dependabot in #182
- Bump @aws-sdk/client-s3 from 3.529.1 to 3.550.0 by @dependabot in #184
- Bump jose from 4.15.5 to 5.2.4 by @dependabot in #181
- Added integration tests for Yaml/Json LSP Server by @aderende in #185
- Add streaming client generation by @ege0zcan in #186
- Adjust CodeScan execute command to new interface by @volodkevych in #195
- Add retries to tests by @aderende in #193
- Update runtimes to 0.2.2 by @imykhai in #196
- Bump ts-lsp-client from 1.0.1 to 1.0.3 by @dependabot in #192
- Bump @types/adm-zip from 0.4.34 to 0.5.5 by @dependabot in #191
- Added Chat client package by @volodkevych in #194
- Bump vscode-languageclient from 8.1.0 to 9.0.1 by @dependabot in #190
- Create Chat session service that manages API calls by @makenneth in #200
- Update runtimes to 0.2.3 and install types by @viktorsaws in #203
- Remove downlevel command and dependency from CodeWhisperer streaming client by @viktorsaws in #206
- Update CODEOWNERS by @viktorsaws in #205
- Remove postinstall script to build dependencies by @viktorsaws in #209
- Chat server skeleton by @makenneth in #208
- Clear security scan findings on workspace/didChangeWorkspaceFolders event by @shruti0085 in #207
- Bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.7.1 by @dependabot in #197
- Bump @typescript-eslint/parser from 7.4.0 to 7.7.1 by @dependabot in #199
- Bump @aws/mynah-ui from 4.5.6 to 4.6.4 by @dependabot in #204
- Fix guide for npm linking runtimes package after refactorings by @viktorsaws in #211
- Fix security scan duplicate hover message by @rbbarad in #210
- Chat client unit tests by @volodkevych in #212
- Ensure getConnectionMetadata is defined by @rtarcr in #214
- Fix of test vscode client command and build from root of monorepo by @volodkevych in #219
- Handle chat prompt request and tab notification handlers in QChatServer by @makenneth in #213
- Bump webpack-cli from 4.10.0 to 5.1.4 by @dependabot in #215
- Bump @aws-sdk/middleware-token from 3.425.0 to 3.564.0 by @dependabot in #218
- Revert "Bump @aws-sdk/middleware-token from 3.425.0 to 3.564.0" by @rahmaniaam in #222
- Added customizable LSP server by @aderende in #223
- Bump typescript from 5.4.3 to 5.4.5 by @dependabot in #216
- Refactor chat handlers by @makenneth in #226
- added patches for markdown and unsafe-eval by @aderende in #225
- Bump uuid and @types/uuid by @dependabot in #228
- Upgrade typedoc version by @rtarcr in #232
- Pass document context to Q by @makenneth in #231
- Consume latest available types package by @ege0zcan in #233
- Fix @amzn/codewhisperer-streaming resolve issue in consumers by @makenneth in #238
- Update Hello world server build configuration to bundle webworker runtime by @viktorsaws in #234
- Update supported programming languages for GenerateRecommendations API by @ege0zcan in #240
- Add java to list of supported languages by @ege0zcan in #242
- Remove @smithy/abort-controller to fix browser builds by @makenneth in #239
- Upgrade version to 0.0.5 by @ege0zcan in #244
New Contributors
- @shruti0085 made their first contribution in #180
- @makenneth made their first contribution in #200
Full Changelog: https://github.com/aws/language-servers/compare/[email protected]@0.0.5
[email protected]
Previous release did not work due to dependency installing mishaps. This release is a fix for that along with a few improvements from the previous one.
What's Changed
- Integrate dependency graph with RunSecurityScan function
- Add server for transform feature
- Add diagnostics, handle hover for security scan findings, handler for cancel scan,
[email protected]
AWS Codewhisperer LSP server v0.0.3