Skip to content

Commit

Permalink
feat(es8): support elasticsearch v8 (#275)
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 fe9834a commit a2f59be
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 103 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@turf/length": "^6.0.2",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"pelias-config": "^4.12.0",
"pelias-dbclient": "^2.13.0",
"pelias-config": "^6.0.0",
"pelias-dbclient": "^3.0.0",
"pelias-logger": "^1.2.1",
"pelias-model": "^9.2.0",
"pelias-model": "^10.0.0",
"pelias-wof-admin-lookup": "^7.8.0",
"split2": "^3.1.1",
"through2": "^3.0.0"
Expand Down
Loading

0 comments on commit a2f59be

Please sign in to comment.