Added
- `sdk.archive.update_cold_storage_purge_date()`, allowing the changing of the date at which a cold storage archive will be purged.
Changed
- Exceptions that inherit from `Py42HTTPError` now return the original `requests.Response` object on the exception's
`.response` property instead of a string representation of the `HTTPError` that was raised.
- `departure_date` is now an optional parameter for `sdk.detectionlists.departing_employee.add()`.
- `py42.sdk.queries.alerts.alert_query.AlertQuery` no longer requires a `tenant_id` to be added to the query manually,
the `AlertClient.search()` method now adds the tenant_id automatically from the user_context.