# Changelog
## [0.2.0.1] - 2025-12-18
### Changed
* Fixed that the caching mechanism was completely broken: it would never
refresh the samples, ever.
## [0.2.0.0] - 2025-12-17
### Added
* Support for sample caching in the metrics endpoint middleware
### Changed
* Simplify the metrics endpoint API even further
## [0.1.0.0] - 2025-12-17
### Changed
* Changed the metricsEndpointMiddleware API to support more bells and whistles
without breaking the API in the future.
## [0.0.0.1] - 2025-07-14
### Added
- `--skip-passed`: Skip passing tests and rerun once the entire suite is
skipped.