Skip to content

Latest commit

 

History

History
124 lines (88 loc) · 4.88 KB

CHANGELOG.md

File metadata and controls

124 lines (88 loc) · 4.88 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.

API

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

1.3.0 - 2018-10-31

Added

  • Expose setAllowInsecureConnections in OnPremisePerformanceTest. Work around JPERF-196.

1.2.1 - 2018-10-16

Deprecated

  • Deprecate the intermediate app test APIs. Promote the high-level API and low-level API instead.

Added

  • Add an option to test on premise Jira with custom test scenario, which resolves JPERF-84.
  • Accept any AppSource in AppImpactTest. Work around JPERF-93.
  • Support testing locally built apps. Work around JPERF-93.

Fixed

Added

  • Add a way to test on premise Jira instance which resolves JPERF-16

Changed

  • Use stable APIs.

Added

  • Added AwsHousekeeping to the API.

Added

  • Allow throttling virtual user diagnostics.

Changed

  • Define the public API.

Changed

  • Reshape JiraPerformanceTest into AppImpactTest.

Added

  • Choose deployment for Jira and number of nodes for DC.

Fixed

  • Expect a correct report count.
  • Force updating snapshots when running testRefApp.
  • Hint how to customize the AppImpactTest.
  • Depend on a stable version of APT infrastructure.
  • Depend on a stable version of APT report.

Added

Fixed

  • Correctly label the experiment test cohort.
  • Distinguish between cohorts even if we test the same version of a plugin. JPERF-7.
  • Allow tests to consume custom datasets created within the same task.
  • Fix scanner errors in log. See JPERF-10.
  • Print a full stack trace when ref app fails. JPERF-8.

0.0.2 - 2018-08-08

Fixed

  • Add the missing virtual users main class. See JPERF-2.

0.0.1 - 2018-08-07

Added

  • Migrate high-level test API from JPT submodule.
  • Add README.md.
  • Add this changelog.
  • Enable Bitbucket Pipelines.