-
Notifications
You must be signed in to change notification settings - Fork 1k
1.1 changelog #1581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
1.1 changelog #1581
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d783557
relnotes draft
sydney-runkle 9323182
Merge branch 'main' into sr/1.1-release-notes
christian-bromann f909b9a
v1.1 JS release notes (#1557)
christian-bromann 6d8570d
updates
ccurme 1098a58
nits: v1.1 release notes (#1577)
mdrxy d1ca5c2
Merge branch 'main' into sr/1.1-release-notes
sydney-runkle f944647
new-org
sydney-runkle 66f8025
system message stuff
sydney-runkle 3b50c01
boom
sydney-runkle ccc9ab6
content blocks, oh my
sydney-runkle 2684af6
Merge branch 'main' into sr/changelog-approach-instead
sydney-runkle b87c176
removing dupes
sydney-runkle 4796217
concat
sydney-runkle 8482c5f
broken links, folks
sydney-runkle e26df2d
use sys message
sydney-runkle 0857827
more fixes
sydney-runkle a4538bd
christian addition
sydney-runkle 07e3d44
prompt
sydney-runkle 13e85f9
links
sydney-runkle 539c5c1
please fix
sydney-runkle 89dd2f4
all that I can do
sydney-runkle c33f5f9
chore: extend changelog docs on changing dynamic system prompt middle…
christian-bromann 08aad24
changelog
sydney-runkle 839bfe6
changelog
sydney-runkle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| --- | ||
| title: Changelog | ||
| sidebarTitle: Changelog | ||
| rss: true | ||
| --- | ||
|
|
||
| A chronological log of updates and improvements to LangChain JavaScript. | ||
|
|
||
| <Update label="v1.1" description="November 25, 2025"> | ||
|
|
||
| * [Model profiles](/oss/langchain/models#model-profiles): Chat models now expose supported features and capabilities through a `.profile` getter. These data are derived from [models.dev](https://github.com/sst/models.dev), an open source project providing model capability data. | ||
| * [Model retry middleware](/oss/langchain/middleware/built-in#model-retry): New middleware for automatically retrying failed model calls with configurable exponential backoff, improving agent reliability. | ||
| * [Content moderation middleware](/oss/langchain/middleware/built-in#content-moderation): OpenAI content moderation middleware for detecting and handling unsafe content in agent interactions. Supports checking user input, model output, and tool results. | ||
| * [Summarization middleware](/oss/langchain/middleware/built-in#summarization): Updated to support flexible trigger points using model profiles for context-aware summarization. | ||
| * [Structured output](/oss/langchain/structured-output): `ProviderStrategy` support (native structured output) can now be inferred from model profiles. | ||
| * [`SystemMessage` for `createAgent`](/oss/langchain/middleware/custom#working-with-system-messages): Support for passing `SystemMessage` instances directly to `createAgent`'s `systemPrompt` parameter and a new `concat` method for extending system messages. Enables advanced features like cache control and structured content blocks. | ||
| * [Dynamic system prompt middleware](/oss/langchain/agents#dynamic-system-prompt): Return values from `dynamicSystemPromptMiddleware` are now purely additive. When returning a @[`SystemMessage`] or `string`, they are merged with existing system messages rather than replacing them, making it easier to compose multiple middleware that modify the prompt. | ||
| * **Compatibility improvements:** Fixed error handling for Zod v4 validation errors in structured output and tool schemas, ensuring detailed error messages are properly displayed. | ||
|
|
||
| </Update> | ||
|
|
||
| ## Resources | ||
|
|
||
| - [V1 Migration guide](/oss/migrate/langchain-v1) - How to migrate to LangChain v1 | ||
| - [V1 Release notes](/oss/releases/langchain-v1) - Detailed release notes | ||
| - [Release policy](/oss/release-policy) - Detailed release policies | ||
| - [Versioning](/oss/versioning) - Understanding version numbers | ||
| - [Report issues on GitHub](https://github.com/langchain-ai/langchainjs/issues) | ||
|
|
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing dupes