Skip to content

Commit

Permalink
feat(es8): support elasticsearch v8 (#106)
Browse files Browse the repository at this point in the history
add support elasticsearch v8

BREAKING CHANGE: Pelias no longer supports elasticsearch v6

This change drops support for elasticsearch v6 in order to support v8.
The current recommended version remains v7.
  • Loading branch information
missinglink authored Mar 13, 2024
1 parent fd24d34 commit a7fe04e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"lodash": "^4.16.0",
"minimist": "^1.2.0",
"pelias-blacklist-stream": "^1.0.0",
"pelias-config": "^5.2.0",
"pelias-dbclient": "^2.15.0",
"pelias-config": "^6.0.0",
"pelias-dbclient": "^3.0.0",
"pelias-logger": "^1.3.0",
"pelias-model": "^9.4.0",
"pelias-model": "^10.0.0",
"pelias-wof-admin-lookup": "^7.8.0",
"through2": "^3.0.0",
"through2-filter": "^3.0.0",
Expand Down

0 comments on commit a7fe04e

Please sign in to comment.