v2.0.0-rc.2
VictorKoenders
released this
04 Oct 11:30
·
50 commits
to trunk
since this release
What's Changed
- Add zoxide under Bincode in the Wild by @ajeetdsouza in #525
- Made the Cow Encode constraints more permissive by @VictorKoenders in #524
- Added
additional
to theUnexpectedEnd
decode error by @VictorKoenders in #522 - Allow encoding/decoding of HashMap and HashSet with custom hash algorithms by @bronsonp in #529
- Added
std::error::Error::source
by @VictorKoenders in #530 - Added cross platform tests workflow by @VictorKoenders in #534
- Fix riscv32 atomics and fix tests on 32-bit platforms by @xobs in #533
- Fix cross platform tests by @VictorKoenders in #540
- Switched to weak dependencies by @VictorKoenders in #538
- Fix tuple struct encoding in serde by @ZoeyR in #549
- Rewrite: seperated Decode and BorrowDecode by @VictorKoenders in #526
- Add impl Encode for [T], where T: Encode by @cronokirby in #542
- Add impls for Rc<[T]> and Arc<[T]> by @maciejhirsz in #552
- Shrink
DecodeError
from 48 to 32 bytes on 64-bit arch by @maciejhirsz in #553 - Added windows and macos runner by @VictorKoenders in #554
- Implement
Decode
forBox<str>
by @SabrinaJewson in #562 - Fixed clippy warning and updated DecodeError by @VictorKoenders in #574
- Updated test dependencies: uuid and glam by @VictorKoenders in #576
- Made
peek_read
take&mut self
by @VictorKoenders in #572 - Prefixed the E and D generic argument in bincode-derive by @VictorKoenders in #573
- Implement Default for Configuration by @VictorKoenders in #575
- Document what the usizes are for (#546) by @gimbles in #577
- Clarify config::legacy() doc to match config::standard() by @trevyn in #580
- Implement Encode for tuples with up-to 16 elements. by @gz in #583
- Document configuration generics by @trevyn in #581
- Extended BorrowDecode for HashMap to support custom hashers by @Speedy37 in #585
- Allow decoding with custom
DeserializeSeed
by @MrGVSV in #586 - Added
[serde(tag)]
to the list of tags that are known to give issues by @VictorKoenders in #584 - Release 2.0.0-rc.2 by @VictorKoenders in #588
New Contributors
- @ajeetdsouza made their first contribution in #525
- @bronsonp made their first contribution in #529
- @xobs made their first contribution in #533
- @cronokirby made their first contribution in #542
- @maciejhirsz made their first contribution in #552
- @SabrinaJewson made their first contribution in #562
- @gimbles made their first contribution in #577
- @trevyn made their first contribution in #580
- @gz made their first contribution in #583
- @Speedy37 made their first contribution in #585
- @MrGVSV made their first contribution in #586
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2