|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to Spring AI Alibaba are documented in this file. |
| 4 | + |
| 5 | +The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +> For full release notes and downloadable artifacts, see the |
| 9 | +> [GitHub Releases](https://github.com/alibaba/spring-ai-alibaba/releases) page. |
| 10 | +
|
| 11 | +## [Unreleased] |
| 12 | + |
| 13 | +### Added |
| 14 | +- Placeholder section. New changes will be listed here before the next release. |
| 15 | + |
| 16 | +## [1.1.2.2] - 2026-03-10 |
| 17 | + |
| 18 | +### Added |
| 19 | +- **AgentScope integration** — `AgentScopeAgent` wraps [AgentScope ReActAgent](https://github.com/agentscope-ai/agentscope-java) |
| 20 | + as a `BaseAgent` for use in graph workflows (`spring-ai-alibaba-starter-agentscope`). |
| 21 | +- **Multiagent patterns** under `examples/multiagent-patterns/`: |
| 22 | + Subagent, Supervisor, Skills, Routing (simple and graph variants), |
| 23 | + Handoffs (single- and multi-agent), and Workflow. |
| 24 | +- **Voice Agent** example — sandwich architecture (STT → ReactAgent → TTS) |
| 25 | + with WebSocket streaming, DashScope ASR and CosyVoice TTS. |
| 26 | +- **Multimodal agent** examples (image understanding, audio input). |
| 27 | + |
| 28 | +### Changed |
| 29 | +- Default agent configuration refinements for graph-based workflows. |
| 30 | +- Updated documentation portal at <https://java2ai.com/docs/overview>. |
| 31 | + |
| 32 | +## [1.1.2.1] - 2026-03-09 |
| 33 | + |
| 34 | +### Fixed |
| 35 | +- Patch release addressing regressions introduced in 1.1.2.0. |
| 36 | + |
| 37 | +## [1.1.2.0] - 2026-02-02 |
| 38 | + |
| 39 | +### Added |
| 40 | +- Enhancements to the Agent Graph core, including additional node types |
| 41 | + and improved reactive stream handling. |
| 42 | +- New starters and example modules. |
| 43 | + |
| 44 | +## [1.1.0.0] - 2025-12-30 |
| 45 | + |
| 46 | +### Added |
| 47 | +- First stable release of the 1.1.x line, built on |
| 48 | + [Spring AI 1.1.0](https://github.com/spring-projects/spring-ai/releases/tag/v1.1.0) |
| 49 | + and [Spring AI Alibaba Extensions 1.1.0.0](https://github.com/spring-ai-alibaba/spring-ai-extensions/releases/tag/v1.1.0.0). |
| 50 | +- Production-ready Agent Graph runtime with comprehensive documentation |
| 51 | + available at <https://java2ai.com/docs/overview>. |
| 52 | + |
| 53 | +### Changed |
| 54 | +- Aligned public APIs with Spring AI 1.1.0. |
| 55 | + |
| 56 | +## [1.0.0.4] - 2025-09-25 |
| 57 | + |
| 58 | +### Added |
| 59 | +- **Rebuilt Agent Graph Engine** — refactored core Agent API; shifted to |
| 60 | + a Flux-based reactive stream architecture. |
| 61 | +- **Agent-to-Agent (A2A) communication** — A2A client/server with |
| 62 | + Nacos integration for remote agent discovery. |
| 63 | +- Bumped to Spring AI 1.0.1 with widespread stability fixes. |
| 64 | + |
| 65 | +## [1.0.0.3] - 2025-08-14 |
| 66 | + |
| 67 | +### Fixed |
| 68 | +- Stability and compatibility fixes on top of 1.0.0.x. |
| 69 | + |
| 70 | +## [1.0.0.2] - 2025-05-29 |
| 71 | + |
| 72 | +### Fixed |
| 73 | +- Early production fixes following the 1.0.0 GA release. |
| 74 | + |
| 75 | +## Earlier releases |
| 76 | + |
| 77 | +See [GitHub Releases](https://github.com/alibaba/spring-ai-alibaba/releases) |
| 78 | +for the full history, including 1.1.0.0-RC1, 1.1.0.0-M5, 1.1.0.0-M4, 1.0.0.1, and 1.0.0.0. |
| 79 | + |
| 80 | +[Unreleased]: https://github.com/alibaba/spring-ai-alibaba/compare/v1.1.2.2...HEAD |
| 81 | +[1.1.2.2]: https://github.com/alibaba/spring-ai-alibaba/releases/tag/v1.1.2.2 |
| 82 | +[1.1.2.1]: https://github.com/alibaba/spring-ai-alibaba/releases/tag/v1.1.2.1 |
| 83 | +[1.1.2.0]: https://github.com/alibaba/spring-ai-alibaba/releases/tag/v1.1.2.0 |
| 84 | +[1.1.0.0]: https://github.com/alibaba/spring-ai-alibaba/releases/tag/v1.1.0.0 |
| 85 | +[1.0.0.4]: https://github.com/alibaba/spring-ai-alibaba/releases/tag/v1.0.0.4 |
| 86 | +[1.0.0.3]: https://github.com/alibaba/spring-ai-alibaba/releases/tag/v1.0.0.3 |
| 87 | +[1.0.0.2]: https://github.com/alibaba/spring-ai-alibaba/releases/tag/v1.0.0.2 |
0 commit comments