Skip to content
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
Add changelog message for PR #147
Simplify CHANGELOG.md by removing headers
  • Loading branch information
hatchan committed Oct 25, 2023
commit 6221d100c2f901ba6b5cf1f0b3b7488d019cf6bd
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