The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.06    2012-08-02
        BUG:
         - The unique key was using the attribute name, rather than
           the unique key name.
0.05    2012-08-01
        ENHANCMENTS:
         - Added support for unique_keys via ElasticSearchX::UniqueKey
         - Added a Keyword type to be used for not_analyzed string fields
         - Handle stub doc inflation using Variable::Magic instead of
           wrapping _inline_instance_* in Moose
        BUG FIXES:
         - Lazy attributes weren't being built properly during deflation
0.04    2012-07-25
        overwrite() should work for new docs as well as docs loaded from ES
        on_conflict() called with $doc->create doesn't get a version number,
        so just load the existing doc

0.03    2012-07-08
        Skip parts of the test suite which require a live cluster to run

0.02    2012-07-07
        Removed the 'trial' flag.  First public release.

0.01    2012-07-07
        First release