Skip to content

Release v1.1.0

Choose a tag to compare

@ravitemer ravitemer released this 21 Feb 09:31
· 220 commits to main since this release

Added

  • Comprehensive error handling system with custom error classes (ConfigError, ConnectionError, ServerError, ToolError, ResourceError, ValidationError)
  • Structured JSON logging with standardized error codes and detailed error information
  • Enhanced CLI error management with improved error recovery
  • Error code based error handling for better error identification and debugging

Changed

  • Simplified logging system with JSON-only output
  • More consistent error handling patterns across all components
  • Improved error recovery and reporting mechanisms