Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/another-new-middleware.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/concat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-mirrors-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/goofy-bars-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-apes-relax.md

This file was deleted.

44 changes: 0 additions & 44 deletions .changeset/humble-dragons-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-toes-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-middleware.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-boats-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/unlucky-pugs-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-islands-search.md

This file was deleted.

7 changes: 7 additions & 0 deletions internal/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @langchain/build

## 0.1.1

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility
2 changes: 1 addition & 1 deletion internal/build/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@langchain/build",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions internal/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @langchain/eslint

## 0.1.1

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility
2 changes: 1 addition & 1 deletion internal/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/eslint",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Shared ESLint configuration for LangChain.js projects",
"author": "LangChain",
Expand Down
12 changes: 12 additions & 0 deletions libs/langchain-classic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @langchain/classic

## 1.0.5

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(core): update p-retry to fix memory leak

- Updated dependencies [[`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6)]:
- @langchain/[email protected]
- @langchain/[email protected]

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-classic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/classic",
"version": "1.0.4",
"version": "1.0.5",
"description": "Old abstractions form LangChain.js",
"author": "LangChain",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions libs/langchain-community/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @langchain/community

## 1.0.5

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

- Updated dependencies [[`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6), [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6)]:
- @langchain/[email protected]
- @langchain/[email protected]

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/community",
"version": "1.0.4",
"version": "1.0.5",
"description": "Third-party integrations for LangChain.js",
"author": "LangChain",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions libs/langchain-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @langchain/core

## 1.1.0

### Minor Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - allow to concat system messages

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(core): update p-retry to fix memory leak

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/core",
"version": "1.0.6",
"version": "1.1.0",
"description": "Core LangChain.js abstractions and schemas",
"type": "module",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions libs/langchain-mcp-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @langchain/mcp-adapters

## 1.0.1

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

## 1.0.0

This release updates the package for compatibility with LangChain v1.0. See the v1.0 [release notes](https://docs.langchain.com/oss/javascript/releases/langchain-v1) for details on what's new.
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-mcp-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/mcp-adapters",
"version": "1.0.0",
"version": "1.0.1",
"description": "LangChain.js adapters for Model Context Protocol (MCP)",
"author": "LangChain",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions libs/langchain-standard-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @langchain/standard-tests

## 0.0.3

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

- Updated dependencies [[`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6), [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6), [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6)]:
- @langchain/[email protected]

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-standard-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/standard-tests",
"version": "0.0.2",
"version": "0.0.3",
"description": "Standard tests for LangChain.js",
"author": "LangChain",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions libs/langchain-textsplitters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @langchain/textsplitters

## 1.0.1

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

## 1.0.0

This release updates the package for compatibility with LangChain v1.0. See the v1.0 [release notes](https://docs.langchain.com/oss/javascript/releases/langchain-v1) for details on what's new.
2 changes: 1 addition & 1 deletion libs/langchain-textsplitters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/textsplitters",
"version": "1.0.0",
"version": "1.0.1",
"description": "Various implementations of LangChain.js text splitters",
"author": "LangChain",
"license": "MIT",
Expand Down
20 changes: 20 additions & 0 deletions libs/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# langchain

## 1.1.0

### Minor Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - add new modelRetryMiddleware

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - Support `SystemMessage` as `systemPrompt`

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - Add OpenAI content moderation middleware

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - allow overriding profiles in `initChatModel`

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - cache model instance imports for `initChatModel`

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - pass model profiles from chat models in `initChatModel`

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchain",
"version": "1.0.6",
"version": "1.1.0",
"description": "Typescript bindings for langchain",
"author": "LangChain",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions libs/providers/langchain-anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @langchain/anthropic

## 1.1.2

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/providers/langchain-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/anthropic",
"version": "1.1.1",
"version": "1.1.2",
"description": "Anthropic integrations for LangChain.js",
"author": "LangChain",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions libs/providers/langchain-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @langchain/aws

## 1.0.3

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/providers/langchain-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/aws",
"version": "1.0.2",
"version": "1.0.3",
"description": "LangChain AWS integration",
"author": "LangChain",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions libs/providers/langchain-azure-cosmosdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @langchain/azure-cosmosdb

## 1.1.0

### Minor Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - Implement addMessages for chat histories

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

## 1.0.0

This release updates the package for compatibility with LangChain v1.0. See the v1.0 [release notes](https://docs.langchain.com/oss/javascript/releases/langchain-v1) for details on what's new.
Expand Down
2 changes: 1 addition & 1 deletion libs/providers/langchain-azure-cosmosdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/azure-cosmosdb",
"version": "1.0.0",
"version": "1.1.0",
"description": "Azure CosmosDB integration for LangChain.js",
"author": "LangChain",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions libs/providers/langchain-azure-dynamic-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @langchain/azure-dynamic-sessions

## 1.0.1

### Patch Changes

- [#9479](https://github.com/langchain-ai/langchainjs/pull/9479) [`9eb7346`](https://github.com/langchain-ai/langchainjs/commit/9eb7346116f9069e2df1c9cd4bf8927b12fd64b6) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix 'moduleResultion: "node"' compatibility

## 1.0.0

This release updates the package for compatibility with LangChain v1.0. See the v1.0 [release notes](https://docs.langchain.com/oss/javascript/releases/langchain-v1) for details on what's new.
Loading