Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Mar 20:09
· 4 commits to main since this release

1.1.0 (2025-03-02)

Features

✅ implement standardized error handling system (ac3fb73)

  • Implement structured error response format
  • Add error code pattern for service registration
  • Standardize error handling in socket middleware
  • Add type checking for Error and CustomError instances
  • Ensure consistent UNKNOWN error fallback
  • Updated documentation