Skip to content

Releases: eclipse-tractusx/item-relationship-service

1.5.0

15 Nov 11:47
80afb6d
Compare
Choose a tag to compare

What's Changed

Added

  • Added new parameters 'startedOn' and 'jobCompleted' to Job status response

Changed

  • Updated Spring Boot to 2.7.5 and Spring Security (Web and OAuth2 Client) dependencies to 5.7.5 due to CVEs
  • Renamed parameter from 'status' to 'jobState' in Job status response
  • Time to live for finished jobs is now configurable

Full Changelog: 1.4.0...1.5.0

1.4.0

28 Nov 10:05
e2aaa74
Compare
Choose a tag to compare

Added

  • New 'asPlanned' value for bomLifecycle request parameter - now BomAsPlanned can be traversed by the IRS to build relationships

Full Changelog: catenax-ng/product-item-relationship-service@1.3.0...1.4.0

1.3.0

28 Nov 10:06
6127706
Compare
Choose a tag to compare

Added

  • BPDM URL (env:BPDM_URL) is now configurable
  • SemanticsHub URL (env:SEMANTICSHUB_URL) and default URNs (env:SEMANTICSHUB_DEFAULT_URNS) are now configurable
  • Added an administration guide covering installation and configuration topics (TRI-593)
  • Tombstones Tombstone contains ProcessStep in ProcessingError
  • Added new optional parameter 'callbackUrl' to Job registration request

Full changelog: catenax-ng/product-item-relationship-service@v1.2.0...1.3.0

irs-helm-2.1.0

06 Dec 13:29
6127706
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes for Catena-X

1.2.0

28 Nov 10:06
e290f96
Compare
Choose a tag to compare

What's Changed

⭐ NEW

✅ FIXED

💡 IMPROVED

Full Changelog: catenax-ng/product-item-relationship-service@v1.1.0...1.2.0

1.1.0

28 Nov 10:07
6715a9e
Compare
Choose a tag to compare

What's Changed

⭐ NEW

  • Aspect Model validation IRS now validates the aspect model responses requested via EDC. JSON schema files are requested on demand using Semantic Hub API.
  • BPN mapping IRS job result includes BPNs and the corresponding names.
  • Enabled collecting of "Batch" submodels IRS supports aspect model "Batch"

✅ FIXED

  • Malformed date-time in IRS job result (TRI-627)
  • Job cleanup process Jobs are completely deleted after retention period exceeded. (TRI-631)
  • IRS job processing IRS jobs no longer stay stuck in state RUNNING due to malformed URLs. (TRI-675)
  • Security fixes Fixed various security findings.

💡 IMPROVED

  • IRS monitoring Added more metrics and improved Grafana dashboards.
  • Submodel payload in IRS job response Submodels are stored as object instead of string.
  • CORS Enabled CORS configuration
  • Documentation Improved README and UML diagrams.
  • GitHub integrations Trivy/KICS/Eclipse DASH tool/VeraCode
  • Extended Postman collection
  • IRS stability and code quality
  • API docs
  • Test data and upload script
  • Helm charts Improved security and performance configurations. Created a All-in-One Helm Chart for IRS which includes all IRS dependencies. Helm Chart is released separately.
  • Refactor relationship result object of IRS
  • FOSS initial GitHub & code preparation Change package structure to org.eclipse.tractusx.

Full Changelog: catenax-ng/product-item-relationship-service@v1.0.0...v1.1.0

1.0.0

28 Nov 10:07
efc8f37
Compare
Choose a tag to compare

First official stable release of the IRS.

💡 IMPROVED

  • Improved Minio Helmchart Latest Minio version is used now
  • Submodel Information If requested, the IRS collects submodel information now and adds it to the job result
  • Improved job response The job response object contains all the required fields now with correct values

Full Changelog: catenax-ng/product-item-relationship-service@v0.9.1...v1.0.0

0.9.1

28 Nov 10:08
46a6e5f
Compare
Choose a tag to compare

💡 IMPROVED

  • Remove AAS Proxy The IRS works without the AASProxy component

New Contributors

Full Changelog: https://github.com/catenax-ng/product-item-relationship-service/commits/v0.9.1

0.9.0

28 Nov 10:08
252240c
Compare
Choose a tag to compare

Release after PI 3 - S5 - A1MTDC

⭐ NEW

  • Build traceability BoM as built tree You can now use the IRS to retrieve a BoM tree with lifecycle stage "as built" for serialized components, which are distributed across the Catena-X network. In this release, the tree is being built on the aspects "SerialPartTypization" and "AssemblyPartRelationship". Focus is a tree built in the direction top-down/parent-child.
  • IRS API v1.0.0 First release of the IRS API.

--

✅ FIXED

  • Cloud Agnostic Solution You have the ability now to deploy the solution on different cloud vendor solutions. We decoupled the application from its former Azure Stack.
  • Security fixes Various security fixes.

--

💡 IMPROVED

  • Asynchronous Job Management Since we cannot rely on a synchronous answer of each request within the network, we provide a job management for this process.
  • AAS Proxy Requests to Digital Twin Registry are executed via the AAS Proxy.
  • Quality Gate for Release 1 The quality measures were implemented in accordance with the requirements for Release 1.
  • Hotel Budapest catenax-ng C-X-NG ready using the provided catenax-ng infrastructure.
  • SCA Composition Analysis Enablement of SCA Composition Analysis using Veracode and CodeQl.
  • Github Integrations VeraCode/Dependabot/SonarCloud/CodeQl

--

⛔ UNRESOLVED

  • Select Aspects you need You are able to select the needed aspects for which you want to collect the correct endpoint information.

--

New Contributors

Full Changelog: https://github.com/catenax-ng/product-item-relationship-service/commits/v0.9.0