Releases: steveniemitz/scales
Releases · steveniemitz/scales
scales 2.0
Notable / Breaking Changes
- scales now fully supports python 3!
- Bumped the minimum supported version of thrift to 0.10.0, with support to the current version (0.13.0).
- Dropped compatibility hacks for python <= 2.7.3
- [breaking]
scales.async
has been renamed toscales.asynchronous
to avoid conflicting with the python3 keywordasync
.
Support for client IDs in thriftmux
Merge pull request #13 from steveniemitz/thriftmux-client-id Support for client IDs in thriftmux
Allow newer versions of thrift
Merge pull request #12 from steveniemitz/thrift-10-upgrade Allow using latest version of thrift