Skip to content

Releases: langchain-ai/langgraph-studio

0.0.30

06 Nov 00:37
c01b94f
Compare
Choose a tag to compare
  • Add error page & crash ID reporting for better debugging
  • Fix issues with /bin/csh and /bin/tcsh shell environments
  • Fix various crash conditions related to incomplete graph data
  • Fix crash when non-string-array value enteres the edit form
  • Actually check for presence of docker before returning PATH, support user CLI installation

0.0.29

30 Oct 00:04
c01b94f
Compare
Choose a tag to compare
  • Fix streaming errors when checkpoint_ns is undefined for old deployments
  • Check for the API capabilities when loading Studio
  • Fix incorrect rendering of errors when returned as object
  • Fix editing of pip_config_file within UI changing the docker_compose_file as well

0.0.28

16 Oct 17:24
c01b94f
Compare
Choose a tag to compare
  • Add support for subgraphs (graph view, see subgraph checkpoint states, replay and edit inner subgraph nodes)
  • Show errors in thread view
  • Add button to clear logs
  • Show progress bar / error when fetching threads
  • Reduce flickering of thread view when cancelling runs

0.0.27

07 Oct 21:57
c01b94f
Compare
Choose a tag to compare
  • Set default multitaskStrategy mode to rollback in Studio
  • Extend error toast duration to 30s
  • Remove duplicate pending toast indicator
  • Add busy thread status indicator in thread list

0.0.26

07 Oct 10:45
c01b94f
Compare
Choose a tag to compare
  • Add CRUD UI for memory store UI
  • Add option to pick different editor when opening project (Cursor, PyCharm, custom editor)
  • Fix "Open in LangSmith" not redirecting correctly for EU Cloud users
  • Fix dark mode bug when editing thread name
  • Remove assistants force refresh when switching asisstants

0.0.25

25 Sep 17:38
c01b94f
Compare
Choose a tag to compare

0.0.24

19 Sep 17:33
c01b94f
Compare
Choose a tag to compare
  • Fix an issue where deployment endpoint is being unintentionally hit

0.0.23

19 Sep 15:24
c01b94f
Compare
Choose a tag to compare

0.0.22

18 Sep 16:44
348cf14
Compare
Choose a tag to compare
  • Respect system proxy when authenticating
  • Update window title based off opened project
  • Improve stability of up/down processes

0.0.21

10 Sep 21:02
348cf14
Compare
Choose a tag to compare
  • Use cache mount for pip cache to speed up Docker builds
  • Respect user-provided LangSmith API keys when specified via .env
  • Fix broken build when working directory is unknown #105
  • Handle message types behind oneOf
  • Fix optional fields being omitted from input editor
  • Fix configurable fields resetting after reopening configuration popover #109