File tree Expand file tree Collapse file tree 3 files changed +46
-15
lines changed
Expand file tree Collapse file tree 3 files changed +46
-15
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,42 @@ Changelog
22=========
33
44
5+ v2.5.9 (2025-03-26)
6+ -------------------
7+
8+ Changes
9+ ~~~~~~~
10+ - Make mypy happy. [Raphaël Vinot]
11+ - Bump deps. [Raphaël Vinot]
12+ - Bump deps. [Raphaël Vinot]
13+
14+ Fix
15+ ~~~
16+ - [emailobject] Improve parsing of the Received headers. [Sami Tainio]
17+
18+ - Rewrite of the section that deals with the logic handling the Received headers
19+ - Previous version was not picking picking up e.g. Reverse DNS hostnames at all and some of the IPs were not ever handled
20+ - [emailobject] Improve parsing of the Received headers. [Sami Tainio]
21+
22+ - Rewrite of the section that deals with the logic handling the Received headers
23+ - Previous version was not picking picking up e.g. Reverse DNS hostnames at all and some of the IPs were not ever handled
24+
25+ Other
26+ ~~~~~
27+ - [chg] Satisfy tests. [Sami Tainio]
28+ - Improve the logging message. [Peter Leitmann]
29+ - Add a check if add_attributes() method truly has values to add. [Peter
30+ Leitmann]
31+ - [chg] Satisfy tests. [Sami Tainio]
32+
33+
534v2.5.8.1 (2025-03-18)
635---------------------
736
837Changes
938~~~~~~~
1039- Bump changelog. [Raphaël Vinot]
40+ - Bump changelog. [Raphaël Vinot]
1141- Bump objects, version. [Raphaël Vinot]
1242
1343Fix
Original file line number Diff line number Diff line change 11[project ]
22name = " pymisp"
3- version = " 2.5.8.1 "
3+ version = " 2.5.9 "
44description = " Python API for MISP."
55authors = [
66 {name =" Raphaël Vinot" , email =" raphael.vinot@circl.lu" }
You can’t perform that action at this time.
0 commit comments