python-stdnet v0.8.2 Release Notes
Release Date: 2013-07-04 // over 12 years ago-
- 🚑 Critical bug fix in the :ref:
asynchronous redis publish/subscribe <redis_pubsub>handler. Added some documentation. - ✅ 591 regression tests with 93% coverage.
- 🚑 Critical bug fix in the :ref:
Previous changes from v0.8.1
-
- 📜 C++ :ref:
redis parser <redis-parser>. Requires cython_ during installation. - Primary key can have any name (previously only
idwas allowed). - Better implementation for :meth:
stdnet.odm.Session.update_or_create. - 👌 Improved
setup.pyso 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.
- 📜 C++ :ref: