0.6.0 - 2023-02-26
- Properly propagating the ingest token in the control interface
- 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
- Updated README with
search_query
probe information
0.5.0 - 2020-10-03
- 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
- More testing for secrets and configuration
- Passing of configuration through control to enable custom Humio URL domain
0.4.1 - 2020-01-13
dataspace
being checked by control on configuration- URL incorrect for Humio API
0.4.0 - 2020-01-13
- Overriding of the Humio URL domain to support on-premise deployments of Humio.
- The need to specify the
dataspace
0.3.0 - 2018-05-12
- Fix secrets loading
- Add more metadata to control event
0.2.0 - 2018-04-12
- Add control support as per specification
0.1.1 - 2017-05-14
- MANIFEST.in so that non-source code files are included in source distribution package
- Initial release