This repository has been archived by the owner on Dec 10, 2018. It is now read-only.
v0.1.6
Pre-release
Pre-release
Changelog:
- json protocol, via #21.
- more standard module for loaded sdk, now generated TPayload objects can be pickled when module_name provided, via #22.
- gunicorn_thrift integration pingpong example, via #24.
- token cache now only checks python's major and minor version.
- bugfix for exception handling in void api in RPC request.
- bugfix for negative number value not recognized.
- bugfix for cybin protocol to allow None value in struct.
- bugfix for double free or corruption in cybin protocol, via #26.