0.08 2012-08-09 ENHANCEMENT: - added a transform() parameter to reindex() to allow the user to change the data structure while reindexing BUG FIX: - don't try to destroy scopes during global shutdown - reindex() was loading all docs into memory, rather than processing them in blocks 0.07 2012-08-02 ENHANCEMENT: - Added Elastic::Model::SearchBuilder to automatically serialize queries/filters like ->filterb( user => $user_doc ) or ->filterb( $uid ) 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