| On behalf of the Spring AI engineering team and everyone who has contributed, I’m happy to announce that Spring AI 1.0.8 , 1.1.7 , 2.0.0-M7 have been released and are now available from Maven Central. These releases deliver important improvements, stability enhancements, and bug fixes across multiple release streams. Release Summary These releases include improvements, bug fixes, and documentation updates. See individual release notes: 1.0.8 | 1.1.7 | 2.0.0-M7 In addition, the 1.1.7 and 2.0.0-M7 releases contain security fixes for CVE-2026-41863 . Thanks to all those who have contributed with issue reports and pull requests. Version-Specific Highlights Spring AI 1.0.8 Fixed RedisVectorStore#doDelete silently truncating deletes to the first 10 messages #6068 View complete release notes → Spring AI 1.1.7 Fixed Ollama compatibility with GraalVM native images #6064 Fixed OpenAiChatModel dropping streaming chunks due to an internal switchMap when using buffered concatMap #6122 View complete release notes → Spring AI 2.0.0-M7 Breaking changes: Please see the upgrade notes for the list of breaking changes as part of this release. MCP transport changes: SSE transports are now deprecated; Streamable HTTP is the new default server protocol #5969 . ToolCallAdvisor becomes the default and standard way tool calls are handled in the advisor chain #5459 . New ToolSpec fluent API for defining tools programmatically #6085 . Gemini updates: Updated to Gemini 2.5 Flash and refreshed the Google Client Library BOM #6003 , #6112 . Notable bug fixes: ChatClient#prompt ignoring chat options from prompt #6072 Kotlin nullable fields incorrectly marked as required in MCP tool input schema #5978 Docker Model Runner error introduced in 2.0.0-M6 #6036 View complete release notes → What’s Next The Spring AI team continues to focus on improving AI application development with Spring Boot. Based on the momentum from these releases, upcoming versions will build on these foundations with enhanced capabilities and developer experience improvements. For the latest updates and to contribute to the project, visit our GitHub repository or join the discussion in our community channels. Resources Project Page | GitHub | Issues | Stack Overflow Documentation: 1.0.8 Docs | 1.1.7 Docs | 2.0.0-M7 Docs |