Skip to content

Latest commit

 

History

History
92 lines (61 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

92 lines (61 loc) · 2.5 KB

Changelog

The format is based on Keep a Changelog.

Unreleased

8.0.3 - 2024-08-23

  • Create index-template-map_es8.json for ES 8 (#54)
  • move index templates into directory
  • chore: prettier automated code formatting
  • dep: eslint-plugin-haraka -> @haraka/eslint-config
  • update 'lint' script in package.json
  • populate [files] in package.json. Delete .npmignore.
  • ci: only publish when package.json modified
  • doc(CONTRIBUTORS): added

8.0.2 - 2023-12-03

  • Update auth example for ES 8.x (#51)
  • Update tls connection options for ES 8 (#49)

8.0.0 - 2023-06-09

  • dep(elastic): bump dep version to 8.8
  • update @elastic syntax to promise API

7.0.0 - 2023-06-08

  • chore: update ci & packaging
  • dep(elastic): bump dep version to 7.17
  • bump major version to match ES major version

1.1.0 - 2023-06-08

  • dep(elastic): dump dep version to 8.8

1.0.8 - 2022-06-06

  • ci: add .npmignore
  • ci: publish needs es started up too

1.0.7 - 2022-06-06

  • ci: use shared GHA workflows
  • ci: add submodule .release
  • es7: update index map template

1.0.6 - 2020-07-21

  • add URI for connection settings
  • add options to specify user & ssl connection settings
  • bump elasticsearch client to version 7.8

1.0.5 - 2020-04-29

  • update to upstream @elastic/elasticsearch@6
  • convert test runner to mocha
  • use GitHub actions instead of Travis & AppVeyor
  • package.json: depend on latest eslint

1.0.4 - 2019-09-22

  • update index template for ES 6

1.0.3 - 2017-08-22

  • fix txr variable scope
  • add tests for get_es_hosts

1.0.2 - 2017-07-29

  • also prune null values because typeof null === object
  • add test storing doc against index template
  • get ES testing working on AppVeyor (windows)

1.0.1 - 2017-07-29

  • qualify the path to plugin.*.msg to avoid collision

1.0.0 - 2017-07-14

  • initial release