Skip to content

v1.3.0

Compare
Choose a tag to compare
@matbmoser matbmoser released this 03 Nov 15:39
· 1346 commits to main since this release
736a1bc

What's Changed?

[v1.3.0] - 03-11-2023

Added

  • New IRS Service which is able to communicate with the IRS component api.
  • Added condition to deactivate the IRS
  • Added tree manager to manage the tree of components used by each irs process
  • Added structure to manage the information coming from the IRS and jobs initiated
  • Enabled callback mechanism with the IRS component
  • Created /api/irs/{processId}/tree and /api/irs/{processId}/components APIs
  • Added process to refresh the cache when the transfer has failed
  • Added timestamp to every known DTR in the cache for refreshing the contract id every time it is reached.
  • Added a mechanism to parse/update file system json files by specific properties, avoiding conflicts
  • Enabled irs search in frontend
  • Added info bar in component search
  • Create visual tree of components
  • Enabled drill down in tree of components
  • Add IRS configuration to the helm values
  • Added Secondary Material Content (SMC) json payloads, edc assets to test the SMC use case

Updated

  • Update dpp/irs test data edc assets and script to register them

Issues Fixed

  • Fix IRS tree component bugs related to the Digital Twin parsing
  • Fix IRS job tracker to one single job.
  • Fix bug related to the broadcast search of digital twin registry
  • Fix minor bugs related to the digital twin search and the caching mechanism
  • Fix bug related to the passport retrieval by implementing check for transfer complete
  • Fix database credentials in the edc postgres configuration
  • Fix the condition to the publish dpp backend workflow

Milestone PRs:

  • [1°] - Release/v1.3.0-irs-backend-integration: Support the IRS in the backend component by @saudkhan116 in #140
  • [2º] - Release/v1.3.0 delete cache: Implemented Mechanism to Delete Cache by @matbmoser in #141
  • [3°] - Release/v1.3.0 irs tree component: Enable IRS tree component in frontend by @saudkhan116 in #142
  • [4°] - Release/v1.3.0 configure irs: add IRS configuration to the helm values by @saudkhan116 in #143
  • [5°] - Release/v1.3.0 edc postgres configuration: Resolve EDC postgres database credentials (user and password) by @saudkhan116 in #144
  • [6°] - Release/v1.3.0 register testdata: update dpp/irs test data and script by @saudkhan116 in #145
  • [7°] - Release/v1.3.0 smc testdata: prepare secondary material content (smc) use case testdata by @saudkhan116 in #146

Full Changelog: v1.2.1...v1.3.0