Skip to content

Releases: pyfisch/httpdate

v1.0.2: Improved performance and benchmarking, no more unsafe

17 Nov 11:36
Compare
Choose a tag to compare

v1.0.1: Reject inconsistent date strings

24 May 16:43
Compare
Choose a tag to compare

Bugfix release. In version 1.0.0 the crate would accept bogus dates with a wrong weekday. This resulted in dates for the same instant not being equal.

  • Check if parsed date strings are self-consistent i.e. the day actually exists in the calendar.

v1.0.0

31 Mar 10:38
Compare
Choose a tag to compare

Finally release a stable v1.0! 🥳
The crate is mostly unchanged from v0.3, you should be able to upgrade without any issues.

  • Implement Hash for HttpDate
  • Fix wrong (default) implementation of Ord, now Ord and PartialOrd agree on the ording. (Found using clippy)
  • Remove public From<ParseIntError> for Error implementation. (Was only useful internally)
  • Switch to GitHub actions
  • Use default docs.rs docs instead of self-hosted docs.

v1.0.0-alpha

29 Mar 19:34
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release
Remove Travis CI

v0.3.2

29 Mar 18:00
Compare
Choose a tag to compare
Release 0.3.2

v0.3.1: Increment version to 0.3.1

29 Mar 18:01
Compare
Choose a tag to compare
Now with faster formatting & updated fuzzer.