Releases: jamesmunns/postcard
Releases · jamesmunns/postcard
v1.0.10
v1.0.9
What's Changed
- #118 Add support for latest embedded-io by @elast0ny in #123
- Update heapless by @luqasz in #115
- Fix Vec pre-alloc panic by @isikkema in #136
- Define MaxSize for Arc and Rc by @carlsverre in #137
- Typo in
from_io
comment by @smoelius in #139 - Fix schema implementation for slice references by @ia0 in #142
- Fix #89:
#[derive(Schema)]
forStructVariant
s by @barafael in #134 - Drop unused const_format dependency by @paolobarbolini in #133
- Remove unnecessary lifetimes of CRC digest by @cdunster in #129
- Fix compilation with alloc and experimental-derive by @ia0 in #145
- Use well-known docsrs cfg for docs.rs by @ia0 in #146
- Add basic continuous integration script by @ia0 in #148
- Fix formatting by @ia0 in #149
- Fix clippy lints by @ia0 in #150
- Fix documentation lints by @ia0 in #152
- Relayout the repo by @jamesmunns in #151
- revert 'Update heapless (#115)' by @Manishearth in #164
- Somethings odd with the import path by @jamesmunns in #166
New Contributors
- @elast0ny made their first contribution in #123
- @luqasz made their first contribution in #115
- @isikkema made their first contribution in #136
- @carlsverre made their first contribution in #137
- @smoelius made their first contribution in #139
- @ia0 made their first contribution in #142
- @barafael made their first contribution in #134
- @paolobarbolini made their first contribution in #133
- @cdunster made their first contribution in #129
- @Manishearth made their first contribution in #164
Full Changelog: v1.0.8...v1.0.9
v1.0.8
v1.0.7
What's Changed
- Fix off-by-one in varint size calculation by @Palladinium in #111
- Add specific error for Crc errors by @CBJamo in #112
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
Full Changelog: v1.0.5...v1.0.6
v1.0.5
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
What's Changed
- fix: cobs accumulator out-of-bounds index when data is 1 byte too long by @jedrzejboczar in #90
New Contributors
- @jedrzejboczar made their first contribution in #90
Full Changelog: v1.0.3...v1.0.4
v1.0.3
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 theuse-std
feature and foralloc::string::String
withalloc
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
- @CaptainMaso made their first contribution in #70
- @iFreilicht made their first contribution in #64
- @zRedShift made their first contribution in #76
- @raphlinus made their first contribution in #83
- @dignifiedquire made their first contribution in #86
- @k3d3 made their first contribution in #87
Full Changelog: v1.0.2...v1.0.3
v1.0.2
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
Full Changelog: v1.0.0...v1.0.1