changed default API version to 0.90, to prevent from breaking things that will auto-upgrade
This commit is contained in:
@ -69,7 +69,7 @@ function Client(config) {
|
|||||||
delete this._namespaces;
|
delete this._namespaces;
|
||||||
}
|
}
|
||||||
|
|
||||||
EsApiClient.prototype = _.funcEnum(config, 'apiVersion', Client.apis, 'master');
|
EsApiClient.prototype = _.funcEnum(config, 'apiVersion', Client.apis, '0.90');
|
||||||
return new EsApiClient(config);
|
return new EsApiClient(config);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user