Skip to content

v1.0.2

Compare
Choose a tag to compare
@seansica seansica released this 20 Sep 18:54
· 34 commits to main since this release

Version 1.0.2 - TAXII 2.1 Compliance Hotfix

This release introduces several key fixes and improvements to enhance our API's compliance with the TAXII 2.1 specification and improve overall consistency.

Changes:

  • Fixed the Discovery Endpoint to return API root paths with a leading '/'.
  • Corrected the Get API Root Information Endpoint to return versions as an array of strings instead of a single string.
  • Implemented consistent snake_case naming convention for all API properties:
    • maxContentLength is now max_content_length
    • canRead is now can_read
    • canWrite is now can_write

This update significantly improves our API's adherence to the TAXII 2.1 specification and provides a more consistent interface for our users. While these changes enhance the API's functionality and consistency, they do not introduce any breaking changes. Users of the API are encouraged to update to this version to benefit from these improvements.