From c40b48d73c1608d8a132118d8d06b6aaebc90b44 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 1 Nov 2023 00:50:58 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8b023d1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Prometheus.jl 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). + + + +## [1.0.0] - 2023-11-03 + +First stable release of Prometheus.jl: + + - Supported collectors: Counter, Gauge, Summary + - Support for default and custom collector registries + - Support for metric labeling + - Support for exposing metrics to file and over HTTP + - Support for gzip compression when exposing over HTTP + +See [README.md](README.md) for details and documentation. + + +[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.15.0...HEAD +[1.0.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.8.1...v2.9.0