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: src/pages/CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Implemented features can be found [here](https://github.com/orgs/eclipse-tractus
35
35
|[Golden Record Business Partner Number (BPN) Service](https://github.com/eclipse-tractusx/bpdm)| bpdm: [6.0.0](https://github.com/eclipse-tractusx/bpdm/releases/tag/bpdm-6.0.0)|[7.0.0](https://github.com/eclipse-tractusx/bpdm/releases/tag/v7.0.0)|
@@ -59,8 +59,6 @@ Implemented features can be found [here](https://github.com/orgs/eclipse-tractus
59
59
60
60
- When creating a marketplace app the Portal does not support an internal technical user profile for BPDM permission group [Gate Input Consumer](https://github.com/eclipse-tractusx/bpdm/blob/main/docs/architecture/08_Crosscutting_Concepts.md). Therefore, it is currently not possible to create a marketplace app that enables access to [ReadAccessGateInputForSharingMember offers](https://github.com/eclipse-tractusx/bpdm/blob/main/INSTALL.md#edc-installation) for external VAT services wanting to access sharing member Gates.
61
61
62
-
#### EDC
63
-
64
62
#### Industry Core Hub
65
63
66
64
- No Authentication at the backend & frontend provided [see here](https://github.com/eclipse-tractusx/industry-core-hub/issues/254)
@@ -79,6 +77,12 @@ Implemented features can be found [here](https://github.com/orgs/eclipse-tractus
79
77
- EDC Version specified is v0_9_0 but works with v0.10.0 [see here](https://github.com/eclipse-tractusx/tractusx-sdk/issues/115)
80
78
- EDC Service has not factory method. [see here](https://github.com/eclipse-tractusx/tractusx-sdk/issues/115)
81
79
80
+
#### SSI Credential Issuer
81
+
82
+
- The database is capable of storing documents of type PRESENTATION through a POST API call, even though this functionality is not exposed through any specific API endpoint, indicating an undocumented feature or a future use case not yet realized.
83
+
84
+
- The DIM Status List is presently included in both the configuration file and the outbound wallet post body, which is against our recommendation as we believe this function should be autonomously managed by the wallet. The status list is defined within the component configuration, suggesting an interim solution with an intention to phase out this approach, reinforcing that the status list should not be integral to the interface in the long term.
85
+
82
86
#### Trace-X Traceability Application
83
87
84
88
- The "Show Details Table" function is non-functional in the as Planned view [see here](https://github.com/eclipse-tractusx/sig-release/issues/1443)
@@ -88,8 +92,8 @@ Implemented features can be found [here](https://github.com/orgs/eclipse-tractus
88
92
### Runtime
89
93
90
94
- on [Kubernetes](https://en.wikipedia.org/wiki/Kubernetes) versions: `1.29.10.`
91
-
- with [PostgreSQL](https://en.wikipedia.org/wiki/PostgreSQL) versions: `XX.X.X.`
92
-
- the EDC version [0.10.0]() was used for testing
95
+
- with [PostgreSQL](https://en.wikipedia.org/wiki/PostgreSQL) versions: `15.4.0-debian-11-r45`
96
+
- the EDC version [0.10.0-rc2](https://github.com/eclipse-tractusx/tractusx-edc/releases/tag/0.10.0-rc2) was used for testing
93
97
94
98
Note: Tractus-X EDC has been tested on both Postgresql versions: 15.x and 16.x
0 commit comments