The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Search-OpenSearch-Server

0.01    27 May 2010
        First version, released on an unsuspecting world.

0.02    28 May 2010
        * flesh out the SYNOPSIS

0.03    22 June 2010
        * add 'b' param support

0.04    26 June 2010
        * add missing dep on JSON::XS to Makefile.PL

0.05    07 Jan 2011
        * add REST support

0.06    26 Sept 2011
        * add support for X-SOS-* HTTP headers

0.07    26 Sept 2011
        * fix bug with setting Encoding (SWISH::Prog::Doc uses 'charset')

0.08    29 Sept 2011
        * change default type to 'Lucy'
        * add conditional logger support

0.09    22 Oct 2011
        * use same params as Search::OpenSearch 0.15

0.10    30 April 2012
        * check for $req->can('logger') in addition to $req->logger

0.11    14 July 2012
        * add log() method to Server::Plack for debugging ease
        * fix HTTP response code for unsupported REST methods
        * add ExtJS response support
        * fix missing 'r' param support