From: Alexandru C. <chi...@gm...> - 2014-07-18 09:35:24
|
The Pyzor team is pleased to announce release 0.8 of Pyzor. You can get the new version and more information at http://pyzor.org. To upgrade your installation simply use: $ pip install --upgrade pyzor Main changes in this release include: ========= Bug fixes: * Fix unicode decoding issues. (#1) New features (Thanks to gryphius for helping out with these): * A new option for the pyzor server to set-up digest forwarding. * A new script pyzor-migrate is now available. The script allows migrating your digest database from one engine to another. (#2) Perfomance enhancements: * Use multiple threads when connecting to multiple servers in the pyzor client script. (#5) * A new ``BatchClient`` is available in pyzor client API. The client now send reports in batches to the pyzor server. (#13) ========= You can find full changelog here <http://www.pyzor.org/en/release-0-8-0/changelog.html#pyzor-0-8-0>. Many thanks to everybody who offered us feedback, bug reports and patches! Enjoy the new release and good luck in the ongoing fight with spam :) The Pyzor Team. |