github code42/py42 v1.11.1

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

Changed

  • sdk.cases.create() now raises Py42CaseNameExistsError when the case name already
    exists in the system.

  • sdk.cases.create() now raises Py42DescriptionLimitExceededError when the description
    is more than 250 characters.

  • sdk.cases.update() now raises Py42DescriptionLimitExceededError when the description
    is more than 250 characters.

  • sdk.cases.file_events.add() now raises Py42CaseAlreadyHasEventError when the same
    event is added to a case more than once.

  • sdk.cases.file_events.add() now raises Py42UpdateClosedCaseError when the event is
    added to a closed case.

  • sdk.cases.file_events.delete() now raises Py42UpdateClosedCaseError when the event
    is deleted from a closed case.

Don't miss a new py42 release

NewReleases is sending notifications on new releases.