Skip to content

Commit 7b03f4e

Browse files
authored
Merge pull request #494 from TheHive-Project/493-release-201
#493 - Release 2.0.1
2 parents 6b705d6 + bb31e0f commit 7b03f4e

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

docs/release-notes.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,34 @@
66
}
77
</style>
88

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+
937
## 2.0.0 (2025-08-04)
1038
### Other
1139
* [#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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "thehive4py"
77
description = "Python client for TheHive5"
8-
version = "2.0.0"
8+
version = "2.0.1"
99
requires-python = ">=3.9"
1010
dependencies = ["requests~=2.27", "typing_extensions==4.*"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)