24 May
2015
24 May
'15
3:51 p.m.
Hey all, A new version of D1 is on its way to CPAN. The changelog is copied below for your enjoyment. The big thing in this release is a patch to the session handling that makes Dancer only query the backend for the session data once per request, which should makes things much better for some session engines. 1.3136 2015-05-24 [DOCUMENTATION] - Remove mention of format 'with_id' from Dancer::Logger::Abstract. (GH#112, Fabrice Gabolde) [ENHANCEMENTS] - Cache sessions such that they are only retrieved once per request. (GH#1105, GH#992, Yanick Champoux) [STATISTICS] - code churn: 7 files changed, 119 insertions(+), 16 deletions(-) Enjoy! `/anick