Skip to content

Commit 01963d0

Browse files
Version Packages (alpha) (#1673)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14cb042 commit 01963d0

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"early-drinks-fold",
2929
"every-windows-lose",
3030
"famous-oranges-pay",
31+
"funny-houses-mate",
3132
"late-islands-work",
33+
"lazy-friends-beam",
3234
"many-bees-repeat",
3335
"odd-paws-destroy",
3436
"pink-vans-push",

libs/langgraph/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @langchain/langgraph
22

3+
## 1.0.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- 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.
8+
- 14cb042: Fix `stateKey` property in `pushMessage` being ignored when RunnableConfig is automatically inherited
9+
310
## 1.0.0-alpha.2
411

512
### Patch Changes

libs/langgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/langgraph",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "LangGraph",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)