Fixed several issues with aggregations and bulk indexing.
Fixed
- Aggregations with _aggsin different order
- JSON serialization of Infinite and NaN
- Fixed race condition during bulk indexing
Changed
- BREAKING: Fields in responses renamed and nested differently:
              + query.hitsmoved tohits+query.matches_estimatedrenamed tocount+query.total_countrenamed todoc_count
- MERGEmethod is deprecated and will be removed, use- UPDATEinstead
- Default UUID mode is now encoded + compact
