Skip to content

Latest commit

 

History

History
386 lines (266 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

386 lines (266 loc) · 13.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Compatibility

The library offers compatibility contracts on the Java API and the POM.

Java API

The API consists of all public Java types from com.atlassian.performance.tools.report.api and its subpackages:

POM

Changing the license is breaking a contract. Adding a requirement of a major version of a dependency is breaking a contract. Dropping a requirement of a major version of a dependency is a new contract.

3.10.0 - 2020-12-04

Added

  • Expose Verdict reports.

3.9.0 - 2020-12-02

Added

  • Expose Verdict result.
  • Expose IndependentCohortsJudge method that judges a single result.

3.8.2 - 2020-04-06

Fixed

  • The tooltips shown on hover in timeline chart are now correct. Resolve JPERF-614.

3.8.1 - 2020-03-03

Fixed

  • Emit useful errors from RelativePerformanceStabilityJudge.

3.8.0 - 2019-09-30

Added

  • Parametrize RawCohortResult.Factory with MetricJsonFormat to avoid drilldown parsing. Work around JPERF-395.

3.7.1 - 2019-09-20

Fixed

  • Remove the confusing histogram from the distribution comparison in the FullReport. Resolve JPERF-475.
  • Explain what the quantile function is.
  • Sort the action labels on the distribution comparison.

3.7.0 - 2019-09-16

Added

  • Show the entire cohort latency distribution. Resolve JPERF-575.

3.6.1 - 2019-08-09

Fixed

  • Make nonparametric judges more specific about the failure type. Resolve JPERF-551.

3.6.0 - 2019-07-25

Added

  • Add failedActions property to Verdict. Resolve [JPERF-537].

3.5.0 - 2019-07-05

Fixed

  • Inform about over-cropping action metric timelines. Fix [JPERF-152].
  • Stop ignoring OutlierTrimming in MaximumCoverageJudge. Fix JPERF-443.

Deprecated

  • Deprecate EdibleResult.actionStats in favour of EdibleResult.stats field.
  • Deprecate StatsMeter in favour of EdibleResult.

3.4.0 - 2019-06-13

Added

  • Add second constructor with significance parameter to RelativeNonparametricStabilityJudge and RelativeNonparametricPerformanceJudge. Resolve [JPERF-500].

3.3.1 - 2019-06-10

Fixed

  • Use SuanShu's Kolmogorov-Smirnov implementation. Fix [JPERF-495].

3.3.0 - 2019-06-06

Added

  • Add ShiftedDistributionRegressionTest, RelativeNonparametricPerformanceJudge and RelativePerformanceStabilityJudge which are necessary for [JPERF-493].

3.2.2 - 2019-05-30

Fixed

  • Trim outliers properly. Fix [JPERF-490].

3.2.1 - 2019-05-10

Fixed

  • Do not fail Waterfall chart creation when resource URL contains data URI scheme. Fix [JPERF-481].

3.2.0 - 2019-04-30

Added

  • Add TableReporter for HTML table reports. Resolve JPERF-452.
  • Expose detailed performance stats. Resolve JPERF-455.

Fixed

  • Read jstat logs in any order. Fix JPERF-462.
  • Include HTML table report in FullReport.
  • Make Jstat Converter idempotent. Fix JPERF-464.
  • Fix intensive logging in WaterfallChart. Resolve JPREF-369.

Deprecated

  • Deprecate BaselineComparingJuge.judge in favour of an overloaded method.
  • Deprecate ErrorsJudge.judge in favour of an overloaded method.
  • Deprecate IndependentCohortsJudge.judge in favour of an overloaded method.
  • Deprecate RelativeTypicalPerformanceJudge.judge in favour of an overloaded method.
  • Deprecate SampleSizeJudge.judge in favour of an overloaded method.
  • Deprecate InteractionStats in favour of Stats.
  • Deprecate StatsMeter.measure in favour of StatsMeter.measurePerformance
  • Deprecate DataReporter in favour of CohortsSummaryTable

3.1.4 - 2019-04-30

It was a botched 3.2.0 release. Don't use new APIs from this version, switch to 3.2.0 instead.

3.1.3 - 2019-03-20

Fixed

  • Replace '-' character to prevent java.lang.NumberFormatException. Resolve JPERF-426.

3.1.2 - 2019-03-15

Fixed

  • Do not throw negative phase exception in WaterfallChart when responseEnd is before responseStart. Fix JPERF-416.
  • Move the legend on the distribution chart to the side. Resolve JPERF-421.
  • Group labels in distribution chart by cohort. Resolve JPERF-421.

3.1.1 - 2019-01-23

Fixed

  • Fix nullability issue in WaterfallChart. Resolve JPERF-365.

3.1.0 - 2019-01-22

Added

  • Expose failure and results in CohortResult.
  • Add RawCohortResult. Unblock JPERF-363.

Deprecated

  • Deprecate CohortResult in favour of RawCohortResult.
  • Deprecate FullCohortResult in favour of RawCohortResult.Factory.
  • Deprecate FailedCohortResult in favour of RawCohortResult.Factory.

3.0.0 - 2019-01-17

Added

  • Add WaterfallHighlightReport.
  • Enable WaterfallHighlightReport in FullReport. Resolve JPERF-316.

Removed

  • Drop support for jira-actions:2.
  • Remove Kotlin data-class generated methods from API for Verdict, DurationData, EdibleResult, InteractionStats, PerformanceCriteria.
  • Remove all deprecated API: primary constructor of EdibleResult, HistoricalCohortsReporter#report(report: Path).

2.6.0 - 2019-01-11

Fixed

  • Remove WaterfallHighlightReport in order to restore compatibility with jira-actions:[2.0.0,3.1.0).
    This is not a breaking change, because the API from 2.5.0 was not stable.

2.5.0 - 2019-01-10

INCOMPATIBILITY BUG

2.5.0 is botched. Don't use new APIs from this version. It's not compatible with jira-actions:[2.0.0,3.1.0). Roll back to 2.4.0 or roll forward to 2.6.0 or later to restore this compatibility.

Added

  • Add WaterfallHighlightReport.
  • Enable WaterfallHighlightReport in FullReport. Resolve JPERF-316.

2.4.0 - 2019-01-08

Added

  • Provide builder for EdibleResult.
  • Provide API to perform calculations on action metrics. Resolves JPERF-338.

2.3.1 - 2019-01-08

Fixed

  • Create a JUnit report from exceptions containing '%' character. Fix JPERF-339.

2.3.0 - 2018-11-29

Added

  • Add support for infrastructure:3.
  • Add support for infrastructure:4.
  • Add support for jira-actions:3.
  • Add support for virtual-users:3.

2.2.3 - 2018-10-31

Fixed

  • Fix NPE in RelativeTypicalPerformanceJudge when action results are missing. Fix JPERF-248.

2.2.2 - 2018-10-23

Fixed

  • Restore original column ordering in IndependentCohortsJudge. Fix JPERF-192.

2.2.1 - 2018-09-21

Fixed

  • Skip secondary verdicts if failure verdict is negative. Fix JPERF-106.

2.2.0 - 2018-09-13

Added

  • Log test errors in EdibleResult.

Fixed

  • Fix date conversion in MeanLatencyChart. Fix JPERF-77.

2.1.0 - 2018-09-11

Added

  • Add mean latency chart. Resolve JPERF-65.

Fixed

  • Abbreviate action names in plain text report.
  • Fix SampleSizeJudge when sample size is missing. Fix JPERF-59.

Deprecated

  • Deprecate HistoricalCohortsReporter#report(report: Path).

2.0.0 - 2018-09-06

Changed

  • Use stable APT APIs.
  • Require APT infrastructure:2.
  • Require APT virtual-users:1.
  • API of Timelines.

Added

  • Add APT virtual-users:2 compatibility.

Fixed

  • Sort plain text report's actions alphabetically.
  • Linear interpolation on charts.

1.0.0 - 2018-08-24

Changed

  • Define the public API.

Added

  • Include the plain text report in the full report.

Fixed

  • Extract reports from judges.
  • Depend on a stable APT infrastructure version.

0.0.3 - 2018-08-22

Added

  • Add plain text report.

0.0.2 - 2018-08-21

Added

Fixed

  • Depend on a stable version of APT workspace.

0.0.1 - 2018-08-06

Added