v1.0.2
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 nowmax_content_length
canRead
is nowcan_read
canWrite
is nowcan_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.