Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

114 lines (61 loc) · 2.7 KB

Changelog

0.6.0 - 2023-02-26

Fixed

  • Properly propagating the ingest token in the control interface

Changed

  • The control now looks for a secret named ingest_token so an experiment can use a personal token to query at the same time as use the control to push events
  • Switched to GitHub action
  • Switch build system to pdm and pyproject.toml, removing setup.py and requirements files

0.5.1 - 2020-10-03

Changed

  • Updated README with search_query probe information

0.5.0 - 2020-10-03

Added

  • A search_query probe to perform queries against the Humio search API
  • Basic tolerances to validate number values returned by the search probe

0.4.2 - 2020-01-15

Added

  • More testing for secrets and configuration

Fixed

  • Passing of configuration through control to enable custom Humio URL domain

0.4.1 - 2020-01-13

Fixed

  • dataspace being checked by control on configuration
  • URL incorrect for Humio API

0.4.0 - 2020-01-13

Added

  • Overriding of the Humio URL domain to support on-premise deployments of Humio.

Removed

  • The need to specify the dataspace

0.3.0 - 2018-05-12

Changed

  • Fix secrets loading

Added

  • Add more metadata to control event

0.2.0 - 2018-04-12

Added

0.1.1 - 2017-05-14

Added

  • MANIFEST.in so that non-source code files are included in source distribution package

Added

  • Initial release