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

推荐订阅源

D
Docker
大猫的无限游戏
大猫的无限游戏
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
美团技术团队
雷峰网
雷峰网
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
T
Tailwind CSS Blog
U
Unit 42
C
Check Point Blog
S
SegmentFault 最新的问题
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
罗磊的独立博客
小众软件
小众软件
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
DataBreaches.Net

Spring

A Bootiful Podcast: Joe Grandja on Spring Authorization Server, OAuth, and so much more Spring Modulith 2.2 M1, 2.1.1, 2.0.8, and 1.4.13 released This Week in Spring - August 25th, 2026 Spring AI 2.0.1 Available Now A Bootiful Podcast: JRuby lead Charles Nutter 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 This Week in Spring - August 18th, 2026 Spring Office Hours Podcast: S5E20 - The Developer's Guide to AI with Danny Thompson A Bootiful Podcast: Redouble AI CTO and founder Andrey Santrosyan This Week in Spring - August 11th, 2026 A Bootiful Podcast: Data guru Gregory Green on RabbitMQ, Valkey, Gemfire, Data Flow, and more This Week in Spring - August 4th, 2026 A Bootiful Podcast: Spring Boot founder and lead Phil Webb This Week in Spring - July 28th, 2026 Spring Office Hours Podcast: S5E19 - Docker, Compose, Testcontainers, Oh My! A Bootiful Podcast: Java Developer Advocate Billy Korando on Java 27 and Beyond This Week in Spring - July 21st, 2026 A Bootiful Podcast: Russ Miles on Safer, More Productive Interactions with AI This Week in Spring - July 14th, 2026 Spring Office Hours Podcast: S5E18 - The Latest from OpenAI, Anthropic and Spring AI 2.0 A Bootiful Podcast: Spring Boot legend Moritz Halbritter on the latest and greatest in Spring Boot 4 and 4.1 This Week in Spring - July 7th, 2026 A New Home for Spring Cloud Contract: Transitioning to Stubborn.sh Spring Office Hours Podcast: S5E17 - Spring Boot 4.1 with Phil Webb
Spring AI 1.0.6, 1.1.5, 2.0.0-M5 Available Now
ilayaperumal · 2026-04-27 · via Spring

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