Skip to content

Releases: FusionSolutions/python-fspacker

v0.3.2

14 Jul 15:24
d2e18f0
Compare
Choose a tag to compare

Fixed fallback loads function what parsed negative integer from non negative
Fixed C big integer packing issue.

v0.3.1

16 Nov 09:44
f68ee0b
Compare
Choose a tag to compare

Removed unused arguments from abstract functions.

v0.3.0

15 Nov 21:35
906e3d1
Compare
Choose a tag to compare

Dropped the whole version 1 support.
Memory leak fixed.
Added new tests for reference counting and memory leaking.
Few minor bugs fixed.

v0.2.5

10 Feb 20:37
119ff74
Compare
Choose a tag to compare

PyPi fix.

v0.2.4

10 Feb 20:26
bfd98f3
Compare
Choose a tag to compare

Python 3.10 version support added.
PyPi publisher fix.
C++ minor fix.

v0.2.1

10 Feb 19:03
17299a9
Compare
Choose a tag to compare

PyPi build fix.

v0.2.0

10 Feb 18:20
af44329
Compare
Choose a tag to compare

New version added.
C++ based packer and unpacker added for all available version.
When C++ acceleration not available pure python will be used as fallback.
Tests are extended.

v0.1.1

30 Sep 09:53
dfb4b1c
Compare
Choose a tag to compare

Cosmetic update

v0.1.0

20 Jul 18:45
2407780
Compare
Choose a tag to compare

Added type set.
Tests are detached.
Code has been cleared.

v0.0.2

14 Jul 20:05
e106058
Compare
Choose a tag to compare

Added packMessage and unpackMessage for socket communications.
Tests are extended.