Releases: hysds/hysds_commons
v1.1.4: HySDS commons utils version 1.1.4
v1.1.3: HySDS commons utils version 1.1.3
Bug fixes and enhancements:
- HC-526: Fix search_by_id function to not throw KeyError: 'hits' error (#60)
v1.1.2: HySDS commons utils version 1.1.2
Bug fixes and enhancements:
- HC-473: Passthru publish_overwrite_ok in resolve_hysds_job (#55)
v1.1.1: HySDS commons utils version 1.1.1
Bug fixes and enhancements:
- HC-503: Fixed an issue where job_iterator could return duplicate results (#59)
v1.1.0: Hysds commons utils version 1.1.0
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]
v1.0.16: Hysds commons utils version 1.0.16
Bug fixes and enhancements:
- HC-487: Test out and deploy locally a Elasticsearch service in clustered mode (multi-node) (#57)
v1.0.15: HySDS common utils version 1.0.15
Specify body of new release. Previous release's body below:
Bug fixes and enhancements:
- Updated search_by_id function to support the passing in of a sort argument (#53)
v1.0.14: HySDS common utils version 1.0.14
Bug fixes and enhancements:
- HC-431 - Make hysds-framework conda installable (#51)
- added additional metadata to setup.py
- added additional jobs to circleci/config.yml
- bump version
- added filter to build-and-deploy
- moved pypi-creds context to publish job only
- using cimg docker image
- added 'apt update' to build job
- adding search_by_id for alias searching (#52)
v1.0.13: HySDS common utils version 1.0.13
Bug fixes and enhancements:
- HC-442: fix for optional params in resolve_mozart_job() (#50)
v1.0.12: HySDS common utils version 1.0.12
Bug fixes and enhancements:
- HC-435: Upgrade Elasticsearch 7.9 -> 7.10 (#48)
- added _pit method to utilize PIT & search_after
- fixed size argument in query() if it is passed through the body instead of a kwarg
- use search_after if version >=7.10 else scroll
- increase default page size to 1000 in query()
- NSDS-2170: Updated STAC Utility to set Hardcoded values and handle multiple options for field mappings (#49)
- NSDS-2107: Added utility to generate stac documents
- added shapely library to extract bbox
- bump version