Skip to content

Releases: pyfisch/httpdate

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

Choose a tag to compare

@pyfisch pyfisch released this 17 Nov 11:36

See #8, thank you @5225225!

v1.0.1: Reject inconsistent date strings

Choose a tag to compare

@pyfisch pyfisch released this 24 May 16:43

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

Choose a tag to compare

@pyfisch pyfisch released this 31 Mar 10:38

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

v1.0.0-alpha Pre-release
Pre-release

Choose a tag to compare

@pyfisch pyfisch released this 29 Mar 19:34
Remove Travis CI

v0.3.2

Choose a tag to compare

@pyfisch pyfisch released this 29 Mar 18:00
Release 0.3.2

v0.3.1: Increment version to 0.3.1

Choose a tag to compare

@pyfisch pyfisch released this 29 Mar 18:01
Now with faster formatting & updated fuzzer.