chore(deps): update dependency dev.langchain4j:langchain4j to v1.0.0-rc1 #484
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0-beta3
->1.0.0-rc1
Release Notes
langchain4j/langchain4j (dev.langchain4j:langchain4j)
v1.0.0-rc1
: and 1.0.0-beta4Announcements
We are excited to announce the release of version
1.0.0-rc1
(release candidate 1) for the following modules:langchain4j-core
langchain4j
langchain4j-http-client
langchain4j-http-client-jdk
langchain4j-open-ai
The rest of the modules are released under the
1.0.0-beta4
version. We are currently finalizing the remaining updates and plan to release the next set of modules as1.0.0-rc1
in June.Please try out version
1.0.0-rc1
and share any feedback. We plan to release the final1.0.0
version in mid-May.Breaking Changes
This release introduces the following breaking changes. Please find the details in the corresponding PRs.
ChatLanguageModel
intoChatModel
andStreamingChatLanguageModel
intoStreamingChatModel
by @dliubarskyi in https://github.com/langchain4j/langchain4j/pull/2866Tokenizer
intoTokenCountEstimator
by @dliubarskyi in https://github.com/langchain4j/langchain4j/pull/2874TextFile
andTextFileContent
by @dliubarskyi in https://github.com/langchain4j/langchain4j/pull/2908maxRetries
) by @dliubarskyi in https://github.com/langchain4j/langchain4j/pull/2919ChatMemoryAccess
: moved todev.langchain4j.service.memory
package in langchain4j/langchain4j@082a758List
s,Set
s,Map
s, etc.) returned by the LangChain4j APIs in thelangchain4j-core
,langchain4j
andlangchain4j-open-ai
modules are now non-nullable. Empty collections will be returned instead ofnull
.public
). All such classes are now annotated with@Internal
.To make the migration easier, please use the following OpenRewrite recipe:
Please note that you need to run this before updating the versions to
1.0.0-rc1
and1.0.0-beta4
.Other Changes
New Contributors
Full Changelog: langchain4j/langchain4j@1.0.0-beta3...1.0.0-rc1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.