Thanks Michael and all the Pyramid core developers! Looking forward to trying out the new security system.
On Sun, Feb 28, 2021 at 7:41 PM Michael Merickel <[email protected]> wrote: > Yay, Pyramid 2.0 is out. Get it while it's hot! > > If you're able to run 1.10.8 without deprecation warnings then you're in a > great spot to upgrade. Several warnings were added to 1.10.x releases to > help you prepare. > > There's shockingly few backward-incompatible changes in this release, so > don't let it scare you. There IS a laundry list of new features. Here are a > few highlights: > > - First release to drop Python 2, as well as 3.4 and 3.5. > > - New security system for authentication/authorization. The legacy API is > deprecated but available and backward compatible. ACLs and principals are > not going away, but the policies are merged and restructured slightly which > should be more consumable and flexible for users. > > - Several defaults have changed, such as serializing sessions using JSON > instead of Pickle. > > - Cookiecutter and tutorials updated with new pytest fixtures. > > - The "pyramid.compat" module is gone. > > Read the "What's New in Pyramid 2.0" document for a comprehensive list of > changes and upgrading notes: > > > https://docs.pylonsproject.org/projects/pyramid/en/2.0-branch/whatsnew-2.0.html > > 2.0 release documentation: > > https://docs.pylonsproject.org/projects/pyramid/en/2.0-branch/ > > You can install it via PyPI: > > pip install Pyramid==2.0 > > As always report any issues to the issue tracker (or here on the mailing > list). > > https://github.com/Pylons/pyramid/issues > > Special thanks to a few people specifically for their excellent work on > this release: > > - Theron Luhn > - Bert JW Regeer > - Steve Piercy > > Thanks for everyone's efforts as well as support in getting this work done! > > - 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/14F179EB-F647-42B7-845A-6091E1AFF697%40gmail.com > <https://groups.google.com/d/msgid/pylons-discuss/14F179EB-F647-42B7-845A-6091E1AFF697%40gmail.com?utm_medium=email&utm_source=footer> > . > -- 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/CADj1%3D66jH7p4_hxzP9aLxfYOfP5j3ZEca3PqFr7We55jCnnwYA%40mail.gmail.com.
