Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 501 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 501 Bytes

Breaking Changes

6.0.0

  • Switched node version 18->22

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