Skip to content

Commit a17d816

Browse files
committed
chg: [log] Changelog updated
1 parent d37f6b4 commit a17d816

2 files changed

Lines changed: 194 additions & 0 deletions

File tree

static/Changelog

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,103 @@ Changelog
22
=========
33

44

5+
%%version%% (unreleased)
6+
------------------------
7+
8+
Fix
9+
~~~
10+
- [feed metadata] fix as reported in #10598. [Andras Iklody]
11+
12+
Other
13+
~~~~~
14+
- Merge pull request #10589 from MailsonRS/patch-2. [Andras Iklody]
15+
16+
Fix SERPRO reputation feed freetext configuration
17+
- Fix SERPRO reputation feed freetext configuration. [MailsonRS]
18+
19+
20+
v2.5.32 (2026-01-14)
21+
--------------------
22+
23+
New
24+
~~~
25+
- [workflow-module:aggregate-comparator] Added new module to aggregate
26+
and compare a field. [Sami Mokaddem]
27+
28+
The aggregation can then be compared and fed to an IF statement
29+
- [workflow-module:filter-timestamp] Added new module to filter on
30+
timestamp. [Sami Mokaddem]
31+
- [workflow:trigger-event-before-delete] Added new trigger to act upon
32+
event deletion. [Sami Mokaddem]
33+
- [attachment] bucketing added to file attachments, fixes #10581.
34+
[iglocska]
35+
36+
- new setting to start using the bucketed storage system
37+
- files will be stored in MISP/app/files/bucket_5000/5333/1111111 rather than MISP/app/files/5333/1111111
38+
- Compatible with attachments created prior to the change, if a file is not found in the new location, the old one is also checked
39+
- should help with too many elements in the app/files/ directory causing to fs level issues.
40+
- [forgot password] email text has been made configurable, fixes #10591.
41+
[iglocska]
42+
43+
- Similarly to password change e-mail texts that can be configured via the server settings interface
44+
45+
Changes
46+
~~~~~~~
47+
- [version] bump. [iglocska]
48+
- Bump PyMISP. [Raphaël Vinot]
49+
- [taxonomies] updated to the latest version. [Alexandre Dulaunoy]
50+
- [warninglists] updated. [Alexandre Dulaunoy]
51+
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
52+
- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy]
53+
- [object:debug] Remove debug statement. [Sami Mokaddem]
54+
- [Oidc] Update openid-connect-php dependency to version 1.3.0. [Maxime
55+
Escourbiac]
56+
- [Oidc] Move from JakubOnderka to CertMichelin openid-connect-php.
57+
[Maxime Escourbiac]
58+
- [internal] Use simdjson_decode_from_stream for faster decoding JSON
59+
from files. [Jakub Onderka]
60+
61+
Fix
62+
~~~
63+
- [workflow] Return correct value when error occurs. [Sami Mokaddem]
64+
- [workflow-module:ids-operation] Renamed 'toggle' to 'enable' [Sami
65+
Mokaddem]
66+
67+
- As reported by @Andurin
68+
- [dashboard] export functionalities weren't aware of the gridstack
69+
change. [iglocska]
70+
- [password policy] moved the logic higher to avoid unset rules for the
71+
change_pw form when using it after a failed attempt. [iglocska]
72+
- [security] XSS issues in crafted URLs requiring user interaction.
73+
[Sami Mokaddem]
74+
75+
- As reported by Mathis Franel
76+
77+
Other
78+
~~~~~
79+
- Merge branch 'develop' into 2.5. [iglocska]
80+
- Merge branch '2.5' into develop. [iglocska]
81+
- Merge pull request #10604 from MISP/fix-oidc-proxy-bug. [Luciano
82+
Righetti]
83+
84+
Fix OIDC proxy bug with proxy settings
85+
- Add: fix remove proxy method prepended to proxy url, skip proxy
86+
settings by default for backward compatibility. [Luciano Righetti]
87+
- Add: new oidc auth setting to skip/enforce global misp proxy settings.
88+
[Luciano Righetti]
89+
- Merge remote-tracking branch 'origin/develop' into develop. [Sami
90+
Mokaddem]
91+
- Merge remote-tracking branch 'origin/develop' into develop. [Sami
92+
Mokaddem]
93+
- Merge branch '10599' into develop. [iglocska]
94+
- Improve backward compatibility with older OIDC client. [Maxime
95+
Escourbiac]
96+
- Merge pull request #10593 from
97+
JakubOnderka/simdjson_decode_from_stream. [Andras Iklody]
98+
99+
chg: [internal] Use simdjson_decode_from_stream for faster decoding J…
100+
101+
5102
v2.5.31 (2025-12-23)
6103
--------------------
7104

static/Changelog.txt

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,103 @@ Changelog
22
=========
33

44

5+
%%version%% (unreleased)
6+
------------------------
7+
8+
Fix
9+
~~~
10+
- [feed metadata] fix as reported in #10598. [Andras Iklody]
11+
12+
Other
13+
~~~~~
14+
- Merge pull request #10589 from MailsonRS/patch-2. [Andras Iklody]
15+
16+
Fix SERPRO reputation feed freetext configuration
17+
- Fix SERPRO reputation feed freetext configuration. [MailsonRS]
18+
19+
20+
v2.5.32 (2026-01-14)
21+
--------------------
22+
23+
New
24+
~~~
25+
- [workflow-module:aggregate-comparator] Added new module to aggregate
26+
and compare a field. [Sami Mokaddem]
27+
28+
The aggregation can then be compared and fed to an IF statement
29+
- [workflow-module:filter-timestamp] Added new module to filter on
30+
timestamp. [Sami Mokaddem]
31+
- [workflow:trigger-event-before-delete] Added new trigger to act upon
32+
event deletion. [Sami Mokaddem]
33+
- [attachment] bucketing added to file attachments, fixes #10581.
34+
[iglocska]
35+
36+
- new setting to start using the bucketed storage system
37+
- files will be stored in MISP/app/files/bucket_5000/5333/1111111 rather than MISP/app/files/5333/1111111
38+
- Compatible with attachments created prior to the change, if a file is not found in the new location, the old one is also checked
39+
- should help with too many elements in the app/files/ directory causing to fs level issues.
40+
- [forgot password] email text has been made configurable, fixes #10591.
41+
[iglocska]
42+
43+
- Similarly to password change e-mail texts that can be configured via the server settings interface
44+
45+
Changes
46+
~~~~~~~
47+
- [version] bump. [iglocska]
48+
- Bump PyMISP. [Raphaël Vinot]
49+
- [taxonomies] updated to the latest version. [Alexandre Dulaunoy]
50+
- [warninglists] updated. [Alexandre Dulaunoy]
51+
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
52+
- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy]
53+
- [object:debug] Remove debug statement. [Sami Mokaddem]
54+
- [Oidc] Update openid-connect-php dependency to version 1.3.0. [Maxime
55+
Escourbiac]
56+
- [Oidc] Move from JakubOnderka to CertMichelin openid-connect-php.
57+
[Maxime Escourbiac]
58+
- [internal] Use simdjson_decode_from_stream for faster decoding JSON
59+
from files. [Jakub Onderka]
60+
61+
Fix
62+
~~~
63+
- [workflow] Return correct value when error occurs. [Sami Mokaddem]
64+
- [workflow-module:ids-operation] Renamed 'toggle' to 'enable' [Sami
65+
Mokaddem]
66+
67+
- As reported by @Andurin
68+
- [dashboard] export functionalities weren't aware of the gridstack
69+
change. [iglocska]
70+
- [password policy] moved the logic higher to avoid unset rules for the
71+
change_pw form when using it after a failed attempt. [iglocska]
72+
- [security] XSS issues in crafted URLs requiring user interaction.
73+
[Sami Mokaddem]
74+
75+
- As reported by Mathis Franel
76+
77+
Other
78+
~~~~~
79+
- Merge branch 'develop' into 2.5. [iglocska]
80+
- Merge branch '2.5' into develop. [iglocska]
81+
- Merge pull request #10604 from MISP/fix-oidc-proxy-bug. [Luciano
82+
Righetti]
83+
84+
Fix OIDC proxy bug with proxy settings
85+
- Add: fix remove proxy method prepended to proxy url, skip proxy
86+
settings by default for backward compatibility. [Luciano Righetti]
87+
- Add: new oidc auth setting to skip/enforce global misp proxy settings.
88+
[Luciano Righetti]
89+
- Merge remote-tracking branch 'origin/develop' into develop. [Sami
90+
Mokaddem]
91+
- Merge remote-tracking branch 'origin/develop' into develop. [Sami
92+
Mokaddem]
93+
- Merge branch '10599' into develop. [iglocska]
94+
- Improve backward compatibility with older OIDC client. [Maxime
95+
Escourbiac]
96+
- Merge pull request #10593 from
97+
JakubOnderka/simdjson_decode_from_stream. [Andras Iklody]
98+
99+
chg: [internal] Use simdjson_decode_from_stream for faster decoding J…
100+
101+
5102
v2.5.31 (2025-12-23)
6103
--------------------
7104

0 commit comments

Comments
 (0)