Hey folks, I just released new bugfix versions - Pyramid 1.7.5 and 1.8.3. 1.8.3 Changes:
- Allow calling ``pyramid.scripts.pserve.main`` directly. This was a regression from 1.7 and allows embedding the pserve command more easily. - Fixed a couple memory leaks that have been present for a while. The ``global_registries`` weak refs introduced in Pyramid 1.1 as well as the ``config.add_view`` deferred discriminator added in Pyramid 1.4. Check the "What's New in Pyramid 1.8" for more information about 1.8.1: http://docs.pylonsproject.org/projects/pyramid/en/1.8- branch/whatsnew-1.8.html 1.7.5 Changes: - Backported the HTTPException changes from 1.8.2 in which a non-str object is allowed to be passed as the ``detail`` argument. - Fixed a couple memory leaks that have been present for a while. The ``global_registries`` weak refs introduced in Pyramid 1.1 as well as the ``config.add_view`` deferred discriminator added in Pyramid 1.4. Check the "What's New in Pyramid 1.7" for more information about 1.7.4: http://docs.pylonsproject.org/projects/pyramid/en/1.7- branch/whatsnew-1.7.html As always, please submit any issues on our issue tracker: https://github.com/Pylons/issues Thanks! -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwEZr-yq3ciy--TL_pUczHEu0g3pWJchWF%2BZbK3wXOC2EQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
