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.workspace.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.
2.0.3 - 2023-09-26
- Stop creating directories just by creating instance of
RootWorkspace
.
2.0.2 - 2019-11-04
- Support working in a Git Worktree folder. Fix JPERF-667.
2.0.1 - 2019-07-31
- Use non-deprecated Kotlin stdlib. Fix JPERF-466.
2.0.0 - 2018-09-03
- Depend on a stable version of APT
io
.
1.1.0 - 2018-08-21
- Add
RootWorkspace.listTasks
.
- Deprecate
RootWorkspace.listPreviousTasks
.
1.0.0 - 2018-08-21
- Define the public API.
- Add missing CHANGELOG.md.
0.0.1 - 2018-08-06
- Migrate multi-task workspace management from JPT submodule.
- Add README.md.
- Configure Bitbucket Pipelines.