Skip to content

Releases: catenax-ng/tx-item-relationship-service

irs-helm-5.3.0

05 May 10:13
b623904
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes

2.2.2

04 May 14:40
Compare
Choose a tag to compare

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

28 Apr 12:34
aad3b35
Compare
Choose a tag to compare

What's Changed

Changed

  • Replaced Discovery Service mock with real implementation

irs-helm-5.2.0

28 Apr 12:48
a2f4ddc
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes

2.4.1

21 Apr 09:15
3976afd
Compare
Choose a tag to compare

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

18 Apr 12:42
0ed226a
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes

2.5.0

17 Apr 08:33
7ed9aac
Compare
Choose a tag to compare

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

17 Apr 09:18
be269b9
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes

2.4.0

30 Mar 09:51
ee7ba31
Compare
Choose a tag to compare

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

30 Mar 10:30
a68a8fb
Compare
Choose a tag to compare

IRS Helm chart for Kubernetes