Skip to content

Commit

Permalink
Update to EDC v0.8.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-schmidt authored Jul 12, 2024
1 parent d205458 commit 4c3f91f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ model via the EDC.

| Specification | Version |
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
| [Eclipse Dataspace Connector](https://github.com/eclipse-dataspaceconnector/DataSpaceConnector) | v0.7.0 |
| [Eclipse Dataspace Connector](https://github.com/eclipse-dataspaceconnector/DataSpaceConnector) | v0.8.0 |
| [AAS - Details of the Asset Administration Shell - Part 1](https://www.plattform-i40.de/IP/Redaktion/EN/Downloads/Publikation/Details_of_the_Asset_Administration_Shell_Part1_V3.html)<br />The exchange of information between partners in the value chain of Industrie 4.0 | AAS Specs – Part 1 V3.0 (final)<br/>(based on [eclipse-aas4j/aas4j](https://github.com/eclipse-aas4j/aas4j)) |

## Repo Structure
Expand Down
11 changes: 7 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@

## Current development version

Compatibility: **Eclipse Dataspace Connector v0.7.0**
Compatibility: **Eclipse Dataspace Connector v0.8.0**

**New Features**

* Dynamical building of AAS access URLs using Reference Chains [Submodel x, Collection y, Element z]
* Accepting self-signed certificates (only possible for own AAS services) now
optional (`edc.dataplane.aas.acceptSelfSignedCertificates`)
* Dynamically building AAS access URLs using Reference Chains [Submodel x, Collection y, Element z], a concept from AAS
the specification
* Accepting self-signed certificates now
optional (`edc.dataplane.aas.acceptOwnSelfSignedCertificates`, `edc.dataplane.aas.acceptAllSelfSignedCertificates`)
* SubmodelElementList is now a model element inside the SelfDescription (AASv3 change)

* New extension: data-plane-aas
* Provides custom AAS data source and data sink
* Communicate with AAS over AASDataAddress (see above, reference chains)
* Allow communication with AAS with self-signed TLS certificates (configurable)

**Bugfixes**

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
javaVersion=17
group=org.eclipse.edc
edcVersion=0.7.1
edcVersion=0.8.0
faaastVersion=1.0.1
aas4jVersion=1.0.2
mockitoVersion=5.2.0
Expand Down

0 comments on commit 4c3f91f

Please sign in to comment.