I just made another small release, 1.7.2, that fixes a couple of minor bugs and updates the Thrift-generated code to match the definition in Cassandra 1.2.0-beta1, which is a non-dangerous update.
You can download the release here:
https://github.com/downloads/pycassa/pycassa/pycassa-1.7.2.tar.gz
Please let me know if you have any problems with the release by opening a ticket on github here:
https://github.com/pycassa/pycassa/issuesThe changelog follows:
Changes in Version 1.7.2
------------------------
This release fixes a minor bug and upgrades the bundled Cassandra
Thrift client interface to 19.34.0, matching Cassandra 1.2.0-beta1.
This doesn't affect any existing Thrift methods, only adds new ones
(that aren't yet utilized by pycassa), so there should not be any
breakage.
Bug Fixes
~~~~~~~~~
- Fix single-component composite packing
- Avoid cyclic imports during installation in setup.py
Other
~~~~~
- Travis CI integration--
Tyler Hobbs
DataStax