Skip to content

Releases: jamesmunns/postcard

v1.0.7

31 Aug 12:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

31 Aug 12:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

18 Jul 23:26
Compare
Choose a tag to compare

What's Changed

  • improved documentation of the cobs decoding by @gutzchi in #97
  • Fix strict provenance use of pointers by @jamesmunns in #100
  • Introduces CRCs by @huntc in #98
  • Format with rustfmt to eliminate trailing whitespaces by @dtolnay in #104
  • Fix documentation of re-exports that have dedicated doc comment by @dtolnay in #107

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

31 Aug 12:38
Compare
Choose a tag to compare

What's Changed

  • fix: cobs accumulator out-of-bounds index when data is 1 byte too long by @jedrzejboczar in #90

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

31 Aug 12:39
Compare
Choose a tag to compare

What's Changed

  • Add a link to doc.rs documentation in README by @benbrittain in #72
  • Add feed_ref to cobs_accumulator by @CaptainMaso in #70
  • Add support for 16-bit and 8-bit architectures by @iFreilicht in #64
  • Make fixints usable through serde field attributes instead of wrappers by @lachlansneff-parallel in #69
  • Add a Schema impl for std::string::String with the use-std feature and for alloc::string::String with alloc by @zRedShift in #76
  • Bump postcard-derive version by @benbrittain in #74
  • Optimize varint decode by @bugadani in #62
  • Fix typos & encoding example in wire doc by @raphlinus in #83
  • feat: add function for computing the postcard serialized size of a value. by @dignifiedquire in #86
  • PhantomData's T doesn't need MaxSize impl by @k3d3 in #87

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

31 Aug 12:39
Compare
Choose a tag to compare

What's Changed

  • Fix Schema proc_macro to export through public experimental module. by @benbrittain in #73

Full Changelog: v1.0.1...v1.0.2

v1.0.1

31 Aug 12:40
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

31 Aug 12:40
Compare
Choose a tag to compare

This is the first stable 1.0.0 releases for Postcard. 🎉 !

What's Changed

New Contributors

Full Changelog: v0.7.3...v1.0.0