You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
# Introduction
39
39
40
40
> [!IMPORTANT]
41
-
> thehive4py v1.x is not maintained anymore as TheHive v3 and v4 are end of life. thehive4py v2.x is a complete rewrite and is not compatible with thehive4py v1.x. The library is still in beta phase.
41
+
> thehive4py v1.x is not maintained anymore as TheHive v3 and v4 are end of life. thehive4py v2.x is a complete rewrite and is not compatible with thehive4py v1.x.
42
42
43
43
**What's New:** This is a rebooted version of `thehive4py` designed specifically for TheHive 5. Stay tuned, as we have more exciting updates in store!
44
44
@@ -55,12 +55,9 @@ Feel free to explore the library's capabilities and contribute to its developmen
55
55
The `thehive4py` can be installed with pip like:
56
56
57
57
```
58
-
pip install "thehive4py>=2.0.0b"
58
+
pip install thehive4py
59
59
```
60
60
61
-
> [!WARNING]
62
-
> Since `thehive4py` 2.x is still in beta it is necessary to specify the beta version number during pip install, otherwise the latest version of 1.x would be installed.
63
-
64
61
## Create a client
65
62
66
63
You can create a `thehive4py` client instance in two different ways, depending on your authentication method:
@@ -88,7 +85,7 @@ from thehive4py import TheHiveApi
Copy file name to clipboardExpand all lines: docs/release-notes.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@
6
6
}
7
7
</style>
8
8
9
+
## 2.0.0 (2025-08-04)
10
+
### Other
11
+
*[#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)
12
+
*[#480](https://github.com/TheHive-Project/TheHive4py/issues/480) - Fix deploy_docs flag typo by [@Kamforka](https://github.com/Kamforka) in [#482](https://github.com/TheHive-Project/TheHive4py/pull/482)
13
+
*[#483](https://github.com/TheHive-Project/TheHive4py/issues/483) - Use TheHive v5.5.7 in integration tests by [@Kamforka](https://github.com/Kamforka) in [#484](https://github.com/TheHive-Project/TheHive4py/pull/484)
*[#441](https://github.com/TheHive-Project/TheHive4py/issues/441) - Add `custom_field.CustomFieldType` type by [@Kamforka](https://github.com/Kamforka) in [#466](https://github.com/TheHive-Project/TheHive4py/pull/466)
0 commit comments