Releases: catenax-ng/tx-item-relationship-service
Releases · catenax-ng/tx-item-relationship-service
2.2.0
What's Changed
Added
- Added new job parameter flag "lookupBPNs" which toggles lookup of BPN numbers using the configured BPN URL
- Added new summary item "bpnLookups" which tracks completed and failed BPN requests. Excluded these metrics from "asyncFetchedItems"
- Model schema JSON files can now be provided locally as a backup to the Semantic Hub.
Use the newsemanticsHub.localModelDirectory
config entry to provide a folder with the models. - Added pagination to EDC catalog retrieval.
Fixed
- BPNs array is now filled correctly when requesting a running job with parameter "returnUncompletedJob=true"
Full Changelog: https://github.com/catenax-ng/tx-item-relationship-service/compare/2.1.0..2.2.0
irs-helm-4.2.0
IRS Helm chart for Kubernetes
2.1.0
What's Changed
Changed
- Change 'jobParameter' to 'parameter' in GET calls in IRS API
- Change 'jobStates' to 'states' request parameter in GET call for jobs by states, 'jobStates' is now deprecated
- REST clients for DTR, SemHub and BPDM now use their own RestTemplates and configuration
- application.yaml received some documentation
Full Changelog: https://github.com/catenax-ng/tx-item-relationship-service/compare/2.0.0..2.1.0
irs-helm-4.1.0
IRS Helm chart for Kubernetes
irs-edc-consumer-1.0.2
IRS Helm chart for the EDC consumer
2.0.0
What's Changed
Added
- Added pagination to GET /irs/jobs endpoint (eg. {{IRS_HOST}}/irs/jobs?page=0&size=10&sort=completedOn,asc)
Changed
- IRS API now requires 'view_irs' resource access inside Keycloak JWT token.
- New 2.0.0 version of IRS API. Main goal was to remove 'job' prefix from attribute names
- change 'jobId' to 'id' in GET and POST calls
- change 'jobState' to 'state' in GET calls
- change 'jobCompleted' to 'completedOn' in GET calls
- change 'jobId' to 'id' and 'jobState' to 'state' in callback URI variables
Full Changelog: https://github.com/catenax-ng/tx-item-relationship-service/compare/1.6.0..2.0.0
irs-helm-4.0.0
IRS Helm chart for Kubernetes
irs-helm-3.0.1
IRS Helm chart for Kubernetes
irs-edc-consumer-1.0.1
IRS Helm chart for the EDC consumer
1.6.0
What's Changed
Added
- EDC client implementation (for negotiation and data exchange)
- New callback endpoint for EDC (path: /internal/endpoint-data-reference)
- Optional trusted port to make internal interfaces only available via that (config: server.trustedPort)
Removed
- Removed the need for the API wrapper by directly communicating with the EDC control and data plane.
Full Changelog: 1.5.0...1.6.0