From: Alexandru C. <chi...@gm...> - 2014-12-10 14:15:59
|
The Pyzor team is pleased to announce release 1.0 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: ========= New features: * New pyzor commands ``local_[un]whitelist`` are available for managing a local whitelist on the client side. * New ``PreFork`` option for the pyzor server. This allows creating multiple workers for handling pyzor requests. Perfomance enhancements: * Improve usage of the Redis engine by using Hashes instead of string for storing digests. The migration tool can be used to update you current database. Others: * PyPy3 compatibility verified and introduced into the Travis-CI system. * Unification of the storage engines types. * Improved check on the public whitelisting request service to skip sending requests to whitelist message that have not been reported to the public database or have been already whitelisted. ========= You can find full changelog here <http://www.pyzor.org/en/release-1-0-0/changelog.html#pyzor-1-0-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. |