Skip to content

Releases: steveniemitz/scales

scales 2.0

02 Jan 19:49
Compare
Choose a tag to compare

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 to scales.asynchronous to avoid conflicting with the python3 keyword async.

Support for client IDs in thriftmux

24 Oct 13:56
Compare
Choose a tag to compare
Merge pull request #13 from steveniemitz/thriftmux-client-id

Support for client IDs in thriftmux

Allow newer versions of thrift

20 Oct 15:11
Compare
Choose a tag to compare
Merge pull request #12 from steveniemitz/thrift-10-upgrade

Allow using latest version of thrift