Skip to content

Bump org.springframework.ai:spring-ai-bedrock-converse from 1.0.3 to 1.0.5 in /test/integration/java#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/test/integration/java/org.springframework.ai-spring-ai-bedrock-converse-1.0.5
Open

Bump org.springframework.ai:spring-ai-bedrock-converse from 1.0.3 to 1.0.5 in /test/integration/java#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/test/integration/java/org.springframework.ai-spring-ai-bedrock-converse-1.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 29, 2026

Copy link
Copy Markdown
Contributor

Bumps org.springframework.ai:spring-ai-bedrock-converse from 1.0.3 to 1.0.5.

Release notes

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

Spring AI 1.0.5 Release Notes

🎯 Highlights

This release includes 8 bug fixes, 1 other improvement.

🪲 Bug Fixes

  • Resolved an issue where the finishReason was not being properly propagated during streaming operations with AWS Bedrock Converse API 9a56ae0
  • Corrected integration test failures for Oracle and PostgreSQL vector store implementations d7a0edd
  • Resolved integration test issues for Ollama model provider 6afaac7
  • Corrected string value handling for TAG/TEXT filter values in Redis vector store filter expression converter 6c99d54
  • Resolved key handling issues in Neo4j vector store filter expression converter c429744
  • Corrected identifier parsing logic in the filter expression text parser for improved query handling 535b7f8
  • Enhanced error handling and reliability when fetching media content in AWS Bedrock proxy chat model 9561b4c
  • Improved filter evaluation logic in SimpleVectorStore for better performance and maintainability 92c5024

🔩 Build Updates

  • Added automated workflow for publishing releases to Maven Central via GitHub Actions aed79b0

🙏 Contributors

Thanks to all contributors who made this release possible:

Spring AI 1.0.4 Release Notes

🎯 Highlights

This release includes 1 new features, 9 bug fixes, 1 documentation improvements, 11 other improvements.

📢 Noteworthy

  • The default model for Anthropic chat has been updated to claude-haiku-4-5 as part of the Claude 4.6 model additions and deprecation cleanup. 86ad1f5

⏪ Breaking Changes

  • Deprecated Claude 3.x and 3.7 model variants have been removed from AnthropicApi.ChatModel enum. The default model has been changed to claude-haiku-4-5. 86ad1f5

⚠️ Upgrading Notes

  • If you are using deprecated Claude 3.x or 3.7 model variants, update your code to use Claude 4.x models (claude-haiku-4-5, claude-opus-4-6, or claude-sonnet-4-6). The default model is now claude-haiku-4-5. 86ad1f5

⭐ New Features

  • Added CLAUDE_OPUS_4_6 and CLAUDE_SONNET_4_6 to AnthropicApi.ChatModel enum, providing access to the latest Claude 4.6 models from Anthropic. 86ad1f5

🪲 Bug Fixes

  • Fixed and enhanced FilterExpressionConverter for vector stores to improve filter expression handling. a2f6f4c
  • Corrected string parsing logic in FilterExpressionTextParser to properly handle filter expressions. f6204b5
  • Updated AzureOpenAiImage tests to use the latest image model, replacing the disabled model variant. ccd79fb
  • Fixed AnthropicChatModelObservationIT and updated integration tests to handle tool call parameters for latest models and replace deprecated model references. 43797b6

... (truncated)

Commits
  • a6a0aab Release version 1.0.5
  • d7a0edd Fix Oracle/PgVector ITs
  • 9a56ae0 Fix finishReason never propagating in Bedrock Converse streaming
  • 6afaac7 Fix Ollama integration tests
  • ccc18dc minor IT fix
  • 9561b4c Improve media fetching robustness in BedrockProxyChatModel
  • 92c5024 Refactor internal filter evaluation in SimpleVectorStore
  • 6c99d54 fix: RedisFilterExpressionConverter handling string values for TAG/TEXT filte...
  • c429744 fix: Neo4jVectorFilterExpressionConverter key handling
  • 535b7f8 Fix identifier parsing in FilterExpressionTextParser
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.springframework.ai:spring-ai-bedrock-converse](https://github.com/spring-projects/spring-ai) from 1.0.3 to 1.0.5.
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.3...v1.0.5)

---
updated-dependencies:
- dependency-name: org.springframework.ai:spring-ai-bedrock-converse
  dependency-version: 1.0.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 29, 2026
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