惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 聂微东
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
大猫的无限游戏
大猫的无限游戏
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
M
MIT News - Artificial intelligence
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
P
Proofpoint News Feed
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理

Spring Releases

Spring Tools 5.4.0 released Spring Modulith 2.2 M1, 2.1.1, 2.0.8, and 1.4.13 released Spring AI 2.0.1 Available Now Spring AMQP 4.2.0-M1 Available Spring Integration 7.2.0-M1 Available Spring Batch 6.0.5 and 6.1.0-M1 available now Spring Boot 4.0.8 available now Spring Boot 4.1.1 available now Spring Boot 4.2.0-M1 available now Spring Cloud 2025.1.3 (aka Oakwood) Has Been Released Spring Tools 5.3.0 released Spring Boot 3.5.16 available now Spring Data 2025.0.13 released Spring Tools 5.2.0 released Spring AI 1.0.9, 1.1.8 Available Now Spring AI 2.0.0 GA Available Now Spring Modulith 2.1 GA, 2.0.7, and 1.4.12 released Spring Shell 4.0.3 and 3.4.3 are out! Spring Cloud 2025.0.3 (aka Northfields) Has Been Released Spring Cloud 2025.1.2 (aka Oakwood) Has Been Released Spring for GraphQL 1.4.6 and 2.0.4 released Spring gRPC 1.1.0 available now Spring Vault 4.0.3 and 3.2.1 available Spring Vault 4.1 Generally Available Spring Batch 6.0.4 and 5.2.6 available now Spring Boot 3.5.15 available now Spring Boot 4.0.7 available now Spring AI 2.0.0-RC1 Available Now Spring AI 2.0.0-M8 Available Now Spring AI 1.0.8, 1.1.7, 2.0.0-M7 Available Now
Spring AI 1.0.6, 1.1.5, 2.0.0-M5 Available Now
ilayaperumal · 2026-04-27 · via Spring Releases

On behalf of the Spring AI engineering team and everyone who has contributed, I'm happy to announce that Spring AI 1.0.6, 1.1.5, 2.0.0-M5 have been released and are now available from Maven Central.

These releases deliver important improvements, stability enhancements, bug fixes, documentation updates, and security fixes for CVE-2026-40966, CVE-2026-40967, CVE-2026-40978, CVE-2026-40979 and CVE-2026-40980

Release Summary

See individual release notes: 1.0.6 | 1.1.5 | 2.0.0-M5

Thanks to all those who have contributed with issue reports and pull requests.

Version-Specific Highlights

Spring AI 1.0.6

Overview: Maintenance release with 1 dependency upgrade and 1 build fix.

  • Upgraded Spring Boot to 3.5.14
  • Renamed JdbcChatMemoryRepositorySchemaInitializerPostgresqlTests to follow the integration test naming convention

View complete release notes →

Spring AI 1.1.5

Overview: 5 bug fixes, 4 documentation updates, 2 dependency upgrades, and 3 build updates.

📢 Noteworthy:

  • The Pixtral 12B model has been removed and the Pixtral Large model is now deprecated. Users are encouraged to migrate to the currently recommended Mistral AI vision models. Integration tests have been updated to reflect the recommended models.

Bug Fixes:

  • Fixed string-based tool choice parsing in OpenAI SDK chat model
  • Fixed non-deterministic streaming token usage in BedrockConverse integration tests
  • Fixed incorrect extra_body parameter being included in OpenAI API requests
  • Fixed test skip condition when API keys are not configured
  • Fixed integration test naming convention (IT suffix)

Dependency Upgrades:

  • Upgraded Spring Boot to 3.5.14
  • Upgraded Apache Tika to 3.3.0, jsoup to 1.22.1, and Apache PDFBox to 3.0.7

View complete release notes →

Spring AI 2.0.0-M5

Overview: 13 new features, 34 bug fixes, 12 documentation updates, 7 dependency upgrades, and 10 build updates.

⚠️ Breaking Changes:

  • The Azure OpenAI modules have been removed from Spring AI. Users relying on Azure OpenAI integrations must migrate to the standard spring-ai-openai module, which now includes Azure OpenAI support via deployment handling.
  • Options merging behavior has been moved from the model level to the ChatClient level using a new builder combineWith() method. Existing code that relied on ModelOptionUtils.merge() calls may need to be updated. #5725
  • The Vertex AI model and autoconfiguration modules have been removed. Only the spring-ai-vertex-ai-embedding module is retained. #5714
  • The ZhipuAI model integration has been removed from the main repository. Users must migrate to the separate ZhipuAI integration repository. #5700
  • Oracle Cloud Infrastructure (OCI) GenAI support has been removed from the main repository. Users must migrate to the separate OCI GenAI integration repository. #5695
  • The SpringAiTestAutoConfigurations class has been removed. #5684

📢 Noteworthy:

  • The spring-ai-openai module now uses the official openai-java SDK across all OpenAI models (Chat, Embedding, Image, Audio, Moderation). The spring-ai-openai-sdk module has been removed and merged in. Existing spring.ai.openai properties, builders, and chat options remain fully compatible with no breaking changes. #5779
  • The Pixtral 12B model has been removed and the Pixtral Large model has been deprecated. Users should migrate to the recommended Mistral AI models.

New Features:

  • Custom StructuredOutputConverter implementations can now participate in the Native Structured Output pipeline #5659
  • MCP Server supports filtering which tools are exposed via spring.ai.mcp.server.expose-mcp-client-tools #5755
  • New unified cache usage metrics added to the Usage interface
  • New OpenAI SDK-based Audio Transcription and Moderation Model support #5730
  • OpenAI SDK models now support extraBody configuration #5734
  • Anthropic native web search tool integrated #5689
  • Anthropic thinking display setting, service tier, and geographic data residency support added #5666
  • ToolCallAdvisor.Builder now exposes a getter for conversationHistoryEnabled #5869

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.6 Docs | 1.1.5 Docs | 2.0.0-M5 Docs