Releases: cberner/raptorq
Releases · cberner/raptorq
v2.0.0
BREAKING CHANGE: Fix the assignment of PayloadId
to match RFC6330
- Rename
new2()
to new()
and with_encoding_plan2()
to with_encoding_plan()
to replace deprecated functions
v1.8.1
- Fix misaligned pointer error on ARM
v1.8.0
- Support no_std environments
- Fix panic when generating packets with size < 32 bytes
v1.7.0
- NEON optimized code path on aarch64 no longer requires nightly
v1.6.5
- Make extended_source_block_symbols() public
v1.6.4
- Fix panic when decoding certain combinations of repair packets
v1.6.3
- Improve encoding & decoding performance by ~20%
- Add support for ARM. NEON support can be built using the nightly compiler and the
use_neon
feature flag. This improves performance by ~3x
v1.6.2
- Improve encoding & decoding performance by ~10% for large symbol counts
- Support all future 3.x versions in Python package
v1.6.1
Improve encoding & decoding performance by about 1.1x to 1.5x depending on symbol count
v1.6.0
- Make
partition()
public to support custom encoder/decoder implementations
- Make
ObjectTransmissionInformation
Copy