@elastic/ems-client
Advanced tools
Changelog
[7.8.0] - 2020-03-31
node-fetch
to dev dependency for testing instead of client dependency. It's not
always needed and in fact breaks some client-side use of this libChangelog
[7.7.0] - 2020-03-11
7.7
.appName
parameter can now be configured to specify the client application. Previously, the client application was hard-coded to kibana
.appVersion
configurable parameter replaces the kbnVersion
parameter for specifying the client application version, e.g. 7.7.0
.kbnVersion
parameter has been deprecated and the appVersion
parameter should be used instead.Changelog
[7.6.0] - 2020-01-13
tileApiUrl
and fileApiUrl
. These should be used instead of manifestServiceUrl
. These parameters should be set to their respective domains (e.g. https://tiles.maps.elastic.co
, https://vector.maps.elastic.co
). #13manifestServiceUrl
is now deprecated as the catalogue manifest has been removed in Elastic Maps Service (EMS) v7.6. It has been replaced by two new parameters tileApiUrl
and fileApiUrl
.Changelog
[7.2.0] - 2019-11-12
Bump version to match the corresponding Elastic Maps Service version. This release does not introduce any changes.
Changelog
[1.0.5] - 2019-10-15