Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog message for PR #147 #148

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 2 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- New exporter, `otel_push_exporter` is now available in addition to the existing
`prometheus_exporter`. It can be used to push metrics in the OTEL format via
HTTP or gRPC to a OTEL-collector-(compatible) server.

### Changed

- Update to `syn` v2 (#145)
- Error messages when using `#[autometrics]` together with `#[async_trait]`
- Add support for tracing-opentelemetry v0.21 (#147)
- Error messages when using `#[autometrics]` together with `#[async_trait]`
has been improved (#149)

### Deprecated

-

### Removed

-

### Fixed

-

### Security

-

---

## [0.6.0](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.5.0) - 2023-08-08

### Added
Expand Down