# 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.3.1](https://github.com/giangndm/metrics-dashboard-rs/compare/v0.3.0...v0.3.1) - 2024-10-05 ### Fixed - recorder deadlock ([#39](https://github.com/giangndm/metrics-dashboard-rs/pull/39)) ## [0.3.0](https://github.com/giangndm/metrics-dashboard-rs/compare/v0.2.2...v0.3.0) - 2024-10-04 ### Other - switch to parking-lot ([#37](https://github.com/giangndm/metrics-dashboard-rs/pull/37)) ## [0.2.2](https://github.com/giangndm/metrics-dashboard-rs/compare/v0.2.1...v0.2.2) - 2024-09-05 ### Fixed - expose more variable ([#35](https://github.com/giangndm/metrics-dashboard-rs/pull/35)) ## [0.2.1](https://github.com/giangndm/metrics-dashboard-rs/compare/v0.2.0...v0.2.1) - 2024-05-29 ### Fixed - export system and process info for prometheus ([#28](https://github.com/giangndm/metrics-dashboard-rs/pull/28)) ## [0.2.0](https://github.com/giangndm/metrics-dashboard-rs/compare/v0.1.3...v0.2.0) - 2024-01-25 ### Added - multi keys chart configuration ([#22](https://github.com/giangndm/metrics-dashboard-rs/pull/22)) ### Other - update prometheus deps ([#25](https://github.com/giangndm/metrics-dashboard-rs/pull/25)) - refactor apis and update deps ([#24](https://github.com/giangndm/metrics-dashboard-rs/pull/24)) ## [0.1.3](https://github.com/giangndm/metrics-dashboard-rs/compare/v0.1.2...v0.1.3) - 2023-12-12 ### Added - added system metrics ([#7](https://github.com/giangndm/metrics-dashboard-rs/pull/7)) ## [0.1.2](https://github.com/giangndm/metrics-dashboard-rs/compare/v0.1.1...v0.1.2) - 2023-12-11 ### Other - Fix/gause f64 wrong ([#5](https://github.com/giangndm/metrics-dashboard-rs/pull/5)) ## [0.1.1](https://github.com/giangndm/metrics-dashboard-rs/compare/v0.1.0...v0.1.1) - 2023-12-02 ### Added - prometheus endpoint ([#2](https://github.com/giangndm/metrics-dashboard-rs/pull/2)) ### Other - fixing doc - fix readme link - change crate desc - remove cd workflow because it it library - fixing clippy warn