Skip to content

version 0.16.0 - Pointe-Noire

Choose a tag to compare

@nyamsprod nyamsprod released this 07 Feb 10:12
· 6 commits to main since this release

Added

  • PerformanceAssertions to align with AggregatedMetrics usage and generation.
  • Report::iterations() method is added.
  • StackWatchException
  • NoMetricSelected exceptions

Fixed

  • BC BREAK: improve Report generation validation and adds missing Report::iterations() method
  • AggregatedMetrics::dd and Statistics::dd improved implementation
  • BC BREAK: global functions are namespaced
  • Improve Github actions
  • BC BREAK: exceptions are now all inheriting from a base StackWatchException

Deprecated

  • None

Remove

  • MetricsAssertions trait replaced by the PerformanceAssertions trait
  • BC BREAK: Enums can no longer be profiled using the CLI instance as it was making no sense.