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.
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:
As always, please submit any issues on our issue tracker:
Thanks!