Release v1.2.10
Added
- New error type
ErrHTTPServerFailedToAuthenticatefor authentication failures
Changed
- Updated error return to include the new error type using
errors.Join() - Replaced string-based error checking with proper
errors.Is()type checking - updated dependencies