@twin.org/dataspace-data-plane-service 0.0.3-next.25 → 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 +19 -14
- package/dist/es/dataspaceDataPlaneRoutes.js.map +1 -1
- package/dist/es/dataspaceDataPlaneService.js +306 -182
- package/dist/es/dataspaceDataPlaneService.js.map +1 -1
- package/dist/es/entities/activityLogDetails.js +0 -8
- package/dist/es/entities/activityLogDetails.js.map +1 -1
- package/dist/es/entities/activityTask.js.map +1 -1
- package/dist/es/models/IDataspaceDataPlaneServiceConfig.js.map +1 -1
- package/dist/es/models/IDataspaceDataPlaneServiceConstructorOptions.js.map +1 -1
- package/dist/types/dataspaceDataPlaneRoutes.d.ts +3 -3
- package/dist/types/dataspaceDataPlaneService.d.ts +2 -2
- package/dist/types/entities/activityLogDetails.d.ts +0 -4
- package/dist/types/entities/activityTask.d.ts +2 -2
- package/dist/types/models/IDataspaceDataPlaneServiceConfig.d.ts +5 -0
- package/dist/types/models/IDataspaceDataPlaneServiceConstructorOptions.d.ts +5 -0
- package/docs/changelog.md +137 -103
- package/docs/open-api/spec.json +78 -110
- package/docs/reference/classes/ActivityLogDetails.md +0 -8
- package/docs/reference/classes/ActivityTask.md +1 -1
- package/docs/reference/classes/DataspaceDataPlaneService.md +3 -3
- package/docs/reference/functions/activityStreamNotify.md +2 -2
- package/docs/reference/interfaces/IDataspaceDataPlaneServiceConfig.md +14 -0
- package/docs/reference/interfaces/IDataspaceDataPlaneServiceConstructorOptions.md +14 -0
- package/locales/en.json +3 -2
- package/package.json +5 -5
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,45 @@
|
|
|
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))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Dependencies
|
|
29
|
+
|
|
30
|
+
* The following workspace dependencies were updated
|
|
31
|
+
* dependencies
|
|
32
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
33
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
34
|
+
* devDependencies
|
|
35
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
36
|
+
|
|
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)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
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))
|
|
9
43
|
|
|
10
44
|
|
|
11
45
|
### Dependencies
|
|
@@ -17,12 +51,12 @@
|
|
|
17
51
|
* devDependencies
|
|
18
52
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
19
53
|
|
|
20
|
-
## [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)
|
|
21
55
|
|
|
22
56
|
|
|
23
57
|
### Features
|
|
24
58
|
|
|
25
|
-
* 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))
|
|
26
60
|
|
|
27
61
|
|
|
28
62
|
### Dependencies
|
|
@@ -34,12 +68,12 @@
|
|
|
34
68
|
* devDependencies
|
|
35
69
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
36
70
|
|
|
37
|
-
## [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)
|
|
38
72
|
|
|
39
73
|
|
|
40
74
|
### Features
|
|
41
75
|
|
|
42
|
-
* 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))
|
|
43
77
|
|
|
44
78
|
|
|
45
79
|
### Dependencies
|
|
@@ -51,7 +85,7 @@
|
|
|
51
85
|
* devDependencies
|
|
52
86
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
53
87
|
|
|
54
|
-
## [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)
|
|
55
89
|
|
|
56
90
|
|
|
57
91
|
### Miscellaneous Chores
|
|
@@ -68,13 +102,13 @@
|
|
|
68
102
|
* devDependencies
|
|
69
103
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
70
104
|
|
|
71
|
-
## [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)
|
|
72
106
|
|
|
73
107
|
|
|
74
108
|
### Features
|
|
75
109
|
|
|
76
|
-
* improve open-api examples ([1368dbe](https://github.com/
|
|
77
|
-
* 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))
|
|
78
112
|
|
|
79
113
|
|
|
80
114
|
### Dependencies
|
|
@@ -86,13 +120,13 @@
|
|
|
86
120
|
* devDependencies
|
|
87
121
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
88
122
|
|
|
89
|
-
## [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)
|
|
90
124
|
|
|
91
125
|
|
|
92
126
|
### Features
|
|
93
127
|
|
|
94
|
-
* improve open-api examples ([288c68c](https://github.com/
|
|
95
|
-
* 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))
|
|
96
130
|
|
|
97
131
|
|
|
98
132
|
### Dependencies
|
|
@@ -104,12 +138,12 @@
|
|
|
104
138
|
* devDependencies
|
|
105
139
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
106
140
|
|
|
107
|
-
## [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)
|
|
108
142
|
|
|
109
143
|
|
|
110
144
|
### Features
|
|
111
145
|
|
|
112
|
-
* 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))
|
|
113
147
|
|
|
114
148
|
|
|
115
149
|
### Dependencies
|
|
@@ -121,12 +155,12 @@
|
|
|
121
155
|
* devDependencies
|
|
122
156
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
123
157
|
|
|
124
|
-
## [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)
|
|
125
159
|
|
|
126
160
|
|
|
127
161
|
### Features
|
|
128
162
|
|
|
129
|
-
* 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))
|
|
130
164
|
|
|
131
165
|
|
|
132
166
|
### Dependencies
|
|
@@ -138,17 +172,17 @@
|
|
|
138
172
|
* devDependencies
|
|
139
173
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
140
174
|
|
|
141
|
-
## [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)
|
|
142
176
|
|
|
143
177
|
|
|
144
178
|
### Features
|
|
145
179
|
|
|
146
|
-
* types update ([77c338e](https://github.com/
|
|
180
|
+
* types update ([77c338e](https://github.com/iotaledger/twin-dataspace/commit/77c338e9244dcc7e3d597fdb06229513b1f13eac))
|
|
147
181
|
|
|
148
182
|
|
|
149
183
|
### Bug Fixes
|
|
150
184
|
|
|
151
|
-
* 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))
|
|
152
186
|
|
|
153
187
|
|
|
154
188
|
### Dependencies
|
|
@@ -160,7 +194,7 @@
|
|
|
160
194
|
* devDependencies
|
|
161
195
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
162
196
|
|
|
163
|
-
## [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)
|
|
164
198
|
|
|
165
199
|
|
|
166
200
|
### Miscellaneous Chores
|
|
@@ -177,12 +211,12 @@
|
|
|
177
211
|
* devDependencies
|
|
178
212
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
179
213
|
|
|
180
|
-
## [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)
|
|
181
215
|
|
|
182
216
|
|
|
183
217
|
### Features
|
|
184
218
|
|
|
185
|
-
* 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))
|
|
186
220
|
|
|
187
221
|
|
|
188
222
|
### Dependencies
|
|
@@ -194,12 +228,12 @@
|
|
|
194
228
|
* devDependencies
|
|
195
229
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
196
230
|
|
|
197
|
-
## [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)
|
|
198
232
|
|
|
199
233
|
|
|
200
234
|
### Features
|
|
201
235
|
|
|
202
|
-
* 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))
|
|
203
237
|
|
|
204
238
|
|
|
205
239
|
### Dependencies
|
|
@@ -211,12 +245,12 @@
|
|
|
211
245
|
* devDependencies
|
|
212
246
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
213
247
|
|
|
214
|
-
## [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)
|
|
215
249
|
|
|
216
250
|
|
|
217
251
|
### Features
|
|
218
252
|
|
|
219
|
-
* update contexts ([1c9a169](https://github.com/
|
|
253
|
+
* update contexts ([1c9a169](https://github.com/iotaledger/twin-dataspace/commit/1c9a169ebc44af59df890eb29dd5cb4274940ebe))
|
|
220
254
|
|
|
221
255
|
|
|
222
256
|
### Dependencies
|
|
@@ -228,12 +262,12 @@
|
|
|
228
262
|
* devDependencies
|
|
229
263
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
230
264
|
|
|
231
|
-
## [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)
|
|
232
266
|
|
|
233
267
|
|
|
234
268
|
### Features
|
|
235
269
|
|
|
236
|
-
* 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))
|
|
237
271
|
|
|
238
272
|
|
|
239
273
|
### Dependencies
|
|
@@ -245,18 +279,18 @@
|
|
|
245
279
|
* devDependencies
|
|
246
280
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
247
281
|
|
|
248
|
-
## [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)
|
|
249
283
|
|
|
250
284
|
|
|
251
285
|
### Features
|
|
252
286
|
|
|
253
|
-
* update data space connector to use trust service ([#47](https://github.com/
|
|
254
|
-
* 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))
|
|
255
289
|
|
|
256
290
|
|
|
257
291
|
### Bug Fixes
|
|
258
292
|
|
|
259
|
-
* 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))
|
|
260
294
|
|
|
261
295
|
|
|
262
296
|
### Dependencies
|
|
@@ -268,7 +302,7 @@
|
|
|
268
302
|
* devDependencies
|
|
269
303
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
270
304
|
|
|
271
|
-
## [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)
|
|
272
306
|
|
|
273
307
|
|
|
274
308
|
### Miscellaneous Chores
|
|
@@ -285,12 +319,12 @@
|
|
|
285
319
|
* devDependencies
|
|
286
320
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
287
321
|
|
|
288
|
-
## [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)
|
|
289
323
|
|
|
290
324
|
|
|
291
325
|
### Features
|
|
292
326
|
|
|
293
|
-
* 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))
|
|
294
328
|
|
|
295
329
|
|
|
296
330
|
### Dependencies
|
|
@@ -302,12 +336,12 @@
|
|
|
302
336
|
* devDependencies
|
|
303
337
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
304
338
|
|
|
305
|
-
## [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)
|
|
306
340
|
|
|
307
341
|
|
|
308
342
|
### Features
|
|
309
343
|
|
|
310
|
-
* 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))
|
|
311
345
|
|
|
312
346
|
|
|
313
347
|
### Dependencies
|
|
@@ -319,7 +353,7 @@
|
|
|
319
353
|
* devDependencies
|
|
320
354
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
321
355
|
|
|
322
|
-
## [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)
|
|
323
357
|
|
|
324
358
|
|
|
325
359
|
### Miscellaneous Chores
|
|
@@ -336,13 +370,13 @@
|
|
|
336
370
|
* devDependencies
|
|
337
371
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
338
372
|
|
|
339
|
-
## [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)
|
|
340
374
|
|
|
341
375
|
|
|
342
376
|
### Features
|
|
343
377
|
|
|
344
|
-
* rfc 004 implementation ([#34](https://github.com/
|
|
345
|
-
* 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))
|
|
346
380
|
|
|
347
381
|
|
|
348
382
|
### Dependencies
|
|
@@ -354,13 +388,13 @@
|
|
|
354
388
|
* devDependencies
|
|
355
389
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
356
390
|
|
|
357
|
-
## [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)
|
|
358
392
|
|
|
359
393
|
|
|
360
394
|
### Features
|
|
361
395
|
|
|
362
|
-
* update background task service ([c907578](https://github.com/
|
|
363
|
-
* 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))
|
|
364
398
|
|
|
365
399
|
|
|
366
400
|
### Dependencies
|
|
@@ -372,18 +406,18 @@
|
|
|
372
406
|
* devDependencies
|
|
373
407
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
374
408
|
|
|
375
|
-
## [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)
|
|
376
410
|
|
|
377
411
|
|
|
378
412
|
### Features
|
|
379
413
|
|
|
380
|
-
* update background task service ([72b2856](https://github.com/
|
|
381
|
-
* 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))
|
|
382
416
|
|
|
383
417
|
|
|
384
418
|
### Bug Fixes
|
|
385
419
|
|
|
386
|
-
* optional constructor values ([e21833d](https://github.com/
|
|
420
|
+
* optional constructor values ([e21833d](https://github.com/iotaledger/twin-dataspace/commit/e21833d3bed43c53e9f74961aa11261e56db7211))
|
|
387
421
|
|
|
388
422
|
|
|
389
423
|
### Dependencies
|
|
@@ -395,38 +429,38 @@
|
|
|
395
429
|
* devDependencies
|
|
396
430
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
397
431
|
|
|
398
|
-
## [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)
|
|
399
433
|
|
|
400
434
|
|
|
401
435
|
### Features
|
|
402
436
|
|
|
403
|
-
* add context id features ([#26](https://github.com/
|
|
404
|
-
* add rest and socket clients ([950bf70](https://github.com/
|
|
405
|
-
* add validate-locales ([c0b08a7](https://github.com/
|
|
406
|
-
* dataspace ([#2](https://github.com/
|
|
407
|
-
* eslint migration to flat config ([b84e875](https://github.com/
|
|
408
|
-
* expose client methods ([3de1ecb](https://github.com/
|
|
409
|
-
* increase delays in tests ([12c6d83](https://github.com/
|
|
410
|
-
* increase delays in tests ([2128ecc](https://github.com/
|
|
411
|
-
* optional service app config ([76e69d1](https://github.com/
|
|
412
|
-
* query interface data space connector ([#18](https://github.com/
|
|
413
|
-
* reduce complexity of OpenApi specs ([3155f0d](https://github.com/
|
|
414
|
-
* update framework components ([4d9ca95](https://github.com/
|
|
415
|
-
* update node ([81142ac](https://github.com/
|
|
416
|
-
* update node dependency ([443882a](https://github.com/
|
|
417
|
-
* use new engine extensions config ([80bdb5b](https://github.com/
|
|
418
|
-
* 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))
|
|
419
453
|
|
|
420
454
|
|
|
421
455
|
### Bug Fixes
|
|
422
456
|
|
|
423
|
-
* add extra debugging ([bd0cc74](https://github.com/
|
|
424
|
-
* fix missing dependency ([af99995](https://github.com/
|
|
425
|
-
* fix tests ([503df8c](https://github.com/
|
|
426
|
-
* fix tests ([7465f6c](https://github.com/
|
|
427
|
-
* fix tests ([8c1b20f](https://github.com/
|
|
428
|
-
* the Dataspace Connector App receives Node Identity ([#14](https://github.com/
|
|
429
|
-
* 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))
|
|
430
464
|
|
|
431
465
|
|
|
432
466
|
### Dependencies
|
|
@@ -438,15 +472,15 @@
|
|
|
438
472
|
* devDependencies
|
|
439
473
|
* @twin.org/dataspace-test-app bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
440
474
|
|
|
441
|
-
## [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)
|
|
442
476
|
|
|
443
477
|
|
|
444
478
|
### Features
|
|
445
479
|
|
|
446
|
-
* add validate-locales ([c0b08a7](https://github.com/
|
|
447
|
-
* increase delays in tests ([12c6d83](https://github.com/
|
|
448
|
-
* increase delays in tests ([2128ecc](https://github.com/
|
|
449
|
-
* 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))
|
|
450
484
|
|
|
451
485
|
|
|
452
486
|
### Dependencies
|
|
@@ -457,12 +491,12 @@
|
|
|
457
491
|
* devDependencies
|
|
458
492
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.7 to 0.0.1-next.8
|
|
459
493
|
|
|
460
|
-
## [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)
|
|
461
495
|
|
|
462
496
|
|
|
463
497
|
### Features
|
|
464
498
|
|
|
465
|
-
* use new engine extensions config ([80bdb5b](https://github.com/
|
|
499
|
+
* use new engine extensions config ([80bdb5b](https://github.com/iotaledger/twin-dataspace/commit/80bdb5b298b65b5b22fa9927a0ad031cb9a3534d))
|
|
466
500
|
|
|
467
501
|
|
|
468
502
|
### Dependencies
|
|
@@ -473,12 +507,12 @@
|
|
|
473
507
|
* devDependencies
|
|
474
508
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.6 to 0.0.1-next.7
|
|
475
509
|
|
|
476
|
-
## [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)
|
|
477
511
|
|
|
478
512
|
|
|
479
513
|
### Features
|
|
480
514
|
|
|
481
|
-
* use new start signature ([4064d19](https://github.com/
|
|
515
|
+
* use new start signature ([4064d19](https://github.com/iotaledger/twin-dataspace/commit/4064d19676b183e7162e667a701a24c4b1f48504))
|
|
482
516
|
|
|
483
517
|
|
|
484
518
|
### Dependencies
|
|
@@ -490,19 +524,19 @@
|
|
|
490
524
|
* devDependencies
|
|
491
525
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.5 to 0.0.1-next.6
|
|
492
526
|
|
|
493
|
-
## [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)
|
|
494
528
|
|
|
495
529
|
|
|
496
530
|
### Features
|
|
497
531
|
|
|
498
|
-
* reduce complexity of OpenApi specs ([3155f0d](https://github.com/
|
|
499
|
-
* update framework components ([4d9ca95](https://github.com/
|
|
500
|
-
* 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))
|
|
501
535
|
|
|
502
536
|
|
|
503
537
|
### Bug Fixes
|
|
504
538
|
|
|
505
|
-
* 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))
|
|
506
540
|
|
|
507
541
|
|
|
508
542
|
### Dependencies
|
|
@@ -514,12 +548,12 @@
|
|
|
514
548
|
* devDependencies
|
|
515
549
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.4 to 0.0.1-next.5
|
|
516
550
|
|
|
517
|
-
## [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)
|
|
518
552
|
|
|
519
553
|
|
|
520
554
|
### Features
|
|
521
555
|
|
|
522
|
-
* eslint migration to flat config ([b84e875](https://github.com/
|
|
556
|
+
* eslint migration to flat config ([b84e875](https://github.com/iotaledger/twin-dataspace/commit/b84e87530aa249891618096ab6e072b21ff9f63a))
|
|
523
557
|
|
|
524
558
|
|
|
525
559
|
### Dependencies
|
|
@@ -531,12 +565,12 @@
|
|
|
531
565
|
* devDependencies
|
|
532
566
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.3 to 0.0.1-next.4
|
|
533
567
|
|
|
534
|
-
## [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)
|
|
535
569
|
|
|
536
570
|
|
|
537
571
|
### Features
|
|
538
572
|
|
|
539
|
-
* optional service app config ([76e69d1](https://github.com/
|
|
573
|
+
* optional service app config ([76e69d1](https://github.com/iotaledger/twin-dataspace/commit/76e69d1f162628b1496582458dd9384311752018))
|
|
540
574
|
|
|
541
575
|
|
|
542
576
|
### Dependencies
|
|
@@ -548,23 +582,23 @@
|
|
|
548
582
|
* devDependencies
|
|
549
583
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.2 to 0.0.1-next.3
|
|
550
584
|
|
|
551
|
-
## [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)
|
|
552
586
|
|
|
553
587
|
|
|
554
588
|
### Features
|
|
555
589
|
|
|
556
|
-
* add rest and socket clients ([950bf70](https://github.com/
|
|
557
|
-
* dataspace ([#2](https://github.com/
|
|
558
|
-
* 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))
|
|
559
593
|
|
|
560
594
|
|
|
561
595
|
### Bug Fixes
|
|
562
596
|
|
|
563
|
-
* fix missing dependency ([af99995](https://github.com/
|
|
564
|
-
* fix tests ([503df8c](https://github.com/
|
|
565
|
-
* fix tests ([7465f6c](https://github.com/
|
|
566
|
-
* fix tests ([8c1b20f](https://github.com/
|
|
567
|
-
* 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))
|
|
568
602
|
|
|
569
603
|
|
|
570
604
|
### Dependencies
|
|
@@ -576,13 +610,13 @@
|
|
|
576
610
|
* devDependencies
|
|
577
611
|
* @twin.org/dataspace-test-app bumped from 0.0.1-next.1 to 0.0.1-next.2
|
|
578
612
|
|
|
579
|
-
## [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)
|
|
580
614
|
|
|
581
615
|
|
|
582
616
|
### Features
|
|
583
617
|
|
|
584
|
-
* add rest and socket clients ([950bf70](https://github.com/
|
|
585
|
-
* 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))
|
|
586
620
|
|
|
587
621
|
|
|
588
622
|
### Dependencies
|