python-stdnet v0.8.2 Release Notes

Release Date: 2013-07-04 // almost 11 years ago
    • ๐Ÿš‘ Critical bug fix in the :ref:asynchronous redis publish/subscribe <redis_pubsub> handler. Added some documentation.
    • โœ… 591 regression tests with 93% coverage.

Previous changes from v0.8.1

    • ๐Ÿ“œ C++ :ref:redis parser <redis-parser>. Requires cython_ during installation.
    • Primary key can have any name (previously only id was allowed).
    • Better implementation for :meth:stdnet.odm.Session.update_or_create.
    • ๐Ÿ‘Œ Improved setup.py so that it does not log a python 2 module syntax error when installing for python 3.
    • ๐Ÿ“š :ref:Custom manager <custom-manager> documentation.
    • โœ… 590 regression tests with 93% coverage.