Releases: eclipse-tractusx/item-relationship-service
Releases · eclipse-tractusx/item-relationship-service
4.0.1
Changed
- Added state
STARTED
as acceptable state to complete the EDC transfer process to be compatible with EDC 0.5.1
Full Changelog: 4.0.0...4.0.1
irs-helm-6.9.1
Full Changelog: irs-helm-6.9.0...irs-helm-6.9.1
4.0.0
Added
- Introduced new API endpoint to register ESS Jobs in Batch - POST {{IRS_HOST}}/irs/ess/orders
- Added role "admin_irs" again
Changed
- Deprecated query parameter 'jobStates' was removed from GET {{IRS_HOST}}/irs/jobs endpoint
- Moved OAuth2 JWT token claim to configuration. The fields can be configured with
oauth.resourceClaim
,oauth.irsNamespace
,oauth.roles
. - ESS
- Added Tombstone to ESS investigation in case required aspect models "PartAsPlanned" or "PartSiteInformationAsPlanned" are missing
- Update dependencies to mitigate third party vulnerabilities
Full Changelog: 3.5.4...4.0.0
irs-helm-6.9.0
Changed
- Update IRS version to 4.0.0
Added
- Added configuration for IRS OAuth2 JWT token claim
Full Changelog: irs-helm-6.8.1...irs-helm-6.9.0
3.5.4
irs-helm-6.8.1
3.5.3
Fixed
- Fixed default policy creation.
Changed
- Changed configuration for default policies from:
to:
irs-edc-client: catalog: policies: allowedNames: A, B acceptedLeftOperands: X acceptedRightOperands: Y
irs-edc-client: catalog: acceptedPolicies: - leftOperand: "X" operator: "eq" rightOperand: "A" - leftOperand: "B" operator: "eq" rightOperand: Y"
Full Changelog: 3.5.2...3.5.3
irs-helm-6.8.0
Changed
- Update IRS version to 3.5.3
- Changed configuration for default policies from:
to:
edc: catalog: policies: allowedNames: A, B acceptedLeftOperands: X acceptedRightOperands: Y
edc: catalog: acceptedPolicies: - leftOperand: "X" operator: "eq" rightOperand: "A" - leftOperand: "B" operator: "eq" rightOperand: Y"
Full Changelog: irs-helm-6.7.3...irs-helm-6.8.0