Releases: ds-jhartmann/item-relationship-service
Releases · ds-jhartmann/item-relationship-service
item-relationship-service-7.4.1
Changed
- Update IRS version to 5.4.1
Full Changelog: item-relationship-service-7.4.0...item-relationship-service-7.4.1
item-relationship-service-7.4.0
Changed
- Update IRS version to 5.4.0
- Changed configuration for default policies (eclipse-tractusx#542) from:
to:
edc: catalog: acceptedPolicies: - leftOperand: "https://w3id.org/catenax/policy/FrameworkAgreement" operator: "eq" rightOperand: "traceability:1.0" - leftOperand: "https://w3id.org/catenax/policy/UsagePurpose" operator: "eq" rightOperand: "cx.core.industrycore:1"
edc: catalog: acceptedPolicies: > [{ "policyId": "default-policy", "createdOn": "2024-07-17T16:15:14.12345678Z", "validUntil": "9999-01-01T00:00:00.00000000Z", "permissions": [ { "action": "use", "constraint": { "and": [ { "leftOperand": "https://w3id.org/catenax/policy/FrameworkAgreement", "operator": { "@id": "eq" }, "rightOperand": "traceability:1.0" }, { "leftOperand": "https://w3id.org/catenax/policy/UsagePurpose", "operator": { "@id": "eq" }, "rightOperand": "cx.core.industrycore:1" } ] } } ] }]
Full Changelog: item-relationship-service-7.3.1...item-relationship-service-7.4.0
item-relationship-service-7.3.1
Changed
- Change default policy to include full namespace
https://w3id.org/catenax/policy/
instead ofcx-policy:
Full Changelog: item-relationship-service-7.2.0...item-relationship-service-7.3.1
5.2.0
Fixed
- Fixed ESS Investigation job processing not starting eclipse-tractusx#579
- Policy store API returns 'rightOperand' without 'odrl:' prefix now (see traceability-foss/issues/970).
- Fixed trivy workflow to fail only on CRITICAL, HIGH (according to https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/pull/949/files).
Changed
- Improved policy store API input validation. eclipse-tractusx#528
- Extended datamodel of EdcPolicyPermissionConstraint to include andConstraints
- Marked createAccessPolicy requests with deprecation mark.
- Remove edc namespace from EdcContractAgreementNegotiationResponse and
EdcContractAgreementsResponse. eclipse-tractusx/traceability-foss#963 - Added missing
@context
values in edc asset creation. eclipse-tractusx/traceability-foss#978 - Switch to
dct:type
https://w3id.org/catenax/taxonomy#
for notification asset creation. eclipse-tractusx/traceability-foss#978 - Shells in Job response will contain all submodel descriptors returned by provider, instead filtered by aspect-type parameter. eclipse-tractusx#510
- Updated contributing, notice, and readme files for TRG 7 eclipse-tractusx#681
- Handling of expired policies when approving a notification eclipse-tractusx/traceability-foss#639
Added
- Added tests for aspect version compatibility. eclipse-tractusx#529
- Added endpoint for dedicated removal of policy from BPNL. eclipse-tractusx#559
- Integration Test Policy Store API Unhappy Path. eclipse-tractusx#519
- Support for SingleLevelUsageAsPlanned. eclipse-tractusx#470
- Documentation to describe the delegate process. eclipse-tractusx#470
- Added file for CC BY 4.0 license for TRG 7 eclipse-tractusx#681
Full Changelog: 5.1.4...5.2.0
item-relationship-service-7.2.0
Changed
- Update IRS version to 5.2.0
Full Changelog: item-relationship-service-7.1.4...item-relationship-service-7.2.0
item-relationship-service-7.1.4
Added
- Added configuration property
edc.submodel.suffix
.
Changed
- Update IRS version to 5.1.4
Full Changelog: ...item-relationship-service-7.1.4
3.0.0
Full Changelog: 3.0.0...3.0.0
2.7.0
Added
- Handling of Decentral Digital Twin Registry as a way of request AAS for identifier
- Extend Register Job with key field that contain BPN and globalAssetId
- Requesting BPN endpoint catalog over Discrovery Finder
- Requesting EDC endpoint addresses for BPN over EDC Discovery Finder
- Add filter for catalog item search in EDC
- Authorize Digital Twin client with EDC Endpoint Reference
Full Changelog: 2.7.0...2.7.0
1.0.0
TEST