This repository has been archived by the owner on Dec 10, 2018. It is now read-only.
Releases: Thriftpy/thriftpy
Releases · Thriftpy/thriftpy
v0.1.7
v0.1.6
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.
v0.1.5
Changelog:
v0.1.4
v0.1.3
v0.1.2
Changelog:
- disabled the magic import hook by default. and add install/remove function
to switch the hook on and off. - reworked benchmark suit and add benchmark results.
- new
__init__
function code generator. get a noticable speed boost. - bug fixes