Skip to content

Commit eae1f76

Browse files
chore(release): 0.4.4
1 parent f00496b commit eae1f76

File tree

20 files changed

+39
-28
lines changed

20 files changed

+39
-28
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.4.4](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/compare/v0.4.3...v0.4.4) (2025-10-07)
6+
7+
8+
### Bug Fixes
9+
10+
* Correct key in e2e tests for testing Lambda function URLs ([d9c19bf](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/d9c19bfa4173a151aa6721286f0e92fa3d935ebd))
11+
* Gateway name max length is now 48 ([dbb8e1f](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/dbb8e1f0de46e6ec4eefee3f13e2ca21dddc08b1))
12+
* Increase timeout for mcp-openapi-proxy-based functions from 3 to 30 seconds ([f00496b](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/f00496bcbcab70ed929eb6d2af7331decfe9b224))
13+
* remove function timeouts ([bca6648](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/bca66483ff229e6dd5e4d9caf750984021a608d5))
14+
* wait for gateway target deletion to become consistent ([57c3620](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/57c36203568c2183f2d00f7c174ab22d1a428c55))
15+
516
## [0.4.3](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/compare/v0.4.2...v0.4.3) (2025-10-01)
617

718

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.3
1+
0.4.4

e2e_tests/typescript/package-lock.json

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

e2e_tests/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-e2e-test-typescript",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"main": "build/main.js",
55
"types": "build/main.d.ts",
66
"scripts": {

examples/chatbots/typescript/package-lock.json

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

examples/chatbots/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-chatbot-typescript",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"main": "build/main.js",
55
"types": "build/main.d.ts",
66
"scripts": {

examples/servers/auth/package-lock.json

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

examples/servers/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-auth",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"main": "lib/mcp-auth.js",
55
"types": "lib/mcp-auth.d.ts",
66
"scripts": {

examples/servers/cat-facts/package-lock.json

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

examples/servers/cat-facts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cat-facts",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"main": "lib/cat-facts-mcp-server.js",
55
"types": "lib/cat-facts-mcp-server.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)