Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"early-drinks-fold",
"every-windows-lose",
"famous-oranges-pay",
"funny-houses-mate",
"late-islands-work",
"lazy-friends-beam",
"many-bees-repeat",
"odd-paws-destroy",
"pink-vans-push",
Expand Down
7 changes: 7 additions & 0 deletions libs/langgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @langchain/langgraph

## 1.0.0-alpha.3

### Patch Changes

- 05619e2: Add `stream.encoding` option to emit LangGraph API events as Server-Sent Events. This allows for sending events through the wire by piping the stream to a `Response` object.
- 14cb042: Fix `stateKey` property in `pushMessage` being ignored when RunnableConfig is automatically inherited

## 1.0.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/langgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/langgraph",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "LangGraph",
"type": "module",
"engines": {
Expand Down
Loading