Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps org.springframework.ai:spring-ai-bom from 1.0.0 to 1.1.0.

Release notes

Sourced from org.springframework.ai:spring-ai-bom's releases.

Spring AI 1.1.0 GA Release Notes

🎯 Highlights

This release includes 1 new features, 10 bug fixes, 3 documentation improvements, 3 other improvements.

⭐ New Features

  • Enhanced ChatCompletionRequest to support dynamic field deserialization using @​JsonAnySetter annotation for extraBody properties 3fc939a

🪲 Bug Fixes

  • Resolved an issue where MongoChatMemoryIndexCreator component was not being properly scanned during Spring application context initialization faf3808
  • Added validation for inputSchema in Model Context Protocol (MCP) tool definitions to ensure proper tool configuration #4855 via #4776
  • Improved error handling for malformed responses from the OpenAI API to prevent unexpected failures c0cc32c
  • Changed PgVectorSchemaValidator class visibility to package-private to properly encapsulate internal implementation details #4857
  • Refactored StatelessToolCallbackConverterAutoConfiguration and ToolCallbackConverterAutoConfiguration for better code organization #4858
  • Corrected Maven dependency configuration for the MongoDB chat memory repository integration 374c09e
  • Fixed inconsistent conditional property configuration for ElevenLabs auto-configuration to follow Spring AI standards d71869e
  • Resolved Java bytecode access issue related to invokespecial instruction 9cec4d7
  • Refactored ToolCallbackProvider dependency injection to use Spring's ObjectProvider for better flexibility and optional dependency handling e4926e5
  • Cleaned up excessive debug logging statements in AnthropicChatModel implementation #4847

📓 Documentation

  • Improved documentation for the audio transcription API with clearer examples and usage guidance f167df8
  • Corrected broken hyperlink in the Model Context Protocol (MCP) overview documentation page b6ccb03
  • Updated UserMessage code examples in documentation to properly demonstrate builder pattern usage 68adc26

🔨 Dependency Upgrades

  • Updated Model Context Protocol (MCP) integration to version 0.16.0 #4860

🔩 Build Updates

  • Disabled parallel Maven builds in the fast CI pipeline to resolve intermittent Kotlin compiler errors and improve build stability f6fa47c
  • Updated fast CI workflow to properly run unit tests and generate documentation after tests pass eb0e101

🙏 Contributors

Thanks to all contributors who made this release possible:

Spring AI 1.1.0-RC1 Release Notes

🎯 Highlights

... (truncated)

Commits
  • fa4c61e Release version 1.1.0
  • f6fa47c Disable parallel builds in fast CI to fix intermittent Kotlin compiler errors
  • 151a603 Upgrade MCP to 0.16.0
  • faf3808 Fix MongoChatMemoryIndexCreator not being scanned (4859)
  • eb0e101 Fix fast CI workflow to run unit tests and generate docs after tests pass
  • 1df2af3 Validate inputSchema for MCP tool definitions (#4855)
  • 2768b4c chore: Clean up StatelessToolCallbackConverterAutoConfiguration and ToolCallb...
  • f167df8 docs: enhance transcription API documentation
  • c0cc32c Handle malformed OpenAI API responses
  • bd544fe PgVectorSchemaValidator should be package-private
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.springframework.ai:spring-ai-bom](https://github.com/spring-projects/spring-ai) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: org.springframework.ai:spring-ai-bom
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Superseded by #14.

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.springframework.ai-spring-ai-bom-1.1.0 branch December 8, 2025 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants