Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 27 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,34 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).

## Release notes

### Release 0.10.0

Next release for testing the CoMPAS System with all components.
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.21.0.0):
- Export IED Parameters to CSV File;
- On IED Template Project from CoMPAS backend service;
- See details in [OpenSCD Release notes (V0.21.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.21.0);
- See details in [OpenSCD Release notes (V0.20.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.20.0);
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.10.0):
- Upgrade to JDK 17;
- Updated libraries to the latest versions;
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.3.0):
- Upgrade to JDK 17;
- Group equipment from Bay when calculating X/Y Coordinates;
- Updated libraries to the latest versions;
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.9.1):
- Updated libraries to the latest versions;
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.4.0):
- Upgrade to JDK 17;
- Updated libraries to the latest versions;

### Release 0.9.0

Next release for testing the CoMPAS System with all components.
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.19.0.0):
- Show Who/When/What information for the versions in CoMPAS;
- See details in [Release notes (V0.19.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.19.0);
- See details in [Release notes (V0.18.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.18.0);
- See details in [OpenSCD Release notes (V0.19.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.19.0);
- See details in [OpenSCD Release notes (V0.18.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.18.0);
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.9.9):
- Return Who/When/What information when returning versions;
- Updated libraries to the latest versions;
Expand All @@ -33,7 +54,7 @@ Next release for testing the CoMPAS System with all components.

Next release for testing the CoMPAS System with all components.
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.16.0.0):
- See details in [Release notes](https://github.com/openscd/open-scd/releases/tag/v0.16.0);
- See details in [OpenSCD Release notes](https://github.com/openscd/open-scd/releases/tag/v0.16.0);
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.9.6):
- Updated libraries to the latest versions;
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.2.4):
Expand All @@ -50,7 +71,7 @@ Next release for testing the CoMPAS System with all components.
- Save as... menu option;
- Rename the name of the SCL File (CoMPAS);
- Small fixes and improvements in editors and wizards;
- See details in [Release notes](https://github.com/openscd/open-scd/releases/tag/v0.15.0);
- See details in [OpenSCD Release notes](https://github.com/openscd/open-scd/releases/tag/v0.15.0);
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.9.5):
- Small bugfixes;
- Updated libraries to the latest versions;
Expand Down Expand Up @@ -91,7 +112,7 @@ Next release for testing the CoMPAS System with all components.
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.8.3):
- Updated libraries to the latest versions;
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.12.0.0):
- See details in [Release notes](https://github.com/openscd/open-scd/releases/tag/v0.12.0);
- See details in [OpenSCD Release notes](https://github.com/openscd/open-scd/releases/tag/v0.12.0);

### Release 0.3.0

Expand All @@ -108,7 +129,7 @@ Next release for testing the CoMPAS System with all components.
- Loading nsdoc files through settings;
- Add basic wizard for ReportControl;
- Add wizard for sampledvaluecontrol/smv;
- See details in [Release notes](https://github.com/openscd/open-scd/releases/tag/v0.9.0);
- See details in [OpenSCD Release notes](https://github.com/openscd/open-scd/releases/tag/v0.9.0);

### Release 0.2.0

Expand Down
10 changes: 5 additions & 5 deletions compas/docker-compose-basex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
scl-data-service:
labels:
compas: true
image: "lfenergy/compas-scl-data-service:0.9.9-basex"
image: "lfenergy/compas-scl-data-service:0.10.0-basex"
ports:
- "9090:8080"
environment:
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
cim-mapping:
labels:
compas: true
image: "lfenergy/compas-cim-mapping:0.9.0"
image: "lfenergy/compas-cim-mapping:0.9.1"
ports:
- "9091:8080"
environment:
Expand All @@ -93,7 +93,7 @@ services:
scl-auto-alignment:
labels:
compas: true
image: "lfenergy/compas-scl-auto-alignment:0.2.5"
image: "lfenergy/compas-scl-auto-alignment:0.3.0"
ports:
- "9092:8080"
environment:
Expand All @@ -117,7 +117,7 @@ services:
scl-validator:
labels:
compas: true
image: "lfenergy/compas-scl-validator:0.3.0"
image: "lfenergy/compas-scl-validator:0.4.0"
ports:
- "9093:8080"
environment:
Expand All @@ -144,7 +144,7 @@ services:
open-scd:
labels:
compas: true
image: "lfenergy/compas-open-scd:v0.19.0.0"
image: "lfenergy/compas-open-scd:v0.21.0.0"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
Expand Down
10 changes: 5 additions & 5 deletions compas/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
scl-data-service:
labels:
compas: true
image: "lfenergy/compas-scl-data-service:0.9.9-postgresql"
image: "lfenergy/compas-scl-data-service:0.10.0-postgresql"
ports:
- "9090:8080"
environment:
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
cim-mapping:
labels:
compas: true
image: "lfenergy/compas-cim-mapping:0.9.0"
image: "lfenergy/compas-cim-mapping:0.9.1"
ports:
- "9091:8080"
environment:
Expand All @@ -100,7 +100,7 @@ services:
scl-auto-alignment:
labels:
compas: true
image: "lfenergy/compas-scl-auto-alignment:0.2.5"
image: "lfenergy/compas-scl-auto-alignment:0.3.0"
ports:
- "9092:8080"
environment:
Expand All @@ -124,7 +124,7 @@ services:
scl-validator:
labels:
compas: true
image: "lfenergy/compas-scl-validator:0.3.0"
image: "lfenergy/compas-scl-validator:0.4.0"
ports:
- "9093:8080"
environment:
Expand All @@ -151,7 +151,7 @@ services:
open-scd:
labels:
compas: true
image: "lfenergy/compas-open-scd:v0.19.0.0"
image: "lfenergy/compas-open-scd:v0.21.0.0"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
Expand Down