Skip to content

Commit 5fdbe64

Browse files
authored
Merge pull request #464 from TheHive-Project/463-release-200b12
#463 - Release 2.0.0b12
2 parents 294664c + 73eb508 commit 5fdbe64

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Feel free to explore the library's capabilities and contribute to its developmen
4444

4545

4646
# Requirements
47-
`thehive4py` works with all currently supported python versions, at the time of writing `py>=3.8`. One can check the official version support and end of life status [here](https://devguide.python.org/versions/).
47+
`thehive4py` works with all currently supported python versions. One can check the official version support and end of life status [here](https://devguide.python.org/versions/).
4848

4949
# Installation
5050
The `thehive4py` can be installed with pip like:

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.0b12 (2025-05-31)
10+
### Added
11+
* [#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)
12+
* [#436](https://github.com/TheHive-Project/TheHive4py/issues/436) - Add `user.InputUserType` and `user.OrganisationLink` types by [@Kamforka](https://github.com/Kamforka) in [#454](https://github.com/TheHive-Project/TheHive4py/pull/454)
13+
* [#437](https://github.com/TheHive-Project/TheHive4py/issues/437) - Implement `task.list_shares`, `task.share` and `task.unshare` methods by [@Kamforka](https://github.com/Kamforka) in [#460](https://github.com/TheHive-Project/TheHive4py/pull/460)
14+
* [#442](https://github.com/TheHive-Project/TheHive4py/issues/442) - Add `attachment.InputAttachment` type by [@Kamforka](https://github.com/Kamforka) in [#456](https://github.com/TheHive-Project/TheHive4py/pull/456)
15+
* [#440](https://github.com/TheHive-Project/TheHive4py/issues/440) - Add `case_template.link_page_templates` and `case_template.find_page_templates` methods by [@Kamforka](https://github.com/Kamforka) in [#462](https://github.com/TheHive-Project/TheHive4py/pull/462)
16+
* [#440](https://github.com/TheHive-Project/TheHive4py/issues/440) - Introduce `page_template` endpoints and types by [@Kamforka](https://github.com/Kamforka) in [#462](https://github.com/TheHive-Project/TheHive4py/pull/462)
17+
* [#440](https://github.com/TheHive-Project/TheHive4py/issues/440) - Introduce new project dependency of `typing_extensions` to be able to support the new `Required`/`NotRequired` type annotations by [@Kamforka](https://github.com/Kamforka) in [#462](https://github.com/TheHive-Project/TheHive4py/pull/462)
18+
19+
### Changed
20+
* [#436](https://github.com/TheHive-Project/TheHive4py/issues/436) - Update `user.InputUser`, `user.OutputOrganisationProfile` and `user.InputUpdateUser` types by [@Kamforka](https://github.com/Kamforka) in [#454](https://github.com/TheHive-Project/TheHive4py/pull/454)
21+
* [#442](https://github.com/TheHive-Project/TheHive4py/issues/442) - Update `attachment.OutputAttachment`, `observable.InputObservable` and `observable. InputUpdateObservable` types by [@Kamforka](https://github.com/Kamforka) in [#456](https://github.com/TheHive-Project/TheHive4py/pull/456)
22+
* [#457](https://github.com/TheHive-Project/TheHive4py/issues/457) - Organize API reference better by [@Kamforka](https://github.com/Kamforka) in [#461](https://github.com/TheHive-Project/TheHive4py/pull/461)
23+
* [#440](https://github.com/TheHive-Project/TheHive4py/issues/440) - Change `case_template.InputCaseTemplate` and `case_template.OutputCaseTemplate` types by [@Kamforka](https://github.com/Kamforka) in [#462](https://github.com/TheHive-Project/TheHive4py/pull/462)
24+
25+
### Deprecated
26+
* [#436](https://github.com/TheHive-Project/TheHive4py/issues/436) - Deprecate `user.lock` and `user.unlock` methods in favour of `user.update` by [@Kamforka](https://github.com/Kamforka) in [#454](https://github.com/TheHive-Project/TheHive4py/pull/454)
27+
28+
### Other
29+
* [#436](https://github.com/TheHive-Project/TheHive4py/issues/436) - Add docstrings to `user` endpoints by [@Kamforka](https://github.com/Kamforka) in [#454](https://github.com/TheHive-Project/TheHive4py/pull/454)
30+
* [#437](https://github.com/TheHive-Project/TheHive4py/issues/437) - Add docstrings `task` endpoints by [@Kamforka](https://github.com/Kamforka) in [#460](https://github.com/TheHive-Project/TheHive4py/pull/460)
31+
* [#442](https://github.com/TheHive-Project/TheHive4py/issues/442) - Add docstrings to `observable` endpoints by [@Kamforka](https://github.com/Kamforka) in [#456](https://github.com/TheHive-Project/TheHive4py/pull/456)
32+
* [#458](https://github.com/TheHive-Project/TheHive4py/issues/458) - Use TheHive v5.5.3 in integration tests by [@Kamforka](https://github.com/Kamforka) in [#459](https://github.com/TheHive-Project/TheHive4py/pull/459)
33+
* [#440](https://github.com/TheHive-Project/TheHive4py/issues/440)- Add docstrings to `case_template` endpoints by [@Kamforka](https://github.com/Kamforka) in [#462](https://github.com/TheHive-Project/TheHive4py/pull/462)
34+
35+
**Full Changelog**: [2.0.0b11...2.0.0b12](https://github.com/TheHive-Project/TheHive4py/compare/2.0.0b11...2.0.0b12)
36+
937
## 2.0.0b11 (2025-05-31)
1038
### Added
1139
* [#302](https://github.com/TheHive-Project/TheHive4py/issues/302) - Add `organisation.add_attachment`, `organisation.delete_attachment`, `organisation.download_attachment` and `organisation.find_attachments` methods by [@Kamforka](https://github.com/Kamforka) in [#432](https://github.com/TheHive-Project/TheHive4py/pull/432)

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

0 commit comments

Comments
 (0)