Skip to content

Releases: swift-server/swift-prometheus

V 1.0.0 Alpha 3

27 Aug 08:52
01b4acc
Compare
Choose a tag to compare
V 1.0.0 Alpha 3 Pre-release
Pre-release

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

27 Aug 09:01
Compare
Choose a tag to compare
V 0.4.0 Alpha 1 Pre-release
Pre-release

Version 0.4.0 Alpha 1

This version provides backwards compatibility to NIO 1.x.x

V 1.0.0 Alpha 2

13 Jul 16:13
955b9d4
Compare
Choose a tag to compare
V 1.0.0 Alpha 2 Pre-release
Pre-release

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

05 Jul 08:27
43baf55
Compare
Choose a tag to compare
V 1.0.0 Alpha 1 Pre-release
Pre-release

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

16 Apr 20:00
c5b2773
Compare
Choose a tag to compare

Includes fixes in regards to the new async API. Thanks @Yasumoto for #2!

V 0.2.0

18 Mar 13:26
Compare
Choose a tag to compare

Thread safety

v0.1.3

21 Nov 13:57
Compare
Choose a tag to compare
Fix issue with Histogram & Summary

v0.1.1

21 Nov 13:40
Compare
Choose a tag to compare

Minor bug fixes from 0.1.0

v0.1.0

21 Nov 11:59
Compare
Choose a tag to compare
Add Info