Skip to content

Releases: tentaclelabs/prometheus_client

1.0.0+1

03 Oct 17:26

Choose a tag to compare

1.0.0+1

  • Upgrade lints package to version 2.0.0.

1.0.0

18 Feb 15:38

Choose a tag to compare

1.0.0

  • Stable release of prometheus_client 🎉, contains no changes since 0.6.0.

0.6.0

11 Feb 15:37

Choose a tag to compare

  • Introduce a collectCallback into every metric type, which allows to update the metric before the sample values are
    collected. This is useful to perform more complex metric calculation only when the metrics are scraped.
  • Breaking Change: Make Collector.collect() method on metrics async. Related code
    like CollectorRegistry.collectMetricFamilySamples(), is now async, too.
  • Polish documentation towards a 1.0.0 release.

0.5.1

10 Feb 20:39

Choose a tag to compare

  • Migrate from pedantic to lints

0.5.0

08 Mar 20:29

Choose a tag to compare

  • Migrate to null-safety.
  • Change all metrics constructors to take name and help as required named parameters.

0.4.1

25 Sep 17:25

Choose a tag to compare

  • counter.inc() should only allow to increment by values greather than zero.

0.4.0+4

04 May 11:44

Choose a tag to compare

0.4.0+3

23 Dec 09:10
7948d33

Choose a tag to compare

  • Remove author from pubspec.

0.4.0+2

23 Dec 09:02

Choose a tag to compare

  • Fix some analyzer issues, no functional changes.

0.4.0+1

30 Nov 15:06

Choose a tag to compare

  • Align version constraint to prometheus_client_shelf.