Skip to content

chore(deps): bump spring-ai.version from 1.0.0 to 1.1.4#32

Merged
pratyush618 merged 1 commit intomainfrom
dependabot/maven/spring-ai.version-1.1.4
Apr 7, 2026
Merged

chore(deps): bump spring-ai.version from 1.0.0 to 1.1.4#32
pratyush618 merged 1 commit intomainfrom
dependabot/maven/spring-ai.version-1.1.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps spring-ai.version from 1.0.0 to 1.1.4.
Updates org.springframework.ai:spring-ai-model from 1.0.0 to 1.1.4

Release notes

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

Spring AI 1.1.4 Release Notes

🎯 Highlights

This release includes 1 new feature, 11 bug fixes, 1 other improvement.

⭐ New Features

  • Added capability to dynamically disable Structured Output Native functionality at runtime, providing more flexibility in configuration and usage scenarios. 45a1607

🪲 Bug Fixes

  • Resolved issues with Oracle and PgVector vector store integration tests to improve test reliability 56fa3ee
  • Corrected issue where extraBody parameter was being lost when toolDefinitions were provided in chat requests d886961
  • Improved stability of Bedrock converse integration tests by addressing flaky test scenarios fac5647
  • Updated Google GenAI embedding model to use current API and fixed flaky function call tests 6c82800
  • Resolved issues in Google GenAI text embedding model observation integration tests 650a343
  • Enhanced error handling and reliability when fetching media resources in Bedrock proxy chat model a7d3223
  • Improved filter evaluation logic in SimpleVectorStore for better performance and maintainability 04742fb
  • Resolved issue where multi-block system messages were not being properly cached in Anthropic prompt caching implementation 11bd45e
  • Corrected handling of string values for TAG and TEXT filter types in Redis filter expression converter 707e990
  • Improved key handling in Neo4j vector store filter expression converter for more accurate filtering 3a46c7d
  • Resolved issues with identifier parsing logic in FilterExpressionTextParser to ensure correct filter expression handling. 7275cba

🔩 Build Updates

  • Corrected issues in the documentation upload GitHub Actions workflow to ensure proper documentation deployment. f4984b5

🙏 Contributors

Thanks to all contributors who made this release possible:

Spring AI 1.1.3 Release Notes

🎯 Highlights

This release includes 19 new features, 31 bug fixes, 23 documentation improvements, 25 other improvements.

📢 Noteworthy

  • All deprecated Anthropic model names have been replaced with active model identifiers throughout the codebase and integration tests to maintain compatibility with Anthropic's API. 54f35dc

⭐ New Features

  • Neo4j vector store now allows customization of the filter expression converter via the builder pattern, providing more flexibility for custom query filtering logic. 82bc777
  • Introduces builder pattern for more flexible and readable construction of OpenAiSdkChatModel instances 982bc1e
  • Adds support for custom embedding dimensions via '/embedding/embedding-model-dimensions.properties' configuration file for OpenAiEmbeddingModel a5359c7
  • ToolCallAdvisor now supports streaming responses, enabling real-time function calling interactions 21dac8d
  • SimpleVectorStore now supports filtering when deleting entries, providing more granular control over vector data management 7752ef8
  • Added support for Anthropic Claude Skills API with unified API design and helper classes for skill integration #5299

... (truncated)

Commits
  • 061d9a1 Release version 1.1.4
  • 56fa3ee Fix Oracle/PgVector ITs
  • d886961 Fix extraBody lost when toolDefinitions is present
  • fac5647 Fix flaky and failing Bedrock converse integration tests
  • 6c82800 Fix deprecated Google GenAI embedding model and flaky function call tests
  • 650a343 Fix GoogleGenAiTextEmbeddingModelObservationIT
  • a7d3223 Improve media fetching robustness in BedrockProxyChatModel
  • 04742fb Refactor internal filter evaluation in SimpleVectorStore
  • 11bd45e GH-5494: Fix multi-block system message caching for Anthropic prompt caching
  • 707e990 fix: RedisFilterExpressionConverter handling string values for TAG/TEXT filte...
  • Additional commits viewable in compare view

Updates org.springframework.ai:spring-ai-client-chat from 1.0.0 to 1.1.4

Release notes

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

Spring AI 1.1.4 Release Notes

🎯 Highlights

This release includes 1 new feature, 11 bug fixes, 1 other improvement.

⭐ New Features

  • Added capability to dynamically disable Structured Output Native functionality at runtime, providing more flexibility in configuration and usage scenarios. 45a1607

🪲 Bug Fixes

  • Resolved issues with Oracle and PgVector vector store integration tests to improve test reliability 56fa3ee
  • Corrected issue where extraBody parameter was being lost when toolDefinitions were provided in chat requests d886961
  • Improved stability of Bedrock converse integration tests by addressing flaky test scenarios fac5647
  • Updated Google GenAI embedding model to use current API and fixed flaky function call tests 6c82800
  • Resolved issues in Google GenAI text embedding model observation integration tests 650a343
  • Enhanced error handling and reliability when fetching media resources in Bedrock proxy chat model a7d3223
  • Improved filter evaluation logic in SimpleVectorStore for better performance and maintainability 04742fb
  • Resolved issue where multi-block system messages were not being properly cached in Anthropic prompt caching implementation 11bd45e
  • Corrected handling of string values for TAG and TEXT filter types in Redis filter expression converter 707e990
  • Improved key handling in Neo4j vector store filter expression converter for more accurate filtering 3a46c7d
  • Resolved issues with identifier parsing logic in FilterExpressionTextParser to ensure correct filter expression handling. 7275cba

🔩 Build Updates

  • Corrected issues in the documentation upload GitHub Actions workflow to ensure proper documentation deployment. f4984b5

🙏 Contributors

Thanks to all contributors who made this release possible:

Spring AI 1.1.3 Release Notes

🎯 Highlights

This release includes 19 new features, 31 bug fixes, 23 documentation improvements, 25 other improvements.

📢 Noteworthy

  • All deprecated Anthropic model names have been replaced with active model identifiers throughout the codebase and integration tests to maintain compatibility with Anthropic's API. 54f35dc

⭐ New Features

  • Neo4j vector store now allows customization of the filter expression converter via the builder pattern, providing more flexibility for custom query filtering logic. 82bc777
  • Introduces builder pattern for more flexible and readable construction of OpenAiSdkChatModel instances 982bc1e
  • Adds support for custom embedding dimensions via '/embedding/embedding-model-dimensions.properties' configuration file for OpenAiEmbeddingModel a5359c7
  • ToolCallAdvisor now supports streaming responses, enabling real-time function calling interactions 21dac8d
  • SimpleVectorStore now supports filtering when deleting entries, providing more granular control over vector data management 7752ef8
  • Added support for Anthropic Claude Skills API with unified API design and helper classes for skill integration #5299

... (truncated)

Commits
  • 061d9a1 Release version 1.1.4
  • 56fa3ee Fix Oracle/PgVector ITs
  • d886961 Fix extraBody lost when toolDefinitions is present
  • fac5647 Fix flaky and failing Bedrock converse integration tests
  • 6c82800 Fix deprecated Google GenAI embedding model and flaky function call tests
  • 650a343 Fix GoogleGenAiTextEmbeddingModelObservationIT
  • a7d3223 Improve media fetching robustness in BedrockProxyChatModel
  • 04742fb Refactor internal filter evaluation in SimpleVectorStore
  • 11bd45e GH-5494: Fix multi-block system message caching for Anthropic prompt caching
  • 707e990 fix: RedisFilterExpressionConverter handling string values for TAG/TEXT filte...
  • Additional commits viewable in compare view

Updates org.springframework.ai:spring-ai-commons from 1.0.0 to 1.1.4

Release notes

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

Spring AI 1.1.4 Release Notes

🎯 Highlights

This release includes 1 new feature, 11 bug fixes, 1 other improvement.

⭐ New Features

  • Added capability to dynamically disable Structured Output Native functionality at runtime, providing more flexibility in configuration and usage scenarios. 45a1607

🪲 Bug Fixes

  • Resolved issues with Oracle and PgVector vector store integration tests to improve test reliability 56fa3ee
  • Corrected issue where extraBody parameter was being lost when toolDefinitions were provided in chat requests d886961
  • Improved stability of Bedrock converse integration tests by addressing flaky test scenarios fac5647
  • Updated Google GenAI embedding model to use current API and fixed flaky function call tests 6c82800
  • Resolved issues in Google GenAI text embedding model observation integration tests 650a343
  • Enhanced error handling and reliability when fetching media resources in Bedrock proxy chat model a7d3223
  • Improved filter evaluation logic in SimpleVectorStore for better performance and maintainability 04742fb
  • Resolved issue where multi-block system messages were not being properly cached in Anthropic prompt caching implementation 11bd45e
  • Corrected handling of string values for TAG and TEXT filter types in Redis filter expression converter 707e990
  • Improved key handling in Neo4j vector store filter expression converter for more accurate filtering 3a46c7d
  • Resolved issues with identifier parsing logic in FilterExpressionTextParser to ensure correct filter expression handling. 7275cba

🔩 Build Updates

  • Corrected issues in the documentation upload GitHub Actions workflow to ensure proper documentation deployment. f4984b5

🙏 Contributors

Thanks to all contributors who made this release possible:

Spring AI 1.1.3 Release Notes

🎯 Highlights

This release includes 19 new features, 31 bug fixes, 23 documentation improvements, 25 other improvements.

📢 Noteworthy

  • All deprecated Anthropic model names have been replaced with active model identifiers throughout the codebase and integration tests to maintain compatibility with Anthropic's API. 54f35dc

⭐ New Features

  • Neo4j vector store now allows customization of the filter expression converter via the builder pattern, providing more flexibility for custom query filtering logic. 82bc777
  • Introduces builder pattern for more flexible and readable construction of OpenAiSdkChatModel instances 982bc1e
  • Adds support for custom embedding dimensions via '/embedding/embedding-model-dimensions.properties' configuration file for OpenAiEmbeddingModel a5359c7
  • ToolCallAdvisor now supports streaming responses, enabling real-time function calling interactions 21dac8d
  • SimpleVectorStore now supports filtering when deleting entries, providing more granular control over vector data management 7752ef8
  • Added support for Anthropic Claude Skills API with unified API design and helper classes for skill integration #5299

... (truncated)

Commits
  • 061d9a1 Release version 1.1.4
  • 56fa3ee Fix Oracle/PgVector ITs
  • d886961 Fix extraBody lost when toolDefinitions is present
  • fac5647 Fix flaky and failing Bedrock converse integration tests
  • 6c82800 Fix deprecated Google GenAI embedding model and flaky function call tests
  • 650a343 Fix GoogleGenAiTextEmbeddingModelObservationIT
  • a7d3223 Improve media fetching robustness in BedrockProxyChatModel
  • 04742fb Refactor internal filter evaluation in SimpleVectorStore
  • 11bd45e GH-5494: Fix multi-block system message caching for Anthropic prompt caching
  • 707e990 fix: RedisFilterExpressionConverter handling string values for TAG/TEXT filte...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 28, 2026
Bumps `spring-ai.version` from 1.0.0 to 1.1.4.

Updates `org.springframework.ai:spring-ai-model` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

Updates `org.springframework.ai:spring-ai-client-chat` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

Updates `org.springframework.ai:spring-ai-commons` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

---
updated-dependencies:
- dependency-name: org.springframework.ai:spring-ai-model
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.ai:spring-ai-client-chat
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.ai:spring-ai-commons
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/spring-ai.version-1.1.4 branch from f6524b2 to 708140f Compare March 29, 2026 05:26
@pratyush618 pratyush618 merged commit 9905346 into main Apr 7, 2026
10 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/spring-ai.version-1.1.4 branch April 7, 2026 04:30
pratyush618 pushed a commit that referenced this pull request Apr 7, 2026
Bumps `spring-ai.version` from 1.0.0 to 1.1.4.

Updates `org.springframework.ai:spring-ai-model` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

Updates `org.springframework.ai:spring-ai-client-chat` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

Updates `org.springframework.ai:spring-ai-commons` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

---
updated-dependencies:
- dependency-name: org.springframework.ai:spring-ai-model
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.ai:spring-ai-client-chat
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.ai:spring-ai-commons
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pratyush618 added a commit that referenced this pull request Apr 7, 2026
* Add agenteval-contracts module for behavioral invariant testing

Sealed Contract interface (Deterministic, LLMJudged, Composite),
fluent builder, ContractVerifier orchestrator, StandardContracts
library, JSON definition loader, JUnit 5 integration, 38 tests.

* Add agenteval-statistics module for statistical rigor

Distributions (normal/t CDF), DescriptiveCalculator, InferenceCalculator
(t-CI, bootstrap, paired t-test, Wilcoxon, Cohen's d, power analysis),
StatisticalAnalyzer facade, StatisticalConfig, 59 tests.

* Add agenteval-chaos module for agent resilience testing

ChaosInjector sealed interface (ToolFailure, ContextCorruption,
Latency, SchemaMutation), ChaosSuite orchestrator, ResilienceEvaluator,
14 built-in scenarios, 20 tests.

* Register contracts, statistics, chaos modules in parent POM and BOM

* Remove unused constants from InferenceCalculator

* chore(deps): bump org.bsc.langgraph4j:langgraph4j-core-jdk8 (#50)

Bumps org.bsc.langgraph4j:langgraph4j-core-jdk8 from 1.0.0 to 1.1.5.

---
updated-dependencies:
- dependency-name: org.bsc.langgraph4j:langgraph4j-core-jdk8
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump spring-ai.version from 1.0.0 to 1.1.4 (#32)

Bumps `spring-ai.version` from 1.0.0 to 1.1.4.

Updates `org.springframework.ai:spring-ai-model` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

Updates `org.springframework.ai:spring-ai-client-chat` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

Updates `org.springframework.ai:spring-ai-commons` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

---
updated-dependencies:
- dependency-name: org.springframework.ai:spring-ai-model
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.ai:spring-ai-client-chat
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.ai:spring-ai-commons
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add spotbugs exclusions for agenteval-contracts module

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant