Releases: catenax-ng/tx-item-relationship-service
Releases · catenax-ng/tx-item-relationship-service
irs-helm-5.3.0
IRS Helm chart for Kubernetes
2.2.2
What's Changed
Fixed
- IRS is now able to consume an EDC catalog with constraints.
Full Changelog: 2.2.1...2.2.2
2.5.1
What's Changed
Changed
- Replaced Discovery Service mock with real implementation
irs-helm-5.2.0
IRS Helm chart for Kubernetes
2.4.1
What's Changed
Fixed
- Updated spring-boot version to 3.0.6 to fix security issue
- change GID in Dockerfile to fix eclipse-tractusx#101
Full Changelog: https://github.com/catenax-ng/tx-item-relationship-service/compare/2.4.0..2.4.1
irs-helm-5.1.1
IRS Helm chart for Kubernetes
2.5.0
What's Changed
Added
- Introduced Batch processing API endpoints. Batch Order is registered and executed for a bunch of globalAssetIds in one call.
- API Endpoint POST Register Batch Order {{IRS_HOST}}/irs/orders
- API Endpoint GET Batch Order {{IRS_HOST}}/irs/orders/:orderId
- API Endpoint GET Batch {{IRS_HOST}}/irs/orders/:orderId/batches/:batchId
- Introduced Environmental- and Social Standards processing API endpoints.
- API Endpoint POST Register job to start an investigation if a given bpn is contained in a part chain {{IRS_HOST}}/ess/bpn/investigations
- API Endpoint GET BPN Investigation {{IRS_HOST}}/ess/bpn/investigations/:id
- API Endpoint POST EDC Notification receive {{IRS_HOST}}/ess/notification/receive
irs-helm-5.1.0
IRS Helm chart for Kubernetes
2.4.0
What's Changed
Added
- IRS is now able to cache the EDC catalog. Caching can be disabled via application config. Maximum amount of cached items and item time-to-live can be configured as well.
- EDC policies retrieved from contract offer are now added to the contract negotiation
Changed
- API endpoints have now additional layer of security and require BPN claim in token. Allowed BPN that can access API can be configured with (env:API_ALLOWED_BPN) variable.
- Updated Spring Boot dependency to 3.0.5
Fixed
- Fixed issue in paging when calling SemanticsHub with some page size configurations
irs-helm-5.0.9
IRS Helm chart for Kubernetes