Skip to content

Releases: hysds/grq2

v2.3.0: GeoRegion query version 2.3.0

23 Jul 16:45
2bb0ec0

Choose a tag to compare

Bug fixes and enhancements:

  • HC-530: Updates to support Data in Transit (#69)
    • Added JitteredBackoffException for better resliency when making OpenSearch request calls

v2.2.0: GeoRegion query version 2.2.0

15 Jul 00:16
162c92a

Choose a tag to compare

Bug fixes and enhancements:

  • HC-563: Python3.12 Compatibility updates (#68)
  • Update setup.py for python 3.12 compatibility

  • HC-563: Update Python syntax for Python 3.12 compatibility using pyupgrade

  • Removed Python 2 compatibility imports (future, builtins, standard_library)
  • Modernized string formatting to use f-strings and .format()
  • Added raw string prefix to regular expressions
  • Improved code style and formatting
  • HC-563: Update dependencies and code for Python 3.12 compatibility
  • Updated Redis client to use 'Redis' instead of 'StrictRedis'
  • Updated Gunicorn worker to use 'eventlet' in README.md
  • Updated Elasticsearch client usage in copy_index.py for Elasticsearch 8.x compatibility
  • Improved error handling and progress reporting in copy_index.py
  • Update configuration and dependencies for Python 3.12 compatibility
  • Update .gitignore to exclude local config files
  • Fix path resolution for settings.cfg in init.py
  • Update dependencies in setup.py for Python 3.12 compatibility
  • Add jsonschema and referencing as explicit dependencies
  • mechanism to newer way to call current time in UTC, but maintaining backwards compatibility

  • revert dependency updates

  • use timezone.utc instead to be 3.9/3.12 compatible

  • bump version

  • Revert README updates


v2.1.0: GeoRegion query version 2.1.0

31 Oct 21:32
bb51c7d

Choose a tag to compare

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

Bug fixes and enhancements:

  • hot-fix: Pin werkzeug module to resolve 'url_quote_plus' import error (#64)
  • bump version

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

sha: bb51c7d
html_url: bb51c7d
message:

HC-484: OpenSearch support (#65)

  • doubled ES exceptions

bumped version

  • fixed timeout to 2m

  • setting @timestamp manually instead of using ingest pipeline

  • using hysds.es_utils for elasticsearch connection

  • fixed ES params in settings.cfg

removed import_ES_AWS.py and added Opensearch support in import_AWS.py
added opensearchpy in setup.py
fixed some adhoc scripts

  • Opensearch & elasticsearch use different units for timeout in the bulk API

  • fixed settings.cfg.tmpl


Co-authored-by: dustinlo dustin.k.lo@jpl.nasa.gov

v2.0.26: GeoRegion query version 2.0.26

13 Oct 02:26

Choose a tag to compare

Bug fixes and enhancements:

  • hot-fix: Pin werkzeug module to resolve 'url_quote_plus' import error (#64)
  • bump version

v2.0.25: GeoRegion query version 2.0.25

11 Sep 16:34
ddb5bff

Choose a tag to compare

Bug fixes and enhancements:

  • HC-487: Test out and deploy locally a Elasticsearch service in clustered mode (multi-node) (#63)

v2.0.24: GeoRegion query version 2.0.24

19 Jul 19:39
10dd330

Choose a tag to compare

Bug fixes and enhancements:

HC-476: Make user dataset rule evaluation more efficient/targetted (#62)

  • added index_pattern to user rules

  • using validate_index_pattern from hysds.utils

v2.0.23: GeoRegion query version 2.0.23

14 Jun 23:09
861f780

Choose a tag to compare

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

Bug fixes and enhancements:

HC-470: Batch bulk API in grq2 (#61)

  • splitting the data into 100mb chunks

increased bulk_request_timeout default to 15 seconds

  • increased buffer size

  • moved bulk_limit to configuration

lowered bulk_limit default to 50mb
lowered request timeout to 10 seconds (default for ES)

  • increased bulk limit to 100mb

  • fixed the missing log INFO issue

add addtl logging after we chunk the data to index to ES

  • removed comment

  • move import logging to if statement

  • removed indent in get_continents()

  • additional logging

v2.0.22: GeoRegion query version 2.0.22

19 May 20:08
dcc4cb1

Choose a tag to compare

Bug fixes and enhancements:

  • HC-450 - address issue relating to SQLAlchemy 2.0.0 update (#56)

    • updated werkzeug to 2.2.0 b/c flask 2.2.0 needs it
    • updated Flask
  • add configuration for bulk request timeout (#57)

    pin flask b/c 2.3.0 breaks flask debugtoolbar (#58)

    HC-469: Python tool to install the base ES template (#59)

  • HC-469: Add script to install base ES template

This allows us to install it either to local GRQ or AWS ES

bump version (#60)

v2.0.21: GeoRegion query version 2.0.21

03 May 23:18
ee26b5a

Choose a tag to compare

Bug fixes and enhancements:

  • HC-450 - address issue relating to SQLAlchemy 2.0.0 update (#56)

    • updated werkzeug to 2.2.0 b/c flask 2.2.0 needs it
    • updated Flask
  • add configuration for bulk request timeout (#57)

    pin flask b/c 2.3.0 breaks flask debugtoolbar (#58)

v2.0.20: GeoRegion query version 2.0.20

22 Mar 03:31
60ab5fd

Choose a tag to compare

Bug fixes and enhancements:

  • HC-450 - address issue relating to SQLAlchemy 2.0.0 update (#56)
    • updated werkzeug to 2.2.0 b/c flask 2.2.0 needs it
    • updated Flask
  • add configuration for bulk request timeout (#57)