Skip to content

Latest commit

 

History

History
288 lines (247 loc) · 15.8 KB

RELEASE.md

File metadata and controls

288 lines (247 loc) · 15.8 KB

CoMPAS - (Co)nfiguration (M)odules for (P)ower industry (A)utomation (S)ystems

For information about CoMPAS go to this site.

Release notes

Release 0.16.0

Next release for testing the CoMPAS System with all components.

Notes

Release 0.15.0

Next release for testing the CoMPAS System with all components.

Release 0.14.2

Next release for testing the CoMPAS System with all components.

Release 0.14.1

Next release for testing the CoMPAS System with all components.

  • OpenSCD CoMPAS Edition (Version 0.24.0.4):
    • Save current project as version to an existing SCL File in CoMPAS;
    • Switch to other base image (Bitnami) for container image;

Release 0.14.0

Next release for testing the CoMPAS System with all components.

  • OpenSCD CoMPAS Edition (Version 0.24.0.3):
    • Filter (on labels) when opening project;
  • SCL Validator Service (Version 0.4.4):
    • Added CoMPAS XSD to validated CoMPAS private elements;
    • Updated libraries to the latest versions;
  • SCL Data Service (Version 0.11.1):
    • Improved performance PostgreSQL implementation regarding labels;
    • Updated libraries to the latest versions;

Release 0.13.0

Next release for testing the CoMPAS System with all components.

Release 0.12.0

Next release for testing the CoMPAS System with all components.

Release 0.11.0

Next release for testing the CoMPAS System with all components.

Release 0.10.0

Next release for testing the CoMPAS System with all components.

Release 0.9.0

Next release for testing the CoMPAS System with all components.

Release 0.8.0

Next release for testing the CoMPAS System with all components.

Release 0.7.0

Next release for testing the CoMPAS System with all components.

Release 0.6.0

Next release for testing the CoMPAS System with all components.

  • SCL Validator Service (Version 0.1.2):
    • Validation using the XSD;
    • Validation using OCL Files;
    • Facilitate automatic loading of NSDoc Files in OpenSCD;
    • Updated libraries to the latest versions;
  • SCL Auto Alignment Service (Version 0.2.2):
    • Updated libraries to the latest versions;
  • CIM Mapping Service (Version 0.8.4):
    • Updated libraries to the latest versions;
  • OpenSCD CoMPAS Edition (Version 0.12.0.2):
    • Automatic loading of NSDoc Files from SCL Validator Service;
    • Added CoMPAS Validation using the SCL Validator Service;

Release 0.5.0

Next release for testing the CoMPAS System with all components.

Release 0.3.0

Next release for testing the CoMPAS System with all components.

  • SCL Data Service (Version 0.9.3):
    • Updated libraries to the latest versions;
  • SCL Auto Alignment Service (Version 0.2.0):
    • Updated libraries to the latest versions;
    • Calculated position of bays and powertransformers;
  • CIM Mapping Service (Version 0.8.1):
    • Updated libraries to the latest versions;
    • Changed the SparQL for querying Substations;
  • OpenSCD CoMPAS Edition (Version 0.9.0):
    • Loading nsdoc files through settings;
    • Add basic wizard for ReportControl;
    • Add wizard for sampledvaluecontrol/smv;
    • See details in OpenSCD Release notes;

Release 0.2.0

Next release for testing the CoMPAS System with all components.

  • SCL Data Service (Version 0.9.2):
    • Updated libraries to the latest versions;
    • Centralized the SCL Types to CoMPAS Common Library;
  • SCL Auto Alignment Service (Version 0.1.0):
    • Updated libraries to the latest versions;
    • Replace the RawGraphBuilder with custom GraphBuilder for CoMPAS;
  • CIM Mapping Service (Version 0.8.0):
    • Updated libraries to the latest versions;
  • OpenSCD CoMPAS Edition (Version 0.8.2):
    • New IED Editor;
    • Small improvements in the Single Line Diagram Editor;
    • Allow updating X/Y coordinates in SLD for Busbar/ConductingEquipment/PowerTransformer;
    • Show SampledValueControl for IED and whole project;

Release 0.1.0

First release for testing the CoMPAS System with all components.

  • SCL Data Service (Version 0.9.1):
    Microservice to store all types of SCL Files in a PostgreSQL or BaseX Database, supporting the following file types:

    • SSD (Substation Specification Description);
    • IID (IED Instance Description);
    • ICD (IED Capability Description);
    • SCD (Substation Configuration Description);
    • CID (Configured IED Description);
    • SED (System Exchange Description);
    • ISD (IED Specification Description);
    • STD (System Template Definition);

    Store multiple version of a specific SCL File. Every time an update is done a new versions is saved. This way changes in the SCL Files can be monitored and compared.
    The microservice is secured using JWT (Json Web Tokens) for accessing the service. This can be incorporated with SSO Service. Access to the SCL Data Service can be configured using roles, for every file type there are 4 roles (CRUD).

  • SCL Auto Alignment Service (Version 0.0.2):
    Microservice to enrich an existing SCL Files with X and Y coordinates that will be used by the SLD Editor from OpenSCD.
    The microservice is secured using JWT (Json Web Tokens) for accessing the service. This can be incorporated with SSO Service.

  • CIM Mapping Service (Version 0.7.7):
    Microservice to convert IEC CIM and IEC 61850. The mapping is done according to the specification described in the MAPPING.md in the repository.
    The microservice is secured using JWT (Json Web Tokens) for accessing the service. This can be incorporated with SSO Service.

  • OpenSCD CoMPAS Edition (Version 0.8.0):
    Frontend Application to edit SCL Files in a internet browser. The CoMPAS Edition is a fork of the Open Source Project OpenSCD.
    The CoMPAS Edition has some modification and extensions to work with the Microservices from the CoMPAS Ecosystem:

    • Open SCL Files from both CoMPAS and Filesystem;
    • Save SCL Files to both CoMPAS and Filesystem;
    • Merge SCL Files from both CoMPAS and Filesystem;
    • Update substations from both CoMPAS and Filesystem;
    • Merge IED from both CoMPAS and Filesystem;
    • Editor to manage the different versions in CoMPAS of a specific SCL File;
    • Compare different versions from CoMPAS of a specific SCL File;
    • Start a new project using the CIM Mapping Service;
    • Auto align one or more substations using the SCL Auto Alignment Service;
    • Display username from Microservices;