Skip to content

Commit

Permalink
feat(docs): Remove obsolete compatibility note
Browse files Browse the repository at this point in the history
There were previously strict Node.js version compatibility issues with
the schema. However, once we dropped support for Elasticsearch 2 in
#372, this was no longer required.
  • Loading branch information
orangejulius committed Nov 22, 2019
1 parent bc2d83f commit e469334
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ This package defines the Elasticsearch schema used by Pelias. Pelias requires qu

See [Pelias Software requirements](https://github.com/pelias/documentation/blob/master/requirements.md) for general Pelias requirements.

### Compatibility

If using Elasticsearch 5, ensure you are using Node.js 8.15+ or Node.js 10.15+.

Versions 8.14 and 10.14 fixed a security issue, but in the process [caused issues combined with deprecation headers sent by ES5](https://github.com/pelias/schema/pull/339). This precaution will no longer be necessary once Elasticsearch 2 support is removed.

## Installation

```bash
Expand Down

0 comments on commit e469334

Please sign in to comment.