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.
The API consists of all public Java types from com.atlassian.performance.tools.dockerinfrastructure.api
and its subpackages:
- source compatibility
- binary compatibility
- behavioral compatibility with behavioral contracts expressed via Javadoc
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
- 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
- Fix java installation on MacOS. Aid JPERF-1454.
0.3.7 - 2023-09-12
- Use MP4 instead of FLV for video recording for video seek ability JPERF-836
0.3.6 - 2022-10-13
- Update Jira license to proper one JPERF-836
0.3.5 - 2022-10-13
- 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
- Bump log4j dependency to 2.17.2. Fix JPERF-773
0.3.3 - 2020-02-20
- Updated Ubuntu to the 2020 LTS version
0.3.2 - 2020-02-06
- Added support for Jira Software
- updated Testing Containers
0.3.1 - 2020-02-03
- Upgraded Selenium to 3.141.59
- A lot of stability fixes
0.3.0 - 2019-09-05
- Record VNC video to diagnose WebDriver errors. Unblock JPERF-566.
0.2.0 - 2019-08-30
- Diagnose WebDriver errors during Jira Core setup. Unblock JPERF-566.
0.1.4 - 2019-08-29
- Close popups one by one. And wait for them to slide out. Fix JPERF-565.
0.1.3 - 2019-08-29
- Stop putting the license into the admin user name. Fix JPERF-561.
0.1.2 - 2019-01-15
- Provision jira with a default dataset.
JiraCoreFormula
can buildJira
that is accessible from docker or host.
- Remove
getDockerUri
method fromJira
interface.
0.1.1 - 2019-01-10
- Stop to use deprecated API.
0.1.0 - 2018-12-13
- Jira Core formula.
- Dockerised Chrome browser.