Releases: monarc-project/stats-service
Releases · monarc-project/stats-service
Release 0.5.2
Changes
- [API] patch on client now expects again a model from Namespace (client_ns).
- Updated Python dependencies.
- [documentation] Updated links to documentation.
- [documentation] Updated information about installation.
- [deployment] added docker-compose.yml file.
Fix
- [API] enable patch method for enabling/disabling stats sharing.
Release 0.5.1
Changes
- [dependenvies] Updated Python dependencies.
Release 0.5.0
- chg: [documentation] Updated documentation (9f38db1);
- chg: [API] CLIENT_REGISTRATION_OPEN is now set to True by default (b277436);
- fix: [security] prevent the creation of new admin users (even by an admin) (257c16f);
- fix: replaced after_request by before_request for the API (88a276b);
- small codebase fix for container image (82cdeaa);
- dockerfile and build pipeline (f8c663b);
- updated Python dependencies.
Release 0.4.0
Notable changes
- redesigned the Current Cybersecurity Landscape dashboard;
- added a Cybersecurity Weather Map page;
- performances improvements for the processor
threat_average_on_date
; - the lib/mosp.py helper is now using PyMOSP in order to check if an object is present on MOSP (objects.monarc.lu);
- improved auto-update procedure.
Release 0.3.0
Notable changes
- improvements to the existing processors (threat_average_on_date, vulnerability_average_on_date);
- new processor for risks (risk_averages_on_date);
- new command to purge stats older than the number of months specified in parameter;
- improvements to the loading of the configuration;
- improvements to the charts of the global stats page;
- added new 'about more' page;
- added new help page;
- completed documentation;
- various fixes.
Version 0.2.0
Version 0.2.0 (2020-11-18)
New
- First stable and, almost, feature complete version of Stats Service.
A description of what has been implemented is available in thedocs
folder.
Release 0.1.10
Second release (with GitHub workflow to publish releases on pypi).
Release 0.1.9
First release.