Releases: pelias/schema
Releases · pelias/schema
v5.5.1
v5.5.0
v5.4.1
v5.4.0
v5.3.0
v5.2.0
v5.1.0
v5.0.0
5.0.0 (2020-01-08)
Features
- Node.js: Drop support for Node.js 8 (b06ec83)
BREAKING CHANGES
- Node.js: since we just dropped ES5 support, also as a breaking
change.
Connects pelias/pelias#837
v4.0.0
4.0.0 (2020-01-07)
Features
- ES5: Drop support for Elasticsearch 5 (992e639)
BREAKING CHANGES
- ES5: This drops Elasticsearch 5 from the test matrix for this repo. While
it makes no other changes, it's a breaking change as it marks the point
where we stop supporting ES5.
This allows us to make changes that support only ES6/7 as we add support
for Elasticsearch 7.
Connects pelias/pelias#831