terascope / file-assets

Teraslice processors for working with data stored in files on disk, S3 or HDFS.
MIT License
1 stars 2 forks source link

Bump @terascope/scripts from 0.77.3 to 0.81.0 #1023

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps @terascope/scripts from 0.77.3 to 0.81.0.

Release notes

Sourced from @​terascope/scripts's releases.

v0.81.0

  • update to elasticsearch-store which exposes a universal async client that handles api calls for Elasticsearch versions 6, 7, and 8 and opensearch version 1
  • updates to types to accommodate elasticsearch client updates
  • updates to travis.yml to shard unit tests and smaller test batching

v0.80.1

  • Contains fixes for Dataframes joining on undefined values
  • fixed date helpers and Bigint conversions. It should make better usage of valid javascript number ranges
  • better error handling when scripts starts up test environment
  • teraslice startup should be able to wait for elasticsearch to be up and not exit prematurely
  • update most internal packages that are available to do

v0.80.0

This release includes the following changes:

  • [REQUIREMENT CHANGE] New connector type for Teraslice state stores and API usage. The new connector type is elasticsearch-next, this will dynamically create a client based on the type and distribution of the backend. It will provide a v6, v7, or a v8 elasticsearch client, or an opensearch client for the backend that it is communicating to. The old client, can still be used, and is necessary for any older elasticsearch-assets packages being used. Example config file:
terafoundation:
    environment: 'development'
connectors:
    # ***********************
    # Elastic Search Configuration
    # ***********************
    elasticsearch:
        default:
            host:
                - "127.0.0.1:9200"
    elasticsearch-next:
        default:
            node:
                - "http://localhost:9200"

teraslice: master: true master_hostname: "127.0.0.1" name: "teracluster"

  • Update elasticsearch-store and elasticsearch-api to work with the output of the different client that can be used
  • Update scripts test suite to have more compatibility with asset folder structures, so that they can be used in their codebases
  • migrate most internal tests to use new client connector type except for final e2e tests as the setup and testing for that is very nuanced and would need its own dedicated time to convert
  • Added test coverage forelasticsearch-store using legacy client, v6, v7 and opensearch
  • Added test coverage for elasticsearch-api against a queue restrained elasticsearch backend to test queue overflows

v0.79.0

This release of Teraslice includes the following improvements:

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 months ago

Looks like @terascope/scripts is up-to-date now, so this is no longer needed.