Skip to content

0.3.0M9

Compare
Choose a tag to compare
@strailov strailov released this 24 Aug 13:53
· 261 commits to master since this release
b364740

🚀 New features

  • Additional tag filtering by targetId and distributionSetId (#1381)
  • Filter Distribution sets by assigned Software modules (#1386)
  • Add statistics for Distribution set (#1388)
  • Extend get Module artifacts API by download url (#1390)
  • Add statistics for Distribution set (#1388)
  • Change the structure of Distribution Set Statistics response body (#1397)
  • Batch system configuration update (#1402)
  • Extend Rollout filtration fields with status and Distribution set (#1380)

👍🏻 Improvements

  • Remove retry attempts for AMQP messages which violates a quota (#1392 )
  • Replace Jetty with Tomcat as web server (#1379)

⬆️ Version upgrades

  • JDK 17 build support for hawkBit (#1368)
  • Spring Boot 3.0.0 migration initiated (#1384)

🐞 Bugs fixed

  • Enforce decoding on authentication check (#1362)

New Contributors