Skip to content

Commit 06e1c8c

Browse files
Update dependency dev.langchain4j:langchain4j-bom to v1.0.0 (#144)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dev.langchain4j:langchain4j-bom](https://redirect.github.com/langchain4j/langchain4j/tree/main/langchain4j-bom) ([source](https://redirect.github.com/langchain4j/langchain4j/tree/HEAD/langchain4j-bom)) | `1.0.0-beta4` -> `1.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.langchain4j:langchain4j-bom/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.langchain4j:langchain4j-bom/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.langchain4j:langchain4j-bom/1.0.0-beta4/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.langchain4j:langchain4j-bom/1.0.0-beta4/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>langchain4j/langchain4j (dev.langchain4j:langchain4j-bom)</summary> ### [`v1.0.0`](https://redirect.github.com/langchain4j/langchain4j/releases/tag/1.0.0): and 1.0.0-beta5 #### Announcements We are excited to announce the release of version `1.0.0` for the following artifacts: - `langchain4j-core` - `langchain4j` - `langchain4j-http-client` - `langchain4j-http-client-jdk` - `langchain4j-open-ai` - `langchain4j-bom` The rest of the modules are released under the `1.0.0-beta5` version. We are currently finalizing the remaining updates and plan to release the next set of modules as `rc1` in June. The `langchain4j-bom` has been released with version `1.0.0` and includes the latest versions of all modules (many of which are at `1.0.0-beta5`). Thank you so much to everyone who contributed in one way or another - this would not have been possible without you! 🙏 #### Breaking Changes - Fix: OpenAI: map exceptions for streaming and moderation models by [@&#8203;dliubarskyi](https://redirect.github.com/dliubarskyi) in [https://github.com/langchain4j/langchain4j/pull/2986](https://redirect.github.com/langchain4j/langchain4j/pull/2986) - Fix: OpenAI: fail if `topK` parameter is specified by [@&#8203;dliubarskyi](https://redirect.github.com/dliubarskyi) in [https://github.com/langchain4j/langchain4j/pull/2987](https://redirect.github.com/langchain4j/langchain4j/pull/2987) - Ollama: return `FinishReason.TOOL_EXECUTION` when tool calls are present in the response by [@&#8203;dliubarskyi](https://redirect.github.com/dliubarskyi) in [https://github.com/langchain4j/langchain4j/pull/2981](https://redirect.github.com/langchain4j/langchain4j/pull/2981) #### What's Changed - cosmos-nosql-update by [@&#8203;bbenz](https://redirect.github.com/bbenz) in [https://github.com/langchain4j/langchain4j/pull/2958](https://redirect.github.com/langchain4j/langchain4j/pull/2958) - Fix Ollama empty response metadata and support `ChatRequestParameters` by [@&#8203;Martin7-1](https://redirect.github.com/Martin7-1) in [https://github.com/langchain4j/langchain4j/pull/2810](https://redirect.github.com/langchain4j/langchain4j/pull/2810) - Kotlin: Add support for converting TokenStream to coroutines Flow by [@&#8203;kpavlov](https://redirect.github.com/kpavlov) in [https://github.com/langchain4j/langchain4j/pull/2946](https://redirect.github.com/langchain4j/langchain4j/pull/2946) - Update Kotlin compiler to 2.1.20 and enforce stricter checks by [@&#8203;kpavlov](https://redirect.github.com/kpavlov) in [https://github.com/langchain4j/langchain4j/pull/2957](https://redirect.github.com/langchain4j/langchain4j/pull/2957) - Properly parse anyOf arrays in tool schemas by [@&#8203;jmartisk](https://redirect.github.com/jmartisk) in [https://github.com/langchain4j/langchain4j/pull/2963](https://redirect.github.com/langchain4j/langchain4j/pull/2963) - Use info as the HTTP logging level by [@&#8203;geoand](https://redirect.github.com/geoand) in [https://github.com/langchain4j/langchain4j/pull/2960](https://redirect.github.com/langchain4j/langchain4j/pull/2960) - fix: add getter method for `McpPingResponse#result` by [@&#8203;keliwang](https://redirect.github.com/keliwang) in [https://github.com/langchain4j/langchain4j/pull/2971](https://redirect.github.com/langchain4j/langchain4j/pull/2971) - Add timeout handling test and update dependencies by [@&#8203;kpavlov](https://redirect.github.com/kpavlov) in [https://github.com/langchain4j/langchain4j/pull/2717](https://redirect.github.com/langchain4j/langchain4j/pull/2717) - Added maven-flatten-plugin, cleaned up POMs by [@&#8203;dliubarskyi](https://redirect.github.com/dliubarskyi) in [https://github.com/langchain4j/langchain4j/pull/2964](https://redirect.github.com/langchain4j/langchain4j/pull/2964) - Fixed [#&#8203;2974](https://redirect.github.com/langchain4j/langchain4j/issues/2974) by [@&#8203;dliubarskyi](https://redirect.github.com/dliubarskyi) in [https://github.com/langchain4j/langchain4j/pull/2980](https://redirect.github.com/langchain4j/langchain4j/pull/2980) - Enhance virtual threads support in Kotlin Coroutines by [@&#8203;kpavlov](https://redirect.github.com/kpavlov) in [https://github.com/langchain4j/langchain4j/pull/2956](https://redirect.github.com/langchain4j/langchain4j/pull/2956) - Update Java version 23 to 24 in GitHub Actions workflow by [@&#8203;kpavlov](https://redirect.github.com/kpavlov) in [https://github.com/langchain4j/langchain4j/pull/2741](https://redirect.github.com/langchain4j/langchain4j/pull/2741) - Update neo4j docs after community migration with more examples and configurations by [@&#8203;vga91](https://redirect.github.com/vga91) in [https://github.com/langchain4j/langchain4j/pull/2972](https://redirect.github.com/langchain4j/langchain4j/pull/2972) - Reflection variable resolver by [@&#8203;kpavlov](https://redirect.github.com/kpavlov) in [https://github.com/langchain4j/langchain4j/pull/2951](https://redirect.github.com/langchain4j/langchain4j/pull/2951) - Add possibility to filter tools provided by MCP servers by [@&#8203;mariofusco](https://redirect.github.com/mariofusco) in [https://github.com/langchain4j/langchain4j/pull/3000](https://redirect.github.com/langchain4j/langchain4j/pull/3000) - Ollama: make ctors accept builders, deprecate "format" for removal, map exceptions, cleanup by [@&#8203;dliubarskyi](https://redirect.github.com/dliubarskyi) in [https://github.com/langchain4j/langchain4j/pull/2984](https://redirect.github.com/langchain4j/langchain4j/pull/2984) - Allow exstensibility of McpToolProvider by [@&#8203;mariofusco](https://redirect.github.com/mariofusco) in [https://github.com/langchain4j/langchain4j/pull/3010](https://redirect.github.com/langchain4j/langchain4j/pull/3010) - Add a key property to the McpClient by [@&#8203;mariofusco](https://redirect.github.com/mariofusco) in [https://github.com/langchain4j/langchain4j/pull/3011](https://redirect.github.com/langchain4j/langchain4j/pull/3011) #### New Contributors - [@&#8203;bbenz](https://redirect.github.com/bbenz) made their first contribution in [https://github.com/langchain4j/langchain4j/pull/2958](https://redirect.github.com/langchain4j/langchain4j/pull/2958) - [@&#8203;keliwang](https://redirect.github.com/keliwang) made their first contribution in [https://github.com/langchain4j/langchain4j/pull/2971](https://redirect.github.com/langchain4j/langchain4j/pull/2971) **Full Changelog**: langchain4j/langchain4j@1.0.0-rc1...1.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kpavlov/langchain4j-kotlin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS45IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuMTgiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fdd9dd commit 06e1c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<finchly.version>0.1.1</finchly.version>
5959
<junit.version>5.12.2</junit.version>
6060
<kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version>
61-
<langchain4j.version>1.0.0-beta4</langchain4j.version>
61+
<langchain4j.version>1.0.0</langchain4j.version>
6262
<mockito-kotlin.version>5.4.0</mockito-kotlin.version>
6363
<mockito.version>5.17.0</mockito.version>
6464
<slf4j.version>2.0.17</slf4j.version>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<finchly.version>0.1.1</finchly.version>
2222
<kotlinx.version>1.8.1</kotlinx.version>
2323
<langchain4j-kotlin.version>0.1.12</langchain4j-kotlin.version>
24-
<langchain4j.version>1.0.0-beta4</langchain4j.version>
24+
<langchain4j.version>1.0.0</langchain4j.version>
2525
<slf4j.version>2.0.17</slf4j.version>
2626
</properties>
2727

0 commit comments

Comments
 (0)