Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

v0.11

Latest
Compare
Choose a tag to compare
@bitfl0wer bitfl0wer released this 28 Jun 15:40
· 1 commit to main since this release
069c3b3

Additions

  • Lots of new functionality for the SerialNumber and Uint newtypes, including a serde impl for Uint
  • Formatting improvements and compiler warning fixes
  • Stability improvements through use of checked_add() and friends whereever needed and replacing .unwrap() with Err() returnings
  • Slightly more robust certificate validation through added SerialNumber validation step

Bug fixes

Upcoming

v0.12 is set to include sqlx_postgres support for some of the types offered by this crate, to make working with this crate easier in scenarios requiring a PostgreSQL database.

Full Changelog: v0.10...v0.11