The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dezi

0.001000    21 June 2011
    * Initial release.

0.001001    02 Aug  2011
    * change url root to /search, reserving namespaces /index and /admin as well

0.001002    29 Sept 2011
    * fix docs, default engine config
    * add / about() feature in support of Dezi::Client

0.001003    22 Oct 2011
    * fix dependencies in Makefile.PL
    * add Dezi::Tutorial

0.001004    16 March 2012
    * added ui-class and admin-class options

0.001005    10 July 2012
    * add config documentation
    * refactor Dezi::Server to create Dezi::Server::About class

0.001006    17 Aug 2012
    * support SPORE specification in About (https://github.com/SPORE/specifications/blob/master/spore_description.pod)
    * fixes to URI generation in About
    * now requires Plack::Middleware::ReverseProxy for automatic detection when running behind a reverse proxy.

0.001007    21 Aug 2012
    * pod additions and fixes.
    * quote some objects in About to force stringify.

0.001008    3 Sept 2012
    * add /commit and /rollback features per Search::OpenSearch::Server 0.17

0.002000   11 Sept 2012 
    * refactor all config into Dezi::Config
    * add optional basic authentication for /index, /commit and /rollback actions
    * add Architecture doc, flesh out Tutorial doc.

0.002001   12 Sept 2012
    * documentation fixes

0.002002   13 Sept 2012
    * fix security issue with non-idempotent requests to /search URL app,
      bypassing authentication on the /index URL app.
      Dezi::Config now has a search_server instance and an index_server instance
      instead of a single server instance. Requires Search::OpenSearch::Server 0.19.