Skip to content

Commit 610c078

Browse files
github-actions[bot]natdurlik
authored andcommitted
chore(release): release packages from branch main (aws#1339)
* chore(release): release packages from branch main * chore: apply missing package updates --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Natalia Durlik <natalia.a.durlik@gmail.com>
1 parent 1ce9f32 commit 610c078

File tree

19 files changed

+148
-35
lines changed

19 files changed

+148
-35
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"chat-client": "0.1.10",
3-
"core/aws-lsp-core": "0.0.8",
4-
"server/aws-lsp-antlr4": "0.1.8",
5-
"server/aws-lsp-codewhisperer": "0.0.39",
6-
"server/aws-lsp-json": "0.1.8",
7-
"server/aws-lsp-partiql": "0.0.9",
8-
"server/aws-lsp-yaml": "0.1.8"
2+
"chat-client": "0.1.11",
3+
"core/aws-lsp-core": "0.0.9",
4+
"server/aws-lsp-antlr4": "0.1.9",
5+
"server/aws-lsp-codewhisperer": "0.0.40",
6+
"server/aws-lsp-json": "0.1.9",
7+
"server/aws-lsp-partiql": "0.0.10",
8+
"server/aws-lsp-yaml": "0.1.9"
99
}

chat-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.11](https://github.com/aws/language-servers/compare/chat-client/v0.1.10...chat-client/v0.1.11) (2025-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* Revert stop text align ([#1397](https://github.com/aws/language-servers/issues/1397)) ([439e859](https://github.com/aws/language-servers/commit/439e8597b5ce8ad052ab571a1a156044f8862206))
9+
* Stop text align ([#1321](https://github.com/aws/language-servers/issues/1321)) ([0f522a1](https://github.com/aws/language-servers/commit/0f522a17004174d29955bf70c304ad9ca39df623))
10+
311
## [0.1.10](https://github.com/aws/language-servers/compare/chat-client/v0.1.9...chat-client/v0.1.10) (2025-05-14)
412

513

chat-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/chat-client",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "AWS Chat Client",
55
"main": "out/index.js",
66
"repository": {

core/aws-lsp-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.9](https://github.com/aws/language-servers/compare/lsp-core/v0.0.8...lsp-core/v0.0.9) (2025-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [0.0.8](https://github.com/aws/language-servers/compare/lsp-core/v0.0.7...lsp-core/v0.0.8) (2025-05-14)
411

512

core/aws-lsp-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-core",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Core library, contains common code and utilities",
55
"main": "out/index.js",
66
"repository": {

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/aws-lsp-antlr4/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.9](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.8...lsp-antlr4/v0.1.9) (2025-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @aws/lsp-core bumped from ^0.0.8 to ^0.0.9
16+
317
## [0.1.8](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.7...lsp-antlr4/v0.1.8) (2025-05-14)
418

519

server/aws-lsp-antlr4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-antlr4",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "ANTLR4 language server",
55
"main": "out/index.js",
66
"repository": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@aws/language-server-runtimes": "^0.2.85",
32-
"@aws/lsp-core": "^0.0.8"
32+
"@aws/lsp-core": "^0.0.9"
3333
},
3434
"peerDependencies": {
3535
"antlr4-c3": ">=3.4 < 4",

server/aws-lsp-codewhisperer/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# Changelog
22

3+
## [0.0.40](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.39...lsp-codewhisperer/v0.0.40) (2025-05-22)
4+
5+
6+
### Features
7+
8+
* **amazonq:** add fileUri to FileContext ([#1399](https://github.com/aws/language-servers/issues/1399)) ([e5ede36](https://github.com/aws/language-servers/commit/e5ede36518557bcf969d0b7eecf1f3e6bda2f618))
9+
* **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))
10+
* bump logging level of critical messages ([#1358](https://github.com/aws/language-servers/issues/1358)) ([d0bf283](https://github.com/aws/language-servers/commit/d0bf283e9af9321baf8fc2333c702f0317ad7daa))
11+
* 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))
12+
* 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))
13+
* migrate inline completion telemetry to Flare ([#1336](https://github.com/aws/language-servers/issues/1336)) ([fcbdde4](https://github.com/aws/language-servers/commit/fcbdde4593cb55a728b996d3e04e90f9b6c6fa70))
14+
15+
16+
### Bug Fixes
17+
18+
* accidental formatting [#1410](https://github.com/aws/language-servers/issues/1410) ([3774f40](https://github.com/aws/language-servers/commit/3774f405921a9ba26df4de6cc4044d1fa70f09a3))
19+
* add crypto import ([#1408](https://github.com/aws/language-servers/issues/1408)) ([6d5a5cf](https://github.com/aws/language-servers/commit/6d5a5cf545d882e7ce3afb93028ad2b4a4bcbb8e))
20+
* add grepSearch implementation ([#1359](https://github.com/aws/language-servers/issues/1359)) ([1260dce](https://github.com/aws/language-servers/commit/1260dcedb0839d7dd6ee0bb159e5f5bb3cbe5f3a))
21+
* 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))
22+
* add robust validation logic to fixHistory ([#1340](https://github.com/aws/language-servers/issues/1340)) ([14dac87](https://github.com/aws/language-servers/commit/14dac87358c7e1fd79a5e49614fd33c46d43bf72))
23+
* add validation for empty chat history ([#1403](https://github.com/aws/language-servers/issues/1403)) ([83d83b0](https://github.com/aws/language-servers/commit/83d83b0a22a5c3fb7cdad18c1fa829ee54f37119))
24+
* adding error handling for export tab ([#1350](https://github.com/aws/language-servers/issues/1350)) ([6bdd1ac](https://github.com/aws/language-servers/commit/6bdd1acb22bb089f8a5fd257a2fe47e212650382))
25+
* 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))
26+
* **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))
27+
* 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))
28+
* 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))
29+
* 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))
30+
* handle requestAborted errors silently ([#1394](https://github.com/aws/language-servers/issues/1394)) ([6b12b54](https://github.com/aws/language-servers/commit/6b12b544fbd84b9c57662754ba27aea491be9048))
31+
* 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))
32+
* move generateAssistant request log statement ([#1379](https://github.com/aws/language-servers/issues/1379)) ([e258409](https://github.com/aws/language-servers/commit/e258409fb811769aa700046568c269622daf1ec9))
33+
* 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))
34+
* re-categorize error status code ([#1355](https://github.com/aws/language-servers/issues/1355)) ([a98a842](https://github.com/aws/language-servers/commit/a98a842fb5ac8d680e973d97058c22a49e5c3284))
35+
* 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))
36+
* remove limit on agentic loop ([#1367](https://github.com/aws/language-servers/issues/1367)) ([5943222](https://github.com/aws/language-servers/commit/59432220ba9495d3e5cdfd2d42321f412d1f2b13))
37+
* 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))
38+
* Revert status code convertion ([#1370](https://github.com/aws/language-servers/issues/1370)) ([73e0c5b](https://github.com/aws/language-servers/commit/73e0c5b93861ed48c075588cd99e716066c2bc95))
39+
* 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))
40+
* SSPC dependency upload and watcher fixes ([#1377](https://github.com/aws/language-servers/issues/1377)) ([a5833fe](https://github.com/aws/language-servers/commit/a5833fea3488f2e31877b5677fd532f5415b339c))
41+
* 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))
42+
* truncate API payload ([#1368](https://github.com/aws/language-servers/issues/1368)) ([1120272](https://github.com/aws/language-servers/commit/112027253ca773e0b674c0527dd48c9ee8d9ddc4))
43+
* 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))
44+
45+
46+
### Dependencies
47+
48+
* The following workspace dependencies were updated
49+
* dependencies
50+
* @aws/lsp-core bumped from ^0.0.8 to ^0.0.9
51+
352
## [0.0.39](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.38...lsp-codewhisperer/v0.0.39) (2025-05-14)
453

554

server/aws-lsp-codewhisperer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-codewhisperer",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"description": "CodeWhisperer Language Server",
55
"main": "out/index.js",
66
"repository": {
@@ -33,7 +33,7 @@
3333
"@aws-sdk/util-retry": "^3.374.0",
3434
"@aws/chat-client-ui-types": "^0.1.37",
3535
"@aws/language-server-runtimes": "^0.2.85",
36-
"@aws/lsp-core": "^0.0.8",
36+
"@aws/lsp-core": "^0.0.9",
3737
"@modelcontextprotocol/sdk": "^1.9.0",
3838
"@smithy/node-http-handler": "^2.5.0",
3939
"adm-zip": "^0.5.10",

server/aws-lsp-identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@aws-sdk/client-sso-oidc": "^3.616.0",
2525
"@aws-sdk/token-providers": "^3.744.0",
2626
"@aws/language-server-runtimes": "^0.2.85",
27-
"@aws/lsp-core": "^0.0.8",
27+
"@aws/lsp-core": "^0.0.9",
2828
"@smithy/node-http-handler": "^3.2.5",
2929
"@smithy/shared-ini-file-loader": "^4.0.1",
3030
"https-proxy-agent": "^7.0.5",

server/aws-lsp-json/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.9](https://github.com/aws/language-servers/compare/lsp-json/v0.1.8...lsp-json/v0.1.9) (2025-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @aws/lsp-core bumped from ^0.0.8 to ^0.0.9
16+
317
## [0.1.8](https://github.com/aws/language-servers/compare/lsp-json/v0.1.7...lsp-json/v0.1.8) (2025-05-14)
418

519

server/aws-lsp-json/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-json",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "JSON Language Server",
55
"main": "out/index.js",
66
"repository": {
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@aws/language-server-runtimes": "^0.2.85",
28-
"@aws/lsp-core": "^0.0.8",
28+
"@aws/lsp-core": "^0.0.9",
2929
"vscode-languageserver": "^9.0.1",
3030
"vscode-languageserver-textdocument": "^1.0.8"
3131
},

server/aws-lsp-notification/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@aws/language-server-runtimes": "^0.2.85",
23-
"@aws/lsp-core": "0.0.8",
23+
"@aws/lsp-core": "0.0.9",
2424
"vscode-languageserver": "^9.0.1"
2525
},
2626
"devDependencies": {

server/aws-lsp-partiql/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.10](https://github.com/aws/language-servers/compare/lsp-partiql/v0.0.9...lsp-partiql/v0.0.10) (2025-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [0.0.9](https://github.com/aws/language-servers/compare/lsp-partiql/v0.0.8...lsp-partiql/v0.0.9) (2025-05-14)
411

512

server/aws-lsp-partiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Amazon Web Services",
44
"license": "Apache-2.0",
55
"description": "PartiQL language server",
6-
"version": "0.0.9",
6+
"version": "0.0.10",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/aws/language-servers"

server/aws-lsp-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@aws-sdk/client-s3": "^3.623.0",
1111
"@aws-sdk/types": "^3.734.0",
12-
"@aws/lsp-core": "^0.0.8",
12+
"@aws/lsp-core": "^0.0.9",
1313
"vscode-languageserver": "^9.0.1",
1414
"vscode-languageserver-textdocument": "^1.0.8"
1515
}

server/aws-lsp-yaml/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.9](https://github.com/aws/language-servers/compare/lsp-yaml/v0.1.8...lsp-yaml/v0.1.9) (2025-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @aws/lsp-core bumped from ^0.0.8 to ^0.0.9
16+
317
## [0.1.8](https://github.com/aws/language-servers/compare/lsp-yaml/v0.1.7...lsp-yaml/v0.1.8) (2025-05-14)
418

519

0 commit comments

Comments
 (0)