This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Releases: catenax-ng/product-item-relationship-service
Releases · catenax-ng/product-item-relationship-service
1.5.0
What's Changed
Added
- Added new parameters 'startedOn' and 'jobCompleted' to Job status response
Changed
- Updated Spring Boot to 2.7.5 and Spring Security (Web and OAuth2 Client) dependencies to 5.7.5 due to CVEs
- Renamed parameter from 'status' to 'jobState' in Job status response
- Time to live for finished jobs is now configurable
Full Changelog: 1.4.0...1.5.0
irs-helm-2.3.0
IRS Helm chart for Kubernetes for Catena-X
1.4.0
Added
- New 'asPlanned' value for bomLifecycle request parameter - now BomAsPlanned can be traversed by the IRS to build relationships
Full Changelog: 1.3.0...1.4.0
irs-helm-2.2.0
IRS Helm chart for Kubernetes for Catena-X
1.3.0
Added
- BPDM URL (env:BPDM_URL) is now configurable
- SemanticsHub URL (env:SEMANTICSHUB_URL) and default URNs (env:SEMANTICSHUB_DEFAULT_URNS) are now configurable
- Added an administration guide covering installation and configuration topics (TRI-593)
- Tombstones Tombstone contains ProcessStep in ProcessingError
- Added new optional parameter 'callbackUrl' to Job registration request
Full changelog: v1.2.0...1.3.0
irs-helm-2.1.0
IRS Helm chart for Kubernetes for Catena-X
irs-helm-2.0.0
IRS Helm chart for Kubernetes for Catena-X
irs-helm-charts-1.1.1
IRS Helm chart for Kubernetes for Catena-X
1.2.0
What's Changed
⭐ NEW
- Automatic eclipse dash IP-ticket creation in #325
- Automatic cucumber execution based on Tests in Jira in #321
✅ FIXED
- Update HSTS header configuration in #348 (TRI-659)
- Encode log output to avoid log forging in #344 (TRI-653)
- Add missing X-Frame-Options header in #356 (TRI-661)
- Switching to a distroless Docker base image to avoid vulnerable library in #350 (TRI-729)
💡 IMPROVED
- Update EDC components to version 0.1.1 in #329
- Update testdata set to 1.3.2 in #339
- Create Tombstone for faulty/null/none BPN ManufactureId in #353
- Update aaswrapper to 0.0.7 in #364
Full Changelog: v1.1.0...1.2.0
1.1.0
What's Changed
⭐ NEW
- Aspect Model validation IRS now validates the aspect model responses requested via EDC. JSON schema files are requested on demand using Semantic Hub API.
- BPN mapping IRS job result includes BPNs and the corresponding names.
- Enabled collecting of "Batch" submodels IRS supports aspect model "Batch"
✅ FIXED
- Malformed date-time in IRS job result (TRI-627)
- Job cleanup process Jobs are completely deleted after retention period exceeded. (TRI-631)
- IRS job processing IRS jobs no longer stay stuck in state RUNNING due to malformed URLs. (TRI-675)
- Security fixes Fixed various security findings.
💡 IMPROVED
- IRS monitoring Added more metrics and improved Grafana dashboards.
- Submodel payload in IRS job response Submodels are stored as object instead of string.
- CORS Enabled CORS configuration
- Documentation Improved README and UML diagrams.
- GitHub integrations Trivy/KICS/Eclipse DASH tool/VeraCode
- Extended Postman collection
- IRS stability and code quality
- API docs
- Test data and upload script
- Helm charts Improved security and performance configurations. Created a All-in-One Helm Chart for IRS which includes all IRS dependencies. Helm Chart is released separately.
- Refactor relationship result object of IRS
- FOSS initial GitHub & code preparation Change package structure to
org.eclipse.tractusx
.
Full Changelog: v1.0.0...v1.1.0