# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.2.1 (2024-10-16)
### Bug Fixes
- actually add custom labels for histograms, summaries and gauges
### Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Actually add custom labels for histograms, summaries and gauges ([`3ae738c`](https://github.com/chriswk/prometheus_reqwest_remote_write/commit/3ae738c039c7d5a08dadacb0ee41be82b59a9294))
## v0.2.0 (2024-10-16)
### Chore
- add license
### New Features
- add possibility to add labels added to all metrics in write request
### Commit Statistics
- 3 commits contributed to the release.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release prometheus-reqwest-remote-write v0.2.0 ([`b3ce210`](https://github.com/chriswk/prometheus_reqwest_remote_write/commit/b3ce2105d4de5ced9112deb288a8d17d658c9c9e))
- Add possibility to add labels added to all metrics in write request ([`c8e7683`](https://github.com/chriswk/prometheus_reqwest_remote_write/commit/c8e7683aa4bb802b7d43fc636622d8077840a25a))
- Add license ([`c336bb9`](https://github.com/chriswk/prometheus_reqwest_remote_write/commit/c336bb9415378e478d2dc3c0dd3440cc2e971fe2))
## v0.1.1 (2024-10-15)
### Chore
- remove prometheus-parse. We only support MetricFamilies
### Commit Statistics
- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release prometheus-reqwest-remote-write v0.1.1 ([`800b729`](https://github.com/chriswk/prometheus_reqwest_remote_write/commit/800b729e6ffac098bc8cf26096411114b6c1c874))
- Remove prometheus-parse. We only support MetricFamilies ([`8398e10`](https://github.com/chriswk/prometheus_reqwest_remote_write/commit/8398e100be7d6fcb6ea582ea78c2d3491a70271e))
## v0.1.0 (2024-10-15)
### Chore
- add workflow for running build
### Chore
- add changelog
### New Features
- Can now aggregate Gauge, Counter and Histogram
Initial commit to this repository. Converts MetricFamiliy samples into a
WriteRequest for pushing to Prometheus's Remote Write protocol.
### Commit Statistics
- 4 commits contributed to the release.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release prometheus-reqwest-remote-write v0.1.0 ([`36ad630`](https://github.com/chriswk/prometheus_reqwest_remote_write/commit/36ad6300a952c0f10978a15c0dd472dcde5d60e1))
- Add changelog ([`b71e4bf`](https://github.com/chriswk/prometheus_reqwest_remote_write/commit/b71e4bfac54f6e0fdcca3e48754a1723bfcf3743))
- Add workflow for running build ([`48d7cb3`](https://github.com/chriswk/prometheus_reqwest_remote_write/commit/48d7cb3d730f5fb83fe9b77c92dcd8924b22c4f7))
- Can now aggregate Gauge, Counter and Histogram ([`a58402e`](https://github.com/chriswk/prometheus_reqwest_remote_write/commit/a58402e5b6b31688581a1359939e21cc8d971aaa))