-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 06e1c8c
authored
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
[@​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
[@​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
[@​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
[@​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 [@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​dliubarskyi](https://redirect.github.com/dliubarskyi) in
[https://github.com/langchain4j/langchain4j/pull/2964](https://redirect.github.com/langchain4j/langchain4j/pull/2964)
- Fixed
[#​2974](https://redirect.github.com/langchain4j/langchain4j/issues/2974)
by [@​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
[@​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
[@​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 [@​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
[@​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
[@​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
[@​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
[@​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
[@​mariofusco](https://redirect.github.com/mariofusco) in
[https://github.com/langchain4j/langchain4j/pull/3011](https://redirect.github.com/langchain4j/langchain4j/pull/3011)
#### New Contributors
- [@​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)
- [@​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 06e1c8cCopy full SHA for 06e1c8c
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
0 commit comments