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: catenax-ng/product-item-relationship-service@v1.0.0...v1.1.0