Releases: swift-server/swift-prometheus
Releases · swift-server/swift-prometheus
V 1.0.0 Alpha 3
BREAKING: This release drops support for NIO 1.x
. There will be a SwiftPrometheus version 0.x
released soon for NIO 1.x
soon.
Changes:
- Transform
PrometheusClient.collect
to return a promise or take a callback. #12 (@MrLotU )
V 0.4.0 Alpha 1
Version 0.4.0 Alpha 1
This version provides backwards compatibility to NIO 1.x.x
V 1.0.0 Alpha 2
Breaking changes:
- Merge
Prometheus
and PrometheusMetrics
into 1 target. #9 (@Yasumoto )
- When using the
swift-metrics
APIs, Gauge.record()
now calls PromGauge.set()
instead of .add()
31d6964 (@ktoso)
Other:
- Updated doc comment typos.
- Updated README
V 1.0.0 Alpha 1
Alpha 1 of SwiftPrometheus 1.0.0.
This includes an implementation of a standalone PrometheusClient
and has support for using SwiftPrometheus with swift-metrics
v0.3.0
Includes fixes in regards to the new async API. Thanks @Yasumoto for #2!
v0.1.3
Fix issue with Histogram & Summary
v0.1.1
Minor bug fixes from 0.1.0