Skip to content

Releases: monarc-project/stats-service

Release 0.5.2

04 Jul 08:41
v0.5.2
56fecde
Compare
Choose a tag to compare

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

21 Jun 21:59
v0.5.1
be8210c
Compare
Choose a tag to compare

Changes

- [dependenvies] Updated Python dependencies.

Release 0.5.0

20 Jun 12:27
v0.5.0
9f38db1
Compare
Choose a tag to compare
  • 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

11 May 14:38
v0.4.0
6e8dd01
Compare
Choose a tag to compare

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.

Screenshot_20210511_164933

Release 0.3.0

12 Feb 15:42
v0.3.0
72a663d
Compare
Choose a tag to compare

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.

Screenshot_20210419_094650

Version 0.2.0

18 Nov 22:58
v0.2.0
5a9ed17
Compare
Choose a tag to compare

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 the docs folder.

Release 0.1.10

16 Jul 06:57
v0.1.10
5770e31
Compare
Choose a tag to compare

Second release (with GitHub workflow to publish releases on pypi).

Release 0.1.9

08 Jul 12:01
v0.1.9
516fb27
Compare
Choose a tag to compare

First release.