Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Releases: tgrk/lager_humio_backend

Adjust Ingest API changes-

02 Feb 18:42
3235404
Compare
Choose a tag to compare
  • use latest Ingest API uri
  • remove dataspace from configuration
  • upgrade dependencies
  • upgrade to new covertool

Upgrade dependencies

08 Apr 14:43
Compare
Choose a tag to compare

No functional changes just an upgrade of dependencies

Functional improvements

23 Aug 10:04
Compare
Choose a tag to compare

Thanks to contributions from @pmech there are performance and functional fixes that will make large dataspaces more usable.

Fix implementation of source tag value

14 Aug 20:22
Compare
Choose a tag to compare

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

12 Aug 09:53
Compare
Choose a tag to compare

This bug prevents using this library as a dependency especially in release mode release.

Non functional fixes

05 Aug 10:09
Compare
Choose a tag to compare

Changing date dependency processing to be able to deploy the package to hex.pm

Initial working release

05 Aug 09:57
Compare
Choose a tag to compare
1.0.0

Handle code coverage generation in CI