Skip to content

Latest commit

 

History

History
106 lines (74 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

106 lines (74 loc) · 3.84 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 covers all public Java types from com.atlassian.performance.tools.jirasoftwareactions.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.

1.3.3 - 2020-02-14

Fixed

  • Reduce the overhead of handling large boards and backlogs
  • Upgrade Selenium to 3.141.59
  • Use non-deprecated Kotlin stdlib. Fix JPERF-466.

1.3.2 - 2019-08-02

Fixed

  • Fix flakiness while filtering boards by type. Resolve JPERF-548.

1.3.1 - 2019-02-25

Fixed

  • Stop returning null board Id values from BrowseBoardsPage#getBoardIds. Resolve JPERF-279.

1.3.0 - 2018-11-14

Added

  • Let virtual users use their own filter predicates instead of the built-in isWorthVisiting method
  • Make the module jira-actions 3.x compatibile. Unlocks JPERF-127 and JPERF-150

Deprecated

  • Deprecate NonEmptyBoardMemory
  • Deprecate isWorthVisiting method in the Board

1.2.0 - 2018-10-29

Added

  • Let virtual users memorize more details about boards:
    • is it a scrum board?
    • how many issues does it display?
    • how many issues are in the backlog?
  • Let virtual users avoid empty boards. Resolve JPERF-211.

Fixed

  • Avoid empty boards in the JiraSoftwareScenario.

Deprecated

  • Deprecate AgileBoardIdMemory in favor of Memory<Board>.

1.1.0 - 2018-10-15

Added

  • New action that visits backlog of Scrum boards

Fixed

  • Decrease log level for actions complaining about skipping run, which resolves JPERF-162.

1.0.0 - 2018-09-04

Changed

  • Define public API for the module.
  • Consume stable API of jira-actions

Fixed

  • Add this changelog.