Releases: LeoBorai/http-auth-basic
Releases · LeoBorai/http-auth-basic
v0.3.5
v0.3.4
chore(bump): release `v0.3.4`
v0.3.3
fix: update `Cargo.lock` accordingly
v0.3.1
[0.3.1] - 2021-08-15 Fixed - CI workflows issues due to missing conditional publishing triggerer and out of date `Cargo.lock` file
v0.3.0
[0.3.0] - 2021-08-15 Added - Support for `FromStr` for `Credentials` `struct` (https://github.com/EstebanBorai/http-auth-basic/pull/5) Improved - Use `split_once()` instead of `split()` for faster split procedure by avoiding unnecessary allocations (https://github.com/EstebanBorai/http-auth-basic/pull/6)
v0.2.2
[0.2.2] - 2021-07-13 Fixed - Fix missing author and year on Apache License
v0.2.1
[0.2.1] - 2021-07-13 Fixed - Fix corrupted Cargo.lock file
v0.2.0
[0.2.0] - 2021-07-13 Chore - Update license from GPL V3 to either MIT/Apache to follow Rust ecosystem
v0.1.3
[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)
v0.1.2
Added Build, Clippy/Fmt and Tests badges