Skip to content

Latest commit

 

History

History
105 lines (72 loc) · 2.78 KB

File metadata and controls

105 lines (72 loc) · 2.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.

[0.7.1] - 2026-05-16

### Added

  • Added wiremock version 0.6.5
  • Added API testing

Changed

  • Updated reqwest to 0.13.3
  • Updated serde_with to 3.18.0
  • Updated msrv to 1.88.0
  • Updated deserialization to not fail on api responses
  • Updated examples

[0.7.0] - 2026-01-28

Changed

  • BREAKING: Default TLS backend changed from OpenSSL to rustls - Removed openssl and rustls feature flags
  • Upgraded reqwest to 0.13.1

Added

  • native-tls feature flag for users requiring OpenSSL/native-tls backend

Removed

  • Direct openssl and openssl-sys dependencies (no longer needed)

[0.5.0] - 2025-09-24

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
  • Docs: Added instructions for installing on various OS'es

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.83.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

[0.4.0] - 2024-10-08

Added

  • Docs: Added initial documentation drop
  • Feature: A script (run-examples.sh) to run and display the status (pass/fail) of each example

Changed

  • Update Rusty Falcon to use the latest OpenAPI spec (07 Oct 2024)

  • Update example code to follow the latest OpenAPI spec changes

  • Fix links in the README

  • Fix spelling for docs and api files

  • Error hierarchy revamp to structured errors based on thiserror crate

  • Upgrade dependencies:

    • clap to 4.5.18
    • openssl to 0.10.66
    • openssl-sys to 0.9.103
    • reqwest to 0.12.8
    • serde to 1.0.210
    • serde_derive to 1.0.210
    • serde_json to 1.0.128
    • tokio to 1.40.0
    • url to 2.5.2

[0.3.3] - 2023-09-04

Added

  • Example: Falcon Custom IOAs
  • Example: Discover API Host Details
  • Example: Falcon ZTA example
  • Change log using Keep a Changelog format

Fixed

  • Use MsaspecPeriodMetaInfo in DomainPeriodAssessmentsResponse:Meta field

[<= 0.3.2] - Historical

  • Support for Falcon API