Skip to content

Releases: marcosgz/esse

0.3.5

02 Aug 20:06
Compare
Choose a tag to compare
  • Add update_by_query action to transport and index APIs
  • Reset index using _reindex api instead of the traditional collection import method
  • Add --settings option to the CLI
  • Lazy document attributes support

v0.0.3

10 May 09:45
Compare
Choose a tag to compare
  • Add open and close operations to the index backend;
  • Rename create index operation to create_index;
  • Rename delete index operation to delete_index;
  • Add update_mapping and update_settings index operation;
  • Fix index setting hash. It was not loading the shared settings from its cluster config;
  • Refactoring specs