Releases
cli==0.1.45
Compare
Sorry, something went wrong.
No results found
langgraph-cli 0.1.45
Summary of Changes
Added new test command to validate graphs locally before using LangGraph Cloud (PR #838 )
Improved Docker integration and environment variable handling (PR #838 , PR #854 )
Enhanced development workflow with better watch functionality (PR #854 )
Removed langgraph-api-path option from CLI commands (PR #838 )
Refactored internal Docker build logic for better code reuse (PR #838 )
Detailed Changes
cli.test
Added new command to start a test server for validating graph compatibility (PR #838 )
Allows confirming graphs will work with LangGraph API server before using LangGraph Cloud
Uses a simplified Docker container setup with optimized health check configuration
cli.up
Updated command help text to clarify it requires a license key (PR #854 )
Improved Docker compose integration and health check capabilities (PR #854 )
Enhanced environment variable handling for both string (env file) and dictionary formats
config.config_to_compose
Improved environment variable handling in Docker compose (PR #854 )
Enhanced watch functionality for better dependency tracking during development
Added proper quoting of environment variable values in Docker compose configuration
You can’t perform that action at this time.