Skip to content

Commit 18a44ef

Browse files
authored
Merge pull request #506 from TheHive-Project/500-release-202
#500 - Release v2.0.2
2 parents d228b8a + d5dd74a commit 18a44ef

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

docs/release-notes.md

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

9+
## 2.0.2 (2025-09-30)
10+
### Added
11+
* [#496](https://github.com/TheHive-Project/TheHive4py/issues/496) - Add missing `cortex.bulk_create_analyzer_jobs` and `cortex.find_analyzer_jobs` methods by [@Kamforka](https://github.com/Kamforka) in [#502](https://github.com/TheHive-Project/TheHive4py/pull/502)
12+
### Fixed
13+
* [#495](https://github.com/TheHive-Project/TheHive4py/issues/495) - Fix incorrectly typed properties (`assignee`, `summary`, `impactStatus`) of `case.InputUpdateCase` by [@Kamforka](https://github.com/Kamforka) in [#501](https://github.com/TheHive-Project/TheHive4py/pull/501)
14+
* [#499](https://github.com/TheHive-Project/TheHive4py/issues/499) - Fix maltyped date properties (`_createdAt`, `_updatedAt`, `startDate`, `endDate`) in `cortex.OutputAnalyzerJob` and `cortex.OutputResponderAction` types by [@Kamforka](https://github.com/Kamforka) in [#505](https://github.com/TheHive-Project/TheHive4py/pull/505)
15+
### Other
16+
* [#497](https://github.com/TheHive-Project/TheHive4py/issues/497) - Use TheHive v5.5.9 in integration tests by [@Kamforka](https://github.com/Kamforka) in [#503](https://github.com/TheHive-Project/TheHive4py/pull/503)
17+
* [#498](https://github.com/TheHive-Project/TheHive4py/issues/498) - Test and document bulk observable creation in alerts and cases by [@Kamforka](https://github.com/Kamforka) in [#504](https://github.com/TheHive-Project/TheHive4py/pull/504)
18+
19+
**Full Changelog**: [2.0.1...2.0.2](https://github.com/TheHive-Project/TheHive4py/compare/2.0.1...2.0.2)
20+
921
## 2.0.1 (2025-08-27)
1022
### Added
1123
* [#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)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "thehive4py"
77
description = "Python client for TheHive5"
8-
version = "2.0.1"
8+
version = "2.0.2"
99
requires-python = ">=3.9"
1010
dependencies = ["requests~=2.27", "typing_extensions==4.*"]
1111
readme = "README.md"
1212
keywords = ["thehive5", "api", "client"]
1313
license = "MIT"
1414
classifiers = [
15-
"Development Status :: 4 - Beta",
15+
"Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Developers",
1717
"Intended Audience :: Information Technology",
1818
"Natural Language :: English",

0 commit comments

Comments
 (0)