Skip to content

Commit 93f1fc9

Browse files
chore(release): release packages from branch main
1 parent 8a2aa34 commit 93f1fc9

File tree

16 files changed

+567
-29
lines changed

16 files changed

+567
-29
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.38",
3-
"core/aws-lsp-core": "0.0.16",
4-
"server/aws-lsp-antlr4": "0.1.20",
5-
"server/aws-lsp-codewhisperer": "0.0.83",
6-
"server/aws-lsp-json": "0.1.20",
7-
"server/aws-lsp-partiql": "0.0.18",
8-
"server/aws-lsp-yaml": "0.1.20"
2+
"chat-client": "0.1.39",
3+
"core/aws-lsp-core": "0.0.17",
4+
"server/aws-lsp-antlr4": "0.1.21",
5+
"server/aws-lsp-codewhisperer": "0.0.84",
6+
"server/aws-lsp-json": "0.1.21",
7+
"server/aws-lsp-partiql": "0.0.19",
8+
"server/aws-lsp-yaml": "0.1.21"
99
}

chat-client/CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Large diffs are not rendered by default.

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.38",
3+
"version": "0.1.39",
44
"description": "AWS Chat Client",
55
"main": "out/index.js",
66
"repository": {

core/aws-lsp-core/CHANGELOG.md

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

3+
## [0.0.17](https://github.com/tsmithsz/language-servers/compare/lsp-core/v0.0.16...lsp-core/v0.0.17) (2025-10-02)
4+
5+
6+
### Features
7+
8+
* add support for getSupplementalContext LSP API ([#2212](https://github.com/tsmithsz/language-servers/issues/2212)) ([2ddcae7](https://github.com/tsmithsz/language-servers/commit/2ddcae7a4fac6b89cbc9784911959743ea0a6d11))
9+
* **amazonq:** added mcp admin level configuration with GetProfile ([#2000](https://github.com/tsmithsz/language-servers/issues/2000)) ([fd6e9a8](https://github.com/tsmithsz/language-servers/commit/fd6e9a829c6229c276de5340dffce52b426a864d))
10+
11+
12+
### Bug Fixes
13+
14+
* add proper encoding support for shell output ([#1903](https://github.com/tsmithsz/language-servers/issues/1903)) ([44a6d62](https://github.com/tsmithsz/language-servers/commit/44a6d629af7702662a02f384a6a542c0d72ccc39))
15+
* **amazonq:** add handling for relative paths for isInWorkspace ([#1801](https://github.com/tsmithsz/language-servers/issues/1801)) ([3c273a7](https://github.com/tsmithsz/language-servers/commit/3c273a7aeac88a7afe40abaf490bc0950e517c01))
16+
* **amazonq:** Fix mock fs clean; Node version upgrade ([#2324](https://github.com/tsmithsz/language-servers/issues/2324)) ([1d9afd4](https://github.com/tsmithsz/language-servers/commit/1d9afd410e19624223e300ca06ea7d08a112cc82))
17+
* **amazonq:** handle IAM credentials expiration field to be aws sdk versions compatible and add refresh logic to codewhisperer IAM client ([#2349](https://github.com/tsmithsz/language-servers/issues/2349)) ([5eb3768](https://github.com/tsmithsz/language-servers/commit/5eb3768bf020d61d0ade767d62e13839048146e4))
18+
* **amazonq:** workspace files being tagged as out of workspace issue ([#1726](https://github.com/tsmithsz/language-servers/issues/1726)) ([4bd9aea](https://github.com/tsmithsz/language-servers/commit/4bd9aeab439d15dc425634b14470fd3c67986c4a))
19+
* use document change events for auto trigger classifier input ([#1912](https://github.com/tsmithsz/language-servers/issues/1912)) ([2204da6](https://github.com/tsmithsz/language-servers/commit/2204da6193f2030ee546f61c969b1a664d8025e3))
20+
* Use file context override in the inline completion params for Jupyter Notebook ([#2114](https://github.com/tsmithsz/language-servers/issues/2114)) ([91c8398](https://github.com/tsmithsz/language-servers/commit/91c839857f8aa4d79098189f9fb620b361c51289))
21+
* use new language server runtime ([#2023](https://github.com/tsmithsz/language-servers/issues/2023)) ([83ea1e4](https://github.com/tsmithsz/language-servers/commit/83ea1e42fe52990696eb9b878fa11e2c5331bec5))
22+
323
## [0.0.16](https://github.com/aws/language-servers/compare/lsp-core/v0.0.15...lsp-core/v0.0.16) (2025-10-01)
424

525

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.16",
3+
"version": "0.0.17",
44
"description": "Core library, contains common code and utilities",
55
"main": "out/index.js",
66
"repository": {

package-lock.json

Lines changed: 11 additions & 11 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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.1.21](https://github.com/tsmithsz/language-servers/compare/lsp-antlr4/v0.1.20...lsp-antlr4/v0.1.21) (2025-10-02)
4+
5+
6+
### Features
7+
8+
* add client side ide diagnostics to telemetry event ([#1768](https://github.com/tsmithsz/language-servers/issues/1768)) ([d08fc6c](https://github.com/tsmithsz/language-servers/commit/d08fc6cccb9238cef9c2ba485e116c0516839537))
9+
* add support for getSupplementalContext LSP API ([#2212](https://github.com/tsmithsz/language-servers/issues/2212)) ([2ddcae7](https://github.com/tsmithsz/language-servers/commit/2ddcae7a4fac6b89cbc9784911959743ea0a6d11))
10+
* adding mcp servers feature to the language-server ([#1544](https://github.com/tsmithsz/language-servers/issues/1544)) ([f37bf5f](https://github.com/tsmithsz/language-servers/commit/f37bf5f91921d7611c124de6d54dd6ec653038c6))
11+
* **amazonq:** pinned context and rules ([#1663](https://github.com/tsmithsz/language-servers/issues/1663)) ([25e7a5a](https://github.com/tsmithsz/language-servers/commit/25e7a5ab8b6630525a4fd6acc0524f67f00af817))
12+
13+
14+
### Bug Fixes
15+
16+
* use document change events for auto trigger classifier input ([#1912](https://github.com/tsmithsz/language-servers/issues/1912)) ([2204da6](https://github.com/tsmithsz/language-servers/commit/2204da6193f2030ee546f61c969b1a664d8025e3))
17+
* Use file context override in the inline completion params for Jupyter Notebook ([#2114](https://github.com/tsmithsz/language-servers/issues/2114)) ([91c8398](https://github.com/tsmithsz/language-servers/commit/91c839857f8aa4d79098189f9fb620b361c51289))
18+
* use new language server runtime ([#2023](https://github.com/tsmithsz/language-servers/issues/2023)) ([83ea1e4](https://github.com/tsmithsz/language-servers/commit/83ea1e42fe52990696eb9b878fa11e2c5331bec5))
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* @aws/lsp-core bumped from ^0.0.16 to ^0.0.17
26+
327
## [0.1.20](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.19...lsp-antlr4/v0.1.20) (2025-10-01)
428

529

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.20",
3+
"version": "0.1.21",
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.129",
32-
"@aws/lsp-core": "^0.0.16"
32+
"@aws/lsp-core": "^0.0.17"
3333
},
3434
"peerDependencies": {
3535
"antlr4-c3": ">=3.4 < 4",

0 commit comments

Comments
 (0)