Merged
Conversation
c546ae4 to
138aec5
Compare
138aec5 to
33532a9
Compare
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@1.2.36
Patch Changes
#10489
21094f3Thanks @maahir30! - support structured output (providerStrategy) for Google Gemini models in createAgent#10433
7af0b65Thanks @tanushree-sharma! - feat: Add LangSmith integration metadata to createAgent and initChatModelUpdated dependencies [
5dc11b5,7af0b65]:@langchain/core@1.1.35
Patch Changes
#10327
5dc11b5Thanks @hntrl! - fix(core): replace exported zod type references with structural duck-type interfaces to fix TypeScript OOMReplaces all exported Zod type references (
z3.ZodType,z4.$ZodType, etc.) in@langchain/core's public API with minimal structural ("duck-type") interfaces. This prevents TypeScript from performing expensive deep structural comparisons (~3,400+ lines of mutually recursive generics) when downstream packages resolve a different Zod version than@langchain/core, which was causing OOM crashes and unresponsive language servers in monorepo setups.#10433
7af0b65Thanks @tanushree-sharma! - feat: Add LangSmith integration metadata to createAgent and initChatModel@langchain/google@0.1.8
Patch Changes
#10471
8f15dd1Thanks @pawel-twardziak! - fix(@langchain/google): pass abort signal to fetch in non-streaming invokesignal: options.signalto theRequestconstructor in_generate's non-streaming branch, mirroring what_streamResponseChunksalready does#10493
63b7268Thanks @afirstenberg! - Undo regression introduced in #10397 in legacy content processing path.Fixes issues with a false duplicate functionCall sent in response (#10474).