Re: [pylons-discuss] Pyramid 2.0 released

2021-03-12 Thread Steve Piercy
>From the release notes: https://docs.pylonsproject.org/projects/pyramid/en/latest/changes.html#backward-incompatibilities pyramid.config.Configurator.scan will no longer, by default, execute Venusian decorator callbacks registered for categories other than 'pyramid'. To find any decorator rega

Re: [pylons-discuss] Pyramid 2.0 released

2021-03-12 Thread Gerhard Schmidt
Hi, thanks for the work. is there a reason why Configurator.scan() now has a default value of ('pyramid',) for categories. In pyramid 1 the default was None. The change causes that only callbacks in category 'pyramid' are called by default. If the scanner called with categories=None, venusia

Re: [pylons-discuss] Pyramid 2.0 released

2021-03-11 Thread 'Jonathan Vanasco' via pylons-discuss
For those that need 2.0 support with pyramid_session_redis, I have pushed a Pyramid2 compatible branch of pyramid_session_redis to https://github.com/jvanasco/pyramid_session_redis/tree/1.6-branch-concept_a This branch is NOT likely to mature to an actual release, and is basically offered as a

Re: [pylons-discuss] Pyramid 2.0 released

2021-02-28 Thread Ian Wilson
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 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 > g

[pylons-discuss] Pyramid 2.0 released

2021-02-28 Thread Michael Merickel
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 l