Skip to content

chore(release): release packages from branch main #1339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"chat-client": "0.1.10",
"core/aws-lsp-core": "0.0.8",
"server/aws-lsp-antlr4": "0.1.8",
"server/aws-lsp-codewhisperer": "0.0.39",
"server/aws-lsp-json": "0.1.8",
"server/aws-lsp-partiql": "0.0.9",
"server/aws-lsp-yaml": "0.1.8"
"chat-client": "0.1.11",
"core/aws-lsp-core": "0.0.9",
"server/aws-lsp-antlr4": "0.1.9",
"server/aws-lsp-codewhisperer": "0.0.40",
"server/aws-lsp-json": "0.1.9",
"server/aws-lsp-partiql": "0.0.10",
"server/aws-lsp-yaml": "0.1.9"
}
8 changes: 8 additions & 0 deletions chat-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.11](https://github.com/aws/language-servers/compare/chat-client/v0.1.10...chat-client/v0.1.11) (2025-05-22)


### Bug Fixes

* Revert stop text align ([#1397](https://github.com/aws/language-servers/issues/1397)) ([439e859](https://github.com/aws/language-servers/commit/439e8597b5ce8ad052ab571a1a156044f8862206))
* Stop text align ([#1321](https://github.com/aws/language-servers/issues/1321)) ([0f522a1](https://github.com/aws/language-servers/commit/0f522a17004174d29955bf70c304ad9ca39df623))

## [0.1.10](https://github.com/aws/language-servers/compare/chat-client/v0.1.9...chat-client/v0.1.10) (2025-05-14)


Expand Down
2 changes: 1 addition & 1 deletion chat-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/chat-client",
"version": "0.1.10",
"version": "0.1.11",
"description": "AWS Chat Client",
"main": "out/index.js",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions core/aws-lsp-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.9](https://github.com/aws/language-servers/compare/lsp-core/v0.0.8...lsp-core/v0.0.9) (2025-05-22)


### Bug Fixes

* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/aws/language-servers/issues/1353)) ([483f532](https://github.com/aws/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235))

## [0.0.8](https://github.com/aws/language-servers/compare/lsp-core/v0.0.7...lsp-core/v0.0.8) (2025-05-14)


Expand Down
2 changes: 1 addition & 1 deletion core/aws-lsp-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/lsp-core",
"version": "0.0.8",
"version": "0.0.9",
"description": "Core library, contains common code and utilities",
"main": "out/index.js",
"repository": {
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions server/aws-lsp-antlr4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.9](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.8...lsp-antlr4/v0.1.9) (2025-05-22)


### Bug Fixes

* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/aws/language-servers/issues/1353)) ([483f532](https://github.com/aws/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aws/lsp-core bumped from ^0.0.8 to ^0.0.9

## [0.1.8](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.7...lsp-antlr4/v0.1.8) (2025-05-14)


Expand Down
4 changes: 2 additions & 2 deletions server/aws-lsp-antlr4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/lsp-antlr4",
"version": "0.1.8",
"version": "0.1.9",
"description": "ANTLR4 language server",
"main": "out/index.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@aws/language-server-runtimes": "^0.2.85",
"@aws/lsp-core": "^0.0.8"
"@aws/lsp-core": "^0.0.9"
},
"peerDependencies": {
"antlr4-c3": ">=3.4 < 4",
Expand Down
49 changes: 49 additions & 0 deletions server/aws-lsp-codewhisperer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# Changelog

## [0.0.40](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.39...lsp-codewhisperer/v0.0.40) (2025-05-22)


### Features

* **amazonq:** add fileUri to FileContext ([#1399](https://github.com/aws/language-servers/issues/1399)) ([e5ede36](https://github.com/aws/language-servers/commit/e5ede36518557bcf969d0b7eecf1f3e6bda2f618))
* **amazonq:** integrate server side workspace context with inline completion ([#1402](https://github.com/aws/language-servers/issues/1402)) ([cf0f6b3](https://github.com/aws/language-servers/commit/cf0f6b38f8b6bc22f134c50642fcba8281a24479))
* bump logging level of critical messages ([#1358](https://github.com/aws/language-servers/issues/1358)) ([d0bf283](https://github.com/aws/language-servers/commit/d0bf283e9af9321baf8fc2333c702f0317ad7daa))
* integrate server side project context into agentic chat ([#1405](https://github.com/aws/language-servers/issues/1405)) ([e4d8f61](https://github.com/aws/language-servers/commit/e4d8f6144aefdd59543f380be59ab63c6bf9e291))
* launch one remote workspace for all workspace folders ([#1348](https://github.com/aws/language-servers/issues/1348)) ([c240997](https://github.com/aws/language-servers/commit/c24099727c708994f319d9294068f6dee2a75b26))
* migrate inline completion telemetry to Flare ([#1336](https://github.com/aws/language-servers/issues/1336)) ([fcbdde4](https://github.com/aws/language-servers/commit/fcbdde4593cb55a728b996d3e04e90f9b6c6fa70))


### Bug Fixes

* accidental formatting [#1410](https://github.com/aws/language-servers/issues/1410) ([3774f40](https://github.com/aws/language-servers/commit/3774f405921a9ba26df4de6cc4044d1fa70f09a3))
* add crypto import ([#1408](https://github.com/aws/language-servers/issues/1408)) ([6d5a5cf](https://github.com/aws/language-servers/commit/6d5a5cf545d882e7ce3afb93028ad2b4a4bcbb8e))
* add grepSearch implementation ([#1359](https://github.com/aws/language-servers/issues/1359)) ([1260dce](https://github.com/aws/language-servers/commit/1260dcedb0839d7dd6ee0bb159e5f5bb3cbe5f3a))
* add requestIds for each LLM call for amazonq_addMessage metric ([#1338](https://github.com/aws/language-servers/issues/1338)) ([4324c90](https://github.com/aws/language-servers/commit/4324c90224ad9f94b82d9e68e80f7563bdb5f2ea))
* add robust validation logic to fixHistory ([#1340](https://github.com/aws/language-servers/issues/1340)) ([14dac87](https://github.com/aws/language-servers/commit/14dac87358c7e1fd79a5e49614fd33c46d43bf72))
* add validation for empty chat history ([#1403](https://github.com/aws/language-servers/issues/1403)) ([83d83b0](https://github.com/aws/language-servers/commit/83d83b0a22a5c3fb7cdad18c1fa829ee54f37119))
* adding error handling for export tab ([#1350](https://github.com/aws/language-servers/issues/1350)) ([6bdd1ac](https://github.com/aws/language-servers/commit/6bdd1acb22bb089f8a5fd257a2fe47e212650382))
* adding new telemetry metrics and addtional fields for existing metrics ([#1341](https://github.com/aws/language-servers/issues/1341)) ([d242225](https://github.com/aws/language-servers/commit/d2422252a27c57b05609c0829b0741b29c4d9236))
* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/aws/language-servers/issues/1353)) ([483f532](https://github.com/aws/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235))
* change the version to axios to ^1.8.4 ([#1421](https://github.com/aws/language-servers/issues/1421)) ([f127538](https://github.com/aws/language-servers/commit/f127538832d01ebaf0638a0512dc9f0837b8f2ff))
* convert RTS improperly formed request error to 500 ([#1356](https://github.com/aws/language-servers/issues/1356)) ([9d74a17](https://github.com/aws/language-servers/commit/9d74a17dd850dbe59a34b75ffb563e037856485b))
* emit telemetry event to RTS when failed or cancelled ([#1384](https://github.com/aws/language-servers/issues/1384)) ([2e542ae](https://github.com/aws/language-servers/commit/2e542aebb2da37a747ae9dbd6b1fd25e95cf6d93))
* handle requestAborted errors silently ([#1394](https://github.com/aws/language-servers/issues/1394)) ([6b12b54](https://github.com/aws/language-servers/commit/6b12b544fbd84b9c57662754ba27aea491be9048))
* missing handle connection expired error for inline suggestions ([#1373](https://github.com/aws/language-servers/issues/1373)) ([05c7728](https://github.com/aws/language-servers/commit/05c772821e60ba8a6b066b26ca6811d3d9c55455))
* move generateAssistant request log statement ([#1379](https://github.com/aws/language-servers/issues/1379)) ([e258409](https://github.com/aws/language-servers/commit/e258409fb811769aa700046568c269622daf1ec9))
* only do render on partial results for fsWrite ([#1354](https://github.com/aws/language-servers/issues/1354)) ([9931592](https://github.com/aws/language-servers/commit/993159293edc32f7dc5bd0cfb999562ffee830ed))
* re-categorize error status code ([#1355](https://github.com/aws/language-servers/issues/1355)) ([a98a842](https://github.com/aws/language-servers/commit/a98a842fb5ac8d680e973d97058c22a49e5c3284))
* Reduce perceived latency of fsWrite. Show fsWrite errors in the UX ([#1351](https://github.com/aws/language-servers/issues/1351)) ([f1e873b](https://github.com/aws/language-servers/commit/f1e873b95fbd119a0303ae1f234f9f1efa1fef56))
* remove limit on agentic loop ([#1367](https://github.com/aws/language-servers/issues/1367)) ([5943222](https://github.com/aws/language-servers/commit/59432220ba9495d3e5cdfd2d42321f412d1f2b13))
* Render timeout error, JSON parse error, cancellation to the in progress fs.write UI ([#1382](https://github.com/aws/language-servers/issues/1382)) ([f930297](https://github.com/aws/language-servers/commit/f9302976d9e916a88daac546efb8acba45c5a66e))
* Revert status code convertion ([#1370](https://github.com/aws/language-servers/issues/1370)) ([73e0c5b](https://github.com/aws/language-servers/commit/73e0c5b93861ed48c075588cd99e716066c2bc95))
* Set `source` parameter chat request context to 'IDE' ([#1407](https://github.com/aws/language-servers/issues/1407)) ([c8d6edf](https://github.com/aws/language-servers/commit/c8d6edf58e824c994ffe5c10bb970665375e0eb7))
* SSPC dependency upload and watcher fixes ([#1377](https://github.com/aws/language-servers/issues/1377)) ([a5833fe](https://github.com/aws/language-servers/commit/a5833fea3488f2e31877b5677fd532f5415b339c))
* the new prompt wont stop the process properly ([#1404](https://github.com/aws/language-servers/issues/1404)) ([6e3ec9b](https://github.com/aws/language-servers/commit/6e3ec9b7483fee74563b735440789d4add9158e0))
* truncate API payload ([#1368](https://github.com/aws/language-servers/issues/1368)) ([1120272](https://github.com/aws/language-servers/commit/112027253ca773e0b674c0527dd48c9ee8d9ddc4))
* Truncate API request context first, then truncate chat history ([#1372](https://github.com/aws/language-servers/issues/1372)) ([80fdbdf](https://github.com/aws/language-servers/commit/80fdbdfc27849e136b30d7a68727b3f53b03c8af))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aws/lsp-core bumped from ^0.0.8 to ^0.0.9

## [0.0.39](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.38...lsp-codewhisperer/v0.0.39) (2025-05-14)


Expand Down
4 changes: 2 additions & 2 deletions server/aws-lsp-codewhisperer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/lsp-codewhisperer",
"version": "0.0.39",
"version": "0.0.40",
"description": "CodeWhisperer Language Server",
"main": "out/index.js",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@aws-sdk/util-retry": "^3.374.0",
"@aws/chat-client-ui-types": "^0.1.37",
"@aws/language-server-runtimes": "^0.2.85",
"@aws/lsp-core": "^0.0.8",
"@aws/lsp-core": "^0.0.9",
"@modelcontextprotocol/sdk": "^1.9.0",
"@smithy/node-http-handler": "^2.5.0",
"adm-zip": "^0.5.10",
Expand Down
2 changes: 1 addition & 1 deletion server/aws-lsp-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@aws-sdk/client-sso-oidc": "^3.616.0",
"@aws-sdk/token-providers": "^3.744.0",
"@aws/language-server-runtimes": "^0.2.85",
"@aws/lsp-core": "^0.0.8",
"@aws/lsp-core": "^0.0.9",
"@smithy/node-http-handler": "^3.2.5",
"@smithy/shared-ini-file-loader": "^4.0.1",
"https-proxy-agent": "^7.0.5",
Expand Down
14 changes: 14 additions & 0 deletions server/aws-lsp-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.9](https://github.com/aws/language-servers/compare/lsp-json/v0.1.8...lsp-json/v0.1.9) (2025-05-22)


### Bug Fixes

* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/aws/language-servers/issues/1353)) ([483f532](https://github.com/aws/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aws/lsp-core bumped from ^0.0.8 to ^0.0.9

## [0.1.8](https://github.com/aws/language-servers/compare/lsp-json/v0.1.7...lsp-json/v0.1.8) (2025-05-14)


Expand Down
4 changes: 2 additions & 2 deletions server/aws-lsp-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/lsp-json",
"version": "0.1.8",
"version": "0.1.9",
"description": "JSON Language Server",
"main": "out/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@aws/language-server-runtimes": "^0.2.85",
"@aws/lsp-core": "^0.0.8",
"@aws/lsp-core": "^0.0.9",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion server/aws-lsp-notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@aws/language-server-runtimes": "^0.2.85",
"@aws/lsp-core": "0.0.8",
"@aws/lsp-core": "0.0.9",
"vscode-languageserver": "^9.0.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions server/aws-lsp-partiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.10](https://github.com/aws/language-servers/compare/lsp-partiql/v0.0.9...lsp-partiql/v0.0.10) (2025-05-22)


### Bug Fixes

* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/aws/language-servers/issues/1353)) ([483f532](https://github.com/aws/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235))

## [0.0.9](https://github.com/aws/language-servers/compare/lsp-partiql/v0.0.8...lsp-partiql/v0.0.9) (2025-05-14)


Expand Down
2 changes: 1 addition & 1 deletion server/aws-lsp-partiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Amazon Web Services",
"license": "Apache-2.0",
"description": "PartiQL language server",
"version": "0.0.9",
"version": "0.0.10",
"repository": {
"type": "git",
"url": "https://github.com/aws/language-servers"
Expand Down
2 changes: 1 addition & 1 deletion server/aws-lsp-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.623.0",
"@aws-sdk/types": "^3.734.0",
"@aws/lsp-core": "^0.0.8",
"@aws/lsp-core": "^0.0.9",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.8"
}
Expand Down
14 changes: 14 additions & 0 deletions server/aws-lsp-yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.9](https://github.com/aws/language-servers/compare/lsp-yaml/v0.1.8...lsp-yaml/v0.1.9) (2025-05-22)


### Bug Fixes

* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/aws/language-servers/issues/1353)) ([483f532](https://github.com/aws/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aws/lsp-core bumped from ^0.0.8 to ^0.0.9

## [0.1.8](https://github.com/aws/language-servers/compare/lsp-yaml/v0.1.7...lsp-yaml/v0.1.8) (2025-05-14)


Expand Down
Loading
Loading