Skip to content

Commit

Permalink
Merge pull request #163 from auditumio/release-0.3.0
Browse files Browse the repository at this point in the history
Prepare release: 0.3.0
  • Loading branch information
hypnoglow authored Jul 15, 2024
2 parents de88fad + 4daef77 commit dc07c74
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## [0.3.0] - 2024-07-15

### Added

- 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` field `filter.external_ids` allows to filter projects by their
`external_id` field value.
- Tracing: added support for `otlp` exporter, to replace deprecated `jaeger` exporter,
which is deprecated and will be removed in the next release.

### Deprecated

- `jaeger` tracing exporter is deprecated, use `otlp` instead. See documentation
for details on how to configure the new exporter.

## [0.2.0] - 2023-08-30

The project is moved to community organization [auditumio](https://github.com/auditumio).
Expand Down

0 comments on commit dc07c74

Please sign in to comment.