Skip to content

Latest commit

 

History

History
124 lines (77 loc) · 5.78 KB

CHANGELOG.md

File metadata and controls

124 lines (77 loc) · 5.78 KB

Changelog

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.

[2.3.0] - 2024-11-13

  • #70 Add support for OFT's command line option --wanted-tags

[2.2.0] - 2024-08-21

  • PR #66 Add filter for artifact types.

[2.1.0] - 2024-08-11

[2.0.0] - 2024-06-09

  • PR #64 Upgrade to OpenFastTrace 4.0.0
    • This adds support for reading RST files
    • Breaking change: starting with this version the plugin requires Java 17 or later
  • PR #63 Verify that the build produces reproducible artifacts

[1.8.0] - 2024-02-28

  • Issue #60 Import coverage from resource directories
  • Issue #61 Suppress warning about missing input directories

[1.7.0] - 2024-02-26

  • PR #57 Mark plugin as thread safe
    • This suppresses a warning when running the Maven build in parallel with -T 1C
    • This suppresses warnings about vulnerabilities in provided dependency com.google.guava:guava:jar:25.1-android via org.apache.maven:maven-core:
      • CVE-2023-2976 CWE-552: Files or Directories Accessible to External Parties (7.1)
      • CVE-2020-8908 CWE-379: Creation of Temporary File in Directory with Incorrect Permissions (3.3)
    • This also updates test dependencies and fixes the following vulnerabilities:
      • commons-io:commons-io:jar:2.2
        • CVE-2021-29425 CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') (5.3)
      • org.codehaus.plexus:plexus-archiver:jar:2.2
        • CVE-2012-2098 CWE-310 (5.0)
        • CVE-2023-37460 CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') (9.8)
  • Issue #55 Allow skipping the execution of this plugin by adding option -Dopenfasttrace.skip=true
  • Issue #56 Upgrade to OpenFastTrace 3.8.0
    • This adds support for the new option detailsSectionDisplay

[1.6.2] - 2023-03-12

[1.6.1] - 2022-08-21

Fixed

[1.6.0] - 2022-08-21

Refactoring

[1.5.0] - 2022-03-17

[1.4.0] - 2022-02-01

[1.3.0] - 2021-12-20

  • #35 Support tracing projects with multiple modules.

[1.2.1] - 2021-11-26

Changed

[1.2.0] - 2021-05-30

Changed

[1.1.0] - 2021-05-21

Changed

[1.0.0] - 2020-07-08

Changed

  • #4 Allow configuration of report format, using HTML by default

[0.1.0] - 2020-05-23

Changed

  • Add configuration option failBuild

[0.0.3] - 2020-05-12

Changed

  • Upgrade to OpenFastTrace 3.0.2
  • Requires Java 11

[0.0.2] - Initial release

  • Initial release