変更履歴
Changelog
0.6.1 (2025-08-19)
Bug Fixes
- add semantic versioning tags to Docker image publishing (#83) (c9b6924)
- deps: update docker/build-push-action digest to ca052bb (#81) (900a918)
- deps: update docker/login-action digest to 184bdaa (#82) (68acc6f)
- deps: update docker/metadata-action digest to c1e5197 (#85) (4ae2661)
- deps: update docker/setup-buildx-action digest to e468171 (#86) (78224a9)
Documentation
- Remove outdated documentation files for installation, quickstart, and Slack integration; delete Japanese translations for core API, integrations, contributing, examples, and configuration; eliminate improvement suggestions document. (#84) (517ed51)
- update README.md to match current implementation (#87) (edc4d90)
0.6.0 (2025-08-19)
Features
- add Docker support for FastAPI application (#79) (e4d0c9b)
- add main entry point for FastAPI application (#78) (7de58ab)
Bug Fixes
- deps: update amannn/action-semantic-pull-request digest to 24e6f01 (#76) (f927c33)
0.5.0 (2025-08-16)
Features
- add Vertex AI engine warmup to prevent ClientDisconnect errors (#71) (a55bed7)
- enable Slack bot to reply in threads (#73) (b73dacd)
- explicitly create and use sessions in Slack app_mention handler (#72) (8559dfb)
- export get_vertex_ai_agent_engine for easy Vertex AI integration (#60) (a3e31b1)
- implement thread-based session management for Slack integration (#74) (e109f0e)
- improve type hints for AgentProtocol and add examples gitignore (#58) (2f85664)
Bug Fixes
- remove debug say() call in Slack app_mention handler (#61) (eff390e)
Documentation
- add PR feedback handling guidelines to CLAUDE.md (#68) (6459de6)
0.4.2 (2025-08-14)
Bug Fixes
- deps: pin actions/create-github-app-token action to d72941d (#53) (8764110)
- deps: update actions/checkout digest to 08eba0b (#38) (496232a)
- deps: update actions/create-github-app-token action to v2 (#54) (5af7a48)
0.4.1 (2025-08-14)
⚠ BREAKING CHANGES
- Minimum Python version is now 3.10
Bug Fixes
- add extra='ignore' to Slack and Settings model configs (#43) (25d08cb)
- add GitHub App token retrieval to release workflow (#52) (4f8d073)
- deps: update actions/checkout action to v5 (#39) (1b82f33)
- deps: update amannn/action-semantic-pull-request action to v6 (#50) (7c5bbbf)
- deps: update amannn/action-semantic-pull-request digest to e32d7e6 (#49) (cd0cbcb)
- deps: update astral-sh/setup-uv digest to d9e0f98 (#46) (56d2a3d)
Miscellaneous Chores
- drop Python 3.9 support (#40) (db04dcf)
- override release version to avoid breaking change bump (#44) (4726fa2)
0.4.0 (2025-08-11)
⚠ BREAKING CHANGES
- Changed disable_slack to enable_slack (inverted logic)
Features
- add auto-approve and auto-merge workflow for chanyou0311 PRs (#28) (5d9a566)
Bug Fixes
Documentation
- comprehensive CLAUDE.md architecture update (#33) (c273f1d)
Miscellaneous Chores
- override release version to avoid breaking change bump (#30) (793531a)
Code Refactoring
- improve settings configuration with dependency injection (#25) (ae18e7b)
0.3.0 (2025-08-07)
Features
Bug Fixes
- Remove incorrect Discord and webhook references from CLAUDE.md (#23) (9b28e3b)
Documentation
- add Python version compatibility testing workflow (#16) (e51f473)
0.2.0 (2025-08-07)
Features
- implement Slack integration with Slack Bolt for Python (#13) (620090f)
- migrate environment variables to pydantic-settings (#14) (011ea3b)
Bug Fixes
- add 'synchronize' event to PR linting workflow (#11) (858fcce)
- change MkDocs theme color from blue to teal (#15) (08d9af4)
0.1.2 (2025-08-06)
Bug Fixes
- add PR title validation for Conventional Commits (#5) (a70b93a)
- add pre-commit file ending and auto-fix instructions (#7) (5319b54)
- deps: pin dependencies (#9) (9c9a793)
- sync changelog between CHANGELOG.md and MkDocs (#4) (5082ffe)
0.1.1 (2025-08-06)
Bug Fixes
- add pages permission to release workflow (571ad7f)
0.1.0 (2025-08-06)
Bug Fixes
- add permissions for issues in release workflow (9b53ca6)
- add release configuration for fastapi-agentrouter (60c8cec)
- add release manifest for version 0.1.0 (3a788b1)
- update CI workflow to trigger on pull requests only (93f7554)