Skip to content

Instantly share code, notes, and snippets.

@sukria
Created October 26, 2011 10:24
Show Gist options
  • Save sukria/1315973 to your computer and use it in GitHub Desktop.
Save sukria/1315973 to your computer and use it in GitHub Desktop.
changelog Dancer 1.3.8
1.3080
[ ENHANCEMENTS ]
* PSGI handler code cleaned up (chromatic).
* Improved warning localizations (chromatic).
[ DOCUMENTATION ]
* Dancer::Plugins typos (Olof Johansson).
* PSGI handler documented (chromatic).
1.3079_03 10.09.2011
[ ENHANCEMENTS ]
* Support XML::Simple configuration for serializing/deserializing
(Alberto Simões)
* Hard deprecate lots of stuff (Alberto Simões)
[ BUG FIXES ]
* Don't clobber TT INCLUDE_PATH if the user set it specifically in the
config file - Issue 643 (David Precious, reported by meraxes)
* Don't require a space after semi-colon delimiting multiple name=value
cookie pairs - Issue 642 (David Precious, reported by travisbeck)
1.3079_02 28.08.2011
[ BUG FIXES ]
* Remove hard-coded version from 404.html and 500.html (Alberto Simões)
* Fix logging of UTF8-encoded strings (jamhed)
* Do not clean 'vars' during forward (Alberto Simões)
[ ENHANCEMENTS ]
* Add streaming support to send_file. (Sawyer X)
1.3072 23.08.2011
** Codename: Precious David Precious // David Precious (bigpresh) **
[ ENHANCEMENTS ]
* No functional changes, just releasing as stable.
1.3079_01 17.08.2011
[ BUG FIXES ]
* Fix prefix behavior with load_app (alexrj)
* send_file() shouldn't clobber previously-set response status
(David Precious, reported by tylerdu - thanks!)
* Depend on URI 1.59 - Fixes problems when redirecting with
UTF-8 strings (Alberto Simões)
* Fix before_serializer POD fix (Yanick Champoux)
[ ENHANCEMENTS ]
* send_file can send data (pass a reference to a scalar), and can
specify a content-disposition filename. (Alberto Simões)
* Set 'Server' HTTP response header as well as 'X-Powered-By'. For cases
where Dancer is being accessed directly, or the proxy passes on this
header, it's nice to see it. (David Precious)
[ DOCUMENTATION ]
* Cookbook links to canonical documentation of keywords in Dancer.pm, so
readers encountering a new keyword can easily see the docs for it
(David Precious)
* Docs for debug/warning/error link to Dancer::Logger for details on how to
control where logs go (David Precious)
* Document import_warnings option, and mention it & link to that
documentation in opportune places.
* Document that 'get' also creates a route for 'HEAD' requests
(David Precious, prompted by Matt S Trout)
* Extend request() keyword docs with examples (David Precious)
* Correct port in Lighty/FCGI example in Dancer::Deployment
(David Precious, thanks to pwfraley in Issue 621)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment