chg: Bump changelog

main v2.5.4
Raphaël Vinot 2024-12-20 16:37:34 +01:00
parent aa46a80be4
commit 346bd954a7
No known key found for this signature in database
GPG Key ID: 32E4E1C133B3792F
1 changed files with 59 additions and 0 deletions

View File

@ -2,6 +2,64 @@ Changelog
========= =========
v2.5.4 (2024-12-20)
-------------------
Changes
~~~~~~~
- Update objects templates. [Raphaël Vinot]
- Make python 3.9 happy. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]
- [AnalystData] Flattening analyst data based on the recent changes on
MISP standard format. [Christian Studer]
- Adding a note or an opinion will always add the
new analyst data object to the list of notes or
opinions at the parent data layer level
- `from_dict` on a JSON blob is also able to parse
properly analyst data and generate flat lists
regardless of whether the given data described
in the new flat or previously nested format
- Bump deps. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]
Fix
~~~
- [tests] Removed typing. [Christian Studer]
- [MISPAnalystData] Added missing typing. [Christian Studer]
- [MISPAnalystData] Reverted the declaration of Analyst data objects
lists back to the mixin parent class. [Christian Studer]
- [MISPAnalystData] Better handling of the different use cases.
[Christian Studer]
- Additional checks for parent to support both
the standalone and attached analyst data objects
- Standalone Analyst data objects with nested
notes or opinions are defined with the nesting
as they have no parent. When they are added to
a parent data layer, the nested objects are then
flattened
- [AnalystData] Typo... [Christian Studer]
- [AnalystData] Avoiding issues with analyst data objects. [Christian
Studer]
Other
~~~~~
- Chg; Bump version. [Raphaël Vinot]
- Revert "fix: [tests] Removed typing" [Christian Studer]
This reverts commit a7cf9dc3f03ffda5ee6c1b614792455fe43d8704.
- Add: [tests] Testing Analyst Data in different scenarios. [Christian
Studer]
- Testing different ways to attach analyst data
- Testing that no matter what object type the
analyst data is attached to, the `object_type`
& `object_uuid` are correct, and the parent
container does contain every analyst data object
in flat lists with no nesting
v2.5.3 (2024-12-16) v2.5.3 (2024-12-16)
------------------- -------------------
@ -26,6 +84,7 @@ New
Changes Changes
~~~~~~~ ~~~~~~~
- Bump changelog. [Raphaël Vinot]
- Bump release. [Raphaël Vinot] - Bump release. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot] - Bump deps. [Raphaël Vinot]