2.4.75 released

pull/2/head
Alexandre Dulaunoy 2017-06-13 13:53:26 +02:00
parent a32b9a5d3e
commit 28ad79a72d
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
---
title: MISP 2.4.75 released
layout: post
featured: /assets/images/misp-small.png
---
A new version of MISP [2.4.75](https://github.com/MISP/MISP/tree/v2.4.75) has been released including bug fixes and specific performance improvements.
In this release, the major improvement is performance tuning to improve the day-to-day life of the users. The performance improvements are most explicitly on:
- Pagination on event with a lot of attributes has been significantly improved.
- Warning-lists are now stored in the Redis data store which improves the warning-lists lookup notably.
New features were introduced the perform mass-delete in the user-interface on the event index but
also at the API level where a list of event ID to be deleted can be posted on the API.
Multiple improvements in the ZMQ publisher script to support Python 3 including a bug fix to avoid the tearing down of the ZMQ socket for each message published.
Galaxy updated to the latest version including a complete new cluster of [RAT (Remote Access Trojan) definitions](https://www.circl.lu/doc/misp-galaxy/index.html#_rat).
This release also includes bug fixes in the STIX exports where some installation using different versions of the Python libraries.
The full change log is available [here](https://www.misp.software/Changelog.txt).
Don't hesitate to [open an issue](https://github.com/MISP/MISP/issues) if you have any feedback, found a bug or want to propose new features.
We would like to thank all the contributors and users who reported issues or ideas in order to improve MISP.