You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
18
18
### Core
19
19
- Drop support for Python 3.8 (fixes #2616, PR#2617 by Sebastian Wagner).
20
20
-`intelmq.lib.splitreports`: Handle bot parameter `chunk_size` values empty string, due to missing parameter typing checks (PR#2604 by Sebastian Wagner).
21
+
-`intelmq.lib.mixins.sql` Add Support for MySQL (PR#2625 by Karl-Johan Karlsson).
21
22
22
23
### Development
23
24
@@ -45,6 +46,7 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
45
46
- Add new parameter `templating` for additional template variables.
46
47
- Add new parameter `allowed_fieldnames` for csv field specification.
47
48
- Add new parameter `fieldnames_translation` for naming csv headers (PR#2610 by Lukas Heindl, fixes #2586).
49
+
-`intelmq.bots.outputs.sql.output`: Add Support for MySQL (PR#2625 by Karl-Johan Karlsson).
48
50
49
51
### Documentation
50
52
- Fix and refresh links to mailing lists (PR#2609 by Kamil Mańkowski)
0 commit comments