mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-08-24 21:51:39 -04:00
12cc3f5d35
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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/langgraph-sdk@1.9.31 ### Patch Changes - [#2722](https://github.com/langchain-ai/langgraphjs/pull/2722) [`7b0fd47`](https://github.com/langchain-ai/langgraphjs/commit/7b0fd47287eb841d8f1068de93b46f49cab3c04d) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(sdk): don't re-show resolved interrupts after reload After a reload, the next submit used to replay the old `input.requested` event, so the HITL form came back even though the interrupt was already answered. Keep filtering historical interrupts after the command is accepted, using the response's `applied_through_seq` as the cutoff. ## @langchain/angular@1.0.32 ### Patch Changes - Updated dependencies [[`7b0fd47`](https://github.com/langchain-ai/langgraphjs/commit/7b0fd47287eb841d8f1068de93b46f49cab3c04d)]: - @langchain/langgraph-sdk@1.9.31 ## @langchain/react@1.0.32 ### Patch Changes - Updated dependencies [[`7b0fd47`](https://github.com/langchain-ai/langgraphjs/commit/7b0fd47287eb841d8f1068de93b46f49cab3c04d)]: - @langchain/langgraph-sdk@1.9.31 ## @langchain/svelte@1.0.32 ### Patch Changes - Updated dependencies [[`7b0fd47`](https://github.com/langchain-ai/langgraphjs/commit/7b0fd47287eb841d8f1068de93b46f49cab3c04d)]: - @langchain/langgraph-sdk@1.9.31 ## @langchain/vue@1.0.32 ### Patch Changes - Updated dependencies [[`7b0fd47`](https://github.com/langchain-ai/langgraphjs/commit/7b0fd47287eb841d8f1068de93b46f49cab3c04d)]: - @langchain/langgraph-sdk@1.9.31 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>