Skip to content

Commit 762a219

Browse files
authored
Merge pull request #44 from com-pas/release-0.1.0
Added RELEASE.md for version 0.1.0
2 parents 381b138 + 1bddbff commit 762a219

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

RELEASE.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2021 Alliander N.V.
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
7+
# CoMPAS - (Co)nfiguration (M)odules for (P)ower industry (A)utomation (S)ystems
8+
9+
For information about CoMPAS go to this [site](https://com-pas.github.io/).
10+
11+
## Release notes
12+
13+
### Release 0.1.0
14+
15+
First release for testing the CoMPAS System with all components.
16+
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.9.1):
17+
Microservice to store all types of SCL Files in a PostgreSQL or BaseX Database, supporting the following file types:
18+
- SSD (Substation Specification Description);
19+
- IID (IED Instance Description);
20+
- ICD (IED Capability Description);
21+
- SCD (Substation Configuration Description);
22+
- CID (Configured IED Description);
23+
- SED (System Exchange Description);
24+
- ISD (IED Specification Description);
25+
- STD (System Template Definition);
26+
27+
Store multiple version of a specific SCL File. Every time an update is done a new versions is saved.
28+
This way changes in the SCL Files can be monitored and compared.
29+
The microservice is secured using JWT (Json Web Tokens) for accessing the service. This can be incorporated with SSO Service.
30+
Access to the SCL Data Service can be configured using roles, for every file type there are 4 roles (CRUD).
31+
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.0.2):
32+
Microservice to enrich an existing SCL Files with X and Y coordinates that will be used by the SLD Editor from OpenSCD.
33+
The microservice is secured using JWT (Json Web Tokens) for accessing the service. This can be incorporated with SSO Service.
34+
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.7.7):
35+
Microservice to convert IEC CIM and IEC 61850. The mapping is done according to the specification described in
36+
the MAPPING.md in the repository.
37+
The microservice is secured using JWT (Json Web Tokens) for accessing the service. This can be incorporated with SSO Service.
38+
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.8.0):
39+
Frontend Application to edit SCL Files in a internet browser. The CoMPAS Edition is a fork of the Open Source Project
40+
[OpenSCD](https://github.com/openscd/open-scd/).
41+
The CoMPAS Edition has some modification and extensions to work with the Microservices from the CoMPAS Ecosystem:
42+
- Open SCL Files from both CoMPAS and Filesystem;
43+
- Save SCL Files to both CoMPAS and Filesystem;
44+
- Merge SCL Files from both CoMPAS and Filesystem;
45+
- Update substations from both CoMPAS and Filesystem;
46+
- Merge IED from both CoMPAS and Filesystem;
47+
- Editor to manage the different versions in CoMPAS of a specific SCL File;
48+
- Compare different versions from CoMPAS of a specific SCL File;
49+
- Start a new project using the CIM Mapping Service;
50+
- Auto align one or more substations using the SCL Auto Alignment Service;
51+
- Display username from Microservices;

0 commit comments

Comments
 (0)