- New Project field
external_id
. The value can be provided when creating a project. This is an optional field that can be used to store a custom identifier for the project, e.g. for multi-tenancy purposes. - New
ListProjects
fieldfilter.external_ids
allows to filter projects by theirexternal_id
field value. - Tracing: added support for
otlp
exporter, to replace deprecatedjaeger
exporter, which is deprecated and will be removed in the next release.
jaeger
tracing exporter is deprecated, useotlp
instead. See documentation for details on how to configure the new exporter.
The project is moved to community organization auditumio. We hope that will this improve the governance and the development of the project.
- The project is moved from
infragmo
toauditumio
organization. This change is breaking in a few ways, e.g. the protobuf package is changed, docker registry is changed, etc.
- Added
store.postgres.logQueries
andstore.sqlite.logQueries
configuration options to log SQL queries.
- Improved HTTP API reference documentation.
- Added search on documentation website.
The initial release.