|
|
|
@ -5,7 +5,9 @@ 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/), |
|
|
|
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). |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
## [Unreleased] |
|
|
|
<!-- ## [Unreleased] --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## [1.3.0] - 2023-11-29 |
|
|
|
### Added |
|
|
|
### Added |
|
|
|
- `Base.getindex` is overloaded for the `Prometheus.Family` collector to have the same |
|
|
|
- `Base.getindex` is overloaded for the `Prometheus.Family` collector to have the same |
|
|
|
meaning as `Prometheus.labels`. `family[labels]` is equivalent to |
|
|
|
meaning as `Prometheus.labels`. `family[labels]` is equivalent to |
|
|
|
@ -61,8 +63,10 @@ See [README.md](README.md) for details and documentation. |
|
|
|
[github-7]: https://github.com/fredrikekre/Prometheus.jl/pull/7 |
|
|
|
[github-7]: https://github.com/fredrikekre/Prometheus.jl/pull/7 |
|
|
|
[github-10]: https://github.com/fredrikekre/Prometheus.jl/pull/10 |
|
|
|
[github-10]: https://github.com/fredrikekre/Prometheus.jl/pull/10 |
|
|
|
[github-13]: https://github.com/fredrikekre/Prometheus.jl/pull/13 |
|
|
|
[github-13]: https://github.com/fredrikekre/Prometheus.jl/pull/13 |
|
|
|
|
|
|
|
[github-14]: https://github.com/fredrikekre/Prometheus.jl/pull/14 |
|
|
|
|
|
|
|
|
|
|
|
[Unreleased]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.2.0...HEAD |
|
|
|
[Unreleased]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.3.0...HEAD |
|
|
|
|
|
|
|
[1.3.0]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.2.0...v1.3.0 |
|
|
|
[1.2.0]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.1.0...v1.2.0 |
|
|
|
[1.2.0]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.1.0...v1.2.0 |
|
|
|
[1.1.0]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.0.1...v1.1.0 |
|
|
|
[1.1.0]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.0.1...v1.1.0 |
|
|
|
[1.0.1]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.0.0...v1.0.1 |
|
|
|
[1.0.1]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.0.0...v1.0.1 |
|
|
|
|