Skip to content

chore: version packages#10041

Merged
Christian Bromann (christian-bromann) merged 1 commit intomainfrom
changeset-release/main
Feb 17, 2026
Merged

chore: version packages#10041
Christian Bromann (christian-bromann) merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 13, 2026

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

@langchain/community@1.1.16

Patch Changes

@langchain/core@1.1.25

Patch Changes

  • #10002 27186c5 Thanks @aditya-gg04! - fix(core): support reasoning/thinking blocks in StringOutputParser

  • #10077 05396f7 Thanks @christian-bromann! - feat(core): add ContextOverflowError, raise in anthropic and openai

  • #10081 5a6f26b Thanks @hntrl! - feat(core): add namespace-based symbol branding for error class hierarchies

    Introduces createNamespace utility for hierarchical symbol-based branding of class hierarchies.
    All LangChain error classes now use this pattern, replacing hand-rolled duck-type isInstance checks
    with reliable cross-realm Symbol.for-based identity.

    • New LangChainError base class that all LangChain errors extend
    • New createNamespace / Namespace API in @langchain/core/utils/namespace
    • Refactored ModelAbortError, ContextOverflowError to use namespace branding
    • Added ContextOverflowError.fromError() static factory method
    • Deprecated addLangChainErrorFields in favor of LangChainError subclasses
    • Migrated Google provider errors (GoogleError, ConfigurationError, etc.) to namespace branding
    • Updated Anthropic and OpenAI providers to use ContextOverflowError.fromError()

@langchain/anthropic@1.3.18

Patch Changes

  • #10077 05396f7 Thanks @christian-bromann! - feat(core): add ContextOverflowError, raise in anthropic and openai

  • #10081 5a6f26b Thanks @hntrl! - feat(core): add namespace-based symbol branding for error class hierarchies

    Introduces createNamespace utility for hierarchical symbol-based branding of class hierarchies.
    All LangChain error classes now use this pattern, replacing hand-rolled duck-type isInstance checks
    with reliable cross-realm Symbol.for-based identity.

    • New LangChainError base class that all LangChain errors extend
    • New createNamespace / Namespace API in @langchain/core/utils/namespace
    • Refactored ModelAbortError, ContextOverflowError to use namespace branding
    • Added ContextOverflowError.fromError() static factory method
    • Deprecated addLangChainErrorFields in favor of LangChainError subclasses
    • Migrated Google provider errors (GoogleError, ConfigurationError, etc.) to namespace branding
    • Updated Anthropic and OpenAI providers to use ContextOverflowError.fromError()
  • #10078 7be50a7 Thanks @christian-bromann! - chore(*): update model profiles

  • Updated dependencies [27186c5, 05396f7, 5a6f26b]:

    • @langchain/core@1.1.25

@langchain/deepseek@1.0.12

Patch Changes

@langchain/google@0.1.1

Patch Changes

  • #10076 217d2ed Thanks @hntrl! - fix(google): accept both uppercase and lowercase reasoning effort/thinking level values

    Previously, passing uppercase values like reasoningEffort: "HIGH" or "MEDIUM" would silently
    fail to configure thinking, because convertReasoningEffortToReasoningTokens only matched lowercase
    strings. This caused the thinkingConfig to be omitted entirely from the API request.

    • Normalize effort input to lowercase in convertReasoningEffortToReasoningTokens
    • Extend Gemini.ThinkingLevel type to include lowercase variants for better DX
    • Add LowercaseLiteral utility type to derive lowercase members from the auto-generated API types
  • #10081 5a6f26b Thanks @hntrl! - feat(core): add namespace-based symbol branding for error class hierarchies

    Introduces createNamespace utility for hierarchical symbol-based branding of class hierarchies.
    All LangChain error classes now use this pattern, replacing hand-rolled duck-type isInstance checks
    with reliable cross-realm Symbol.for-based identity.

    • New LangChainError base class that all LangChain errors extend
    • New createNamespace / Namespace API in @langchain/core/utils/namespace
    • Refactored ModelAbortError, ContextOverflowError to use namespace branding
    • Added ContextOverflowError.fromError() static factory method
    • Deprecated addLangChainErrorFields in favor of LangChainError subclasses
    • Migrated Google provider errors (GoogleError, ConfigurationError, etc.) to namespace branding
    • Updated Anthropic and OpenAI providers to use ContextOverflowError.fromError()
  • #10078 7be50a7 Thanks @christian-bromann! - chore(*): update model profiles

@langchain/google-common@2.1.19

Patch Changes

@langchain/google-gauth@2.1.19

Patch Changes

  • Updated dependencies [7be50a7]:
    • @langchain/google-common@2.1.19

@langchain/google-genai@2.1.19

Patch Changes

@langchain/google-vertexai@2.1.19

Patch Changes

  • Updated dependencies []:
    • @langchain/google-gauth@2.1.19

@langchain/google-vertexai-web@2.1.19

Patch Changes

  • Updated dependencies []:
    • @langchain/google-webauth@2.1.19

@langchain/google-webauth@2.1.19

Patch Changes

@langchain/groq@1.1.1

Patch Changes

@langchain/openai@1.2.8

Patch Changes

  • #10077 05396f7 Thanks @christian-bromann! - feat(core): add ContextOverflowError, raise in anthropic and openai

  • #10081 5a6f26b Thanks @hntrl! - feat(core): add namespace-based symbol branding for error class hierarchies

    Introduces createNamespace utility for hierarchical symbol-based branding of class hierarchies.
    All LangChain error classes now use this pattern, replacing hand-rolled duck-type isInstance checks
    with reliable cross-realm Symbol.for-based identity.

    • New LangChainError base class that all LangChain errors extend
    • New createNamespace / Namespace API in @langchain/core/utils/namespace
    • Refactored ModelAbortError, ContextOverflowError to use namespace branding
    • Added ContextOverflowError.fromError() static factory method
    • Deprecated addLangChainErrorFields in favor of LangChainError subclasses
    • Migrated Google provider errors (GoogleError, ConfigurationError, etc.) to namespace branding
    • Updated Anthropic and OpenAI providers to use ContextOverflowError.fromError()
  • #10078 7be50a7 Thanks @christian-bromann! - chore(*): update model profiles

@langchain/xai@1.3.4

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from 965b566 to 3ed12c2 Compare February 17, 2026 23:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3ed12c2 to 32ff5bf Compare February 17, 2026 23:46
@christian-bromann Christian Bromann (christian-bromann) merged commit cdc22c5 into main Feb 17, 2026
1 check passed
@christian-bromann Christian Bromann (christian-bromann) deleted the changeset-release/main branch February 17, 2026 23:55
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments