Spring AI 2.0.0-M2
Spring AI 2.0.0-M2 Release Notes
🎯 Highlights
This release includes 20 new features, 20 bug fixes, 16 documentation improvements, 38 other improvements.
⏪ Breaking Changes
- The Anthropic Skills API has been unified and helper classes have been renamed, which may require code changes if you're using the Anthropic integration directly #5299
- The SemanticCache interface has been relocated from the Redis-specific package to a more generic package location, which may require import statement updates for applications directly using this interface. #5284
- The Couchbase vector store classes have been relocated to a new dedicated package structure. Applications using Couchbase vector store will need to update their import statements.