CHANGELOG in es-elasticity-0.9.0 vs CHANGELOG in es-elasticity-0.11.1
- old
+ new
@@ -1,4 +1,17 @@
+v0.11.1
+ - support `action.destructive_requires_name` setting by being explict about which indices to delete
+
+v0.11.0
+ - compatibilty with ES v6
+ - change mappings for 'index' to boolean. "string" type was replaced with "text"
+ - use "successful" from API response ('created' was removed)
+ - stringify keys for :mappings so clients can use symbol keys
+v0.10.0
+ - update remap to removing fields from the mapping that are not explicitly
+ defined.
+v0.9.1
+ - fix search enumerator, missing first result set
v0.8.3
- fix remap method to use the scan api properly.
v0.8.2
- fix scan api to work with more recent versions of elasticsearch ruby.
v0.8.1