On Tue, Dec 10, 2013 at 12:13 PM, Chris McDonough <[email protected]> wrote: > Pyramid 1.5a3 has been released. Here's what happened since the last > release in the 1.5 series (1.5a2): > > - Removed mention of ``pyramid_beaker`` from docs. Beaker is no > longer maintained. Point people at ``pyramid_redis_sessions`` > instead.
That sucks. What happened to Beaker? Is Dogpile out of alpha yet? I'd rather not install a new kind of database server just for sessions, especially since I'm already using PostgreSQL for applications and usage logging. I could write a SQLAlchemy session adapter... but that was supposed to be Beaker's job, and Beaker allowed you to switch backends by just changing the INI file. Or I could switch to memcached... but Beaker was the interface to that too. So we're going to need a Beaker replacement or something... or a lot of pyramid_sessionbackend packages, I guess would be the alternative. -- 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]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
