- the
edc-controlplane
andedc-dataplane
charts are deprecated, please usetractusx-connector
which combines the former ones
Details at the official documentation on swaggerhub
- Management API for creating resources (assets, policydefinitions, contractdefinitions, ...) will return a body containing the id of the created resource
- Added a
POST /request
for every management endpoint (assets, policydefinitions, ...) to query all the resources. The existentGET /
have been deprecated - added
id
field inDataRequestDTO
(/transferprocess
management api), if not set it will use a randomly generated one. - Removed field
assetId
fromContractOffer
. It was always null though, so there should be nothing to do about it. - on
POST /contractdefinitions
aduration
field can be added to control the duration of the contract. - added the
GET /assets/{id}/address
endpoint to being able to retrieve the storedDataAddress
- refactored the HTTP server contexts (more details on the related decision record). They need to be refactored as:
web.http.data
becomesweb.http.management
web.http.ids
becomesweb.http.protocol
web.http.validation
,web.http.controlplane
andweb.http.dataplane
becomeweb.http.control
- Healthcheck api now it's exposed under the
management
context. - Removed default value for setting
edc.transfer.proxy.token.verifier.publickey.alias
so it must be valued accordingly - made the state machine settings configurable so it will be possible to tune them accordingly. More details in the related documentation entry.
- renamed
edc.receiver.http.endpoint
toedc.receiver.http.dynamic.endpoint
- renamed
edc.oauth.public.key.alias
setting toedc.oauth.certificate.alias
- Supported
/public
data plane endpoint without trailing slash, that can be eventually removed from the configuration - packages name changed from
org.eclipse.dataspaceconnector
toorg.eclipse.edc
- To specify multiple BPN into Policies the operator
OR
can be used. More details in the business-partner-validation extension documentation - HTTP Dynamic Endpoint Data Reference: The URL for Endpoint Data Reference can be also provided via the call for starting the transfer process. More details Http Dynamic EDR receiver