Skip to content

Commit bb16c33

Browse files
chore(release): 0.4.8
1 parent 4afa807 commit bb16c33

File tree

18 files changed

+40
-25
lines changed

18 files changed

+40
-25
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.8](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/compare/v0.4.7...v0.4.8) (2025-11-11)
6+
7+
8+
### Features
9+
10+
* Migrate Python e2e tests to Strands Agents SDK ([4e6ea99](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/4e6ea99581a86b2184626c9a1dde82c8a3bc5977))
11+
* Migrate Python example chatbot to Strands Agents SDK ([182510f](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/182510f554eb41f9049fd6c626fb587e2005033d))
12+
13+
14+
### Bug Fixes
15+
16+
* Force client credentials flow for OAuth in e2e tests ([78ba2c9](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/78ba2c95b6a558b299de07491c9801f35296ffde))
17+
* increase bedrock retries ([4afa807](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/4afa8077b3c2e0d9c540586573043470ca19f00b))
18+
* turn off model streaming ([e4a8a5d](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/e4a8a5d2044d8106c044d77e9c7f1310f6a119c6))
19+
520
## [0.4.7](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/compare/v0.4.6...v0.4.7) (2025-11-04)
621

722

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.7
1+
0.4.8

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.7",
3+
"version": "0.4.8",
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.7",
3+
"version": "0.4.8",
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.7",
3+
"version": "0.4.8",
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.7",
3+
"version": "0.4.8",
44
"main": "lib/cat-facts-mcp-server.js",
55
"types": "lib/cat-facts-mcp-server.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)