All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2022-12-15
- Fixed Json LD serialization bug which prevented multi-BPN policies to be defined and used. Checkout the docs for more info.
0.1.3 - 2022-11-30
- New Postman collection for developers
/docs/development/postman
- New EDC Image with HashiCorp Vault and InMemory Storage
- (Experimental) Simplified deployment of the EDC in
/charts/tractusx-connector
- Set EDC version to
0.0.1-20221006-SNAPSHOT
- Business Partner Number Extension no longer supports the 'IN' constraint operator
- HashiCorp Vault Extension now allows sub directories for secrets
- Update package structure/namespace from
net.catenax
toorg.eclipse.tractusx
- S3 Data Transfer
0.1.2 - 2022-09-30
- Introduced DEPENDENCIES file
- Moved helm charts from
deployment/helm
tocharts
0.1.1 - 2022-09-04
Important Note: Please consolidate the migration documentation before updating your connector. documentation.
- Control-Plane Extension (cx-oauth2)
- Introduced git submodule to import EDC dependencies (instead of snapshot- or milestone artifact)
- Helm Charts: TLS secret name is now configurable
- Connectors with Azure Vault extension are now starting again link
0.1.0 - 2022-08-19
Important Note: Version 0.1.0 introduces multiple breaking changes. Before updating always consolidate the corresponding documentation.
- Control-Plane extension (data-plane-selector-client)
- run the EDC with multiple data planes at once
- Control-Plane extension (dataplane-selector-configuration)
- add data plane instances to the control plane by configuration
- Data-Plane extension (s3-data-plane)
- transfer from and to AWS S3 buckets
- Control-Plane extension (data-encryption)
- Data-Plane authentication attribute transmitted during data-plane-transfer can be encrypted symmetrically (AES)
- Update setting name (
edc.dataplane.token.validation.endpoint
->edc.dataplane.token.validation.endpoint
) - EDC has been updated to version 0.0.1-20220818-SNAPSHOT - implications to the behavior of the connector have been covered in the corresponding migration guide
- Contract-Offer-Receiving-Connectors must also pass the ContractPolicy of the ContractDefinition before receiving offers(issue)
- Deletion of Asset becomes impossible when Contract Negotiation exists(issue)
- Deletion of Policy becomes impossible when Contract Definition exists(issue)
0.0.6 - 2022-07-29
- Fixes release 0.0.5, which introduced classpath issues due to usage of net.jodah:failsafe:2.4.3 library
0.0.5 - 2022-07-28
- EDC Health Checks for HashiCorp Vault
- BusinessPartnerNumber constraint supports List structure
- Helm: Confidential EDC settings can be set using k8s secrets
- HashiCorp Vault API path configurable
0.0.4 - 2022-06-27
- HashiCorp Vault Extension
- Control Plane with HashiCorp Vault and PostgreSQL support
- Release Worklow now publishes Product EDC Extensions as Maven Artifacts
- #1515 SQL: Connector sends out 50 contract offers max.
- CosmosDB Control Plane
- Control API Extension for all Control Planes