Added - `IncydrDeviceSettings` class to allow users to manage the settings on individual Incydr devices.
1.21.1
Fixed
- Bug with incorrect error being raised `sdk.detectionlists.add_user_cloud_alias()`
1.21.0
Added
- New file event filter query classes: - in `sdk.queries.fileevents.filters.source_filters`: - `SourceCategory` - `SourceName` - `SourceTabTitles` - `SourceTabUrls` - in `sdk.queries.filevents.filters.exposure_filters`: - `DestinationCategory` - `DestinationName`
Fixed
- Improved error handling for `sdk.detectionlists.add_user_cloud_alias()`
1.20.0
Added
- New file event filter query `sdk.queries.fileevents.filers.risk_filter.RiskScore` to search for file events based on riskScore values.
Changed
- Updated `sdk.queries.alerts.filters.alerts_filter.Severity` enum to use updated `riskSeverity` search propert instead of deprecated `severity`. - New values `CRITICAL` and `MODERATE`. - Aliased previous `severity.MEDIUM` > `riskSeverity.MODERATE` for backwards compatibility. - Updated custom exception behavior such that the parameters relating to the exception are: - Printed in addition to the error message. - Accessible as properties of the custom exception class.
1.19.3
Removed
- Removed method Get_alert_log(), method was no longer functional
Changed
- updated URI paths to use new standardized versioning scheme
1.19.2
Fixed
- Decreased `get_all_alert_details` batch size to 25 when retrieving alert queries due to performance concerns.