1.15.0 - 2021-06-16
Fixed
- Issue where
sdk.detectionlists.create_user()
would always fail because of API changes.
The method has been deprecated and now returns the response fromsdk.detectionlists.get()
.
Added
-
New custom exception
Py42UnableToCreateProfileError
that is raised when calling the
methodsdk.detectionlists.create_user()
due to the user not existing in Code42 or
is already in the process of being created on the back-end. -
SyncDestinationUsername
filter class topy42.sdk.queries.fileevents.filters.exposure_filter
module.