Release 4.0.0
ometelytsia
released this
20 Jan 15:44
·
2123 commits
to master
since this release
Version 4.0.0
Added
- Jira Service Management support
- JSM LTS 4.5.10 and 4.13.2
- User Guide for JSM
- JSM “large“ and “small“ datasets
- Bump supported versions:
- Jira LTS from 8.5.8 to 8.5.11
- New Jira LTS 8.13.3
- Confluence LTS from 7.4.4 to 7.4.6
- Bitbucket LTS from 6.10.5 to 6.10.7
- New Bitbucket LTS 7.6.2
- Util script
start_jmeter_ui.py
to simplify usage of JMeter UI for debugging and app-specific actions development. - Average action timings into
results_summary.log
. - Warning if basic action timing exceeds 20 seconds threshold.
- Recommended storage amount to the execution environment section of the User Guide.
- AWS vCPU limit note in the User Guide.
- How to stop the database instructions in the User Guide.
Removed
- Support deprecated:
- EOL Jira 7.13.x and 8.0.x
- EOL Confluence 6.13.x
Fixed
- Confluence
index-snapshot.sh
script to properly check if an index snapshot generation is finished without a need to re-run the script. - Jira get index nodes logic to count only
active
andalive
nodes. - Confluence re-index instructions in the User Guide.
- Explanation of the acceptable error rate for full-scale runs in the User Guide.
- Bitbucket language check header.
- Bitbucket
selenium_create_pull_request
action selector to make the action more stable. - The naming convention for all actions.
- Confluence JMeter
create_page
action edge case when the page has an incorrect name.
Changed
- Pin supported Python versions to
3.6-3.8
. - Bump
bzt
version up to1.15.1
. - Bump
locust
version to1.3.1
. - Bump
chromedriver
version up to88.0.4324.27
to support Chrome browser version88
. - Bump downstream libraries' versions.
Upgrade instructions
git pull
frommaster
branch- activate virtual env for the toolkit (see README.md for details)
pip install -r requirements.txt