Skip to content

Releases: TheHive-Project/TheHive4py

2.0.0b7

11 Nov 19:22
da08ad3
Compare
Choose a tag to compare

Breaking changes

  • TheHiveApi client's verify argument was improperly set to the default value of None, which only raised a warning when the client was connecting to a TheHive instance with an https:// base url.

    From now on verify will default to True that might lead to an SSL verification error, so to fix that one can:

    • pass the path to the cert bundle to be used by the client, e.g.: verify=/path/to/cert/bundle.crt
    • export the REQUESTS_CA_BUNDLE with the cert bundle path, e.g.: REQUESTS_CA_BUNDLE=/path/to/cert/bundle.crt
    • disable SSL verification like before - not recommended - e.g.: verify=None

Deprecated

  • TheHiveApi.case.update method's case argument is going to be retired in favor of the fields argument to conform with other endpoints update methods.

Added

Changed

New Contributors

Full Changelog: 2.0.0b6...2.0.0b7

1.8.2

18 Oct 07:56
c148f5d
Compare
Choose a tag to compare

End of life (1.x)

What's Changed

New Contributors

Full Changelog: 1.8.1...1.8.2

2.0.0b6

28 Aug 08:19
2437566
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0b5...2.0.0b6

2.0.0b5

13 Oct 15:48
b8f6cae
Compare
Choose a tag to compare

What's Changed

Merged Pull Requests

Full Changelog: 2.0.0b4...2.0.0b5

2.0.0b4

20 Jan 12:49
1655154
Compare
Choose a tag to compare

2.0.0b4 (2023-01-20)

Full Changelog

Closed issues:

  • Add case and alert TTPs operations #268
  • How to perform a bulk-insert of observables #263

Merged pull requests:

2.0.0b3

24 Oct 17:30
9c50f2d
Compare
Choose a tag to compare

2.0.0b3 (2022-10-24)

Full Changelog

Closed issues:

  • Use between with 2 dates #257
  • JSONDecodeError not caught correctly when using AWS Lambda #255
  • thehive4py==1.8.1 Code Erroe #254

Merged pull requests:

  • Set InputAlert's date property as optional #260 (Kamforka)
  • Use json.loads instead of relying on requests' json method #259 (Kamforka)
  • Persist error response data in TheHiveError #258 (Kamforka)

2.0.0b2

20 Aug 10:19
8308ef9
Compare
Choose a tag to compare

What's Changed

  • #250 - Implement list comment methods for alerts and cases by @Kamforka in #251
  • [fr] ability to manage multi valued customfields by @Kamforka in #253

Full Changelog: 2.0.0b1..2.0.0b2

2.0.0b1

05 Aug 14:55
eeb82e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0b0...2.0.0b1

2.0.0b0

05 Aug 14:55
cc64ac2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/TheHive-Project/TheHive4py/commits/2.0.0b0

1.8.1

13 Jan 07:29
Compare
Choose a tag to compare

Fixed bugs:

  • [BUG] Unable to create Alert #207

Closed issues:

  • [Feature Request] Add alert artifact methods, for TheHive 4 only #208