2.0.0b11
What's Changed
Added
- #302 - Add
organisation.add_attachment,organisation.delete_attachment,organisation.download_attachmentandorganisation.find_attachmentsmethods by @Kamforka in #432 - #434 - Add
alert.import_into_caseandalert.get_similar_observablesmethods by @Kamforka in #439 - #435 - Add
case.change_owner_organisation,case.manage_access,case.get_similar_observables,case.link_case,case.delete_case_link,case.link_url,case.delete_url_linkandcase.get_link_typesmethods by @Kamforka in #450 - #435 - Add
case.OutputCaseObservableMerge,case.OutputCaseLink,case.OutputImportCase,case.InputCaseOwnerOrganisation,case.InputCaseAccess,case.InputCaseLinkandcase.InputURLLinktypes by @Kamforka in #450 - #438 - Introduce
task_log.add_attachmentmethod to comply with the naming convention in other endpoints by @Kamforka in #451
Changed
- #428 - Update
observable.OutputObservableRequiredtype by @3lina in #430 - #302 - Update
organisation.InputBulkOrganisationLinktype by @Kamforka in #432 - #435 - Update
case.InputCase,case.OutputCase,case.InputUpdateCaseandcustom_field.OutputCustomFieldValuetypes by @Kamforka in #450 - #438 - Update
task_log.createmethod to support creation of logs with attachments by @Kamforka in #451 - #438 - Update
task_log.InputTaskLogandtask_log.OutputTaskLogtypes by @Kamforka in #451
Deprecated
- #434 - Deprecate
alert.download_attachmentmethod in favour oforganisation.download_attachmentby @Kamforka in #439 - #435 - Deprecate
case.download_attachmentmethod in favour oforganisation.download_attachmentby @Kamforka in #450 - #438 - Deprecate
task_log.add_attachmentsmethod in favour oftask_log.add_attachment(note the missingsat the end) to comply with the naming convention in other endpoints by @Kamforka in #451
Other
- #302 - Add docstrings to the
organisationendpoints by @Kamforka in #432 - #425 - Use TheHive v5.5.2 in integration tests by @Kamforka in #433
- #438 - Add docstrings to the
task_logendpoints by @Kamforka in #451
New Contributors
Full Changelog: 2.0.0b10...2.0.0b11