Skip to content

2.0.0b11

Choose a tag to compare

@Kamforka Kamforka released this 02 Jun 06:34
· 100 commits to main since this release
62a3f97

What's Changed

Added

  • #302 - Add organisation.add_attachment, organisation.delete_attachment, organisation.download_attachment and organisation.find_attachments methods by @Kamforka in #432
  • #434 - Add alert.import_into_case and alert.get_similar_observables methods 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_link and case.get_link_types methods by @Kamforka in #450
  • #435 - Add case.OutputCaseObservableMerge, case.OutputCaseLink, case.OutputImportCase, case.InputCaseOwnerOrganisation, case.InputCaseAccess, case.InputCaseLink and case.InputURLLink types by @Kamforka in #450
  • #438 - Introduce task_log.add_attachment method to comply with the naming convention in other endpoints by @Kamforka in #451

Changed

  • #428 - Update observable.OutputObservableRequired type by @3lina in #430
  • #302 - Update organisation.InputBulkOrganisationLink type by @Kamforka in #432
  • #435 - Update case.InputCase, case.OutputCase, case.InputUpdateCase and custom_field.OutputCustomFieldValue types by @Kamforka in #450
  • #438 - Update task_log.create method to support creation of logs with attachments by @Kamforka in #451
  • #438 - Update task_log.InputTaskLog and task_log.OutputTaskLog types by @Kamforka in #451

Deprecated

  • #434 - Deprecate alert.download_attachment method in favour of organisation.download_attachment by @Kamforka in #439
  • #435 - Deprecate case.download_attachment method in favour of organisation.download_attachment by @Kamforka in #450
  • #438 - Deprecate task_log.add_attachments method in favour of task_log.add_attachment (note the missing s at the end) to comply with the naming convention in other endpoints by @Kamforka in #451

Other

New Contributors

Full Changelog: 2.0.0b10...2.0.0b11