Skip to content

Releases: hysds/grq2

v2.1.0: GeoRegion query version 2.1.0

31 Oct 21:32
bb51c7d
Compare
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 [email protected]

v2.0.26: GeoRegion query version 2.0.26

13 Oct 02:26
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v2.0.19: GeoRegion query version 2.0.19

06 Oct 15:59
71b28db
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • Wrapped everything in v0.2 dataset ingest function in a try/except, bumped version (#55)

v2.0.18: GeoRegion query version 2.0.18

16 Aug 18:14
72d448d
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • Hotfix in v2 dataset publishing (bulk) (#54)
    • Resolved an issue with bulk dataset publishing where it would break if the geonames ES index is not found