Skip to content

Releases: cberner/raptorq

v2.0.0

16 Mar 01:01
Compare
Choose a tag to compare

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

05 Mar 03:23
Compare
Choose a tag to compare
  • Fix misaligned pointer error on ARM

v1.8.0

26 Nov 15:59
Compare
Choose a tag to compare
  • Support no_std environments
  • Fix panic when generating packets with size < 32 bytes

v1.7.0

17 May 13:57
Compare
Choose a tag to compare
  • NEON optimized code path on aarch64 no longer requires nightly

v1.6.5

08 Feb 03:11
Compare
Choose a tag to compare
  • Make extended_source_block_symbols() public

v1.6.4

29 Jul 02:49
Compare
Choose a tag to compare
  • Fix panic when decoding certain combinations of repair packets

v1.6.3

18 Feb 06:06
Compare
Choose a tag to compare
  • 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

16 Jan 03:42
Compare
Choose a tag to compare
  • Improve encoding & decoding performance by ~10% for large symbol counts
  • Support all future 3.x versions in Python package

v1.6.1

09 Dec 18:26
Compare
Choose a tag to compare

Improve encoding & decoding performance by about 1.1x to 1.5x depending on symbol count

v1.6.0

24 Oct 05:57
Compare
Choose a tag to compare
  • Make partition() public to support custom encoder/decoder implementations
  • Make ObjectTransmissionInformation Copy