Skip to content

Commit 279125c

Browse files
committed
#475 - Release 2.0.0b13
1 parent 30663c2 commit 279125c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

docs/release-notes.md

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

9+
## 2.0.0b13 (2025-07-15)
10+
### Added
11+
* [#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)
12+
* [#444](https://github.com/TheHive-Project/TheHive4py/issues/444) - Add `procedure.get`, `procedure.bulk_create_in_case` and `procedure.bulk_create_in_alert` methods by [@Kamforka](https://github.com/Kamforka) in [#469](https://github.com/TheHive-Project/TheHive4py/pull/469)
13+
14+
15+
### Changed
16+
* [#441](https://github.com/TheHive-Project/TheHive4py/issues/441) - Update `custom_field.InputCustomFieldValue`, `custom_field.InputCustomField` and `custom_field.OutputCustomField` types by [@Kamforka](https://github.com/Kamforka) in [#466](https://github.com/TheHive-Project/TheHive4py/pull/466)
17+
* [#443](https://github.com/TheHive-Project/TheHive4py/issues/443) - Update `observable_type.InputObservableType` and `observable_type.OutputObservableType` types by [@Kamforka](https://github.com/Kamforka) in [#468](https://github.com/TheHive-Project/TheHive4py/pull/468)
18+
* [#444](https://github.com/TheHive-Project/TheHive4py/issues/444) - Update `procedure.InputProcedure`, `procedure.OutputProcedure` and `procedure.InputUpdateProcedure` types by [@Kamforka](https://github.com/Kamforka) in [#469](https://github.com/TheHive-Project/TheHive4py/pull/469)
19+
* [#445](https://github.com/TheHive-Project/TheHive4py/issues/445) - Update `profile.InputProfile` and `profile.OutputProfile` types by [@Kamforka](https://github.com/Kamforka) in [#470](https://github.com/TheHive-Project/TheHive4py/pull/470)
20+
21+
### Other
22+
* [#441](https://github.com/TheHive-Project/TheHive4py/issues/441) - Add docstrings to `custom_field` endpoints by [@Kamforka](https://github.com/Kamforka) in [#466](https://github.com/TheHive-Project/TheHive4py/pull/466)
23+
* [#443](https://github.com/TheHive-Project/TheHive4py/issues/443) - Add docstrings to `observable_type` endpoints by [@Kamforka](https://github.com/Kamforka) in [#468](https://github.com/TheHive-Project/TheHive4py/pull/468)
24+
* [#444](https://github.com/TheHive-Project/TheHive4py/issues/444) - Add docstrings to `procedure` endpoints by [@Kamforka](https://github.com/Kamforka) in [#469](https://github.com/TheHive-Project/TheHive4py/pull/469)
25+
* [#445](https://github.com/TheHive-Project/TheHive4py/issues/445) - Add docstrings to `profile` endpoints by [@Kamforka](https://github.com/Kamforka) in [#470](https://github.com/TheHive-Project/TheHive4py/pull/470)
26+
* [#446](https://github.com/TheHive-Project/TheHive4py/issues/446) - Add docstrings to `query` endpoints by [@Kamforka](https://github.com/Kamforka) in [#471](https://github.com/TheHive-Project/TheHive4py/pull/471)
27+
* [#467](https://github.com/TheHive-Project/TheHive4py/issues/467) - Introduce `nox` to manage dev scripts by [@Kamforka](https://github.com/Kamforka) in [#472](https://github.com/TheHive-Project/TheHive4py/pull/472)
28+
* [#473](https://github.com/TheHive-Project/TheHive4py/issues/473) - Introduce `ruff` to replace `flake8` and `black` by [@Kamforka](https://github.com/Kamforka) in [#474](https://github.com/TheHive-Project/TheHive4py/pull/474)
29+
* [#477](https://github.com/TheHive-Project/TheHive4py/issues/477) - Use TheHive v5.5.5 in integration tests by [@Kamforka](https://github.com/Kamforka) in [#478](https://github.com/TheHive-Project/TheHive4py/pull/478)
30+
31+
**Full Changelog**: [2.0.0b12...2.0.0b13](https://github.com/TheHive-Project/TheHive4py/compare/2.0.0b12...2.0.0b13)
32+
933
## 2.0.0b12 (2025-06-24)
1034
### Added
1135
* [#436](https://github.com/TheHive-Project/TheHive4py/issues/436) - Add `user.change_password` method by [@Kamforka](https://github.com/Kamforka) in [#454](https://github.com/TheHive-Project/TheHive4py/pull/454)

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.0b12"
8+
version = "2.0.0b13"
99
requires-python = ">=3.9"
1010
dependencies = ["requests~=2.27", "typing_extensions==4.*"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)