Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 453 Bytes

CHANGELOG.md

File metadata and controls

12 lines (8 loc) · 453 Bytes

Breaking Changes

5.0.0

  • Upgrade @elastic/elasticsearch to version 8.4.0
    • Changed getDocuments request parameters according to the new Elasticsearch version
      • use getDocuments({index, {query: {}}) instead of getDocuments({index, body: {query: {}}})
    • Run Elasticsearch >= v8.0.0 locally requires java v17/v18. See Support Matrix

4.0.0

  • Upgrade jest to version 28