@twin.org/engine 0.0.3-next.4 → 0.0.3-next.41
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/README.md +1 -1
- package/dist/es/data/coreTypeInitialisers.json +100 -10
- package/docs/changelog.md +849 -162
- package/docs/examples.md +56 -23
- package/docs/reference/classes/Engine.md +615 -1
- package/docs/reference/classes/EngineConfigHelper.md +2 -2
- package/package.json +7 -7
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,698 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.40...engine-v0.0.3-next.41) (2026-05-26)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* wire DSP push-transfer mode in engine ([#121](https://github.com/iotaledger/twin-engine/issues/121)) ([3456cdb](https://github.com/iotaledger/twin-engine/commit/3456cdb34c3b721b6aba1fb49133a2d8048958aa))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/engine-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
16
|
+
* @twin.org/engine-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
17
|
+
* @twin.org/engine-types bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
18
|
+
|
|
19
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.39...engine-v0.0.3-next.40) (2026-05-22)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Miscellaneous Chores
|
|
23
|
+
|
|
24
|
+
* **engine:** Synchronize repo versions
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Dependencies
|
|
28
|
+
|
|
29
|
+
* The following workspace dependencies were updated
|
|
30
|
+
* dependencies
|
|
31
|
+
* @twin.org/engine-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
32
|
+
* @twin.org/engine-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
33
|
+
* @twin.org/engine-types bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
34
|
+
|
|
35
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.38...engine-v0.0.3-next.39) (2026-05-21)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Miscellaneous Chores
|
|
39
|
+
|
|
40
|
+
* **engine:** Synchronize repo versions
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Dependencies
|
|
44
|
+
|
|
45
|
+
* The following workspace dependencies were updated
|
|
46
|
+
* dependencies
|
|
47
|
+
* @twin.org/engine-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
48
|
+
* @twin.org/engine-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
49
|
+
* @twin.org/engine-types bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
50
|
+
|
|
51
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.37...engine-v0.0.3-next.38) (2026-05-20)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Features
|
|
55
|
+
|
|
56
|
+
* add metrics producer type initialisers to engine ([#122](https://github.com/iotaledger/twin-engine/issues/122)) ([45f52d7](https://github.com/iotaledger/twin-engine/commit/45f52d7ad9c94bda0d2671756049bb5973b64b10))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Dependencies
|
|
60
|
+
|
|
61
|
+
* The following workspace dependencies were updated
|
|
62
|
+
* dependencies
|
|
63
|
+
* @twin.org/engine-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
64
|
+
* @twin.org/engine-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
65
|
+
* @twin.org/engine-types bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
66
|
+
|
|
67
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.36...engine-v0.0.3-next.37) (2026-05-12)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Features
|
|
71
|
+
|
|
72
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Dependencies
|
|
76
|
+
|
|
77
|
+
* The following workspace dependencies were updated
|
|
78
|
+
* dependencies
|
|
79
|
+
* @twin.org/engine-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
80
|
+
* @twin.org/engine-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
81
|
+
* @twin.org/engine-types bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.35...engine-v0.0.3-next.36) (2026-05-08)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* inject vaultConnectorType into DSP/PNP/Tenant/catalogue factories ([#107](https://github.com/iotaledger/twin-engine/issues/107)) ([043abbb](https://github.com/iotaledger/twin-engine/commit/043abbb9d9d7fd7f120519cb0b44ad38b4bfcbc1))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/engine-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
96
|
+
* @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
97
|
+
* @twin.org/engine-types bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
98
|
+
|
|
99
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.34...engine-v0.0.3-next.35) (2026-05-05)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Miscellaneous Chores
|
|
103
|
+
|
|
104
|
+
* **engine:** Synchronize repo versions
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Dependencies
|
|
108
|
+
|
|
109
|
+
* The following workspace dependencies were updated
|
|
110
|
+
* dependencies
|
|
111
|
+
* @twin.org/engine-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
112
|
+
* @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
113
|
+
* @twin.org/engine-types bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
114
|
+
|
|
115
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.33...engine-v0.0.3-next.34) (2026-05-05)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Dependencies
|
|
124
|
+
|
|
125
|
+
* The following workspace dependencies were updated
|
|
126
|
+
* dependencies
|
|
127
|
+
* @twin.org/engine-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
128
|
+
* @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
129
|
+
* @twin.org/engine-types bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
130
|
+
|
|
131
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.32...engine-v0.0.3-next.33) (2026-05-05)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Miscellaneous Chores
|
|
135
|
+
|
|
136
|
+
* **engine:** Synchronize repo versions
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Dependencies
|
|
140
|
+
|
|
141
|
+
* The following workspace dependencies were updated
|
|
142
|
+
* dependencies
|
|
143
|
+
* @twin.org/engine-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
144
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
145
|
+
* @twin.org/engine-types bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
146
|
+
|
|
147
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.31...engine-v0.0.3-next.32) (2026-04-24)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Features
|
|
151
|
+
|
|
152
|
+
* add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Dependencies
|
|
156
|
+
|
|
157
|
+
* The following workspace dependencies were updated
|
|
158
|
+
* dependencies
|
|
159
|
+
* @twin.org/engine-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
160
|
+
* @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
161
|
+
* @twin.org/engine-types bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
162
|
+
|
|
163
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.30...engine-v0.0.3-next.31) (2026-04-22)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Miscellaneous Chores
|
|
167
|
+
|
|
168
|
+
* **engine:** Synchronize repo versions
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Dependencies
|
|
172
|
+
|
|
173
|
+
* The following workspace dependencies were updated
|
|
174
|
+
* dependencies
|
|
175
|
+
* @twin.org/engine-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
176
|
+
* @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
177
|
+
* @twin.org/engine-types bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
178
|
+
|
|
179
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.29...engine-v0.0.3-next.30) (2026-04-16)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Features
|
|
183
|
+
|
|
184
|
+
* add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Dependencies
|
|
188
|
+
|
|
189
|
+
* The following workspace dependencies were updated
|
|
190
|
+
* dependencies
|
|
191
|
+
* @twin.org/engine-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
192
|
+
* @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
193
|
+
* @twin.org/engine-types bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
194
|
+
|
|
195
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.28...engine-v0.0.3-next.29) (2026-04-14)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Miscellaneous Chores
|
|
199
|
+
|
|
200
|
+
* **engine:** Synchronize repo versions
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Dependencies
|
|
204
|
+
|
|
205
|
+
* The following workspace dependencies were updated
|
|
206
|
+
* dependencies
|
|
207
|
+
* @twin.org/engine-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
208
|
+
* @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
209
|
+
* @twin.org/engine-types bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
210
|
+
|
|
211
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.27...engine-v0.0.3-next.28) (2026-04-10)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Miscellaneous Chores
|
|
215
|
+
|
|
216
|
+
* **engine:** Synchronize repo versions
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Dependencies
|
|
220
|
+
|
|
221
|
+
* The following workspace dependencies were updated
|
|
222
|
+
* dependencies
|
|
223
|
+
* @twin.org/engine-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
224
|
+
* @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
225
|
+
* @twin.org/engine-types bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
226
|
+
|
|
227
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.26...engine-v0.0.3-next.27) (2026-03-20)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Features
|
|
231
|
+
|
|
232
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### Dependencies
|
|
236
|
+
|
|
237
|
+
* The following workspace dependencies were updated
|
|
238
|
+
* dependencies
|
|
239
|
+
* @twin.org/engine-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
240
|
+
* @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
241
|
+
* @twin.org/engine-types bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
242
|
+
|
|
243
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.25...engine-v0.0.3-next.26) (2026-03-05)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Bug Fixes
|
|
247
|
+
|
|
248
|
+
* use custom instance type for entity storage registration ([#90](https://github.com/iotaledger/twin-engine/issues/90)) ([2c23995](https://github.com/iotaledger/twin-engine/commit/2c239953dab4510a4cf97063ee90d048210bf4a6))
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### Dependencies
|
|
252
|
+
|
|
253
|
+
* The following workspace dependencies were updated
|
|
254
|
+
* dependencies
|
|
255
|
+
* @twin.org/engine-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
256
|
+
* @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
257
|
+
* @twin.org/engine-types bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
258
|
+
|
|
259
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.24...engine-v0.0.3-next.25) (2026-03-02)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Features
|
|
263
|
+
|
|
264
|
+
* replace unified data space connector with control plane and data plane components ([#78](https://github.com/iotaledger/twin-engine/issues/78)) ([a6ebace](https://github.com/iotaledger/twin-engine/commit/a6ebace389dafe754a3ca0827999966b5a101a59))
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Dependencies
|
|
268
|
+
|
|
269
|
+
* The following workspace dependencies were updated
|
|
270
|
+
* dependencies
|
|
271
|
+
* @twin.org/engine-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
272
|
+
* @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
273
|
+
* @twin.org/engine-types bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
274
|
+
|
|
275
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.23...engine-v0.0.3-next.24) (2026-02-26)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Features
|
|
279
|
+
|
|
280
|
+
* use factory default feature for sorting ([ec8b370](https://github.com/iotaledger/twin-engine/commit/ec8b370c5c028cb300cdd1e76b0a0cdb2263773c))
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Dependencies
|
|
284
|
+
|
|
285
|
+
* The following workspace dependencies were updated
|
|
286
|
+
* dependencies
|
|
287
|
+
* @twin.org/engine-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
288
|
+
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
289
|
+
* @twin.org/engine-types bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
290
|
+
|
|
291
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.22...engine-v0.0.3-next.23) (2026-02-23)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Features
|
|
295
|
+
|
|
296
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
297
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
298
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
299
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
300
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
301
|
+
* add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
|
|
302
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
303
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
304
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
305
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
306
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
307
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
308
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
309
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
310
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
311
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
312
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
313
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
314
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
315
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
316
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
317
|
+
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/iotaledger/twin-engine/commit/55f42c568945f010eb8883e27fb385d2c30eebff))
|
|
318
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
319
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
320
|
+
* gas station integration ([#17](https://github.com/iotaledger/twin-engine/issues/17)) ([a3f844a](https://github.com/iotaledger/twin-engine/commit/a3f844a7fc58c43b4d0700d8d4351062045e66e1))
|
|
321
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
322
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
323
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
324
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
325
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
326
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
327
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
328
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
329
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
330
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
331
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
332
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
333
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
334
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
335
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
336
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
337
|
+
* update rights management config ([d447575](https://github.com/iotaledger/twin-engine/commit/d447575cd5cdf3cdf1fe92087e90188ec97516f5))
|
|
338
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
339
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
340
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
341
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Bug Fixes
|
|
345
|
+
|
|
346
|
+
* blob storage encryption settings ([63ee879](https://github.com/iotaledger/twin-engine/commit/63ee87904d2be205d8fe2fa11b536790a0d22082))
|
|
347
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
### Dependencies
|
|
351
|
+
|
|
352
|
+
* The following workspace dependencies were updated
|
|
353
|
+
* dependencies
|
|
354
|
+
* @twin.org/engine-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
355
|
+
* @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
356
|
+
* @twin.org/engine-types bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
357
|
+
|
|
358
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.21...engine-v0.0.3-next.22) (2026-02-23)
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Features
|
|
362
|
+
|
|
363
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Dependencies
|
|
367
|
+
|
|
368
|
+
* The following workspace dependencies were updated
|
|
369
|
+
* dependencies
|
|
370
|
+
* @twin.org/engine-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
371
|
+
* @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
372
|
+
* @twin.org/engine-types bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
373
|
+
|
|
374
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.20...engine-v0.0.3-next.21) (2026-02-13)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Features
|
|
378
|
+
|
|
379
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### Dependencies
|
|
383
|
+
|
|
384
|
+
* The following workspace dependencies were updated
|
|
385
|
+
* dependencies
|
|
386
|
+
* @twin.org/engine-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
387
|
+
* @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
388
|
+
* @twin.org/engine-types bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
389
|
+
|
|
390
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.19...engine-v0.0.3-next.20) (2026-02-06)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Miscellaneous Chores
|
|
394
|
+
|
|
395
|
+
* **engine:** Synchronize repo versions
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
### Dependencies
|
|
399
|
+
|
|
400
|
+
* The following workspace dependencies were updated
|
|
401
|
+
* dependencies
|
|
402
|
+
* @twin.org/engine-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
403
|
+
* @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
404
|
+
* @twin.org/engine-types bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
405
|
+
|
|
406
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.18...engine-v0.0.3-next.19) (2026-02-05)
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Bug Fixes
|
|
410
|
+
|
|
411
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Dependencies
|
|
415
|
+
|
|
416
|
+
* The following workspace dependencies were updated
|
|
417
|
+
* dependencies
|
|
418
|
+
* @twin.org/engine-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
419
|
+
* @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
420
|
+
* @twin.org/engine-types bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
421
|
+
|
|
422
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.17...engine-v0.0.3-next.18) (2026-02-04)
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
### Miscellaneous Chores
|
|
426
|
+
|
|
427
|
+
* **engine:** Synchronize repo versions
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### Dependencies
|
|
431
|
+
|
|
432
|
+
* The following workspace dependencies were updated
|
|
433
|
+
* dependencies
|
|
434
|
+
* @twin.org/engine-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
435
|
+
* @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
436
|
+
* @twin.org/engine-types bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
437
|
+
|
|
438
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.16...engine-v0.0.3-next.17) (2026-02-02)
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### Features
|
|
442
|
+
|
|
443
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
### Dependencies
|
|
447
|
+
|
|
448
|
+
* The following workspace dependencies were updated
|
|
449
|
+
* dependencies
|
|
450
|
+
* @twin.org/engine-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
451
|
+
* @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
452
|
+
* @twin.org/engine-types bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
453
|
+
|
|
454
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.15...engine-v0.0.3-next.16) (2026-01-28)
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
### Features
|
|
458
|
+
|
|
459
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Dependencies
|
|
463
|
+
|
|
464
|
+
* The following workspace dependencies were updated
|
|
465
|
+
* dependencies
|
|
466
|
+
* @twin.org/engine-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
467
|
+
* @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
468
|
+
* @twin.org/engine-types bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
469
|
+
|
|
470
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.14...engine-v0.0.3-next.15) (2026-01-26)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Features
|
|
474
|
+
|
|
475
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
### Dependencies
|
|
479
|
+
|
|
480
|
+
* The following workspace dependencies were updated
|
|
481
|
+
* dependencies
|
|
482
|
+
* @twin.org/engine-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
483
|
+
* @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
484
|
+
* @twin.org/engine-types bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
485
|
+
|
|
486
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.13...engine-v0.0.3-next.14) (2026-01-19)
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
### Features
|
|
490
|
+
|
|
491
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
492
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
493
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
494
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
495
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
496
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
497
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
498
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
499
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
500
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
501
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
502
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
503
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
504
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
505
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
506
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
507
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
508
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
509
|
+
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/iotaledger/twin-engine/commit/55f42c568945f010eb8883e27fb385d2c30eebff))
|
|
510
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
511
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
512
|
+
* gas station integration ([#17](https://github.com/iotaledger/twin-engine/issues/17)) ([a3f844a](https://github.com/iotaledger/twin-engine/commit/a3f844a7fc58c43b4d0700d8d4351062045e66e1))
|
|
513
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
514
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
515
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
516
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
517
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
518
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
519
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
520
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
521
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
522
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
523
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
524
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
525
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
526
|
+
* update rights management config ([d447575](https://github.com/iotaledger/twin-engine/commit/d447575cd5cdf3cdf1fe92087e90188ec97516f5))
|
|
527
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
528
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
529
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
530
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
### Bug Fixes
|
|
534
|
+
|
|
535
|
+
* blob storage encryption settings ([63ee879](https://github.com/iotaledger/twin-engine/commit/63ee87904d2be205d8fe2fa11b536790a0d22082))
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
### Dependencies
|
|
539
|
+
|
|
540
|
+
* The following workspace dependencies were updated
|
|
541
|
+
* dependencies
|
|
542
|
+
* @twin.org/engine-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
543
|
+
* @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
544
|
+
* @twin.org/engine-types bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
545
|
+
|
|
546
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.12...engine-v0.0.3-next.13) (2026-01-19)
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### Features
|
|
550
|
+
|
|
551
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Dependencies
|
|
555
|
+
|
|
556
|
+
* The following workspace dependencies were updated
|
|
557
|
+
* dependencies
|
|
558
|
+
* @twin.org/engine-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
559
|
+
* @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
560
|
+
* @twin.org/engine-types bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
561
|
+
|
|
562
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.11...engine-v0.0.3-next.12) (2026-01-19)
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
### Features
|
|
566
|
+
|
|
567
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
### Dependencies
|
|
571
|
+
|
|
572
|
+
* The following workspace dependencies were updated
|
|
573
|
+
* dependencies
|
|
574
|
+
* @twin.org/engine-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
575
|
+
* @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
576
|
+
* @twin.org/engine-types bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
577
|
+
|
|
578
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.10...engine-v0.0.3-next.11) (2026-01-16)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
### Miscellaneous Chores
|
|
582
|
+
|
|
583
|
+
* **engine:** Synchronize repo versions
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
### Dependencies
|
|
587
|
+
|
|
588
|
+
* The following workspace dependencies were updated
|
|
589
|
+
* dependencies
|
|
590
|
+
* @twin.org/engine-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
591
|
+
* @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
592
|
+
* @twin.org/engine-types bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
593
|
+
|
|
594
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.9...engine-v0.0.3-next.10) (2026-01-13)
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
### Features
|
|
598
|
+
|
|
599
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
### Dependencies
|
|
603
|
+
|
|
604
|
+
* The following workspace dependencies were updated
|
|
605
|
+
* dependencies
|
|
606
|
+
* @twin.org/engine-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
607
|
+
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
608
|
+
* @twin.org/engine-types bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
609
|
+
|
|
610
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.8...engine-v0.0.3-next.9) (2026-01-07)
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
### Miscellaneous Chores
|
|
614
|
+
|
|
615
|
+
* **engine:** Synchronize repo versions
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
### Dependencies
|
|
619
|
+
|
|
620
|
+
* The following workspace dependencies were updated
|
|
621
|
+
* dependencies
|
|
622
|
+
* @twin.org/engine-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
623
|
+
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
624
|
+
* @twin.org/engine-types bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
625
|
+
|
|
626
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.7...engine-v0.0.3-next.8) (2026-01-06)
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
### Miscellaneous Chores
|
|
630
|
+
|
|
631
|
+
* **engine:** Synchronize repo versions
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
### Dependencies
|
|
635
|
+
|
|
636
|
+
* The following workspace dependencies were updated
|
|
637
|
+
* dependencies
|
|
638
|
+
* @twin.org/engine-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
639
|
+
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
640
|
+
* @twin.org/engine-types bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
641
|
+
|
|
642
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.6...engine-v0.0.3-next.7) (2025-12-04)
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Features
|
|
646
|
+
|
|
647
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
### Dependencies
|
|
651
|
+
|
|
652
|
+
* The following workspace dependencies were updated
|
|
653
|
+
* dependencies
|
|
654
|
+
* @twin.org/engine-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
655
|
+
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
656
|
+
* @twin.org/engine-types bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
657
|
+
|
|
658
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.5...engine-v0.0.3-next.6) (2025-11-28)
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
### Features
|
|
662
|
+
|
|
663
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
### Dependencies
|
|
667
|
+
|
|
668
|
+
* The following workspace dependencies were updated
|
|
669
|
+
* dependencies
|
|
670
|
+
* @twin.org/engine-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
671
|
+
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
672
|
+
* @twin.org/engine-types bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
673
|
+
|
|
674
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.4...engine-v0.0.3-next.5) (2025-11-20)
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
### Miscellaneous Chores
|
|
678
|
+
|
|
679
|
+
* **engine:** Synchronize repo versions
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Dependencies
|
|
683
|
+
|
|
684
|
+
* The following workspace dependencies were updated
|
|
685
|
+
* dependencies
|
|
686
|
+
* @twin.org/engine-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
687
|
+
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
688
|
+
* @twin.org/engine-types bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
689
|
+
|
|
690
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.3...engine-v0.0.3-next.4) (2025-11-20)
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
### Features
|
|
694
|
+
|
|
695
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
9
696
|
|
|
10
697
|
|
|
11
698
|
### Dependencies
|
|
@@ -16,7 +703,7 @@
|
|
|
16
703
|
* @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
17
704
|
* @twin.org/engine-types bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
18
705
|
|
|
19
|
-
## [0.0.3-next.3](https://github.com/
|
|
706
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.2...engine-v0.0.3-next.3) (2025-11-14)
|
|
20
707
|
|
|
21
708
|
|
|
22
709
|
### Miscellaneous Chores
|
|
@@ -32,7 +719,7 @@
|
|
|
32
719
|
* @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
33
720
|
* @twin.org/engine-types bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
34
721
|
|
|
35
|
-
## [0.0.3-next.2](https://github.com/
|
|
722
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.1...engine-v0.0.3-next.2) (2025-11-13)
|
|
36
723
|
|
|
37
724
|
|
|
38
725
|
### Miscellaneous Chores
|
|
@@ -48,50 +735,50 @@
|
|
|
48
735
|
* @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
49
736
|
* @twin.org/engine-types bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
50
737
|
|
|
51
|
-
## [0.0.3-next.1](https://github.com/
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### Features
|
|
55
|
-
|
|
56
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
57
|
-
* add context id features ([#51](https://github.com/
|
|
58
|
-
* add data space connector ([a824d99](https://github.com/
|
|
59
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
60
|
-
* add engine type helper for config lookups ([a20a398](https://github.com/
|
|
61
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
62
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
63
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
64
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
65
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
66
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
67
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
68
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
69
|
-
* add task scheduler ([0951107](https://github.com/
|
|
70
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
71
|
-
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/
|
|
72
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
73
|
-
* gas station integration ([#17](https://github.com/
|
|
74
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
75
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
76
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
77
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
78
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
79
|
-
* simplify config building ([732c871](https://github.com/
|
|
80
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
81
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
82
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
83
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
84
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
85
|
-
* update rights management config ([d447575](https://github.com/
|
|
86
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
87
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
88
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
89
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
738
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.3-next.0...engine-v0.0.3-next.1) (2025-11-13)
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
### Features
|
|
742
|
+
|
|
743
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
744
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
745
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
746
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
747
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
748
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
749
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
750
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
751
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
752
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
753
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
754
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
755
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
756
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
757
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
758
|
+
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/iotaledger/twin-engine/commit/55f42c568945f010eb8883e27fb385d2c30eebff))
|
|
759
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
760
|
+
* gas station integration ([#17](https://github.com/iotaledger/twin-engine/issues/17)) ([a3f844a](https://github.com/iotaledger/twin-engine/commit/a3f844a7fc58c43b4d0700d8d4351062045e66e1))
|
|
761
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
762
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
763
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
764
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
765
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
766
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
767
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
768
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
769
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
770
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
771
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
772
|
+
* update rights management config ([d447575](https://github.com/iotaledger/twin-engine/commit/d447575cd5cdf3cdf1fe92087e90188ec97516f5))
|
|
773
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
774
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
775
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
776
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
90
777
|
|
|
91
778
|
|
|
92
779
|
### Bug Fixes
|
|
93
780
|
|
|
94
|
-
* blob storage encryption settings ([63ee879](https://github.com/
|
|
781
|
+
* blob storage encryption settings ([63ee879](https://github.com/iotaledger/twin-engine/commit/63ee87904d2be205d8fe2fa11b536790a0d22082))
|
|
95
782
|
|
|
96
783
|
|
|
97
784
|
### Dependencies
|
|
@@ -102,7 +789,7 @@
|
|
|
102
789
|
* @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
103
790
|
* @twin.org/engine-types bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
104
791
|
|
|
105
|
-
## [0.0.2-next.26](https://github.com/
|
|
792
|
+
## [0.0.2-next.26](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.25...engine-v0.0.2-next.26) (2025-10-09)
|
|
106
793
|
|
|
107
794
|
|
|
108
795
|
### Miscellaneous Chores
|
|
@@ -118,12 +805,12 @@
|
|
|
118
805
|
* @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
119
806
|
* @twin.org/engine-types bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
120
807
|
|
|
121
|
-
## [0.0.2-next.25](https://github.com/
|
|
808
|
+
## [0.0.2-next.25](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.24...engine-v0.0.2-next.25) (2025-10-09)
|
|
122
809
|
|
|
123
810
|
|
|
124
811
|
### Features
|
|
125
812
|
|
|
126
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
813
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
127
814
|
|
|
128
815
|
|
|
129
816
|
### Dependencies
|
|
@@ -134,12 +821,12 @@
|
|
|
134
821
|
* @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
135
822
|
* @twin.org/engine-types bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
136
823
|
|
|
137
|
-
## [0.0.2-next.24](https://github.com/
|
|
824
|
+
## [0.0.2-next.24](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.23...engine-v0.0.2-next.24) (2025-10-08)
|
|
138
825
|
|
|
139
826
|
|
|
140
827
|
### Features
|
|
141
828
|
|
|
142
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
829
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
143
830
|
|
|
144
831
|
|
|
145
832
|
### Dependencies
|
|
@@ -150,12 +837,12 @@
|
|
|
150
837
|
* @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
151
838
|
* @twin.org/engine-types bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
152
839
|
|
|
153
|
-
## [0.0.2-next.23](https://github.com/
|
|
840
|
+
## [0.0.2-next.23](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.22...engine-v0.0.2-next.23) (2025-10-07)
|
|
154
841
|
|
|
155
842
|
|
|
156
843
|
### Features
|
|
157
844
|
|
|
158
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
845
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
159
846
|
|
|
160
847
|
|
|
161
848
|
### Dependencies
|
|
@@ -166,7 +853,7 @@
|
|
|
166
853
|
* @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
167
854
|
* @twin.org/engine-types bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
168
855
|
|
|
169
|
-
## [0.0.2-next.22](https://github.com/
|
|
856
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.21...engine-v0.0.2-next.22) (2025-10-07)
|
|
170
857
|
|
|
171
858
|
|
|
172
859
|
### Miscellaneous Chores
|
|
@@ -182,12 +869,12 @@
|
|
|
182
869
|
* @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
183
870
|
* @twin.org/engine-types bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
184
871
|
|
|
185
|
-
## [0.0.2-next.21](https://github.com/
|
|
872
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.20...engine-v0.0.2-next.21) (2025-10-07)
|
|
186
873
|
|
|
187
874
|
|
|
188
875
|
### Features
|
|
189
876
|
|
|
190
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
877
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
191
878
|
|
|
192
879
|
|
|
193
880
|
### Dependencies
|
|
@@ -198,12 +885,12 @@
|
|
|
198
885
|
* @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
199
886
|
* @twin.org/engine-types bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
200
887
|
|
|
201
|
-
## [0.0.2-next.20](https://github.com/
|
|
888
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.19...engine-v0.0.2-next.20) (2025-10-06)
|
|
202
889
|
|
|
203
890
|
|
|
204
891
|
### Features
|
|
205
892
|
|
|
206
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
893
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
207
894
|
|
|
208
895
|
|
|
209
896
|
### Dependencies
|
|
@@ -214,12 +901,12 @@
|
|
|
214
901
|
* @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
215
902
|
* @twin.org/engine-types bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
216
903
|
|
|
217
|
-
## [0.0.2-next.19](https://github.com/
|
|
904
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.18...engine-v0.0.2-next.19) (2025-10-02)
|
|
218
905
|
|
|
219
906
|
|
|
220
907
|
### Features
|
|
221
908
|
|
|
222
|
-
* simplify config building ([732c871](https://github.com/
|
|
909
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
223
910
|
|
|
224
911
|
|
|
225
912
|
### Dependencies
|
|
@@ -230,12 +917,12 @@
|
|
|
230
917
|
* @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
231
918
|
* @twin.org/engine-types bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
232
919
|
|
|
233
|
-
## [0.0.2-next.18](https://github.com/
|
|
920
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.17...engine-v0.0.2-next.18) (2025-09-29)
|
|
234
921
|
|
|
235
922
|
|
|
236
923
|
### Features
|
|
237
924
|
|
|
238
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
925
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
239
926
|
|
|
240
927
|
|
|
241
928
|
### Dependencies
|
|
@@ -246,12 +933,12 @@
|
|
|
246
933
|
* @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
247
934
|
* @twin.org/engine-types bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
248
935
|
|
|
249
|
-
## [0.0.2-next.17](https://github.com/
|
|
936
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.16...engine-v0.0.2-next.17) (2025-09-26)
|
|
250
937
|
|
|
251
938
|
|
|
252
939
|
### Features
|
|
253
940
|
|
|
254
|
-
* add engine type helper for config lookups ([a20a398](https://github.com/
|
|
941
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
255
942
|
|
|
256
943
|
|
|
257
944
|
### Dependencies
|
|
@@ -262,7 +949,7 @@
|
|
|
262
949
|
* @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
263
950
|
* @twin.org/engine-types bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
264
951
|
|
|
265
|
-
## [0.0.2-next.16](https://github.com/
|
|
952
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.15...engine-v0.0.2-next.16) (2025-09-25)
|
|
266
953
|
|
|
267
954
|
|
|
268
955
|
### Miscellaneous Chores
|
|
@@ -277,12 +964,12 @@
|
|
|
277
964
|
* @twin.org/engine-core bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
278
965
|
* @twin.org/engine-types bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
279
966
|
|
|
280
|
-
## [0.0.2-next.15](https://github.com/
|
|
967
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.14...engine-v0.0.2-next.15) (2025-09-24)
|
|
281
968
|
|
|
282
969
|
|
|
283
970
|
### Features
|
|
284
971
|
|
|
285
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
972
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
286
973
|
|
|
287
974
|
|
|
288
975
|
### Dependencies
|
|
@@ -292,12 +979,12 @@
|
|
|
292
979
|
* @twin.org/engine-core bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
293
980
|
* @twin.org/engine-types bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
294
981
|
|
|
295
|
-
## [0.0.2-next.14](https://github.com/
|
|
982
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.13...engine-v0.0.2-next.14) (2025-09-19)
|
|
296
983
|
|
|
297
984
|
|
|
298
985
|
### Features
|
|
299
986
|
|
|
300
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
987
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
301
988
|
|
|
302
989
|
|
|
303
990
|
### Dependencies
|
|
@@ -307,12 +994,12 @@
|
|
|
307
994
|
* @twin.org/engine-core bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
308
995
|
* @twin.org/engine-types bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
309
996
|
|
|
310
|
-
## [0.0.2-next.13](https://github.com/
|
|
997
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.12...engine-v0.0.2-next.13) (2025-09-08)
|
|
311
998
|
|
|
312
999
|
|
|
313
1000
|
### Features
|
|
314
1001
|
|
|
315
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
1002
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
316
1003
|
|
|
317
1004
|
|
|
318
1005
|
### Dependencies
|
|
@@ -322,12 +1009,12 @@
|
|
|
322
1009
|
* @twin.org/engine-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
323
1010
|
* @twin.org/engine-types bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
324
1011
|
|
|
325
|
-
## [0.0.2-next.12](https://github.com/
|
|
1012
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.11...engine-v0.0.2-next.12) (2025-09-05)
|
|
326
1013
|
|
|
327
1014
|
|
|
328
1015
|
### Features
|
|
329
1016
|
|
|
330
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
1017
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
331
1018
|
|
|
332
1019
|
|
|
333
1020
|
### Dependencies
|
|
@@ -337,12 +1024,12 @@
|
|
|
337
1024
|
* @twin.org/engine-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
338
1025
|
* @twin.org/engine-types bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
339
1026
|
|
|
340
|
-
## [0.0.2-next.11](https://github.com/
|
|
1027
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.10...engine-v0.0.2-next.11) (2025-08-29)
|
|
341
1028
|
|
|
342
1029
|
|
|
343
1030
|
### Features
|
|
344
1031
|
|
|
345
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
1032
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
346
1033
|
|
|
347
1034
|
|
|
348
1035
|
### Dependencies
|
|
@@ -352,12 +1039,12 @@
|
|
|
352
1039
|
* @twin.org/engine-core bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
353
1040
|
* @twin.org/engine-types bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
354
1041
|
|
|
355
|
-
## [0.0.2-next.10](https://github.com/
|
|
1042
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.9...engine-v0.0.2-next.10) (2025-08-26)
|
|
356
1043
|
|
|
357
1044
|
|
|
358
1045
|
### Features
|
|
359
1046
|
|
|
360
|
-
* add data space connector ([a824d99](https://github.com/
|
|
1047
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
361
1048
|
|
|
362
1049
|
|
|
363
1050
|
### Dependencies
|
|
@@ -367,12 +1054,12 @@
|
|
|
367
1054
|
* @twin.org/engine-core bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
368
1055
|
* @twin.org/engine-types bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
369
1056
|
|
|
370
|
-
## [0.0.2-next.9](https://github.com/
|
|
1057
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.8...engine-v0.0.2-next.9) (2025-08-25)
|
|
371
1058
|
|
|
372
1059
|
|
|
373
1060
|
### Features
|
|
374
1061
|
|
|
375
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
1062
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
376
1063
|
|
|
377
1064
|
|
|
378
1065
|
### Dependencies
|
|
@@ -382,12 +1069,12 @@
|
|
|
382
1069
|
* @twin.org/engine-core bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
383
1070
|
* @twin.org/engine-types bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
384
1071
|
|
|
385
|
-
## [0.0.2-next.8](https://github.com/
|
|
1072
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.7...engine-v0.0.2-next.8) (2025-08-22)
|
|
386
1073
|
|
|
387
1074
|
|
|
388
1075
|
### Features
|
|
389
1076
|
|
|
390
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
1077
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
391
1078
|
|
|
392
1079
|
|
|
393
1080
|
### Dependencies
|
|
@@ -397,7 +1084,7 @@
|
|
|
397
1084
|
* @twin.org/engine-core bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
398
1085
|
* @twin.org/engine-types bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
399
1086
|
|
|
400
|
-
## [0.0.2-next.7](https://github.com/
|
|
1087
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.6...engine-v0.0.2-next.7) (2025-08-22)
|
|
401
1088
|
|
|
402
1089
|
|
|
403
1090
|
### Miscellaneous Chores
|
|
@@ -412,12 +1099,12 @@
|
|
|
412
1099
|
* @twin.org/engine-core bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
413
1100
|
* @twin.org/engine-types bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
414
1101
|
|
|
415
|
-
## [0.0.2-next.6](https://github.com/
|
|
1102
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.5...engine-v0.0.2-next.6) (2025-08-21)
|
|
416
1103
|
|
|
417
1104
|
|
|
418
1105
|
### Features
|
|
419
1106
|
|
|
420
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
1107
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
421
1108
|
|
|
422
1109
|
|
|
423
1110
|
### Dependencies
|
|
@@ -427,12 +1114,12 @@
|
|
|
427
1114
|
* @twin.org/engine-core bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
428
1115
|
* @twin.org/engine-types bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
429
1116
|
|
|
430
|
-
## [0.0.2-next.5](https://github.com/
|
|
1117
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.4...engine-v0.0.2-next.5) (2025-08-14)
|
|
431
1118
|
|
|
432
1119
|
|
|
433
1120
|
### Features
|
|
434
1121
|
|
|
435
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
1122
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
436
1123
|
|
|
437
1124
|
|
|
438
1125
|
### Dependencies
|
|
@@ -442,12 +1129,12 @@
|
|
|
442
1129
|
* @twin.org/engine-core bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
443
1130
|
* @twin.org/engine-types bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
444
1131
|
|
|
445
|
-
## [0.0.2-next.4](https://github.com/
|
|
1132
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.3...engine-v0.0.2-next.4) (2025-07-25)
|
|
446
1133
|
|
|
447
1134
|
|
|
448
1135
|
### Features
|
|
449
1136
|
|
|
450
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
1137
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
451
1138
|
|
|
452
1139
|
|
|
453
1140
|
### Dependencies
|
|
@@ -457,12 +1144,12 @@
|
|
|
457
1144
|
* @twin.org/engine-core bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
458
1145
|
* @twin.org/engine-types bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
459
1146
|
|
|
460
|
-
## [0.0.2-next.3](https://github.com/
|
|
1147
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.2...engine-v0.0.2-next.3) (2025-07-24)
|
|
461
1148
|
|
|
462
1149
|
|
|
463
1150
|
### Features
|
|
464
1151
|
|
|
465
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
1152
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
466
1153
|
|
|
467
1154
|
|
|
468
1155
|
### Dependencies
|
|
@@ -472,12 +1159,12 @@
|
|
|
472
1159
|
* @twin.org/engine-core bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
473
1160
|
* @twin.org/engine-types bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
474
1161
|
|
|
475
|
-
## [0.0.2-next.2](https://github.com/
|
|
1162
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.1...engine-v0.0.2-next.2) (2025-07-21)
|
|
476
1163
|
|
|
477
1164
|
|
|
478
1165
|
### Features
|
|
479
1166
|
|
|
480
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
1167
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
481
1168
|
|
|
482
1169
|
|
|
483
1170
|
### Dependencies
|
|
@@ -487,28 +1174,28 @@
|
|
|
487
1174
|
* @twin.org/engine-core bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
488
1175
|
* @twin.org/engine-types bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
489
1176
|
|
|
490
|
-
## [0.0.2-next.1](https://github.com/
|
|
1177
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.2-next.0...engine-v0.0.2-next.1) (2025-07-11)
|
|
491
1178
|
|
|
492
1179
|
|
|
493
1180
|
### Features
|
|
494
1181
|
|
|
495
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
496
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
497
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
498
|
-
* add task scheduler ([0951107](https://github.com/
|
|
499
|
-
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/
|
|
500
|
-
* gas station integration ([#17](https://github.com/
|
|
501
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
502
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
503
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
504
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
505
|
-
* update rights management config ([d447575](https://github.com/
|
|
506
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1182
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1183
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1184
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1185
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1186
|
+
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/iotaledger/twin-engine/commit/55f42c568945f010eb8883e27fb385d2c30eebff))
|
|
1187
|
+
* gas station integration ([#17](https://github.com/iotaledger/twin-engine/issues/17)) ([a3f844a](https://github.com/iotaledger/twin-engine/commit/a3f844a7fc58c43b4d0700d8d4351062045e66e1))
|
|
1188
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1189
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1190
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1191
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1192
|
+
* update rights management config ([d447575](https://github.com/iotaledger/twin-engine/commit/d447575cd5cdf3cdf1fe92087e90188ec97516f5))
|
|
1193
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
507
1194
|
|
|
508
1195
|
|
|
509
1196
|
### Bug Fixes
|
|
510
1197
|
|
|
511
|
-
* blob storage encryption settings ([63ee879](https://github.com/
|
|
1198
|
+
* blob storage encryption settings ([63ee879](https://github.com/iotaledger/twin-engine/commit/63ee87904d2be205d8fe2fa11b536790a0d22082))
|
|
512
1199
|
|
|
513
1200
|
|
|
514
1201
|
### Dependencies
|
|
@@ -523,24 +1210,24 @@
|
|
|
523
1210
|
|
|
524
1211
|
### Features
|
|
525
1212
|
|
|
526
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
527
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
528
|
-
* add task scheduler ([0951107](https://github.com/
|
|
529
|
-
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/
|
|
530
|
-
* gas station integration ([#17](https://github.com/
|
|
531
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
532
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
533
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
534
|
-
* release to production ([3a4acd1](https://github.com/
|
|
535
|
-
* release to production ([5559958](https://github.com/
|
|
536
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
537
|
-
* update rights management config ([d447575](https://github.com/
|
|
538
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1213
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1214
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1215
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1216
|
+
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/iotaledger/twin-engine/commit/55f42c568945f010eb8883e27fb385d2c30eebff))
|
|
1217
|
+
* gas station integration ([#17](https://github.com/iotaledger/twin-engine/issues/17)) ([a3f844a](https://github.com/iotaledger/twin-engine/commit/a3f844a7fc58c43b4d0700d8d4351062045e66e1))
|
|
1218
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1219
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1220
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1221
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
1222
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
1223
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1224
|
+
* update rights management config ([d447575](https://github.com/iotaledger/twin-engine/commit/d447575cd5cdf3cdf1fe92087e90188ec97516f5))
|
|
1225
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
539
1226
|
|
|
540
1227
|
|
|
541
1228
|
### Bug Fixes
|
|
542
1229
|
|
|
543
|
-
* blob storage encryption settings ([63ee879](https://github.com/
|
|
1230
|
+
* blob storage encryption settings ([63ee879](https://github.com/iotaledger/twin-engine/commit/63ee87904d2be205d8fe2fa11b536790a0d22082))
|
|
544
1231
|
|
|
545
1232
|
|
|
546
1233
|
### Dependencies
|
|
@@ -550,12 +1237,12 @@
|
|
|
550
1237
|
* @twin.org/engine-core bumped from 0.0.1-next.84 to 0.0.1
|
|
551
1238
|
* @twin.org/engine-types bumped from 0.0.1-next.84 to 0.0.1
|
|
552
1239
|
|
|
553
|
-
## [0.0.1-next.84](https://github.com/
|
|
1240
|
+
## [0.0.1-next.84](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.83...engine-v0.0.1-next.84) (2025-07-11)
|
|
554
1241
|
|
|
555
1242
|
|
|
556
1243
|
### Features
|
|
557
1244
|
|
|
558
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
1245
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
559
1246
|
|
|
560
1247
|
|
|
561
1248
|
### Dependencies
|
|
@@ -565,26 +1252,26 @@
|
|
|
565
1252
|
* @twin.org/engine-core bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
566
1253
|
* @twin.org/engine-types bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
567
1254
|
|
|
568
|
-
## [0.0.1-next.83](https://github.com/
|
|
1255
|
+
## [0.0.1-next.83](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.82...engine-v0.0.1-next.83) (2025-07-10)
|
|
569
1256
|
|
|
570
1257
|
|
|
571
1258
|
### Features
|
|
572
1259
|
|
|
573
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
574
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
575
|
-
* add task scheduler ([0951107](https://github.com/
|
|
576
|
-
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/
|
|
577
|
-
* gas station integration ([#17](https://github.com/
|
|
578
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
579
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
580
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
581
|
-
* update rights management config ([d447575](https://github.com/
|
|
582
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1260
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1261
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1262
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1263
|
+
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/iotaledger/twin-engine/commit/55f42c568945f010eb8883e27fb385d2c30eebff))
|
|
1264
|
+
* gas station integration ([#17](https://github.com/iotaledger/twin-engine/issues/17)) ([a3f844a](https://github.com/iotaledger/twin-engine/commit/a3f844a7fc58c43b4d0700d8d4351062045e66e1))
|
|
1265
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1266
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1267
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1268
|
+
* update rights management config ([d447575](https://github.com/iotaledger/twin-engine/commit/d447575cd5cdf3cdf1fe92087e90188ec97516f5))
|
|
1269
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
583
1270
|
|
|
584
1271
|
|
|
585
1272
|
### Bug Fixes
|
|
586
1273
|
|
|
587
|
-
* blob storage encryption settings ([63ee879](https://github.com/
|
|
1274
|
+
* blob storage encryption settings ([63ee879](https://github.com/iotaledger/twin-engine/commit/63ee87904d2be205d8fe2fa11b536790a0d22082))
|
|
588
1275
|
|
|
589
1276
|
|
|
590
1277
|
### Dependencies
|
|
@@ -594,12 +1281,12 @@
|
|
|
594
1281
|
* @twin.org/engine-core bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
595
1282
|
* @twin.org/engine-types bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
596
1283
|
|
|
597
|
-
## [0.0.1-next.81](https://github.com/
|
|
1284
|
+
## [0.0.1-next.81](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.80...engine-v0.0.1-next.81) (2025-07-07)
|
|
598
1285
|
|
|
599
1286
|
|
|
600
1287
|
### Features
|
|
601
1288
|
|
|
602
|
-
* gas station integration ([#17](https://github.com/
|
|
1289
|
+
* gas station integration ([#17](https://github.com/iotaledger/twin-engine/issues/17)) ([a3f844a](https://github.com/iotaledger/twin-engine/commit/a3f844a7fc58c43b4d0700d8d4351062045e66e1))
|
|
603
1290
|
|
|
604
1291
|
|
|
605
1292
|
### Dependencies
|
|
@@ -609,12 +1296,12 @@
|
|
|
609
1296
|
* @twin.org/engine-core bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
610
1297
|
* @twin.org/engine-types bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
611
1298
|
|
|
612
|
-
## [0.0.1-next.80](https://github.com/
|
|
1299
|
+
## [0.0.1-next.80](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.79...engine-v0.0.1-next.80) (2025-06-23)
|
|
613
1300
|
|
|
614
1301
|
|
|
615
1302
|
### Features
|
|
616
1303
|
|
|
617
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1304
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
618
1305
|
|
|
619
1306
|
|
|
620
1307
|
### Dependencies
|
|
@@ -624,12 +1311,12 @@
|
|
|
624
1311
|
* @twin.org/engine-core bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
625
1312
|
* @twin.org/engine-types bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
626
1313
|
|
|
627
|
-
## [0.0.1-next.79](https://github.com/
|
|
1314
|
+
## [0.0.1-next.79](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.78...engine-v0.0.1-next.79) (2025-06-18)
|
|
628
1315
|
|
|
629
1316
|
|
|
630
1317
|
### Features
|
|
631
1318
|
|
|
632
|
-
* update rights management config ([d447575](https://github.com/
|
|
1319
|
+
* update rights management config ([d447575](https://github.com/iotaledger/twin-engine/commit/d447575cd5cdf3cdf1fe92087e90188ec97516f5))
|
|
633
1320
|
|
|
634
1321
|
|
|
635
1322
|
### Dependencies
|
|
@@ -639,12 +1326,12 @@
|
|
|
639
1326
|
* @twin.org/engine-core bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
640
1327
|
* @twin.org/engine-types bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
641
1328
|
|
|
642
|
-
## [0.0.1-next.78](https://github.com/
|
|
1329
|
+
## [0.0.1-next.78](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.77...engine-v0.0.1-next.78) (2025-06-18)
|
|
643
1330
|
|
|
644
1331
|
|
|
645
1332
|
### Bug Fixes
|
|
646
1333
|
|
|
647
|
-
* blob storage encryption settings ([63ee879](https://github.com/
|
|
1334
|
+
* blob storage encryption settings ([63ee879](https://github.com/iotaledger/twin-engine/commit/63ee87904d2be205d8fe2fa11b536790a0d22082))
|
|
648
1335
|
|
|
649
1336
|
|
|
650
1337
|
### Dependencies
|
|
@@ -654,12 +1341,12 @@
|
|
|
654
1341
|
* @twin.org/engine-core bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
655
1342
|
* @twin.org/engine-types bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
656
1343
|
|
|
657
|
-
## [0.0.1-next.77](https://github.com/
|
|
1344
|
+
## [0.0.1-next.77](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.76...engine-v0.0.1-next.77) (2025-06-18)
|
|
658
1345
|
|
|
659
1346
|
|
|
660
1347
|
### Features
|
|
661
1348
|
|
|
662
|
-
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/
|
|
1349
|
+
* addCustomEntityStorage optional rest path ([55f42c5](https://github.com/iotaledger/twin-engine/commit/55f42c568945f010eb8883e27fb385d2c30eebff))
|
|
663
1350
|
|
|
664
1351
|
|
|
665
1352
|
### Dependencies
|
|
@@ -669,12 +1356,12 @@
|
|
|
669
1356
|
* @twin.org/engine-core bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
670
1357
|
* @twin.org/engine-types bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
671
1358
|
|
|
672
|
-
## [0.0.1-next.76](https://github.com/
|
|
1359
|
+
## [0.0.1-next.76](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.75...engine-v0.0.1-next.76) (2025-06-12)
|
|
673
1360
|
|
|
674
1361
|
|
|
675
1362
|
### Features
|
|
676
1363
|
|
|
677
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1364
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
678
1365
|
|
|
679
1366
|
|
|
680
1367
|
### Dependencies
|
|
@@ -684,12 +1371,12 @@
|
|
|
684
1371
|
* @twin.org/engine-core bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
685
1372
|
* @twin.org/engine-types bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
686
1373
|
|
|
687
|
-
## [0.0.1-next.75](https://github.com/
|
|
1374
|
+
## [0.0.1-next.75](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.74...engine-v0.0.1-next.75) (2025-05-29)
|
|
688
1375
|
|
|
689
1376
|
|
|
690
1377
|
### Features
|
|
691
1378
|
|
|
692
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1379
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
693
1380
|
|
|
694
1381
|
|
|
695
1382
|
### Dependencies
|
|
@@ -699,12 +1386,12 @@
|
|
|
699
1386
|
* @twin.org/engine-core bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
700
1387
|
* @twin.org/engine-types bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
701
1388
|
|
|
702
|
-
## [0.0.1-next.74](https://github.com/
|
|
1389
|
+
## [0.0.1-next.74](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.73...engine-v0.0.1-next.74) (2025-05-23)
|
|
703
1390
|
|
|
704
1391
|
|
|
705
1392
|
### Features
|
|
706
1393
|
|
|
707
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1394
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
708
1395
|
|
|
709
1396
|
|
|
710
1397
|
### Dependencies
|
|
@@ -714,7 +1401,7 @@
|
|
|
714
1401
|
* @twin.org/engine-core bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
715
1402
|
* @twin.org/engine-types bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
716
1403
|
|
|
717
|
-
## [0.0.1-next.73](https://github.com/
|
|
1404
|
+
## [0.0.1-next.73](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.72...engine-v0.0.1-next.73) (2025-05-22)
|
|
718
1405
|
|
|
719
1406
|
|
|
720
1407
|
### Miscellaneous Chores
|
|
@@ -729,14 +1416,14 @@
|
|
|
729
1416
|
* @twin.org/engine-core bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
730
1417
|
* @twin.org/engine-types bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
731
1418
|
|
|
732
|
-
## [0.0.1-next.72](https://github.com/
|
|
1419
|
+
## [0.0.1-next.72](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.71...engine-v0.0.1-next.72) (2025-05-06)
|
|
733
1420
|
|
|
734
1421
|
|
|
735
1422
|
### Features
|
|
736
1423
|
|
|
737
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
738
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
739
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1424
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1425
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1426
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
740
1427
|
|
|
741
1428
|
|
|
742
1429
|
### Dependencies
|
|
@@ -746,12 +1433,12 @@
|
|
|
746
1433
|
* @twin.org/engine-core bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
747
1434
|
* @twin.org/engine-types bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
748
1435
|
|
|
749
|
-
## [0.0.1-next.71](https://github.com/
|
|
1436
|
+
## [0.0.1-next.71](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.70...engine-v0.0.1-next.71) (2025-05-06)
|
|
750
1437
|
|
|
751
1438
|
|
|
752
1439
|
### Features
|
|
753
1440
|
|
|
754
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1441
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
755
1442
|
|
|
756
1443
|
|
|
757
1444
|
### Dependencies
|
|
@@ -761,7 +1448,7 @@
|
|
|
761
1448
|
* @twin.org/engine-core bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
762
1449
|
* @twin.org/engine-types bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
763
1450
|
|
|
764
|
-
## [0.0.1-next.70](https://github.com/
|
|
1451
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.69...engine-v0.0.1-next.70) (2025-04-28)
|
|
765
1452
|
|
|
766
1453
|
|
|
767
1454
|
### Miscellaneous Chores
|
|
@@ -776,7 +1463,7 @@
|
|
|
776
1463
|
* @twin.org/engine-core bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
777
1464
|
* @twin.org/engine-types bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
778
1465
|
|
|
779
|
-
## [0.0.1-next.69](https://github.com/
|
|
1466
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.68...engine-v0.0.1-next.69) (2025-04-25)
|
|
780
1467
|
|
|
781
1468
|
|
|
782
1469
|
### Miscellaneous Chores
|
|
@@ -791,12 +1478,12 @@
|
|
|
791
1478
|
* @twin.org/engine-core bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
792
1479
|
* @twin.org/engine-types bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
793
1480
|
|
|
794
|
-
## [0.0.1-next.68](https://github.com/
|
|
1481
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.67...engine-v0.0.1-next.68) (2025-04-17)
|
|
795
1482
|
|
|
796
1483
|
|
|
797
1484
|
### Features
|
|
798
1485
|
|
|
799
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1486
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
800
1487
|
|
|
801
1488
|
|
|
802
1489
|
### Dependencies
|
|
@@ -806,12 +1493,12 @@
|
|
|
806
1493
|
* @twin.org/engine-core bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
807
1494
|
* @twin.org/engine-types bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
808
1495
|
|
|
809
|
-
## [0.0.1-next.67](https://github.com/
|
|
1496
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-engine/compare/engine-v0.0.1-next.66...engine-v0.0.1-next.67) (2025-03-28)
|
|
810
1497
|
|
|
811
1498
|
|
|
812
1499
|
### Features
|
|
813
1500
|
|
|
814
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1501
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
815
1502
|
|
|
816
1503
|
|
|
817
1504
|
### Dependencies
|