File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.15] - 2025-10-01
4
+
5
+ ### Changes
6
+
7
+ - Fixed test stability issues (#232 ) (ad5625d)
8
+ - chore: Add README for MemoryManager (#231 ) (b9fa36d)
9
+ - feat: Add automatic memory provisioning to Bedrock AgentCore CLI (#204 ) (d58b61c)
10
+ - Add required permission to retrieve OAuth2 Credential Provider client secret (#228 ) (6721d12)
11
+ - feat: Add validation to check to get_or_create_memory to provide a truly idempotent experience (#227 ) (29bab2e)
12
+ - fix: allow optional strategies on create memory (#225 ) (db5f2e0)
13
+ - Update Identity quickstart guide with a few corrections (#222 ) (6ea350f)
14
+ - feature: typed strategies and encryption_key_arn support on create_memory (#219 ) (7c726ce)
15
+ - Update quickstart with working example (#217 ) (1246704)
16
+ - feat: Add boto3.session to MemoryManager constructor (#211 ) (a838187)
17
+ - fix: Install mkdocs-llmstxt in deploy-docs act (#215 ) (80581c2)
18
+ - Release v0.1.14 (#214 ) (2d98f61)
19
+
3
20
## [ 0.1.14] - 2025-09-25
4
21
5
22
### Changes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " bedrock-agentcore-starter-toolkit"
7
- version = " 0.1.14 "
7
+ version = " 0.1.15 "
8
8
description = " A starter toolkit for using Bedrock AgentCore"
9
9
readme = " README.md"
10
10
requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments