Skip to content

Latest commit

 

History

History
148 lines (98 loc) · 4.94 KB

CHANGELOG.md

File metadata and controls

148 lines (98 loc) · 4.94 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.dockerinfrastructure.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.

0.3.10 - 2024-06-13

Fixed

  • Fix race condition between screen recording and stopping container.
  • Wait for sample project key to be filled in before clicking submit.

0.3.8 - 2024-01-12

Fixed

0.3.7 - 2023-09-12

Fixed

  • Use MP4 instead of FLV for video recording for video seek ability JPERF-836

0.3.6 - 2022-10-13

Fixed

  • Update Jira license to proper one JPERF-836

0.3.5 - 2022-10-13

Changed

  • Update Jira license JPERF-836
  • Update testcontainers to 1.17.5 as old ryuk image wasn't available in dockerhub anymore

0.3.4 - 2022-04-10

Fixed

  • Bump log4j dependency to 2.17.2. Fix JPERF-773

0.3.3 - 2020-02-20

Fixed

  • Updated Ubuntu to the 2020 LTS version

0.3.2 - 2020-02-06

Fixed

  • Added support for Jira Software
  • updated Testing Containers

0.3.1 - 2020-02-03

Fixed

  • Upgraded Selenium to 3.141.59
  • A lot of stability fixes

0.3.0 - 2019-09-05

Added

  • Record VNC video to diagnose WebDriver errors. Unblock JPERF-566.

0.2.0 - 2019-08-30

Added

  • Diagnose WebDriver errors during Jira Core setup. Unblock JPERF-566.

0.1.4 - 2019-08-29

Fixed

  • Close popups one by one. And wait for them to slide out. Fix JPERF-565.

0.1.3 - 2019-08-29

Fixed

  • Stop putting the license into the admin user name. Fix JPERF-561.

0.1.2 - 2019-01-15

Fixed

  • Provision jira with a default dataset.

Added

  • JiraCoreFormula can build Jira that is accessible from docker or host.

Removed

  • Remove getDockerUri method from Jira interface.

0.1.1 - 2019-01-10

Fixed

  • Stop to use deprecated API.

0.1.0 - 2018-12-13

Added

  • Jira Core formula.
  • Dockerised Chrome browser.