Releases: bryanbcook/azdevops-testplan-extension
Release list
0.9.2
What's Changed
- fix: cross project publishing by @bryanbcook in #141
- Fix missing label by @bryanbcook in #142
- fix: improve debug logging by @bryanbcook in #143
- Update azure-pipeline-task-lib to 5.2.10 by @bryanbcook in #144
- Update marketplace pipelines by @bryanbcook in #145
Full Changelog: 0.9.1...0.9.2
0.9.1
What's Changed
- npm package updates by @bryanbcook in #133
- update test-result-parser to 0.4.4 for latest security fixes by @bryanbcook in #134
- Support duplicates in test plans by @bryanbcook in #132
- remove publishtelemetry feature flag by @bryanbcook in #135
- Add support for "Test outcome settings" for duplicate test case references by @bryanbcook in #138
- temp: disable build association using Feature Flag by @bryanbcook in #139
Full Changelog: 0.9.0...0.9.1
Feature Flags:
- PUBLISHTESTPLANRESULTS_DISABLEBUILDASSOCIATION: (added) temporary workaround for #137
- PUBLISHTESTPLANRESULTS_PUBLISHTELEMETRY: (removed) telemetry publishing is controlled through task
telemetryOptOut
0.9.0
What's Changed
- Bugfix/telemetry reporting defaults by @bryanbcook in #127
- improve debug logging for telemetry by @bryanbcook in #128
- Add telemetry opt-out task input by @bryanbcook in #129
Full Changelog: 0.8.29...0.9.0
0.8.29
What's Changed
- Add task inputs for controlling task failures by @bryanbcook in #123
- add support for feature flags by @bryanbcook in #125
- (wip): collect and publish anonymous telemetry payload by @bryanbcook in #126
Full Changelog: 0.8.28...0.8.29
Feature Flags: (short lived, will be removed in a future release)
PUBLISHTESTPLANRESULTS_DISPLAYTELEMETRY: dumps the telemetry payload to the task console for easier debugging.PUBLISHTESTPLANRESULTS_PUBLISHTELEMETRY: pushes the telemetry payload to appInsights.
Operational Switches:
PUBLISHTESTPLANRESULTS_DISPLAYTELEMETRYERRORS: operational switch to view exceptions that may occur while publishing telemetry.
0.8.28
What's Changed
- adjust task version to match extension version by @bryanbcook in #120
- Create output variables for TestRun by @bryanbcook in #121
Full Changelog: 0.8.26...0.8.28
0.8.26
Version bump from 0.1 -> 0.8!
What's Changed
- failTaskOnFailedTests, failTaskOnSkippedTests by @bryanbcook in #117
- Include test case and config in result processor log output by @bryanbcook in #118
- update npm dependencies by @bryanbcook in #119
Thanks @sinanmetin for the suggested enhancements.
Full Changelog: 0.1.25...0.8.26
0.1.25
What's Changed
- Java JUnit5 example using Maven by @bryanbcook in #109
- display enum named value in log output by @bryanbcook in #110
- Upgrade testparser to 0.2.8 by @bryanbcook in #111
Full Changelog: 0.1.24...0.1.25
0.1.24
What's Changed
- Bugfix/parallel attachment upload by @bryanbcook in #105
- address wildcard support issue on windows by @bryanbcook in #107
- adjust extension minor version by @bryanbcook in #108
Full Changelog: 0.1.23...0.1.24
0.1.23
What's Changed
- Add Node20_1 handler by @bryanbcook in #100
- switched to testParser parseV2 by @bryanbcook in #101
- Updated testparser 0.2.6 - add support for jUnit property syntax by @bryanbcook in #103
Full Changelog: 0.1.22...0.1.23
Breaking Change
The extension has dropped support for Node 10. Organizations that are running a self-hosted agent must have build agent version 2.209.0 (released August 2022) or higher. If you were using an older build agent and need to maintain compatibility until you upgrade your build agent, use the previous version of the extension:
- task: PublishTestPlanResults@0.1.22
inputs:
...0.1.22
What's Changed
- Fix for multi-configuration support by @bryanbcook in #93
Full Changelog: 0.1.21...0.1.22