Skip to content

Releases: TheHive-Project/TheHive4py

2.0.3

29 Oct 07:27
2.0.3
56de03f

Choose a tag to compare

What's Changed

Deprecated

Other

Full Changelog: 2.0.2...2.0.3

2.0.2

30 Sep 17:42
2.0.2
18a44ef

Choose a tag to compare

What's Changed

Added

  • #496 - Add missing cortex.bulk_create_analyzer_jobs and cortex.find_analyzer_jobs methods by @Kamforka in #502

Fixed

  • #495 - Fix incorrectly typed properties (assignee, summary, impactStatus) of case.InputUpdateCase by @Kamforka in #501
  • #499 - Fix maltyped date properties (_createdAt, _updatedAt, startDate, endDate) in cortex.OutputAnalyzerJob and cortex.OutputResponderAction types by @Kamforka in #505

Other

Full Changelog: 2.0.1...2.0.2

2.0.1

28 Aug 16:36
2.0.1
7b03f4e

Choose a tag to compare

What's Changed

Added

Changed

  • #351 - Update alert.InputAlert and alert.OutputAlert types by @Kamforka in #490
  • #351 - Update attachment.OutputAttachment type by @Kamforka in #490
  • #351 - Update case.InputCase, case.OutputCase, case.InputImportCase, case.InputApplyCaseTemplate, case.OutputCaseLink, case.OutputImportCase and case.InputCaseOwnerOrganisation types by @Kamforka in #490
  • #351 - Update cortex.OutputAnalyzer, cortex.OutputResponder, cortex.OutputAnalyzerJob, cortex.OutputResponderAction, cortex.InputResponderAction and cortex.InputAnalyzerJob types by @Kamforka in #490
  • #351 - Update observable.InputObservable and observable.OutputObservable types by @Kamforka in #490
  • #351 - Update organisation.InputBulkOrganisationLink, organisation.InputOrganisation and organisation.OutputOrganisation types by @Kamforka in #490
  • #351 - Update page.InputCasePage and page.OutputCasePage types by @Kamforka in #490
  • #351 - Update share.OutputShare and share.InputShare types by @Kamforka in #490
  • #351 - Update task.InputTask and task.OutputTask types by @Kamforka in #490
  • #351 - Update task_log.InputTaskLog and task.OutputTaskLog types by @Kamforka in #490
  • #351 - Update user.InputUser, user.OrganisationLink, user.OutputOrganisationProfile, user.OutputUser and user.InputUserOrganisation types by @Kamforka in #490
  • #447 - Update timeline.OutputTimelineEvent, timeline.InputCustomEvent and timeline.OutputCustomEvent types by @Kamforka in #488
  • #448 - Update comment.OutputComment type by @Kamforka in #487

Other

Full Changelog: 2.0.0...2.0.1

2.0.0

04 Aug 14:57
84c073a

Choose a tag to compare

What's Changed

Other

Full Changelog: 2.0.0b13...2.0.0

2.0.0b13

15 Jul 07:35
e99d8b0

Choose a tag to compare

What's Changed

Added

  • #441 - Add custom_field.CustomFieldType type by @Kamforka in #466
  • #444 - Add procedure.get, procedure.bulk_create_in_case and procedure.bulk_create_in_alert methods by @Kamforka in #469

Changed

  • #441 - Update custom_field.InputCustomFieldValue, custom_field.InputCustomField and custom_field.OutputCustomField types by @Kamforka in #466
  • #443 - Update observable_type.InputObservableType and observable_type.OutputObservableType types by @Kamforka in #468
  • #444 - Update procedure.InputProcedure, procedure.OutputProcedure and procedure.InputUpdateProcedure types by @Kamforka in #469
  • #445 - Update profile.InputProfile and profile.OutputProfile types by @Kamforka in #470

Other

Full Changelog: 2.0.0b12...2.0.0b13

2.0.0b12

25 Jun 09:34
5fdbe64

Choose a tag to compare

What's Changed

Added

  • #436 - Add user.change_password method by @Kamforka in #454
  • #436 - Add user.InputUserType and user.OrganisationLink types by @Kamforka in #454
  • #437 - Implement task.list_shares, task.share and task.unshare methods by @Kamforka in #460
  • #442 - Add attachment.InputAttachment type by @Kamforka in #456
  • #440 - Add case_template.link_page_templates and case_template.find_page_templates methods by @Kamforka in #462
  • #440 - Introduce page_template endpoints and types by @Kamforka in #462
  • #440 - Introduce new project dependency of typing_extensions to be able to support the new Required/NotRequired type annotations by @Kamforka in #462

Changed

  • #436 - Update user.InputUser, user.OutputOrganisationProfile and user.InputUpdateUser types by @Kamforka in #454
  • #442 - Update attachment.OutputAttachment, observable.InputObservable and observable. InputUpdateObservable types by @Kamforka in #456
  • #457 - Organize API reference better by @Kamforka in #461
  • #440 - Change case_template.InputCaseTemplate and case_template.OutputCaseTemplate types by @Kamforka in #462

Deprecated

  • #436 - Deprecate user.lock and user.unlock methods in favour of user.update by @Kamforka in #454

Other

Full Changelog: 2.0.0b11...2.0.0b12

2.0.0b11

02 Jun 06:34
62a3f97

Choose a tag to compare

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

2.0.0b10

14 May 05:36
59b08a5

Choose a tag to compare

What's Changed

Removed

Fixed

Other

Full Changelog: 2.0.0b9...2.0.0b10

2.0.0b9

25 Feb 18:25
2f351b9

Choose a tag to compare

What's Changed

Added

Removed

Fixed

Other

Full Changelog: 2.0.0b8...2.0.0b9

2.0.0b8

15 Jan 17:42
c44fc1a

Choose a tag to compare

What's Changed

Added

  • #376 - Add Has query filter Fix deprecations, add warning for Contains by @JuanTecedor in #377
  • #374 - Add new endpoint to be able to manage case templates by @Anko59 in #375

Changed

Deprecated

Other

New Contributors

Full Changelog: 2.0.0b7...2.0.0b8