mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 14:09:41 -08:00
d668a7efe3
Update dependencies before 2.21 release Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
775 B
775 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[1.1.0]
Added
- #49: Add option to ignore current goroutines, which checks for any additional leaks and allows for incremental adoption of goleak in larger projects.
Thanks to @denis-tingajkin for their contributions to this release.
1.0.0
Changed
- Migrate to Go modules.
Fixed
- Ignore trace related goroutines that cause false positives with -trace.
0.10.0
- Initial release.