Releases: whtsky/bencoder.pyx
Releases · whtsky/bencoder.pyx
Version 2.0.1
Version 2.0.0
- Use built-in dict instead of OrderedDict on Python >= 3.7
- Drop support for Python 3.3
- Fix bytes parsing when used with python-future #41
Version 1.2.1
Drop support for Python 2.6
Performance boost for bencode method. #7
Version 1.2.0
Add bdecode2 method. #6
Version 1.1.3
- Performance Improvement
- Fix package metainfo ( #3 )
Version 1.1.2
Support encode large int.
Version 1.1.1
Bundle bencoder.pyx inside package.
Version 1.1.0
- Use OrderedDict instaed of dict
- Support encoding subclasses of dict