- Initial release of the SDK
- Basic client implementation with authentication
- Asset scanning functionality
- Support for different scan types
- Configurable logging (console and file)
- Error in running the package due to wrong minimum python versions. (Bumped to 3.10+ from 3.8+)
- Support for running multiple scan types in a single request
- Updated trigger_scan method to accept either a single ScanType or a list of ScanType values
- Documentation to reflect new multi-scan capabilities
- Example code to demonstrate how to trigger multiple scan types