Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 27 Apr 01:09
[0.1.3] - 2021-04-26

Fixed
- Issue where passwords containing a colon caused `AuthBasicError::InvalidAuthorizationHeader` (https://github.com/EstebanBorai/http-auth-basic/pull/3)

Braking Change
- Replace `InvalidUTF8Value` with `InvalidUtf8Value` to satisfy Rust conventions

Added
- Support for RFC 2617 spec (https://github.com/EstebanBorai/http-auth-basic/pull/3)