@twin.org/dataspace-data-plane-service 0.0.3-next.26 → 0.0.3-next.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/dataspaceDataPlaneRoutes.js +2 -4
- package/dist/es/dataspaceDataPlaneRoutes.js.map +1 -1
- package/dist/es/dataspaceDataPlaneService.js +20 -19
- package/dist/es/dataspaceDataPlaneService.js.map +1 -1
- package/dist/es/models/IDataspaceDataPlaneServiceConstructorOptions.js.map +1 -1
- package/dist/types/models/IDataspaceDataPlaneServiceConstructorOptions.d.ts +5 -0
- package/docs/changelog.md +122 -105
- package/docs/open-api/spec.json +1 -1
- package/docs/reference/interfaces/IDataspaceDataPlaneServiceConstructorOptions.md +14 -0
- package/package.json +5 -5
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.26...dataspace-data-plane-service-v0.0.3-next.27) (2026-05-08)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* endpoint encryption + getDatasetTargets multi-target fix ([#112](https://github.com/iotaledger/twin-dataspace/issues/112)) ([3288941](https://github.com/iotaledger/twin-dataspace/commit/328894113c19c7402f7d00dfa77b6a97ae40ca91))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
16
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
19
|
+
|
|
20
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.25...dataspace-data-plane-service-v0.0.3-next.26) (2026-04-14)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* add inline tasks and concurrent options ([#104](https://github.com/iotaledger/twin-dataspace/issues/104)) ([2227a21](https://github.com/iotaledger/twin-dataspace/commit/2227a212d906f58ba77850c79bb20bf2cb7195a8))
|
|
9
26
|
|
|
10
27
|
|
|
11
28
|
### Dependencies
|
|
@@ -17,12 +34,12 @@
|
|
|
17
34
|
* devDependencies
|
|
18
35
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
19
36
|
|
|
20
|
-
## [0.0.3-next.25](https://github.com/
|
|
37
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.24...dataspace-data-plane-service-v0.0.3-next.25) (2026-04-10)
|
|
21
38
|
|
|
22
39
|
|
|
23
40
|
### Features
|
|
24
41
|
|
|
25
|
-
* use tenant admin service instead of custom tenant tracking ([#101](https://github.com/
|
|
42
|
+
* use tenant admin service instead of custom tenant tracking ([#101](https://github.com/iotaledger/twin-dataspace/issues/101)) ([2529d69](https://github.com/iotaledger/twin-dataspace/commit/2529d69508c312fa7d32a55909669d4ff0b13b13))
|
|
26
43
|
|
|
27
44
|
|
|
28
45
|
### Dependencies
|
|
@@ -34,12 +51,12 @@
|
|
|
34
51
|
* devDependencies
|
|
35
52
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
36
53
|
|
|
37
|
-
## [0.0.3-next.24](https://github.com/
|
|
54
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.23...dataspace-data-plane-service-v0.0.3-next.24) (2026-03-31)
|
|
38
55
|
|
|
39
56
|
|
|
40
57
|
### Features
|
|
41
58
|
|
|
42
|
-
* skip tenant dsp transfer routes ([#97](https://github.com/
|
|
59
|
+
* skip tenant dsp transfer routes ([#97](https://github.com/iotaledger/twin-dataspace/issues/97)) ([2f1ad97](https://github.com/iotaledger/twin-dataspace/commit/2f1ad971bc50ad24bb9f68759fbd4d44527d3d02))
|
|
43
60
|
|
|
44
61
|
|
|
45
62
|
### Dependencies
|
|
@@ -51,12 +68,12 @@
|
|
|
51
68
|
* devDependencies
|
|
52
69
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
53
70
|
|
|
54
|
-
## [0.0.3-next.23](https://github.com/
|
|
71
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.22...dataspace-data-plane-service-v0.0.3-next.23) (2026-03-25)
|
|
55
72
|
|
|
56
73
|
|
|
57
74
|
### Features
|
|
58
75
|
|
|
59
|
-
* extend test app with multi-consignment data using UNECE vocabulary ([#92](https://github.com/
|
|
76
|
+
* extend test app with multi-consignment data using UNECE vocabulary ([#92](https://github.com/iotaledger/twin-dataspace/issues/92)) ([2f69566](https://github.com/iotaledger/twin-dataspace/commit/2f695668ec03e50c89ddb1437f2be39c047e3268))
|
|
60
77
|
|
|
61
78
|
|
|
62
79
|
### Dependencies
|
|
@@ -68,7 +85,7 @@
|
|
|
68
85
|
* devDependencies
|
|
69
86
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
70
87
|
|
|
71
|
-
## [0.0.3-next.22](https://github.com/
|
|
88
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.21...dataspace-data-plane-service-v0.0.3-next.22) (2026-03-20)
|
|
72
89
|
|
|
73
90
|
|
|
74
91
|
### Miscellaneous Chores
|
|
@@ -85,13 +102,13 @@
|
|
|
85
102
|
* devDependencies
|
|
86
103
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
87
104
|
|
|
88
|
-
## [0.0.3-next.21](https://github.com/
|
|
105
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.20...dataspace-data-plane-service-v0.0.3-next.21) (2026-03-17)
|
|
89
106
|
|
|
90
107
|
|
|
91
108
|
### Features
|
|
92
109
|
|
|
93
|
-
* improve open-api examples ([1368dbe](https://github.com/
|
|
94
|
-
* improve open-api examples ([87f0ad2](https://github.com/
|
|
110
|
+
* improve open-api examples ([1368dbe](https://github.com/iotaledger/twin-dataspace/commit/1368dbed5c36e074b4854942304a19b9ce51e088))
|
|
111
|
+
* improve open-api examples ([87f0ad2](https://github.com/iotaledger/twin-dataspace/commit/87f0ad2a1fb9fe6d9e946577327c110bdcfc3246))
|
|
95
112
|
|
|
96
113
|
|
|
97
114
|
### Dependencies
|
|
@@ -103,13 +120,13 @@
|
|
|
103
120
|
* devDependencies
|
|
104
121
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
105
122
|
|
|
106
|
-
## [0.0.3-next.20](https://github.com/
|
|
123
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.19...dataspace-data-plane-service-v0.0.3-next.20) (2026-03-17)
|
|
107
124
|
|
|
108
125
|
|
|
109
126
|
### Features
|
|
110
127
|
|
|
111
|
-
* improve open-api examples ([288c68c](https://github.com/
|
|
112
|
-
* improve open-api examples ([f065f4b](https://github.com/
|
|
128
|
+
* improve open-api examples ([288c68c](https://github.com/iotaledger/twin-dataspace/commit/288c68c928694d2fff6407eab568710a72db9ec3))
|
|
129
|
+
* improve open-api examples ([f065f4b](https://github.com/iotaledger/twin-dataspace/commit/f065f4bd55540041a653ef141c4be29a83c5055e))
|
|
113
130
|
|
|
114
131
|
|
|
115
132
|
### Dependencies
|
|
@@ -121,12 +138,12 @@
|
|
|
121
138
|
* devDependencies
|
|
122
139
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
123
140
|
|
|
124
|
-
## [0.0.3-next.19](https://github.com/
|
|
141
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.18...dataspace-data-plane-service-v0.0.3-next.19) (2026-03-12)
|
|
125
142
|
|
|
126
143
|
|
|
127
144
|
### Features
|
|
128
145
|
|
|
129
|
-
* improve validation ([#82](https://github.com/
|
|
146
|
+
* improve validation ([#82](https://github.com/iotaledger/twin-dataspace/issues/82)) ([8bfaf7b](https://github.com/iotaledger/twin-dataspace/commit/8bfaf7b830f89b63575f8a51ee96bd8ac4da02f4))
|
|
130
147
|
|
|
131
148
|
|
|
132
149
|
### Dependencies
|
|
@@ -138,12 +155,12 @@
|
|
|
138
155
|
* devDependencies
|
|
139
156
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
140
157
|
|
|
141
|
-
## [0.0.3-next.18](https://github.com/
|
|
158
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.17...dataspace-data-plane-service-v0.0.3-next.18) (2026-03-09)
|
|
142
159
|
|
|
143
160
|
|
|
144
161
|
### Features
|
|
145
162
|
|
|
146
|
-
* resolve DSP transfer flow bugs for cross-node communication ([#76](https://github.com/
|
|
163
|
+
* resolve DSP transfer flow bugs for cross-node communication ([#76](https://github.com/iotaledger/twin-dataspace/issues/76)) ([506a45c](https://github.com/iotaledger/twin-dataspace/commit/506a45c94e63d5f958b1fc7131adfe452c3e2974))
|
|
147
164
|
|
|
148
165
|
|
|
149
166
|
### Dependencies
|
|
@@ -155,17 +172,17 @@
|
|
|
155
172
|
* devDependencies
|
|
156
173
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
157
174
|
|
|
158
|
-
## [0.0.3-next.17](https://github.com/
|
|
175
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.16...dataspace-data-plane-service-v0.0.3-next.17) (2026-03-06)
|
|
159
176
|
|
|
160
177
|
|
|
161
178
|
### Features
|
|
162
179
|
|
|
163
|
-
* types update ([77c338e](https://github.com/
|
|
180
|
+
* types update ([77c338e](https://github.com/iotaledger/twin-dataspace/commit/77c338e9244dcc7e3d597fdb06229513b1f13eac))
|
|
164
181
|
|
|
165
182
|
|
|
166
183
|
### Bug Fixes
|
|
167
184
|
|
|
168
|
-
* avoid compaction of incoming activities ([#77](https://github.com/
|
|
185
|
+
* avoid compaction of incoming activities ([#77](https://github.com/iotaledger/twin-dataspace/issues/77)) ([ff43d6a](https://github.com/iotaledger/twin-dataspace/commit/ff43d6a3e1563eb9cb185501134b2a53ae88787c))
|
|
169
186
|
|
|
170
187
|
|
|
171
188
|
### Dependencies
|
|
@@ -177,7 +194,7 @@
|
|
|
177
194
|
* devDependencies
|
|
178
195
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
179
196
|
|
|
180
|
-
## [0.0.3-next.16](https://github.com/
|
|
197
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.15...dataspace-data-plane-service-v0.0.3-next.16) (2026-03-02)
|
|
181
198
|
|
|
182
199
|
|
|
183
200
|
### Miscellaneous Chores
|
|
@@ -194,12 +211,12 @@
|
|
|
194
211
|
* devDependencies
|
|
195
212
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
196
213
|
|
|
197
|
-
## [0.0.3-next.15](https://github.com/
|
|
214
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-dataspace/compare/dataspace-data-plane-service-v0.0.3-next.14...dataspace-data-plane-service-v0.0.3-next.15) (2026-03-02)
|
|
198
215
|
|
|
199
216
|
|
|
200
217
|
### Features
|
|
201
218
|
|
|
202
|
-
* unification of the data exchange and the data space connector ([#57](https://github.com/
|
|
219
|
+
* unification of the data exchange and the data space connector ([#57](https://github.com/iotaledger/twin-dataspace/issues/57)) ([df2644d](https://github.com/iotaledger/twin-dataspace/commit/df2644d989471e07dadd83d27bef736179e31bf4))
|
|
203
220
|
|
|
204
221
|
|
|
205
222
|
### Dependencies
|
|
@@ -211,12 +228,12 @@
|
|
|
211
228
|
* devDependencies
|
|
212
229
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
213
230
|
|
|
214
|
-
## [0.0.3-next.12](https://github.com/
|
|
231
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.11...dataspace-service-v0.0.3-next.12) (2026-01-22)
|
|
215
232
|
|
|
216
233
|
|
|
217
234
|
### Features
|
|
218
235
|
|
|
219
|
-
* allow retry of failed activities instead of treating as duplicates ([#53](https://github.com/
|
|
236
|
+
* allow retry of failed activities instead of treating as duplicates ([#53](https://github.com/iotaledger/twin-dataspace/issues/53)) ([363dddc](https://github.com/iotaledger/twin-dataspace/commit/363dddc0ba14a50cf1d6f233d17f19c6110fbd47))
|
|
220
237
|
|
|
221
238
|
|
|
222
239
|
### Dependencies
|
|
@@ -228,12 +245,12 @@
|
|
|
228
245
|
* devDependencies
|
|
229
246
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
230
247
|
|
|
231
|
-
## [0.0.3-next.11](https://github.com/
|
|
248
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.10...dataspace-service-v0.0.3-next.11) (2026-01-22)
|
|
232
249
|
|
|
233
250
|
|
|
234
251
|
### Features
|
|
235
252
|
|
|
236
|
-
* update contexts ([1c9a169](https://github.com/
|
|
253
|
+
* update contexts ([1c9a169](https://github.com/iotaledger/twin-dataspace/commit/1c9a169ebc44af59df890eb29dd5cb4274940ebe))
|
|
237
254
|
|
|
238
255
|
|
|
239
256
|
### Dependencies
|
|
@@ -245,12 +262,12 @@
|
|
|
245
262
|
* devDependencies
|
|
246
263
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
247
264
|
|
|
248
|
-
## [0.0.3-next.10](https://github.com/
|
|
265
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.9...dataspace-service-v0.0.3-next.10) (2026-01-19)
|
|
249
266
|
|
|
250
267
|
|
|
251
268
|
### Features
|
|
252
269
|
|
|
253
|
-
* replace registerApp with factory pattern ([#51](https://github.com/
|
|
270
|
+
* replace registerApp with factory pattern ([#51](https://github.com/iotaledger/twin-dataspace/issues/51)) ([a7ef328](https://github.com/iotaledger/twin-dataspace/commit/a7ef32873f5781f7b1f8aa3670f5fb612dd17018))
|
|
254
271
|
|
|
255
272
|
|
|
256
273
|
### Dependencies
|
|
@@ -262,18 +279,18 @@
|
|
|
262
279
|
* devDependencies
|
|
263
280
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
264
281
|
|
|
265
|
-
## [0.0.3-next.9](https://github.com/
|
|
282
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.8...dataspace-service-v0.0.3-next.9) (2026-01-19)
|
|
266
283
|
|
|
267
284
|
|
|
268
285
|
### Features
|
|
269
286
|
|
|
270
|
-
* update data space connector to use trust service ([#47](https://github.com/
|
|
271
|
-
* update order of trustPayload parameter ([0656ddd](https://github.com/
|
|
287
|
+
* update data space connector to use trust service ([#47](https://github.com/iotaledger/twin-dataspace/issues/47)) ([41c5113](https://github.com/iotaledger/twin-dataspace/commit/41c5113512cdc477c2f9508b27dfaff84529d841))
|
|
288
|
+
* update order of trustPayload parameter ([0656ddd](https://github.com/iotaledger/twin-dataspace/commit/0656ddd328accda0370d979a6cb5f947071e700b))
|
|
272
289
|
|
|
273
290
|
|
|
274
291
|
### Bug Fixes
|
|
275
292
|
|
|
276
|
-
* remove unneeded compaction when returning data coming from the DS Connector App ([#48](https://github.com/
|
|
293
|
+
* remove unneeded compaction when returning data coming from the DS Connector App ([#48](https://github.com/iotaledger/twin-dataspace/issues/48)) ([7fef177](https://github.com/iotaledger/twin-dataspace/commit/7fef177c7e74b1ab438af789e644a700cf90cd71))
|
|
277
294
|
|
|
278
295
|
|
|
279
296
|
### Dependencies
|
|
@@ -285,7 +302,7 @@
|
|
|
285
302
|
* devDependencies
|
|
286
303
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
287
304
|
|
|
288
|
-
## [0.0.3-next.8](https://github.com/
|
|
305
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.7...dataspace-service-v0.0.3-next.8) (2026-01-16)
|
|
289
306
|
|
|
290
307
|
|
|
291
308
|
### Miscellaneous Chores
|
|
@@ -302,12 +319,12 @@
|
|
|
302
319
|
* devDependencies
|
|
303
320
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
304
321
|
|
|
305
|
-
## [0.0.3-next.7](https://github.com/
|
|
322
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.6...dataspace-service-v0.0.3-next.7) (2026-01-16)
|
|
306
323
|
|
|
307
324
|
|
|
308
325
|
### Features
|
|
309
326
|
|
|
310
|
-
* implement Link headers for pagination ([#43](https://github.com/
|
|
327
|
+
* implement Link headers for pagination ([#43](https://github.com/iotaledger/twin-dataspace/issues/43)) ([ce2a31f](https://github.com/iotaledger/twin-dataspace/commit/ce2a31fab1b5a1338d34b8514e96a203705c68d1))
|
|
311
328
|
|
|
312
329
|
|
|
313
330
|
### Dependencies
|
|
@@ -319,12 +336,12 @@
|
|
|
319
336
|
* devDependencies
|
|
320
337
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
321
338
|
|
|
322
|
-
## [0.0.3-next.6](https://github.com/
|
|
339
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.5...dataspace-service-v0.0.3-next.6) (2026-01-15)
|
|
323
340
|
|
|
324
341
|
|
|
325
342
|
### Features
|
|
326
343
|
|
|
327
|
-
* update contexts and namespaces ([#41](https://github.com/
|
|
344
|
+
* update contexts and namespaces ([#41](https://github.com/iotaledger/twin-dataspace/issues/41)) ([cad79f9](https://github.com/iotaledger/twin-dataspace/commit/cad79f9f18c0b1bc4a4604a951c28db1d1068f5e))
|
|
328
345
|
|
|
329
346
|
|
|
330
347
|
### Dependencies
|
|
@@ -336,7 +353,7 @@
|
|
|
336
353
|
* devDependencies
|
|
337
354
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
338
355
|
|
|
339
|
-
## [0.0.3-next.5](https://github.com/
|
|
356
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.4...dataspace-service-v0.0.3-next.5) (2026-01-07)
|
|
340
357
|
|
|
341
358
|
|
|
342
359
|
### Miscellaneous Chores
|
|
@@ -353,13 +370,13 @@
|
|
|
353
370
|
* devDependencies
|
|
354
371
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
355
372
|
|
|
356
|
-
## [0.0.3-next.4](https://github.com/
|
|
373
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.3...dataspace-service-v0.0.3-next.4) (2026-01-06)
|
|
357
374
|
|
|
358
375
|
|
|
359
376
|
### Features
|
|
360
377
|
|
|
361
|
-
* rfc 004 implementation ([#34](https://github.com/
|
|
362
|
-
* update standards dependencies ([8534ad7](https://github.com/
|
|
378
|
+
* rfc 004 implementation ([#34](https://github.com/iotaledger/twin-dataspace/issues/34)) ([3920a45](https://github.com/iotaledger/twin-dataspace/commit/3920a456f744610885c33cb0960e0448aea71a44))
|
|
379
|
+
* update standards dependencies ([8534ad7](https://github.com/iotaledger/twin-dataspace/commit/8534ad74b996610ed5994b5213c857989c2bf57a))
|
|
363
380
|
|
|
364
381
|
|
|
365
382
|
### Dependencies
|
|
@@ -371,13 +388,13 @@
|
|
|
371
388
|
* devDependencies
|
|
372
389
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
373
390
|
|
|
374
|
-
## [0.0.3-next.3](https://github.com/
|
|
391
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.2...dataspace-service-v0.0.3-next.3) (2025-12-01)
|
|
375
392
|
|
|
376
393
|
|
|
377
394
|
### Features
|
|
378
395
|
|
|
379
|
-
* update background task service ([c907578](https://github.com/
|
|
380
|
-
* updating the vocabulary and usage of the federated catalogue ([#32](https://github.com/
|
|
396
|
+
* update background task service ([c907578](https://github.com/iotaledger/twin-dataspace/commit/c907578c4ff5906c62b37d788a078d99fe8a59dc))
|
|
397
|
+
* updating the vocabulary and usage of the federated catalogue ([#32](https://github.com/iotaledger/twin-dataspace/issues/32)) ([9203ca2](https://github.com/iotaledger/twin-dataspace/commit/9203ca28837ef270285a058cf4294bb0c203337a))
|
|
381
398
|
|
|
382
399
|
|
|
383
400
|
### Dependencies
|
|
@@ -389,18 +406,18 @@
|
|
|
389
406
|
* devDependencies
|
|
390
407
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
391
408
|
|
|
392
|
-
## [0.0.3-next.2](https://github.com/
|
|
409
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.1...dataspace-service-v0.0.3-next.2) (2025-11-28)
|
|
393
410
|
|
|
394
411
|
|
|
395
412
|
### Features
|
|
396
413
|
|
|
397
|
-
* update background task service ([72b2856](https://github.com/
|
|
398
|
-
* update context id usage ([a727a34](https://github.com/
|
|
414
|
+
* update background task service ([72b2856](https://github.com/iotaledger/twin-dataspace/commit/72b2856c74196913ad514519f825a0f5b11b6d92))
|
|
415
|
+
* update context id usage ([a727a34](https://github.com/iotaledger/twin-dataspace/commit/a727a34487e9533867fa21aee37bb22240f39adf))
|
|
399
416
|
|
|
400
417
|
|
|
401
418
|
### Bug Fixes
|
|
402
419
|
|
|
403
|
-
* optional constructor values ([e21833d](https://github.com/
|
|
420
|
+
* optional constructor values ([e21833d](https://github.com/iotaledger/twin-dataspace/commit/e21833d3bed43c53e9f74961aa11261e56db7211))
|
|
404
421
|
|
|
405
422
|
|
|
406
423
|
### Dependencies
|
|
@@ -412,38 +429,38 @@
|
|
|
412
429
|
* devDependencies
|
|
413
430
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
414
431
|
|
|
415
|
-
## [0.0.3-next.1](https://github.com/
|
|
432
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.3-next.0...dataspace-service-v0.0.3-next.1) (2025-11-12)
|
|
416
433
|
|
|
417
434
|
|
|
418
435
|
### Features
|
|
419
436
|
|
|
420
|
-
* add context id features ([#26](https://github.com/
|
|
421
|
-
* add rest and socket clients ([950bf70](https://github.com/
|
|
422
|
-
* add validate-locales ([c0b08a7](https://github.com/
|
|
423
|
-
* dataspace ([#2](https://github.com/
|
|
424
|
-
* eslint migration to flat config ([b84e875](https://github.com/
|
|
425
|
-
* expose client methods ([3de1ecb](https://github.com/
|
|
426
|
-
* increase delays in tests ([12c6d83](https://github.com/
|
|
427
|
-
* increase delays in tests ([2128ecc](https://github.com/
|
|
428
|
-
* optional service app config ([76e69d1](https://github.com/
|
|
429
|
-
* query interface data space connector ([#18](https://github.com/
|
|
430
|
-
* reduce complexity of OpenApi specs ([3155f0d](https://github.com/
|
|
431
|
-
* update framework components ([4d9ca95](https://github.com/
|
|
432
|
-
* update node ([81142ac](https://github.com/
|
|
433
|
-
* update node dependency ([443882a](https://github.com/
|
|
434
|
-
* use new engine extensions config ([80bdb5b](https://github.com/
|
|
435
|
-
* use new start signature ([4064d19](https://github.com/
|
|
437
|
+
* add context id features ([#26](https://github.com/iotaledger/twin-dataspace/issues/26)) ([6429a16](https://github.com/iotaledger/twin-dataspace/commit/6429a160dac9499304fdfb93a9dbdce37277ca7d))
|
|
438
|
+
* add rest and socket clients ([950bf70](https://github.com/iotaledger/twin-dataspace/commit/950bf705e6df4e709bbbe58e93968510067b9ddc))
|
|
439
|
+
* add validate-locales ([c0b08a7](https://github.com/iotaledger/twin-dataspace/commit/c0b08a73268f9fd3eb6ac3079b49d1ab0c01f118))
|
|
440
|
+
* dataspace ([#2](https://github.com/iotaledger/twin-dataspace/issues/2)) ([c2ac651](https://github.com/iotaledger/twin-dataspace/commit/c2ac651ceb6f35e46bd5eac97ac648bb1ee9dc0c))
|
|
441
|
+
* eslint migration to flat config ([b84e875](https://github.com/iotaledger/twin-dataspace/commit/b84e87530aa249891618096ab6e072b21ff9f63a))
|
|
442
|
+
* expose client methods ([3de1ecb](https://github.com/iotaledger/twin-dataspace/commit/3de1ecbd345d36cef352e9d4dce26353f21b3f99))
|
|
443
|
+
* increase delays in tests ([12c6d83](https://github.com/iotaledger/twin-dataspace/commit/12c6d8327113f22ec6db67f1da9f662144539ced))
|
|
444
|
+
* increase delays in tests ([2128ecc](https://github.com/iotaledger/twin-dataspace/commit/2128ecc6a5f04a1beea14614b3ee0218cbd4ee66))
|
|
445
|
+
* optional service app config ([76e69d1](https://github.com/iotaledger/twin-dataspace/commit/76e69d1f162628b1496582458dd9384311752018))
|
|
446
|
+
* query interface data space connector ([#18](https://github.com/iotaledger/twin-dataspace/issues/18)) ([b12eca1](https://github.com/iotaledger/twin-dataspace/commit/b12eca124a8f46d290c168e364b7ed4bf72001d8))
|
|
447
|
+
* reduce complexity of OpenApi specs ([3155f0d](https://github.com/iotaledger/twin-dataspace/commit/3155f0d2ae63909c4d5788958cfd2e11aabd1ab0))
|
|
448
|
+
* update framework components ([4d9ca95](https://github.com/iotaledger/twin-dataspace/commit/4d9ca95879bd6cae9d031595292b6a872bf5b5fd))
|
|
449
|
+
* update node ([81142ac](https://github.com/iotaledger/twin-dataspace/commit/81142ac8036663044aeb8db3b2b4f4e5bccbed33))
|
|
450
|
+
* update node dependency ([443882a](https://github.com/iotaledger/twin-dataspace/commit/443882ad3c62456cf14c57aa414c9f5e9d0985a0))
|
|
451
|
+
* use new engine extensions config ([80bdb5b](https://github.com/iotaledger/twin-dataspace/commit/80bdb5b298b65b5b22fa9927a0ad031cb9a3534d))
|
|
452
|
+
* use new start signature ([4064d19](https://github.com/iotaledger/twin-dataspace/commit/4064d19676b183e7162e667a701a24c4b1f48504))
|
|
436
453
|
|
|
437
454
|
|
|
438
455
|
### Bug Fixes
|
|
439
456
|
|
|
440
|
-
* add extra debugging ([bd0cc74](https://github.com/
|
|
441
|
-
* fix missing dependency ([af99995](https://github.com/
|
|
442
|
-
* fix tests ([503df8c](https://github.com/
|
|
443
|
-
* fix tests ([7465f6c](https://github.com/
|
|
444
|
-
* fix tests ([8c1b20f](https://github.com/
|
|
445
|
-
* the Dataspace Connector App receives Node Identity ([#14](https://github.com/
|
|
446
|
-
* use local package only for ts-to-openapi ([9fa42ae](https://github.com/
|
|
457
|
+
* add extra debugging ([bd0cc74](https://github.com/iotaledger/twin-dataspace/commit/bd0cc74d72205d403066d0a8a132a7834c9914d2))
|
|
458
|
+
* fix missing dependency ([af99995](https://github.com/iotaledger/twin-dataspace/commit/af99995d4509811081d6e43402a93904c3a4012a))
|
|
459
|
+
* fix tests ([503df8c](https://github.com/iotaledger/twin-dataspace/commit/503df8c1a827871263ae1de9464cec50255aad14))
|
|
460
|
+
* fix tests ([7465f6c](https://github.com/iotaledger/twin-dataspace/commit/7465f6cc7ea0ee7387a15493de93a9fce4fde83a))
|
|
461
|
+
* fix tests ([8c1b20f](https://github.com/iotaledger/twin-dataspace/commit/8c1b20fe754122f71ca0cf22d1f554ebcb127771))
|
|
462
|
+
* the Dataspace Connector App receives Node Identity ([#14](https://github.com/iotaledger/twin-dataspace/issues/14)) ([a71ad44](https://github.com/iotaledger/twin-dataspace/commit/a71ad44539d9c2b55e13d865af58eeb9eb14e4ea))
|
|
463
|
+
* use local package only for ts-to-openapi ([9fa42ae](https://github.com/iotaledger/twin-dataspace/commit/9fa42ae20a50d607bc6f542057f44e4abcb5dce7))
|
|
447
464
|
|
|
448
465
|
|
|
449
466
|
### Dependencies
|
|
@@ -455,15 +472,15 @@
|
|
|
455
472
|
* devDependencies
|
|
456
473
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
457
474
|
|
|
458
|
-
## [0.0.1-next.8](https://github.com/
|
|
475
|
+
## [0.0.1-next.8](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.1-next.7...dataspace-service-v0.0.1-next.8) (2025-10-09)
|
|
459
476
|
|
|
460
477
|
|
|
461
478
|
### Features
|
|
462
479
|
|
|
463
|
-
* add validate-locales ([c0b08a7](https://github.com/
|
|
464
|
-
* increase delays in tests ([12c6d83](https://github.com/
|
|
465
|
-
* increase delays in tests ([2128ecc](https://github.com/
|
|
466
|
-
* update node dependency ([443882a](https://github.com/
|
|
480
|
+
* add validate-locales ([c0b08a7](https://github.com/iotaledger/twin-dataspace/commit/c0b08a73268f9fd3eb6ac3079b49d1ab0c01f118))
|
|
481
|
+
* increase delays in tests ([12c6d83](https://github.com/iotaledger/twin-dataspace/commit/12c6d8327113f22ec6db67f1da9f662144539ced))
|
|
482
|
+
* increase delays in tests ([2128ecc](https://github.com/iotaledger/twin-dataspace/commit/2128ecc6a5f04a1beea14614b3ee0218cbd4ee66))
|
|
483
|
+
* update node dependency ([443882a](https://github.com/iotaledger/twin-dataspace/commit/443882ad3c62456cf14c57aa414c9f5e9d0985a0))
|
|
467
484
|
|
|
468
485
|
|
|
469
486
|
### Dependencies
|
|
@@ -474,12 +491,12 @@
|
|
|
474
491
|
* devDependencies
|
|
475
492
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.7 to 0.0.1-next.8
|
|
476
493
|
|
|
477
|
-
## [0.0.1-next.7](https://github.com/
|
|
494
|
+
## [0.0.1-next.7](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.1-next.6...dataspace-service-v0.0.1-next.7) (2025-10-02)
|
|
478
495
|
|
|
479
496
|
|
|
480
497
|
### Features
|
|
481
498
|
|
|
482
|
-
* use new engine extensions config ([80bdb5b](https://github.com/
|
|
499
|
+
* use new engine extensions config ([80bdb5b](https://github.com/iotaledger/twin-dataspace/commit/80bdb5b298b65b5b22fa9927a0ad031cb9a3534d))
|
|
483
500
|
|
|
484
501
|
|
|
485
502
|
### Dependencies
|
|
@@ -490,12 +507,12 @@
|
|
|
490
507
|
* devDependencies
|
|
491
508
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.6 to 0.0.1-next.7
|
|
492
509
|
|
|
493
|
-
## [0.0.1-next.6](https://github.com/
|
|
510
|
+
## [0.0.1-next.6](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.1-next.5...dataspace-service-v0.0.1-next.6) (2025-09-29)
|
|
494
511
|
|
|
495
512
|
|
|
496
513
|
### Features
|
|
497
514
|
|
|
498
|
-
* use new start signature ([4064d19](https://github.com/
|
|
515
|
+
* use new start signature ([4064d19](https://github.com/iotaledger/twin-dataspace/commit/4064d19676b183e7162e667a701a24c4b1f48504))
|
|
499
516
|
|
|
500
517
|
|
|
501
518
|
### Dependencies
|
|
@@ -507,19 +524,19 @@
|
|
|
507
524
|
* devDependencies
|
|
508
525
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.5 to 0.0.1-next.6
|
|
509
526
|
|
|
510
|
-
## [0.0.1-next.5](https://github.com/
|
|
527
|
+
## [0.0.1-next.5](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.1-next.4...dataspace-service-v0.0.1-next.5) (2025-09-29)
|
|
511
528
|
|
|
512
529
|
|
|
513
530
|
### Features
|
|
514
531
|
|
|
515
|
-
* reduce complexity of OpenApi specs ([3155f0d](https://github.com/
|
|
516
|
-
* update framework components ([4d9ca95](https://github.com/
|
|
517
|
-
* update node ([81142ac](https://github.com/
|
|
532
|
+
* reduce complexity of OpenApi specs ([3155f0d](https://github.com/iotaledger/twin-dataspace/commit/3155f0d2ae63909c4d5788958cfd2e11aabd1ab0))
|
|
533
|
+
* update framework components ([4d9ca95](https://github.com/iotaledger/twin-dataspace/commit/4d9ca95879bd6cae9d031595292b6a872bf5b5fd))
|
|
534
|
+
* update node ([81142ac](https://github.com/iotaledger/twin-dataspace/commit/81142ac8036663044aeb8db3b2b4f4e5bccbed33))
|
|
518
535
|
|
|
519
536
|
|
|
520
537
|
### Bug Fixes
|
|
521
538
|
|
|
522
|
-
* the Dataspace Connector App receives Node Identity ([#14](https://github.com/
|
|
539
|
+
* the Dataspace Connector App receives Node Identity ([#14](https://github.com/iotaledger/twin-dataspace/issues/14)) ([a71ad44](https://github.com/iotaledger/twin-dataspace/commit/a71ad44539d9c2b55e13d865af58eeb9eb14e4ea))
|
|
523
540
|
|
|
524
541
|
|
|
525
542
|
### Dependencies
|
|
@@ -531,12 +548,12 @@
|
|
|
531
548
|
* devDependencies
|
|
532
549
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.4 to 0.0.1-next.5
|
|
533
550
|
|
|
534
|
-
## [0.0.1-next.4](https://github.com/
|
|
551
|
+
## [0.0.1-next.4](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.1-next.3...dataspace-service-v0.0.1-next.4) (2025-08-29)
|
|
535
552
|
|
|
536
553
|
|
|
537
554
|
### Features
|
|
538
555
|
|
|
539
|
-
* eslint migration to flat config ([b84e875](https://github.com/
|
|
556
|
+
* eslint migration to flat config ([b84e875](https://github.com/iotaledger/twin-dataspace/commit/b84e87530aa249891618096ab6e072b21ff9f63a))
|
|
540
557
|
|
|
541
558
|
|
|
542
559
|
### Dependencies
|
|
@@ -548,12 +565,12 @@
|
|
|
548
565
|
* devDependencies
|
|
549
566
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.3 to 0.0.1-next.4
|
|
550
567
|
|
|
551
|
-
## [0.0.1-next.3](https://github.com/
|
|
568
|
+
## [0.0.1-next.3](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.1-next.2...dataspace-service-v0.0.1-next.3) (2025-08-25)
|
|
552
569
|
|
|
553
570
|
|
|
554
571
|
### Features
|
|
555
572
|
|
|
556
|
-
* optional service app config ([76e69d1](https://github.com/
|
|
573
|
+
* optional service app config ([76e69d1](https://github.com/iotaledger/twin-dataspace/commit/76e69d1f162628b1496582458dd9384311752018))
|
|
557
574
|
|
|
558
575
|
|
|
559
576
|
### Dependencies
|
|
@@ -565,23 +582,23 @@
|
|
|
565
582
|
* devDependencies
|
|
566
583
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.2 to 0.0.1-next.3
|
|
567
584
|
|
|
568
|
-
## [0.0.1-next.2](https://github.com/
|
|
585
|
+
## [0.0.1-next.2](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.1-next.1...dataspace-service-v0.0.1-next.2) (2025-08-25)
|
|
569
586
|
|
|
570
587
|
|
|
571
588
|
### Features
|
|
572
589
|
|
|
573
|
-
* add rest and socket clients ([950bf70](https://github.com/
|
|
574
|
-
* dataspace ([#2](https://github.com/
|
|
575
|
-
* expose client methods ([3de1ecb](https://github.com/
|
|
590
|
+
* add rest and socket clients ([950bf70](https://github.com/iotaledger/twin-dataspace/commit/950bf705e6df4e709bbbe58e93968510067b9ddc))
|
|
591
|
+
* dataspace ([#2](https://github.com/iotaledger/twin-dataspace/issues/2)) ([c2ac651](https://github.com/iotaledger/twin-dataspace/commit/c2ac651ceb6f35e46bd5eac97ac648bb1ee9dc0c))
|
|
592
|
+
* expose client methods ([3de1ecb](https://github.com/iotaledger/twin-dataspace/commit/3de1ecbd345d36cef352e9d4dce26353f21b3f99))
|
|
576
593
|
|
|
577
594
|
|
|
578
595
|
### Bug Fixes
|
|
579
596
|
|
|
580
|
-
* fix missing dependency ([af99995](https://github.com/
|
|
581
|
-
* fix tests ([503df8c](https://github.com/
|
|
582
|
-
* fix tests ([7465f6c](https://github.com/
|
|
583
|
-
* fix tests ([8c1b20f](https://github.com/
|
|
584
|
-
* use local package only for ts-to-openapi ([9fa42ae](https://github.com/
|
|
597
|
+
* fix missing dependency ([af99995](https://github.com/iotaledger/twin-dataspace/commit/af99995d4509811081d6e43402a93904c3a4012a))
|
|
598
|
+
* fix tests ([503df8c](https://github.com/iotaledger/twin-dataspace/commit/503df8c1a827871263ae1de9464cec50255aad14))
|
|
599
|
+
* fix tests ([7465f6c](https://github.com/iotaledger/twin-dataspace/commit/7465f6cc7ea0ee7387a15493de93a9fce4fde83a))
|
|
600
|
+
* fix tests ([8c1b20f](https://github.com/iotaledger/twin-dataspace/commit/8c1b20fe754122f71ca0cf22d1f554ebcb127771))
|
|
601
|
+
* use local package only for ts-to-openapi ([9fa42ae](https://github.com/iotaledger/twin-dataspace/commit/9fa42ae20a50d607bc6f542057f44e4abcb5dce7))
|
|
585
602
|
|
|
586
603
|
|
|
587
604
|
### Dependencies
|
|
@@ -593,13 +610,13 @@
|
|
|
593
610
|
* devDependencies
|
|
594
611
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.1 to 0.0.1-next.2
|
|
595
612
|
|
|
596
|
-
## [0.0.1-next.1](https://github.com/
|
|
613
|
+
## [0.0.1-next.1](https://github.com/iotaledger/twin-dataspace/compare/dataspace-service-v0.0.1-next.0...dataspace-service-v0.0.1-next.1) (2025-08-25)
|
|
597
614
|
|
|
598
615
|
|
|
599
616
|
### Features
|
|
600
617
|
|
|
601
|
-
* add rest and socket clients ([950bf70](https://github.com/
|
|
602
|
-
* dataspace ([#2](https://github.com/
|
|
618
|
+
* add rest and socket clients ([950bf70](https://github.com/iotaledger/twin-dataspace/commit/950bf705e6df4e709bbbe58e93968510067b9ddc))
|
|
619
|
+
* dataspace ([#2](https://github.com/iotaledger/twin-dataspace/issues/2)) ([c2ac651](https://github.com/iotaledger/twin-dataspace/commit/c2ac651ceb6f35e46bd5eac97ac648bb1ee9dc0c))
|
|
603
620
|
|
|
604
621
|
|
|
605
622
|
### Dependencies
|
package/docs/open-api/spec.json
CHANGED
|
@@ -89,6 +89,20 @@ transfer-process
|
|
|
89
89
|
|
|
90
90
|
***
|
|
91
91
|
|
|
92
|
+
### dataspaceAppDatasetEntityStorageType? {#dataspaceappdatasetentitystoragetype}
|
|
93
|
+
|
|
94
|
+
> `optional` **dataspaceAppDatasetEntityStorageType?**: `string`
|
|
95
|
+
|
|
96
|
+
The entity storage type for Dataspace App Dataset entities.
|
|
97
|
+
|
|
98
|
+
#### Default
|
|
99
|
+
|
|
100
|
+
```ts
|
|
101
|
+
dataspace-app-dataset
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
***
|
|
105
|
+
|
|
92
106
|
### partitionContextIds? {#partitioncontextids}
|
|
93
107
|
|
|
94
108
|
> `optional` **partitionContextIds?**: `string`[]
|