python-stdnet v0.5.0 Release Notes

Release Date: 2011-02-24 // about 13 years ago
    • ๐Ÿ‘ Ported to python 3 and dropped support for python 2.5.
    • โœ‚ Removed dependency from redis-py for python 3 compatibility.
    • ๐Ÿ”จ Refactored the object data mapper, including several bug fixes.
    • โž• Added benchmark and profile to tests. To run benchmarks or profile::

      python runtests.py -t bench python runtests.py -t bench tag1 tag2 python runtests.py -t profile

    • ๐Ÿ‘ Included support for redis timeseries which requires redis fork at https://github.com/lsbardel/redis.

    • โž• Added :mod:stdnet.contrib.sessions module for handling web sessions. Experimental and pre-alpha.

    • โž• Added :class:stdnet.odm.JSONField with tests.

    • โœ… 167 regression tests with 61% coverage.

    .. _vers04: