Revision history for Elasticsearch-Model 0.1.5 2018-07-26 - Check for Elasticsearch version >= 6 - Use perl v5.10 or above for defined-or operator - Ignore 404 for PUTs to index paths in Elasticsearch::Model::Index::deploy, because this can be a creation, but don't ignore 404 when putting mappings 0.1.4 2018-07-16 - Add has_non_attribute_mapping facility, to do such things as set _source => {excludes} on a particular index, i.e., importer of Elasticsearch::Model::Document. 0.1.3 2018-07-06 - Repair uninit error in index_settings 0.1.2 2018-07-05 - Deprecate setting specific index-level settings - Create new index_settings attribute to replace those specific index-level settings - Remove unneeded dep on Data::Printer 0.0.1 2018-06-22 - Initial release. Hello world!