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