chore: version packages#10041
Merged
Christian Bromann (christian-bromann) merged 1 commit intomainfrom Feb 17, 2026
Merged
Conversation
965b566 to
3ed12c2
Compare
3ed12c2 to
32ff5bf
Compare
Mia (miadisabelle)
pushed a commit
to avadisabelle/ava-langchainjs
that referenced
this pull request
Feb 18, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@langchain/classic@1.0.18
Patch Changes
05396f7,5a6f26b,7be50a7]:@langchain/community@1.1.16
Patch Changes
27186c5,05396f7,5a6f26b,7be50a7]:@langchain/core@1.1.25
Patch Changes
#10002
27186c5Thanks @aditya-gg04! - fix(core): support reasoning/thinking blocks in StringOutputParser#10077
05396f7Thanks @christian-bromann! - feat(core): add ContextOverflowError, raise in anthropic and openai#10081
5a6f26bThanks @hntrl! - feat(core): add namespace-based symbol branding for error class hierarchiesIntroduces
createNamespaceutility for hierarchical symbol-based branding of class hierarchies.All LangChain error classes now use this pattern, replacing hand-rolled duck-type
isInstancecheckswith reliable cross-realm
Symbol.for-based identity.LangChainErrorbase class that all LangChain errors extendcreateNamespace/NamespaceAPI in@langchain/core/utils/namespaceModelAbortError,ContextOverflowErrorto use namespace brandingContextOverflowError.fromError()static factory methodaddLangChainErrorFieldsin favor ofLangChainErrorsubclassesGoogleError,ConfigurationError, etc.) to namespace brandingContextOverflowError.fromError()@langchain/anthropic@1.3.18
Patch Changes
#10077
05396f7Thanks @christian-bromann! - feat(core): add ContextOverflowError, raise in anthropic and openai#10081
5a6f26bThanks @hntrl! - feat(core): add namespace-based symbol branding for error class hierarchiesIntroduces
createNamespaceutility for hierarchical symbol-based branding of class hierarchies.All LangChain error classes now use this pattern, replacing hand-rolled duck-type
isInstancecheckswith reliable cross-realm
Symbol.for-based identity.LangChainErrorbase class that all LangChain errors extendcreateNamespace/NamespaceAPI in@langchain/core/utils/namespaceModelAbortError,ContextOverflowErrorto use namespace brandingContextOverflowError.fromError()static factory methodaddLangChainErrorFieldsin favor ofLangChainErrorsubclassesGoogleError,ConfigurationError, etc.) to namespace brandingContextOverflowError.fromError()#10078
7be50a7Thanks @christian-bromann! - chore(*): update model profilesUpdated dependencies [
27186c5,05396f7,5a6f26b]:@langchain/deepseek@1.0.12
Patch Changes
#10078
7be50a7Thanks @christian-bromann! - chore(*): update model profilesUpdated dependencies [
05396f7,5a6f26b,7be50a7]:@langchain/google@0.1.1
Patch Changes
#10076
217d2edThanks @hntrl! - fix(google): accept both uppercase and lowercase reasoning effort/thinking level valuesPreviously, passing uppercase values like
reasoningEffort: "HIGH"or"MEDIUM"would silentlyfail to configure thinking, because
convertReasoningEffortToReasoningTokensonly matched lowercasestrings. This caused the
thinkingConfigto be omitted entirely from the API request.convertReasoningEffortToReasoningTokensGemini.ThinkingLeveltype to include lowercase variants for better DXLowercaseLiteralutility type to derive lowercase members from the auto-generated API types#10081
5a6f26bThanks @hntrl! - feat(core): add namespace-based symbol branding for error class hierarchiesIntroduces
createNamespaceutility for hierarchical symbol-based branding of class hierarchies.All LangChain error classes now use this pattern, replacing hand-rolled duck-type
isInstancecheckswith reliable cross-realm
Symbol.for-based identity.LangChainErrorbase class that all LangChain errors extendcreateNamespace/NamespaceAPI in@langchain/core/utils/namespaceModelAbortError,ContextOverflowErrorto use namespace brandingContextOverflowError.fromError()static factory methodaddLangChainErrorFieldsin favor ofLangChainErrorsubclassesGoogleError,ConfigurationError, etc.) to namespace brandingContextOverflowError.fromError()#10078
7be50a7Thanks @christian-bromann! - chore(*): update model profiles@langchain/google-common@2.1.19
Patch Changes
#10078
7be50a7Thanks @christian-bromann! - chore(*): update model profilesUpdated dependencies [
27186c5,05396f7,5a6f26b]:@langchain/google-gauth@2.1.19
Patch Changes
7be50a7]:@langchain/google-genai@2.1.19
Patch Changes
#10078
7be50a7Thanks @christian-bromann! - chore(*): update model profilesUpdated dependencies [
27186c5,05396f7,5a6f26b]:@langchain/google-vertexai@2.1.19
Patch Changes
@langchain/google-vertexai-web@2.1.19
Patch Changes
@langchain/google-webauth@2.1.19
Patch Changes
27186c5,05396f7,5a6f26b,7be50a7]:@langchain/groq@1.1.1
Patch Changes
7be50a7Thanks @christian-bromann! - chore(*): update model profiles@langchain/openai@1.2.8
Patch Changes
#10077
05396f7Thanks @christian-bromann! - feat(core): add ContextOverflowError, raise in anthropic and openai#10081
5a6f26bThanks @hntrl! - feat(core): add namespace-based symbol branding for error class hierarchiesIntroduces
createNamespaceutility for hierarchical symbol-based branding of class hierarchies.All LangChain error classes now use this pattern, replacing hand-rolled duck-type
isInstancecheckswith reliable cross-realm
Symbol.for-based identity.LangChainErrorbase class that all LangChain errors extendcreateNamespace/NamespaceAPI in@langchain/core/utils/namespaceModelAbortError,ContextOverflowErrorto use namespace brandingContextOverflowError.fromError()static factory methodaddLangChainErrorFieldsin favor ofLangChainErrorsubclassesGoogleError,ConfigurationError, etc.) to namespace brandingContextOverflowError.fromError()#10078
7be50a7Thanks @christian-bromann! - chore(*): update model profiles@langchain/xai@1.3.4
Patch Changes
#10078
7be50a7Thanks @christian-bromann! - chore(*): update model profilesUpdated dependencies [
05396f7,5a6f26b,7be50a7]: