You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
_**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_
8
8
9
9
## [Unreleased]
10
-
### Changed
11
10
12
-
- EdcPolicyDefinitionService, EdcContractDefinitionService and EdcAssetService return throw AlreadyExist exceptions when Conflict is returned from EDC
11
+
## [4.8.0] - 2024-03-18
12
+
### Changed
13
+
- Improved maintainability in EdcSubmodelClientImpl by reduced method visibility and better naming (in context of #448).
14
+
- EdcPolicyDefinitionService, EdcContractDefinitionService and EdcAssetService return throw AlreadyExist exceptions when Conflict is returned from
15
+
EDC
13
16
- Added AssetAdministrationShellDescriptor specificAssetIds support for externalSubjectId required for data provisioning
14
17
- Registering a job - aspects array is now accepting full urn of aspect model instead of name only, eg. 'urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt' instead 'SingleLevelBomAsBuilt'. #439
15
18
- Changed the version of irs-registry-client from 1.6.0-SNAPSHOT to 1.6.0
16
19
20
+
## Fixed
21
+
- Fixed missing timeouts including configuration. #448
22
+
17
23
## [4.7.0] - 2024-03-04
18
24
### Added
19
25
- DigitalTwinRegistryCreateShellService in irs-registry-client for creating shells in DTR directly
@@ -574,7 +580,8 @@ _**For better traceability add the corresponding GitHub issue number in each cha
574
580
### Unresolved
575
581
-**Select Aspects you need** You are able to select the needed aspects for which you want to collect the correct endpoint information.
4. Create pull request from [release preparation branch to main](https://github.com/eclipse-tractusx/item-relationship-service/compare/chore/prepare-release-x.x.x) and merge to main.
180
-
5. Create Git tag for the desired release version `git tag x.x.x`
179
+
4. Update IRS API version in IrsApplication class and irs-api.yaml
180
+
5. Create pull request from [release preparation branch to main](https://github.com/eclipse-tractusx/item-relationship-service/compare/chore/prepare-release-x.x.x) and merge to main.
181
+
6. Create Git tag for the desired release version `git tag x.x.x`
181
182
(note: the irs-helm tag will be created automatically by the GitHub workflow based on the version in the irs-helm changelog).
182
-
6. Push Git tag to repository `git push origin x.x.x` (this will trigger the GitHub release workflow).
183
-
7. Wait for release workflow to complete.
184
-
8. Merge the automatically opened PR by GitHub actions bot.
185
-
9. Notify about the release in IRS Matrix Chat using the following template:
183
+
7. Push Git tag to repository `git push origin x.x.x` (this will trigger the GitHub release workflow).
184
+
8. Wait for release workflow to complete.
185
+
9. Merge the automatically opened PR by GitHub actions bot.
186
+
10. Notify about the release in IRS Matrix Chat using the following template:
0 commit comments