dependabot[bot] opened a new pull request, #25654: URL: https://github.com/apache/camel/pull/25654
Bumps [org.springframework.ai:spring-ai-bom](https://github.com/spring-projects/spring-ai) from 2.0.0 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-ai/releases">org.springframework.ai:spring-ai-bom's releases</a>.</em></p> <blockquote> <h2>Spring AI 2.0.1</h2> <p>For upgrading from 2.0.0 to 2.0.1, please refer to the upgrade notes <a href="https://docs.spring.io/spring-ai/reference/upgrade-notes.html#upgrading-to-2-0-1">here</a>.</p> <p>For the detailed reference documentation on 2.0.1, please refer <a href="https://docs.spring.io/spring-ai/reference/index.html">here</a></p> <h2>:star: New Features</h2> <ul> <li>Harden Ollama integration tests against flakiness <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6776">#6776</a></li> <li>Retire deprecated Mistral AI chat models <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6772">#6772</a></li> <li>Document additional 2.0.1 breaking changes <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6771">#6771</a></li> <li>Support audio streaming in OpenAiAudioSpeechModel <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6733">#6733</a></li> <li>Add configurable tool call limits <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6726">#6726</a></li> <li>Enrich OpenAI transcription options and responses <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6697">#6697</a></li> <li>Update Couchbase vector store to use Spring Boot-managed client <a href="https://redirect.github.com/spring-projects/spring-ai/issues/6583">#6583</a></li> <li>Remove explicit <code>protobuf-java</code> version properties <a href="https://redirect.github.com/spring-projects/spring-ai/issues/6552">#6552</a></li> <li>Add ToolChoice support for Google GenAI chat model <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6531">#6531</a></li> <li>Remove fastjson2 dependency from <code>spring-ai-azure-store</code> <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6508">#6508</a></li> <li>Refactor <code>Media</code> builder to use typed <code>data</code> overloads <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6481">#6481</a></li> <li>Validate <code>TokenTextSplitter</code> builder arguments <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6452">#6452</a></li> <li>Support page ranges in <code>PagePdfDocumentReader</code> <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6445">#6445</a></li> <li>Revise DeepSeekApi <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6428">#6428</a></li> <li>GraalVM for mcp annotations doesn't work in Spring AI 2.0.0 <a href="https://redirect.github.com/spring-projects/spring-ai/issues/6427">#6427</a></li> <li>Rename <code>spring-ai-autoconfigure-model-chat-memory-redis</code> <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6416">#6416</a></li> <li>Restore PDF media mapping in <code>OpenAiChatModel</code> <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6410">#6410</a></li> <li>Google Image generation support <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6408">#6408</a></li> <li>Remove unused field <code>maxResults</code> <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6344">#6344</a></li> <li>Confusing WARN log while AWS region resolving <a href="https://redirect.github.com/spring-projects/spring-ai/issues/5108">#5108</a></li> <li>SpringAI does not follow the AWS SDK's default region resolution rules <a href="https://redirect.github.com/spring-projects/spring-ai/issues/823">#823</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Reserve Redis chat memory timestamps atomically <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6784">#6784</a></li> <li>Fix RedisChatMemoryRepository clear() <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6783">#6783</a></li> <li>Escape metadata values in Redis chat memory queries <a href="https://redirect.github.com/spring-projects/spring-ai/issues/6765">#6765</a></li> <li>Validate resolved resource path <a href="https://redirect.github.com/spring-projects/spring-ai/issues/6764">#6764</a></li> <li>Introduce maxSessions and sessionIdleTimeout <a href="https://redirect.github.com/spring-projects/spring-ai/issues/6760">#6760</a></li> <li>Fix <code>OpenAiAudioTranscriptionModel</code> leaking the stream on cancellation <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6759">#6759</a></li> <li>Merge java-compile compilerArgs instead of overriding <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6756">#6756</a></li> <li>Default OpenAI tool-calling strict mode to false <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6755">#6755</a></li> <li>Use temporary directory for cache <a href="https://redirect.github.com/spring-projects/spring-ai/issues/6754">#6754</a></li> <li>Handle malformed pdf in PdfDocumentReader <a href="https://redirect.github.com/spring-projects/spring-ai/issues/6753">#6753</a></li> <li>Make tool resolution fallback configurable <a href="https://redirect.github.com/spring-projects/spring-ai/issues/6751">#6751</a></li> <li>Use full length hash <a href="https://redirect.github.com/spring-projects/spring-ai/issues/6746">#6746</a></li> <li>Correct <code>ToolContext</code> parameter detection <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6744">#6744</a></li> <li>Return a single Generation on ToolCallLimitExceededException <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6742">#6742</a></li> <li>Fix ToolCallingAdvisor streaming loop dropping doBeforeStream mutations <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6737">#6737</a></li> <li>Add instructions option to OpenAiAudioSpeechModel <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6731">#6731</a></li> <li>Apply MCP HTTP client request customizer beans <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6716">#6716</a></li> <li>Close OpenAI stream response on cancellation <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6656">#6656</a></li> <li>Validate text length to prevent <code>StringIndexOutOfBoundsException</code> for <code>MarkdownCodeBlockCleaner</code> <a href="https://redirect.github.com/spring-projects/spring-ai/pull/6645">#6645</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-ai/commit/c9107fdac0a6c88489c08bb88abcee74c146981d"><code>c9107fd</code></a> Release 2.0.1</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/92a211954343cc46355abb723cd9f40cf581c1de"><code>92a2119</code></a> Upgrade to Spring Boot 4.1.1</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/0e7b5f62c3882202e76e7653990e57f56080bad7"><code>0e7b5f6</code></a> Escape metadata values in Redis chat memory queries</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/2d2b45503618c17df52aac339d4511fb717e7af7"><code>2d2b455</code></a> Validate resolved resource path stays within the cache directory</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/023867c80be379f53296fbb0002ac522d0d44449"><code>023867c</code></a> Introduce maxSessions and sessionIdleTimeout</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/8a1fd8ed79011f63c1d9c02fec52778416a3d2d2"><code>8a1fd8e</code></a> Handle malformed pdf in PdfDocumentReader</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/369a92670e7de1074a6f35b7a68071a789697932"><code>369a926</code></a> Use a new temporary directory for cache</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/096f140bfee26e3fe7867f14f96d95a86fcb2b34"><code>096f140</code></a> Make tool resolution fallback configurable</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/d89e4a4b4afc22ea8183ad1912fe0e98833f4a4b"><code>d89e4a4</code></a> Use full length SHA256 hash for contextHash</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/3fc390f38a26f725e215c6ea3535b4082fbd6d65"><code>3fc390f</code></a> Prepare 2.0.x-internal branch</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-ai/compare/v2.0.0...v2.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
