Skip to content

0.5.0

Latest

Choose a tag to compare

@davidc6 davidc6 released this 24 Sep 09:11
909b627

Added

  • Chore: Added openssl and rustls feature flags to toggle TLS implementation, with openssl enabled by default
  • Deps: Added serde_with version 3.14.0

Changed

  • Update Rusty Falcon to use the latest OpenAPI spec (2025-09-19T00:00:03Z)

  • Update example code to follow the latest OpenAPI spec changes

  • Fix links in the README

  • Fix spelling for docs and api files

  • Handle intel_indicators example case in run-examples.sh script

  • Update rust-version to 1.82.0

  • Display number of passed examples/tests in run-examples.sh script

  • Enable run-example.sh script to run a single example

  • Set certain DetectsExternalAlert model fields to optional

  • Upgrade dependencies:

    • clap to 4.5.19
    • openssl to 0.10.73 (optional)
    • openssl-sys to 0.9.109 (optional)
    • reqwest to 0.12.20