Skip to content

v1.1.0: Hysds commons utils version 1.1.0

Compare
Choose a tag to compare
@DustinKLo DustinKLo released this 31 Oct 21:35
· 6 commits to develop since this release
62d0747

Specify body of new release. Previous release's body below:

To help you formulate the release body, the list of behind commit messages are provided below:

sha: 62d0747
html_url: 62d0747
message:

HC-484: OpenSearch support (#58)

  • split the ES and Opensearch Utility into 2 classes

fixed bug in _pit where size defaults to 10 when not given
added opensearch-py to setup.py
bumped minor version to 1.1.0

  • able to use multiple hosts in elasticsearch

  • added multi-host to OpenSearchUtility

  • es-oss doesnt support PIT so defaulting to scroll

if user calls _pit, it will then use the search_after w/o _pit


Co-authored-by: dustinlo [email protected]