Skip to content

Releases: langchain-ai/langgraph-studio

0.0.36

29 Jan 21:01
5874680
Compare
Choose a tag to compare
  • Add support for functional API
  • Improve chunk rendering performance for large JSON blobs
  • Highlight node errors in graph view
  • Show loading state when fetching graph / subgraph
  • Fix input editor for certain message formats
  • Allow switching to raw JSON/YAML editor for input/edit form
  • Make links clickable in JSON viewer

0.0.35

16 Jan 00:03
5874680
Compare
Choose a tag to compare
  • improve rendering performance of the thread view
  • Auto-scroll to the selected thread
  • Add toggle-able rendering of images in thread view
  • Allow setting configurable even if schema is not provided
  • Fix issue with missing vector extension

0.0.34

19 Dec 15:43
c864dfd
Compare
Choose a tag to compare
  • Fix crash when unexpected schema non-conforming data is received by the input editor
  • Auto-collapse outputs when in dataset mode, show preview one-line output instead
  • Do not hide dataset controls when collapsed

0.0.33

17 Dec 17:05
ca8ce7d
Compare
Choose a tag to compare
  • Fix crash when YAML viewer encounters undefined
  • Fix checkbox not available when adding to dataset if assistant name is undefined
  • Allow collapsing of contents in add to dataset mode
  • Add button to (un)select all nodes when adding to dataset
  • Pre-fill configurable with default values if present in schema
  • Avoid sorting array key indices in pretty view
  • Render interrupt commands and allow sending resume commands
  • Pass auth configuration when creating the container

0.0.32

10 Dec 20:12
ca8ce7d
Compare
Choose a tag to compare
  • Preview: Add task results to dataset
  • Fix missing LangSmith run ID controls when rendering threads with multiple input execution
  • Fix invalid key read when setting up semantic search for memory
  • Allow collapsing of thread state
  • Remove double scrollbar when rendering long messages
  • Match text size of JSON view

0.0.31

06 Dec 15:34
b013f38
Compare
Choose a tag to compare
  • Support store config arguments in langgraph.json
  • Add support for Rancher Desktop if present in system
  • Improve performance when viewing large threads
  • Show checkpoints in thread view, fix incorrect rendering of task results
  • Add support for joining active runs and cancelling those
  • Add support for cancelling all active runs across threads
  • Add toggle for light/dark mode, warn user if the API key becomes stale
  • Better highlight the ability to pin target port

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