|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.3.0-preview.2.0] - 2026-02-19 |
| 6 | + |
| 7 | +### Added |
| 8 | +- feat: add preview-major bump type (#353) (1824817) |
| 9 | +- feat: strands review command (#326) (93ed835) |
| 10 | +- feat: display model provider and default model throughout CLI (#324) (d97fa83) |
| 11 | +- feat: add integration tests for CLI commands (#319) (2703683) |
| 12 | + |
| 13 | +### Fixed |
| 14 | +- fix: upgrade npm for OIDC trusted publishing (#350) (ec44120) |
| 15 | +- fix: temporarily Disable security audit in pre-commit hook (#349) (cf1d564) |
| 16 | +- fix: container dev now has a starting container status (#346) (3fc5d1f) |
| 17 | +- fix: resolve lint warnings (#338) (8579540) |
| 18 | +- fix: add missing __init__.py to Python template subpackages (#336) (ddb2a3a) |
| 19 | +- fix: remove unused dependencies from Python template pyproject.toml files (#328) (7becb0c) |
| 20 | +- fix: add .venv/ to gitignore templates and remove duplicate .env entry (#333) (f1c2f46) |
| 21 | +- fix: override fast-xml-parser to 5.3.6 for CVE-2026-26278 (#330) (567fdef) |
| 22 | +- fix: correct action path in agent-restricted workflow (#323) (73edf93) |
| 23 | +- fix: remove mcp.ts from generated .llm-context folder (#310) (ffe6110) |
| 24 | +- fix: add fallback URL for docs/memory.md link in unsupported terminals (#307) (#312) (5a1e0b4) |
| 25 | +- fix: add explicit permissions to CI workflows (#309) (0c03dc4) |
| 26 | +- fix: use npm Trusted Publishing (OIDC) in release workflow (#306) (56e8219) |
| 27 | + |
| 28 | +### Documentation |
| 29 | +- docs: update AGENTS.md and llm-context for container support (#348) (6d7572d) |
| 30 | +- docs: add container build documentation (#340) (6ed4411) |
| 31 | + |
| 32 | +### Other Changes |
| 33 | +- all framework and models (#347) (166221e) |
| 34 | +- ci: add PR size check and label workflow (#343) (43f5b27) |
| 35 | +- ci: add PR title conventional commit validation (#344) (3be40ee) |
| 36 | +- Add container deployment support for AgentCore Runtime (#334) (0a1574a) |
| 37 | +- add check for kms key in token vault before create one (#339) (5a54555) |
| 38 | +- test: add unit tests for TUI (#320) (aae1a9d) |
| 39 | +- set pull request to use the main env, with the git commit of the incomming commit (#331) (3b925ed) |
| 40 | +- chore: update supported frameworks to Strands Agents from Strands (#314) (66f3f91) |
| 41 | +- ci: add CodeQL workflow for code scanning (#316) (ccad289) |
| 42 | +- ci: add PR trigger with environment gate for e2e tests (#325) (772e0d3) |
| 43 | +- add end to end tests (#322) (7c51a20) |
| 44 | +- test: add unit tests across schema, lib, and cli modules (#318) (81cb70e) |
| 45 | +- chore: add npm package metadata for search discoverability (#313) (5708c3f) |
| 46 | + |
5 | 47 | ## [0.3.0-preview.1.0] - 2026-02-12 |
6 | 48 |
|
7 | 49 | ### Fixed |
|
0 commit comments