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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Help Net Security
Help Net Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
T
Threat Research - Cisco Blogs
T
The Exploit Database - CXSecurity.com
P
Privacy International News Feed
T
Threatpost
T
Tor Project blog
AWS News Blog
AWS News Blog
S
Schneier on Security
Cyberwarzone
Cyberwarzone
The Hacker News
The Hacker News
Scott Helme
Scott Helme
C
Cybersecurity and Infrastructure Security Agency CISA
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Palo Alto Networks Blog
P
Proofpoint News Feed
Vercel News
Vercel News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
V
V2EX
腾讯CDC
C
CERT Recently Published Vulnerability Notes
www.infosecurity-magazine.com
www.infosecurity-magazine.com
V2EX - 技术
V2EX - 技术
C
Cyber Attacks, Cyber Crime and Cyber Security
MyScale Blog
MyScale Blog
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
D
Docker
Security Latest
Security Latest
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
Know Your Adversary
Know Your Adversary
宝玉的分享
宝玉的分享
爱范儿
爱范儿
Simon Willison's Weblog
Simon Willison's Weblog
N
News | PayPal Newsroom
Recent Announcements
Recent Announcements
小众软件
小众软件
Project Zero
Project Zero
SecWiki News
SecWiki News
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
Cloudbric
Cloudbric
博客园 - Franky
Forbes - Security
Forbes - Security
C
Cisco Blogs
Webroot Blog
Webroot Blog
H
Help Net Security

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 Cloud Function and Config Have Been Released To Address Several CVEs Spring AI 1.0.6, 1.1.5, 2.0.0-M5 Available Now 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.7, 1.1.6, 2.0.0-M6 Available Now
ilayaperumal · 2026-05-08 · 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.7, 1.1.6, 2.0.0-M6 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 a combined total of 143 improvements, bug fixes, and documentation updates. See individual release notes: 1.0.7 | 1.1.6 | 2.0.0-M6

In addition, the releases contain security fixes for CVE-2026-41705, CVE-2026-41712 and CVE-2026-41713.

The focus of these releases includes:

  • Improvements: 42 enhancements across all releases
  • Stability: 13 bug fixes addressing community-reported issues
  • Documentation: 35 improvements to help developers
  • Security: 53 dependency upgrades for enhanced security

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

Version-Specific Highlights

Spring AI 1.0.7

Overview:

  • PromptChatMemoryAdvisor has been deprecated. Users should migrate to the updated chat memory advisor APIs that require explicit conversation IDs.

⚠️ Breaking Changes:

  • Chat memory advisors now require an explicit conversation ID to be supplied. Previously, a default or implicit ID may have been used, which could cause incorrect memory scoping across conversations. Callers must now provide a conversation ID explicitly.

View complete release notes →

Spring AI 1.1.6

Overview:

  • PromptChatMemoryAdvisor has been deprecated. Users should migrate to the updated chat memory advisor API that requires an explicit conversation ID. This deprecation is part of a broader effort to improve conversation context management. 917f62e

⚠️ Breaking Changes:

  • Chat memory advisors now require an explicit conversation ID to be supplied. This is a behavioral change that affects how chat memory is scoped and managed. Applications relying on implicit conversation IDs must be updated to supply an explicit ID.

View complete release notes →

Spring AI 2.0.0-M6

Overview:

  • Deprecated properties have been added to OpenAiChatProperties to maintain backward compatibility with the previous AbstractOpenAiOptions extension. Users should migrate to the new configuration approach. f271fdc
  • Setter methods have been removed from PostgresML embedding options and Stability AI image options classes, as well as from common ChatOptions (internalToolExecutionEnabled, outputSchema). These options should now be configured through the builder pattern or constructors. Affected: PostgresMlEmbeddingOptions, StabilityAiImageOptions, and common ChatOptions. a0ad1c7, 741a6cc, #5957
  • Two vector store integrations (SAP HANA DB and Infinispan) have been removed from the Spring AI project. Users of these modules should plan migration to supported vector store alternatives. 35b659e
  • Continued polish of null-safety annotations across the codebase using the JSpecify standard, improving IDE support and static analysis for nullability. 65f9c67
  • The AssistantMessage builder has been refactored to properly support inheritance, enabling subclasses to extend the builder fluently. 2622d03
  • OpenAI Java SDK is updated to 4.34.0
  • Anthropic Java SDK is updated to 2.30.0

⚠️ Breaking Changes:

  • PromptChatMemoryAdvisor has been removed. Chat memory advisors now require an explicit conversation ID to be provided, improving predictability and eliminating ambiguous implicit state management. Applications using PromptChatMemoryAdvisor or relying on implicit conversation IDs must be updated. c3c7c86,
  • The class OpenAiConnectionProperties has been renamed to OpenAiCommonProperties to better reflect its purpose as shared configuration across OpenAI integrations.
  • OpenAI properties classes (e.g., OpenAiChatProperties, OpenAiEmbeddingProperties) no longer extend AbstractOpenAiOptions. This changes the class hierarchy and may affect code that relied on the options being available directly on properties classes.

Key Improvements:

  • Enhanced functionality with 18 improvements
  • Documentation updates with 30 improvements
  • Updated dependencies for better security and performance

View complete release notes →

🙏 Contributors

Thanks to all contributors who made these releases possible:

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.7 Docs | 1.1.6 Docs | 2.0.0-M6 Docs