Skip to content

Releases: cesbit/qpack

0.0.21

28 Sep 13:39
Compare
Choose a tag to compare
  • Use build-in function.
  • Added use_tuples unpack argument (pr #5).
  • Changed company name to Cesbit.

0.0.19

11 Nov 13:38
Compare
Choose a tag to compare
  • Use String internal for keys in a map (see pull request #3).

0.0.18

11 Sep 14:58
Compare
Choose a tag to compare
  • Added ignore_decode_errors keyword argument to unpackb().

0.0.17

16 Aug 09:32
Compare
Choose a tag to compare
  • Fixed C99 compile errors and warnings.

0.0.16

14 Aug 08:29
Compare
Choose a tag to compare
  • raise TypeError when trying to pack an unsupported type.
    (issue #2, reported by @pumelo)

0.0.15

14 Aug 08:29
Compare
Choose a tag to compare
  • Fixed unpacking negative integers using Python2.

  • Replaced adding double value with a memcpy.

0.0.14

14 Aug 08:29
Compare
Choose a tag to compare
  • Fixed checking bytes size.

0.0.13

07 Feb 09:43
Compare
Choose a tag to compare
  • Fixed bug in unpacking maps.

0.0.12

02 Nov 09:49
Compare
Choose a tag to compare
  • Fixed Python2 bugs in fallback.py
  • Strict C99
  • Fixed minor bugs for compiling on Windows platform

0.0.11

02 Nov 09:49
Compare
Choose a tag to compare
  • Removed fallback print line
  • Removed inttypes.h dependency
  • No declarations in for-loop