Skip to content

Release v1.2.10

Choose a tag to compare

@rohenaz rohenaz released this 16 Sep 17:00
· 60 commits to master since this release
48aa6f6

Added

  • New error type ErrHTTPServerFailedToAuthenticate for 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