Skip to content

v5.0.0

Compare
Choose a tag to compare
@sephiroth-j sephiroth-j released this 30 May 17:58
· 111 commits to master since this release
81ad464

⚠ Breaking

  • require Jenkins 2.440.1 or newer
  • require Java 11 or newer (required since Jenkins 2.361.1)
  • require Dependency-Track 4.9 or newer
  • New findings are only evaluated from the second build onwards (#113)

⭐ New Features

  • Allow overrideGlobals to override global timeout and interval settings (#182)
  • Use the proxy that is configured in Jenkins (#181)
  • Support threshold for unassigned findings (#158)
  • Supports HTTP/2
  • In the event of an unexpected exception, each call to Dependency-Track is retried within an uniformly distributed, randomly generated period in the range of 50-500ms.
  • A warning is emitted when threshold values are configured but synchronous mode is disabled.
  • Add Support for Identification of Aliases ... by ignoring them (#168)

🐞 Bugs Fixed

  • The settings for the threshold values are now only visible when synchronous mode is enabled. This will hopefully avoid misunderstandings/misconfigurations.