|
6 | 6 | } |
7 | 7 | </style> |
8 | 8 |
|
| 9 | +## 2.0.1 (2025-08-27) |
| 10 | +### Added |
| 11 | +* [#448](https://github.com/TheHive-Project/TheHive4py/issues/448) - Add `comment.find` method by [@Kamforka](https://github.com/Kamforka) in [#487](https://github.com/TheHive-Project/TheHive4py/pull/487) |
| 12 | +* [#491](https://github.com/TheHive-Project/TheHive4py/issues/491) - Add MISP connector endpoints by [@Kamforka](https://github.com/Kamforka) in [#492](https://github.com/TheHive-Project/TheHive4py/pull/492) |
| 13 | + |
| 14 | +### Changed |
| 15 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `alert.InputAlert` and `alert.OutputAlert` types by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 16 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `attachment.OutputAttachment` type by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 17 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `case.InputCase`, `case.OutputCase`, `case.InputImportCase`, `case.InputApplyCaseTemplate`, `case.OutputCaseLink`, `case.OutputImportCase` and `case.InputCaseOwnerOrganisation` types by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 18 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `cortex.OutputAnalyzer`, `cortex.OutputResponder`, `cortex.OutputAnalyzerJob`, `cortex.OutputResponderAction`, `cortex.InputResponderAction` and `cortex.InputAnalyzerJob` types by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 19 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `observable.InputObservable` and `observable.OutputObservable` types by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 20 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `organisation.InputBulkOrganisationLink`, `organisation.InputOrganisation` and `organisation.OutputOrganisation` types by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 21 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `page.InputCasePage` and `page.OutputCasePage` types by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 22 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `share.OutputShare` and `share.InputShare` types by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 23 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `task.InputTask` and `task.OutputTask` types by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 24 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `task_log.InputTaskLog` and `task.OutputTaskLog` types by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 25 | +* [#351](https://github.com/TheHive-Project/TheHive4py/issues/351) - Update `user.InputUser`, `user.OrganisationLink`, `user.OutputOrganisationProfile`, `user.OutputUser` and `user.InputUserOrganisation` types by [@Kamforka](https://github.com/Kamforka) in [#490](https://github.com/TheHive-Project/TheHive4py/pull/490) |
| 26 | +* [#447](https://github.com/TheHive-Project/TheHive4py/issues/447) - Update `timeline.OutputTimelineEvent`, `timeline.InputCustomEvent` and `timeline.OutputCustomEvent` types by [@Kamforka](https://github.com/Kamforka) in [#488](https://github.com/TheHive-Project/TheHive4py/pull/488) |
| 27 | +* [#448](https://github.com/TheHive-Project/TheHive4py/issues/448) - Update `comment.OutputComment` type by [@Kamforka](https://github.com/Kamforka) in [#487](https://github.com/TheHive-Project/TheHive4py/pull/487) |
| 28 | + |
| 29 | +### Other |
| 30 | +* [#447](https://github.com/TheHive-Project/TheHive4py/issues/447) - Add docstrings to `timeline` endpoints by [@Kamforka](https://github.com/Kamforka) in [#488](https://github.com/TheHive-Project/TheHive4py/pull/488) |
| 31 | +* [#448](https://github.com/TheHive-Project/TheHive4py/issues/448) - Add docstrings to `comment` endpoints by [@Kamforka](https://github.com/Kamforka) in [#487](https://github.com/TheHive-Project/TheHive4py/pull/487) |
| 32 | +* [#491](https://github.com/TheHive-Project/TheHive4py/issues/491) - Add docstrings to `cortex` endpoints by [@Kamforka](https://github.com/Kamforka) in [#492](https://github.com/TheHive-Project/TheHive4py/pull/492) |
| 33 | + |
| 34 | + |
| 35 | +**Full Changelog**: [2.0.0...2.0.1](https://github.com/TheHive-Project/TheHive4py/compare/2.0.0...2.0.1) |
| 36 | + |
9 | 37 | ## 2.0.0 (2025-08-04) |
10 | 38 | ### Other |
11 | 39 | * [#480](https://github.com/TheHive-Project/TheHive4py/issues/480) - Fix deploy_docs dev script by [@Kamforka](https://github.com/Kamforka) in [#481](https://github.com/TheHive-Project/TheHive4py/pull/481) |
|
0 commit comments