Skip to content

Releases: ds-jhartmann/item-relationship-service

item-relationship-service-7.4.1

20 Aug 14:21
cf0b76a
Compare
Choose a tag to compare

item-relationship-service-7.4.0

25 Jul 10:23
bdc4531
Compare
Choose a tag to compare

Changed

  • Update IRS version to 5.4.0
  • Changed configuration for default policies (eclipse-tractusx#542) from:
    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"
    
    to:
    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

18 Jul 12:28
e3e1b52
Compare
Choose a tag to compare

Changed

  • Change default policy to include full namespace https://w3id.org/catenax/policy/ instead of cx-policy:

Full Changelog: item-relationship-service-7.2.0...item-relationship-service-7.3.1

5.2.0

12 Jul 14:04
a7bf65a
Compare
Choose a tag to compare

Fixed

Changed

Added

Full Changelog: 5.1.4...5.2.0

item-relationship-service-7.2.0

12 Jul 13:38
a7bf65a
Compare
Choose a tag to compare

item-relationship-service-7.1.4

13 Jun 07:50
1606307
Compare
Choose a tag to compare

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

29 Jun 15:02
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.0.0

2.7.0

13 Jun 08:02
Compare
Choose a tag to compare

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

13 Jun 07:29
83a9b82
Compare
Choose a tag to compare

TEST