Skip to content

Latest commit

 

History

History
137 lines (80 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

137 lines (80 loc) · 4.57 KB

Changelog

All notable changes to the Bamboo mabl plugin will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

To be filled out.

[0.1.15]

MABL-9882 Fix NullPointerException when triggered plan run data is not present.

[0.1.14]

MABL-9127 Fix class loading errors on recent versions of Bamboo.

[0.1.13]

Fixed

  • MABL-8395 Fix logging error if there are skipped test runs

[0.1.12]

Fixed

  • MABL-8542 Fix multiple test runs triggered by DataTables being listed as a single test run

[0.1.11] - May 3, 2022

Changed

  • Update mabl icon

Fixed

  • MABL-6912 Bump the API request timeout to 30 minutes
  • MABL-5731 Skip logging test status if status is null

0.1.10 - July 12, 2021

Added

  • MABL-5052 Share the deployment ID in mabl as a variable mabl.deployment.id available to subsequent tasks in the pipeline

Changed

  • Update spotbugs-maven-plugin, wiremock-jre8-standalone dependencies
  • Suppress spotbugs warning related to injected Bamboo object instances

0.1.9 - June 11, 2021

Changed

  • IST-271 Address Apache Httpclient vulnerability
  • Update junit, jacoco-maven-plugin, spotbugs-maven-plugin, wiremock-jre8-standalone dependencies
  • MABL-3120 Update JUnit dependency to address GHSA-269g-pwp5-87pp advisory

0.1.8 - October 13, 2020

Added

  • MABL-3059 Fix an issue that caused multiple test case IDs to be included in the requirements section of the JUnit report

Fixed

  • MABL-3060 Add support for mabl branch cconfiguration option
  • Add a missing namespace declaration to the generated JUnit report XML

Changed

  • Remove PowerMockito dependency
  • Update dependencies: Wiremock, Spotbugs, JaCoCo
  • Add description to fields on the configuration page

0.1.7 - September 09, 2020

Added

  • MABL-2329 Add proxy configuration and basic auth support to bamboo-plugin

0.1.6 - August 25, 2020

Added

  • MABL-2468 Added support for capturing test case IDs and for writing out JUnit test report and allow Bamboo to capture the file as a build artifact
  • Added support for counting and reporting skipped tests

Fixed

  • Fixed issue with reporting test duration

Changed

  • Retried plans that completed successfully used to cause test failure
  • Updated user-agent string to include JVM and Bamboo version
  • Updated test output to include URL to deployment event
  • Updated components (Powermock, Wiremock, JUnit, Apache HTTP Client)

0.1.5 - May 4, 2020

Fixed

0.1.4 - April 23, 2020

Fixed

  • MABL-1800 Bamboo: plugin usage on remote agent

0.1.3 - March 26, 2020

Changed

  • Removed snapshot tag (internal release)

0.0.10 - April 2, 2019

Fixed

  • Respect JVM proxy settings