This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Releases: tgrk/lager_humio_backend
Releases · tgrk/lager_humio_backend
Adjust Ingest API changes-
Upgrade dependencies
No functional changes just an upgrade of dependencies
Functional improvements
Thanks to contributions from @pmech there are performance and functional fixes that will make large dataspaces more usable.
Fix implementation of source tag value
Tag source
used to be populated with pid
of a process that was calling log function. This was not a correct implementation and made UI and log filtering confusing. To fix that source
configuration value was introduced that allows you to have multiple sources in one dataspace and allow to filter by them.
Fix missing dependency from app config
This bug prevents using this library as a dependency especially in release mode release.
Non functional fixes
Changing date dependency processing to be able to deploy the package to hex.pm
Initial working release
1.0.0 Handle code coverage generation in CI