Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to EDC v0.8.0 #122

Merged
merged 1 commit into from
Jul 12, 2024
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
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
Loading