From e46933403701e6bc16f395317df06c45fda9ca73 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 21 Nov 2019 22:02:43 -0500 Subject: [PATCH] feat(docs): Remove obsolete compatibility note There were previously strict Node.js version compatibility issues with the schema. However, once we dropped support for Elasticsearch 2 in https://github.com/pelias/schema/pull/372, this was no longer required. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 8da522a0..c5af31c5 100644 --- a/README.md +++ b/README.md @@ -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