diff --git a/CHANGELOG.md b/CHANGELOG.md index 668d1ec7..dced846f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,36 @@ # Changelog +# `7.2.0` + +## Notable changes + +- Added `jira.testExecutionIssue` option ([#372](https://github.com/Qytera-Gmbh/cypress-xray-plugin/pull/372)) + +- Deprecated `jira.testExecutionIssueDescription` option + +- Deprecated `jira.testExecutionIssueKey` option + +- Deprecated `jira.testExecutionIssueSummary` option + +- Deprecated `jira.testExecutionIssueType` option + +- Added `http.rateLimiting` options ([#373](https://github.com/Qytera-Gmbh/cypress-xray-plugin/pull/373)) + +## Dependency updates + +- Bump @bahmutov/cypress-esbuild-preprocessor from 2.2.1 to 2.2.2 + +- Bump @badeball/cypress-cucumber-preprocessor from 20.1.0 to 20.1.1 + +- Bump semver from 7.6.2 to 7.6.3 + +- Bump cypress from 13.10.0 to 13.13.2 + # `7.1.0` > [!NOTE] > This version includes a complete rewrite of the plugin for maintainability reasons. -> From a user perspective, it should now be slightly faster overall due to parallelization of feature file or result uploads. +> From a user perspective, it should now be slightly faster overall due to concurrency of feature file or result uploads. > Its output has also been cleaned up and it will now only jump into action at the end of a Cypress run once all tests have concluded. > If any bugs have slipped through the extensive unit and integration tests, [please file a bug](https://github.com/Qytera-Gmbh/cypress-xray-plugin/issues). diff --git a/package-lock.json b/package-lock.json index 376c9a1b..aa0b68bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cypress-xray-plugin", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cypress-xray-plugin", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "dependencies": { "@cucumber/gherkin": "^28.0.0", diff --git a/package.json b/package.json index 211c3778..6869dda1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-xray-plugin", - "version": "7.1.0", + "version": "7.2.0", "description": "A Cypress plugin for uploading test results to Xray (test management for Jira)", "types": "index.d.ts", "author": "csvtuda",