v0.8.0
Pre-release
Pre-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 newes: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)