github code42/py42 v1.16.0

latest releases: v1.27.1, v1.27.0, v1.26.2...
2 years ago

1.16.0 - 2021-07-08

Fixed

  • sdk.securitydata.search_all_file_events() now automatically escapes double-quote characters in the page_token param
    when passed.

  • An issue where FileEventQuery.sort_direction and FileEventQuery.sort_key properties were not applied to searches
    when a page_token was passed in calls to sdk.securitydata.search_all_file_events().

  • Methods sdk.auditlogs.get_all() and sdk.auditlogs.get_page() now honor microseconds when parameters
    begin_time or end_time are epoch times.

Added

  • Custom exception Py42InvalidEmailError when providing an invalid email to sdk.users.update_user().

  • Custom exception Py42InvalidPasswordError when providing an invalid password to sdk.users.update_user().

  • Custom exception Py42InvalidUsernameError when providing an invalid username to sdk.users.update_user().

Don't miss a new py42 release

NewReleases is sending notifications on new releases.