Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@saimaz saimaz released this 26 Feb 12:44
· 1174 commits to master since this release

IMPROVEMENTS:

  • Improved command output.
  • Commands that has to be forced to execute now has a shortcut for --force option -f.

CHANGES:

  • Command es:index:create does not create mapping any more. Use new es:type:create command after index has been created.

FEATURES

  • added has_child query and filter (#189)
  • added has_parent query and filter (#188)
  • added children aggregation (#191)
  • Commands for manipulating with types (#194)

BUG FIXES

  • documents are now correclty set into iterator for persisting (#205)