Skip to content

0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 10:12
· 34 commits to main since this release

v0.6.0 (2024-04-26)

⚠️ BREAKING-CHANGE

  • Instead of directly creating structs, one must useeither the default or new method to create a new instance, and then
    customize it.

This is helping when adding futures fields, as such a change will no
longer break the API.

Features

  • allow using insecure TLS for send commands (3a1de5f)
  • allow providing RUST_LOG, show the error chain (d45d3c8)
  • allow adding additional trust anchors to the OIDC client (5e33941)
  • detecting the metadata from dns path and security text (41a8bca)
  • allow running more than one runtime at a time (8e2a988)
  • allow ignoring csaf-validator-lib tests by name (8113819)
  • enable csaf-validator-lib in csaf-cli (827f32e)
  • get a poc going (3e48126)
  • run the original tests using deno (6ba03bc)
  • sender: allow adding additional root certificates (dd684e2)
  • allow sending with retries (baa66de)
  • allow disabling TLS validation when talking to the OIDC server (9c8121e)
  • verification: add some initial verification (dcd17f0)
  • add verification (9d2b9a9)
  • add the Role enum (0c3bd1a)
  • add a more common way to get URLs from things (7d51c81)
  • add an "extras" module with an "ignore" visitor (568135e)

Fixes

  • properly handle the --sender-tls-insecure flag (b2ad9cd)
  • drop the error prone DNS error check for a DNS pre-flight check (297689e)
  • remove extra '/' (afe35b7)
  • allow using security.txt files with LF only (5196c2f)
  • detect cancelled earlier (4af9993)
  • consider deserializing a blocking operation (f08285a)
  • fix a race condition when the check runs into a timeout (47010a4)
  • allow restarting tests after a timed out one (8fa57c8)
  • allow setting a timeout for the csaf-validator-lib (49a5a15)
  • fix an issue where the function could only be called once (45ed6a0)
  • avoid complex blocks or closures with blocks (a8872ff)
  • add missing content-type header (aa60273)
  • add missing id (7aac1d3)
  • extract common arguments and fix clap arg clash (dcb94ec)
  • split up the store layout (15cb85f)
  • store the since file when downloading only (3997507)
  • honor features (472530b)