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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Webroot Blog
Webroot Blog
T
Troy Hunt's Blog
S
Secure Thoughts
S
Security @ Cisco Blogs
S
Security Affairs
Forbes - Security
Forbes - Security
W
WeLiveSecurity
H
Hacker News: Front Page
T
Threatpost
Google Online Security Blog
Google Online Security Blog
S
Schneier on Security
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
www.infosecurity-magazine.com
www.infosecurity-magazine.com
博客园 - Franky
腾讯CDC
IT之家
IT之家
博客园 - 聂微东
L
LINUX DO - 最新话题
罗磊的独立博客
Hacker News - Newest:
Hacker News - Newest: "LLM"
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 三生石上(FineUI控件)
Hacker News: Ask HN
Hacker News: Ask HN
C
CXSECURITY Database RSS Feed - CXSecurity.com
C
Cybersecurity and Infrastructure Security Agency CISA
C
CERT Recently Published Vulnerability Notes
Know Your Adversary
Know Your Adversary
V
Vulnerabilities – Threatpost
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cisco Talos Blog
Cisco Talos Blog
S
SegmentFault 最新的问题
酷 壳 – CoolShell
酷 壳 – CoolShell
Hugging Face - Blog
Hugging Face - Blog
L
LINUX DO - 热门话题
美团技术团队
G
GRAHAM CLULEY
T
The Exploit Database - CXSecurity.com
AI
AI
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Jina AI
Jina AI
Help Net Security
Help Net Security
N
News | PayPal Newsroom
月光博客
月光博客
Spread Privacy
Spread Privacy
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
N
News and Events Feed by Topic

Spring Releases

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.7, 1.1.6, 2.0.0-M6 Available Now Spring Cloud Function and Config Have Been Released To Address Several CVEs Spring Modulith 2.1 RC1, 2.0.6, and 1.4.11 released Spring Shell 4.0.2 is out! Spring Boot 3.5.14 available now Spring Boot 4.0.6 available now Spring Boot 4.1.0-RC1 available now Spring for Apache Kafka 4.1.0-RC1, 4.0.5, and 3.3.15 Available Spring for Apache Pulsar 1.2.17 and 2.0.5 are now available Spring Authorization Server 1.5.7 Available Now Spring Security 2026.04 Releases - Contains CVE Fixes Spring Integration 7.1.0-RC1 Available Spring Vault 4.1.0-RC1 and 4.0.2 released Spring Data 2026.0.0-RC1 enters release candidate phase Spring Data 2025.1.5 and 2025.0.11 released Spring Framework 6.2.18 and 7.0.7 Available Now Spring Cloud 2025.0.2 (aka Northfields) Has Been Released Spring Modulith 2.1 M4, 2.0.5, and 1.4.10 released Spring AI 2.0.0-M4, 1.1.4 and 1.0.5 are available now Spring Boot 3.5.13 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