Skip to content

Commit

Permalink
feat(es8): support elasticsearch v8 (#52)
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 7e9a5c9 commit 0fbc71b
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 @@ -21,10 +21,10 @@
"decompress": "^4.0.0",
"JSONStream": "^1.3.1",
"lodash": "^4.16.0",
"pelias-config": "^4.8.0",
"pelias-dbclient": "^2.13.0",
"pelias-config": "^6.0.0",
"pelias-dbclient": "^3.0.0",
"pelias-logger": "^1.4.1",
"pelias-model": "^7.1.0",
"pelias-model": "^10.0.0",
"pelias-wof-admin-lookup": "^7.7.0",
"sync-request": "^6.1.0",
"through2": "^3.0.1"
Expand Down

0 comments on commit 0fbc71b

Please sign in to comment.