Skip to content

Releases: apple/swift-metrics-extras

0.3.1

11 May 10:34
0.3.1
Compare
Choose a tag to compare

A minor bugfix release addressing the fact that CPU time metric could occasionally report a "nan" (not a number) value, breaking some consumers of such metrics.

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

01 Feb 10:42
0.3.0
95c2d30
Compare
Choose a tag to compare

What's Changed

Other

  • Add CI for Swift 5.8 and update nightly to Ubuntu 22.04 by @yim-lee in #25
  • Handle year 2023 in license headers by @ktoso in #27

Accidental 2.2.2 tag

We had accidentally tagged this version initially as 2.2.2 which was incorrect since this library still is in its 0.x series. If you had already updated to depend on 2.2.2 please clean your project and depend on 0.3.0 instead -- it is the same artifact. The incorrect 2.2.2 tag has been removed.

Full Changelog: 0.2.1...0.3.0

0.2.1

24 Jan 01:28
0.2.1
e63450f
Compare
Choose a tag to compare

What's Changed

  • Add .spi.yml for Swift Package Index DocC support by @yim-lee in #23
  • Create gauge for open file descriptors metric by @gjcairo in #24

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

08 Nov 03:15
0.2.0
Compare
Choose a tag to compare

What's Changed

New feature

  • Add support for custom dimensions attached to recorded system metrics by @mman in #21

General

  • Update swift-metrics SPI usage by @ktoso in #16
  • Move to docc documentation by @ktoso in #19
  • Update quotes around glob in soundness script by @ktoso in #20

Bugfix

Support for Swift 5.7:

  • Remove uninitialized buffer use, fix 5.7 issue by @ktoso in #22

New Contributors

  • @ktoso made their first contribution in #16
  • @mman made their first contribution in #21

Full Changelog: 0.1.1...0.2.0

0.1.1 - Test metrics cache handlers

18 Jan 10:29
0.1.1
4011baa
Compare
Choose a tag to compare
  • Metrics objects now cache the handlers, allowing for easier retrieval in tests #15
  • Concurrency fix #14

0.1.0 - Initial release

18 Jan 10:27
0.1.0
3cc7445
Compare
Choose a tag to compare