Releases: cberner/raptorq
Releases · cberner/raptorq
v1.5.0
- Minor performance optimizations
- Make "serde" dependency optional, and add "serde_support" feature to enable it (disabled by default)
v1.4.2
Fixes a crash when encoding messages with exactly 56403 symbols in a block
v1.4.1
Fixes a crash when decoding certain large messages
v1.4.0
Add calculate_block_offsets() to support more customized encoding implementations
v1.3.1
Fixes a bug in encoder block id numbering, where blocks could be assigned the wrong id for certain large message sizes
v1.3.0
Add support for sub-blocks
v1.2.0
Add feature to pre-calculate the operations for encoding a given number of symbols. This plan can be stored for later use to speed up encoding
v1.1.0
- Approximately 1.5x faster for symbol counts over 250, and 2x faster over 5k symbols
- Provide integration with
serde
crate
v1.0.0
Initial stable release.
Known missing RFC6330 features: