Pyramid 2.0b1 has been released. - Fixes a circular reference / memory leak between request and context in some apps.
- A bunch of documentation and cookiecutter improvements. Check out the new pattern of storing the request in the SQLAlchemy session object for easier access in your model layer without threadlocals! This is the last release prior to 2.0 which will probably come next weekend. The full changelog is here: https://docs.pylonsproject.org/projects/pyramid/en/2.0-branch/changes.html What's New In Pyramid 2.0: https://docs.pylonsproject.org/projects/pyramid/en/2.0-branch/whatsnew-2.0.html 2.0 release documentation (across all alphas and betas, as well as when it gets to final release): https://docs.pylonsproject.org/projects/pyramid/en/2.0-branch/ You can install it via PyPI: pip install Pyramid==2.0b1 Enjoy, and please report any issues you find to the issue tracker at https://github.com/Pylons/pyramid/issues Thanks! - Pyramid core developers -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/43A02D06-00CC-4A86-982B-521726283814%40gmail.com.
