@twin.org/engine-server 0.0.3-next.4 → 0.0.3-next.40
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/serverRestRouteGenerators.json +46 -10
- package/dist/es/data/serverSocketRouteGenerators.json +4 -4
- package/dist/es/data/serverTypeInitialisers.json +15 -0
- package/dist/es/engineServer.js +10 -8
- package/dist/es/engineServer.js.map +1 -1
- package/dist/types/engineServer.d.ts +3 -3
- package/docs/changelog.md +906 -158
- package/docs/examples.md +79 -1
- package/docs/reference/classes/EngineServer.md +10 -10
- package/package.json +7 -7
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,759 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.39...engine-server-v0.0.3-next.40) (2026-05-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* aig endpoints ([4b6099e](https://github.com/iotaledger/twin-engine/commit/4b6099e4367eabe7912215df2d0848b2d33edfec))
|
|
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.39 to 0.0.3-next.40
|
|
16
|
+
* @twin.org/engine-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
17
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @twin.org/engine bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
20
|
+
|
|
21
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.38...engine-server-v0.0.3-next.39) (2026-05-21)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Miscellaneous Chores
|
|
25
|
+
|
|
26
|
+
* **engine-server:** Synchronize repo versions
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* The following workspace dependencies were updated
|
|
32
|
+
* dependencies
|
|
33
|
+
* @twin.org/engine-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
34
|
+
* @twin.org/engine-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
35
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/engine bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
38
|
+
|
|
39
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.37...engine-server-v0.0.3-next.38) (2026-05-20)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* 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))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Dependencies
|
|
48
|
+
|
|
49
|
+
* The following workspace dependencies were updated
|
|
50
|
+
* dependencies
|
|
51
|
+
* @twin.org/engine-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
52
|
+
* @twin.org/engine-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
53
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
54
|
+
* devDependencies
|
|
55
|
+
* @twin.org/engine bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
56
|
+
|
|
57
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.36...engine-server-v0.0.3-next.37) (2026-05-12)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Features
|
|
61
|
+
|
|
62
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Dependencies
|
|
66
|
+
|
|
67
|
+
* The following workspace dependencies were updated
|
|
68
|
+
* dependencies
|
|
69
|
+
* @twin.org/engine-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
70
|
+
* @twin.org/engine-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
71
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
72
|
+
* devDependencies
|
|
73
|
+
* @twin.org/engine bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
74
|
+
|
|
75
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.35...engine-server-v0.0.3-next.36) (2026-05-08)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
* 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))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Dependencies
|
|
84
|
+
|
|
85
|
+
* The following workspace dependencies were updated
|
|
86
|
+
* dependencies
|
|
87
|
+
* @twin.org/engine-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
88
|
+
* @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
89
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
90
|
+
* devDependencies
|
|
91
|
+
* @twin.org/engine bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
92
|
+
|
|
93
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.34...engine-server-v0.0.3-next.35) (2026-05-05)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Miscellaneous Chores
|
|
97
|
+
|
|
98
|
+
* **engine-server:** Synchronize repo versions
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Dependencies
|
|
102
|
+
|
|
103
|
+
* The following workspace dependencies were updated
|
|
104
|
+
* dependencies
|
|
105
|
+
* @twin.org/engine-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
106
|
+
* @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
107
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
108
|
+
* devDependencies
|
|
109
|
+
* @twin.org/engine bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
110
|
+
|
|
111
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.33...engine-server-v0.0.3-next.34) (2026-05-05)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Features
|
|
115
|
+
|
|
116
|
+
* add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Bug Fixes
|
|
120
|
+
|
|
121
|
+
* test REST route paths ([22ec1bc](https://github.com/iotaledger/twin-engine/commit/22ec1bc59a0d173de3cd5d3cb184909b3779f5a3))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Dependencies
|
|
125
|
+
|
|
126
|
+
* The following workspace dependencies were updated
|
|
127
|
+
* dependencies
|
|
128
|
+
* @twin.org/engine-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
129
|
+
* @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
130
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
131
|
+
* devDependencies
|
|
132
|
+
* @twin.org/engine bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
133
|
+
|
|
134
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.32...engine-server-v0.0.3-next.33) (2026-05-05)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Miscellaneous Chores
|
|
138
|
+
|
|
139
|
+
* **engine-server:** Synchronize repo versions
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Dependencies
|
|
143
|
+
|
|
144
|
+
* The following workspace dependencies were updated
|
|
145
|
+
* dependencies
|
|
146
|
+
* @twin.org/engine-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
147
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
148
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
149
|
+
* devDependencies
|
|
150
|
+
* @twin.org/engine bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
151
|
+
|
|
152
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.31...engine-server-v0.0.3-next.32) (2026-04-24)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Features
|
|
156
|
+
|
|
157
|
+
* add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Dependencies
|
|
161
|
+
|
|
162
|
+
* The following workspace dependencies were updated
|
|
163
|
+
* dependencies
|
|
164
|
+
* @twin.org/engine-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
165
|
+
* @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
166
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
167
|
+
* devDependencies
|
|
168
|
+
* @twin.org/engine bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
169
|
+
|
|
170
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.30...engine-server-v0.0.3-next.31) (2026-04-22)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Miscellaneous Chores
|
|
174
|
+
|
|
175
|
+
* **engine-server:** Synchronize repo versions
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
### Dependencies
|
|
179
|
+
|
|
180
|
+
* The following workspace dependencies were updated
|
|
181
|
+
* dependencies
|
|
182
|
+
* @twin.org/engine-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
183
|
+
* @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
184
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
185
|
+
* devDependencies
|
|
186
|
+
* @twin.org/engine bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
187
|
+
|
|
188
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.29...engine-server-v0.0.3-next.30) (2026-04-16)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Features
|
|
192
|
+
|
|
193
|
+
* add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Dependencies
|
|
197
|
+
|
|
198
|
+
* The following workspace dependencies were updated
|
|
199
|
+
* dependencies
|
|
200
|
+
* @twin.org/engine-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
201
|
+
* @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
202
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
203
|
+
* devDependencies
|
|
204
|
+
* @twin.org/engine bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
205
|
+
|
|
206
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.28...engine-server-v0.0.3-next.29) (2026-04-14)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Features
|
|
210
|
+
|
|
211
|
+
* add authentication rate and audit services ([#95](https://github.com/iotaledger/twin-engine/issues/95)) ([55e2b08](https://github.com/iotaledger/twin-engine/commit/55e2b089661529e0556115817cc435cc6e4292cc))
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Dependencies
|
|
215
|
+
|
|
216
|
+
* The following workspace dependencies were updated
|
|
217
|
+
* dependencies
|
|
218
|
+
* @twin.org/engine-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
219
|
+
* @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
220
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
221
|
+
* devDependencies
|
|
222
|
+
* @twin.org/engine bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
223
|
+
|
|
224
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.27...engine-server-v0.0.3-next.28) (2026-04-10)
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
### Features
|
|
228
|
+
|
|
229
|
+
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Dependencies
|
|
233
|
+
|
|
234
|
+
* The following workspace dependencies were updated
|
|
235
|
+
* dependencies
|
|
236
|
+
* @twin.org/engine-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
237
|
+
* @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
238
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
239
|
+
* devDependencies
|
|
240
|
+
* @twin.org/engine bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
241
|
+
|
|
242
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.26...engine-server-v0.0.3-next.27) (2026-03-20)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Features
|
|
246
|
+
|
|
247
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
### Dependencies
|
|
251
|
+
|
|
252
|
+
* The following workspace dependencies were updated
|
|
253
|
+
* dependencies
|
|
254
|
+
* @twin.org/engine-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
255
|
+
* @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
256
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
257
|
+
* devDependencies
|
|
258
|
+
* @twin.org/engine bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
259
|
+
|
|
260
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.25...engine-server-v0.0.3-next.26) (2026-03-05)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### Miscellaneous Chores
|
|
264
|
+
|
|
265
|
+
* **engine-server:** Synchronize repo versions
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Dependencies
|
|
269
|
+
|
|
270
|
+
* The following workspace dependencies were updated
|
|
271
|
+
* dependencies
|
|
272
|
+
* @twin.org/engine-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
273
|
+
* @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
274
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
275
|
+
* devDependencies
|
|
276
|
+
* @twin.org/engine bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
277
|
+
|
|
278
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.24...engine-server-v0.0.3-next.25) (2026-03-02)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Features
|
|
282
|
+
|
|
283
|
+
* 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))
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Dependencies
|
|
287
|
+
|
|
288
|
+
* The following workspace dependencies were updated
|
|
289
|
+
* dependencies
|
|
290
|
+
* @twin.org/engine-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
291
|
+
* @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
292
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
293
|
+
* devDependencies
|
|
294
|
+
* @twin.org/engine bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
295
|
+
|
|
296
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.23...engine-server-v0.0.3-next.24) (2026-02-26)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Miscellaneous Chores
|
|
300
|
+
|
|
301
|
+
* **engine-server:** Synchronize repo versions
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
### Dependencies
|
|
305
|
+
|
|
306
|
+
* The following workspace dependencies were updated
|
|
307
|
+
* dependencies
|
|
308
|
+
* @twin.org/engine-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
309
|
+
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
310
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
311
|
+
* devDependencies
|
|
312
|
+
* @twin.org/engine bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
313
|
+
|
|
314
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.22...engine-server-v0.0.3-next.23) (2026-02-23)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Features
|
|
318
|
+
|
|
319
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
320
|
+
* add authentication admin routes ([c912019](https://github.com/iotaledger/twin-engine/commit/c9120198cd5c86e20bab588f2a9f20415baf56ca))
|
|
321
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
322
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
323
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
324
|
+
* add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
|
|
325
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
326
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
327
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
328
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
329
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
330
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
331
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
332
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
333
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
334
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
335
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
336
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
337
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
338
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
339
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
340
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
341
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
342
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
343
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
344
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
345
|
+
* 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))
|
|
346
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
347
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
348
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
349
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
350
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
351
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
352
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
353
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
354
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
355
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
356
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
357
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
358
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
359
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
360
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
361
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
362
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
363
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Bug Fixes
|
|
367
|
+
|
|
368
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
369
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
370
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### Dependencies
|
|
374
|
+
|
|
375
|
+
* The following workspace dependencies were updated
|
|
376
|
+
* dependencies
|
|
377
|
+
* @twin.org/engine-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
378
|
+
* @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
379
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
380
|
+
* devDependencies
|
|
381
|
+
* @twin.org/engine bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
382
|
+
|
|
383
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.21...engine-server-v0.0.3-next.22) (2026-02-23)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Miscellaneous Chores
|
|
387
|
+
|
|
388
|
+
* **engine-server:** Synchronize repo versions
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Dependencies
|
|
392
|
+
|
|
393
|
+
* The following workspace dependencies were updated
|
|
394
|
+
* dependencies
|
|
395
|
+
* @twin.org/engine-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
396
|
+
* @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
397
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
398
|
+
* devDependencies
|
|
399
|
+
* @twin.org/engine bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
400
|
+
|
|
401
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.20...engine-server-v0.0.3-next.21) (2026-02-13)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Features
|
|
405
|
+
|
|
406
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Dependencies
|
|
410
|
+
|
|
411
|
+
* The following workspace dependencies were updated
|
|
412
|
+
* dependencies
|
|
413
|
+
* @twin.org/engine-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
414
|
+
* @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
415
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
416
|
+
* devDependencies
|
|
417
|
+
* @twin.org/engine bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
418
|
+
|
|
419
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.19...engine-server-v0.0.3-next.20) (2026-02-06)
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Features
|
|
423
|
+
|
|
424
|
+
* add authentication admin routes ([c912019](https://github.com/iotaledger/twin-engine/commit/c9120198cd5c86e20bab588f2a9f20415baf56ca))
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### Dependencies
|
|
428
|
+
|
|
429
|
+
* The following workspace dependencies were updated
|
|
430
|
+
* dependencies
|
|
431
|
+
* @twin.org/engine-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
432
|
+
* @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
433
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
434
|
+
* devDependencies
|
|
435
|
+
* @twin.org/engine bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
436
|
+
|
|
437
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.18...engine-server-v0.0.3-next.19) (2026-02-05)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Miscellaneous Chores
|
|
441
|
+
|
|
442
|
+
* **engine-server:** Synchronize repo versions
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Dependencies
|
|
446
|
+
|
|
447
|
+
* The following workspace dependencies were updated
|
|
448
|
+
* dependencies
|
|
449
|
+
* @twin.org/engine-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
450
|
+
* @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
451
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
452
|
+
* devDependencies
|
|
453
|
+
* @twin.org/engine bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
454
|
+
|
|
455
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.17...engine-server-v0.0.3-next.18) (2026-02-04)
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Features
|
|
459
|
+
|
|
460
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
### Dependencies
|
|
464
|
+
|
|
465
|
+
* The following workspace dependencies were updated
|
|
466
|
+
* dependencies
|
|
467
|
+
* @twin.org/engine-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
468
|
+
* @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
469
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
470
|
+
* devDependencies
|
|
471
|
+
* @twin.org/engine bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
472
|
+
|
|
473
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.16...engine-server-v0.0.3-next.17) (2026-02-02)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
### Features
|
|
477
|
+
|
|
478
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
### Dependencies
|
|
482
|
+
|
|
483
|
+
* The following workspace dependencies were updated
|
|
484
|
+
* dependencies
|
|
485
|
+
* @twin.org/engine-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
486
|
+
* @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
487
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
488
|
+
* devDependencies
|
|
489
|
+
* @twin.org/engine bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
490
|
+
|
|
491
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.15...engine-server-v0.0.3-next.16) (2026-01-28)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Features
|
|
495
|
+
|
|
496
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Dependencies
|
|
500
|
+
|
|
501
|
+
* The following workspace dependencies were updated
|
|
502
|
+
* dependencies
|
|
503
|
+
* @twin.org/engine-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
504
|
+
* @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
505
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
506
|
+
* devDependencies
|
|
507
|
+
* @twin.org/engine bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
508
|
+
|
|
509
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.14...engine-server-v0.0.3-next.15) (2026-01-26)
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
### Features
|
|
513
|
+
|
|
514
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
### Dependencies
|
|
518
|
+
|
|
519
|
+
* The following workspace dependencies were updated
|
|
520
|
+
* dependencies
|
|
521
|
+
* @twin.org/engine-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
522
|
+
* @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
523
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
524
|
+
* devDependencies
|
|
525
|
+
* @twin.org/engine bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
526
|
+
|
|
527
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.13...engine-server-v0.0.3-next.14) (2026-01-19)
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
### Features
|
|
531
|
+
|
|
532
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
533
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
534
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
535
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
536
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
537
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
538
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
539
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
540
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
541
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
542
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
543
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
544
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
545
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
546
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
547
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
548
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
549
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
550
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
551
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
552
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
553
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
554
|
+
* 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))
|
|
555
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
556
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
557
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
558
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
559
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
560
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
561
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
562
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
563
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
564
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
565
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
566
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
567
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
568
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
569
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
### Bug Fixes
|
|
573
|
+
|
|
574
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
575
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
576
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Dependencies
|
|
580
|
+
|
|
581
|
+
* The following workspace dependencies were updated
|
|
582
|
+
* dependencies
|
|
583
|
+
* @twin.org/engine-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
584
|
+
* @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
585
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
586
|
+
* devDependencies
|
|
587
|
+
* @twin.org/engine bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
588
|
+
|
|
589
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.12...engine-server-v0.0.3-next.13) (2026-01-19)
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
### Features
|
|
593
|
+
|
|
594
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
### Dependencies
|
|
598
|
+
|
|
599
|
+
* The following workspace dependencies were updated
|
|
600
|
+
* dependencies
|
|
601
|
+
* @twin.org/engine-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
602
|
+
* @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
603
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
604
|
+
* devDependencies
|
|
605
|
+
* @twin.org/engine bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
606
|
+
|
|
607
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.11...engine-server-v0.0.3-next.12) (2026-01-19)
|
|
4
608
|
|
|
5
609
|
|
|
6
610
|
### Features
|
|
7
611
|
|
|
8
|
-
*
|
|
612
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### Dependencies
|
|
616
|
+
|
|
617
|
+
* The following workspace dependencies were updated
|
|
618
|
+
* dependencies
|
|
619
|
+
* @twin.org/engine-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
620
|
+
* @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
621
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
622
|
+
* devDependencies
|
|
623
|
+
* @twin.org/engine bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
624
|
+
|
|
625
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.10...engine-server-v0.0.3-next.11) (2026-01-16)
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
### Miscellaneous Chores
|
|
629
|
+
|
|
630
|
+
* **engine-server:** Synchronize repo versions
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
### Dependencies
|
|
634
|
+
|
|
635
|
+
* The following workspace dependencies were updated
|
|
636
|
+
* dependencies
|
|
637
|
+
* @twin.org/engine-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
638
|
+
* @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
639
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
640
|
+
* devDependencies
|
|
641
|
+
* @twin.org/engine bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
642
|
+
|
|
643
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.9...engine-server-v0.0.3-next.10) (2026-01-13)
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
### Miscellaneous Chores
|
|
647
|
+
|
|
648
|
+
* **engine-server:** Synchronize repo versions
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
### Dependencies
|
|
652
|
+
|
|
653
|
+
* The following workspace dependencies were updated
|
|
654
|
+
* dependencies
|
|
655
|
+
* @twin.org/engine-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
656
|
+
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
657
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
658
|
+
* devDependencies
|
|
659
|
+
* @twin.org/engine bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
660
|
+
|
|
661
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.8...engine-server-v0.0.3-next.9) (2026-01-07)
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
### Miscellaneous Chores
|
|
665
|
+
|
|
666
|
+
* **engine-server:** Synchronize repo versions
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
### Dependencies
|
|
670
|
+
|
|
671
|
+
* The following workspace dependencies were updated
|
|
672
|
+
* dependencies
|
|
673
|
+
* @twin.org/engine-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
674
|
+
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
675
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
676
|
+
* devDependencies
|
|
677
|
+
* @twin.org/engine bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
678
|
+
|
|
679
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.7...engine-server-v0.0.3-next.8) (2026-01-06)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Features
|
|
683
|
+
|
|
684
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
### Dependencies
|
|
688
|
+
|
|
689
|
+
* The following workspace dependencies were updated
|
|
690
|
+
* dependencies
|
|
691
|
+
* @twin.org/engine-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
692
|
+
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
693
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
694
|
+
* devDependencies
|
|
695
|
+
* @twin.org/engine bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
696
|
+
|
|
697
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.6...engine-server-v0.0.3-next.7) (2025-12-04)
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
### Features
|
|
701
|
+
|
|
702
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
### Dependencies
|
|
706
|
+
|
|
707
|
+
* The following workspace dependencies were updated
|
|
708
|
+
* dependencies
|
|
709
|
+
* @twin.org/engine-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
710
|
+
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
711
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
712
|
+
* devDependencies
|
|
713
|
+
* @twin.org/engine bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
714
|
+
|
|
715
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.5...engine-server-v0.0.3-next.6) (2025-11-28)
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
### Features
|
|
719
|
+
|
|
720
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
### Dependencies
|
|
724
|
+
|
|
725
|
+
* The following workspace dependencies were updated
|
|
726
|
+
* dependencies
|
|
727
|
+
* @twin.org/engine-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
728
|
+
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
729
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
730
|
+
* devDependencies
|
|
731
|
+
* @twin.org/engine bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
732
|
+
|
|
733
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.4...engine-server-v0.0.3-next.5) (2025-11-20)
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
### Miscellaneous Chores
|
|
737
|
+
|
|
738
|
+
* **engine-server:** Synchronize repo versions
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
### Dependencies
|
|
742
|
+
|
|
743
|
+
* The following workspace dependencies were updated
|
|
744
|
+
* dependencies
|
|
745
|
+
* @twin.org/engine-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
746
|
+
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
747
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
748
|
+
* devDependencies
|
|
749
|
+
* @twin.org/engine bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
750
|
+
|
|
751
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.3...engine-server-v0.0.3-next.4) (2025-11-20)
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
### Features
|
|
755
|
+
|
|
756
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
9
757
|
|
|
10
758
|
|
|
11
759
|
### Dependencies
|
|
@@ -18,7 +766,7 @@
|
|
|
18
766
|
* devDependencies
|
|
19
767
|
* @twin.org/engine bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
20
768
|
|
|
21
|
-
## [0.0.3-next.3](https://github.com/
|
|
769
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.2...engine-server-v0.0.3-next.3) (2025-11-14)
|
|
22
770
|
|
|
23
771
|
|
|
24
772
|
### Miscellaneous Chores
|
|
@@ -36,7 +784,7 @@
|
|
|
36
784
|
* devDependencies
|
|
37
785
|
* @twin.org/engine bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
38
786
|
|
|
39
|
-
## [0.0.3-next.2](https://github.com/
|
|
787
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.1...engine-server-v0.0.3-next.2) (2025-11-13)
|
|
40
788
|
|
|
41
789
|
|
|
42
790
|
### Miscellaneous Chores
|
|
@@ -54,49 +802,49 @@
|
|
|
54
802
|
* devDependencies
|
|
55
803
|
* @twin.org/engine bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
56
804
|
|
|
57
|
-
## [0.0.3-next.1](https://github.com/
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Features
|
|
61
|
-
|
|
62
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
63
|
-
* add context id features ([#51](https://github.com/
|
|
64
|
-
* add data space connector ([a824d99](https://github.com/
|
|
65
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
66
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
67
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
68
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
69
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
70
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
71
|
-
* add REST options for route construction ([4adf0af](https://github.com/
|
|
72
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
73
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
74
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
75
|
-
* add task scheduler ([0951107](https://github.com/
|
|
76
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
77
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
78
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
79
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
80
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
81
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
82
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
83
|
-
* simplify config building ([732c871](https://github.com/
|
|
84
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
85
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
86
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
87
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
88
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
89
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
90
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
91
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
92
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
805
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.0...engine-server-v0.0.3-next.1) (2025-11-13)
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
### Features
|
|
809
|
+
|
|
810
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
811
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
812
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
813
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
814
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
815
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
816
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
817
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
818
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
819
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
820
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
821
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
822
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
823
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
824
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
825
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
826
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
827
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
828
|
+
* 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))
|
|
829
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
830
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
831
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
832
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
833
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
834
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
835
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
836
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
837
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
838
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
839
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
840
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
93
841
|
|
|
94
842
|
|
|
95
843
|
### Bug Fixes
|
|
96
844
|
|
|
97
|
-
* import path ([8e3c186](https://github.com/
|
|
98
|
-
* method docs ([fb3d73f](https://github.com/
|
|
99
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
845
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
846
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
847
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
100
848
|
|
|
101
849
|
|
|
102
850
|
### Dependencies
|
|
@@ -109,7 +857,7 @@
|
|
|
109
857
|
* devDependencies
|
|
110
858
|
* @twin.org/engine bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
111
859
|
|
|
112
|
-
## [0.0.2-next.26](https://github.com/
|
|
860
|
+
## [0.0.2-next.26](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.25...engine-server-v0.0.2-next.26) (2025-10-09)
|
|
113
861
|
|
|
114
862
|
|
|
115
863
|
### Miscellaneous Chores
|
|
@@ -127,12 +875,12 @@
|
|
|
127
875
|
* devDependencies
|
|
128
876
|
* @twin.org/engine bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
129
877
|
|
|
130
|
-
## [0.0.2-next.25](https://github.com/
|
|
878
|
+
## [0.0.2-next.25](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.24...engine-server-v0.0.2-next.25) (2025-10-09)
|
|
131
879
|
|
|
132
880
|
|
|
133
881
|
### Features
|
|
134
882
|
|
|
135
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
883
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
136
884
|
|
|
137
885
|
|
|
138
886
|
### Dependencies
|
|
@@ -145,7 +893,7 @@
|
|
|
145
893
|
* devDependencies
|
|
146
894
|
* @twin.org/engine bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
147
895
|
|
|
148
|
-
## [0.0.2-next.24](https://github.com/
|
|
896
|
+
## [0.0.2-next.24](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.23...engine-server-v0.0.2-next.24) (2025-10-08)
|
|
149
897
|
|
|
150
898
|
|
|
151
899
|
### Miscellaneous Chores
|
|
@@ -163,12 +911,12 @@
|
|
|
163
911
|
* devDependencies
|
|
164
912
|
* @twin.org/engine bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
165
913
|
|
|
166
|
-
## [0.0.2-next.23](https://github.com/
|
|
914
|
+
## [0.0.2-next.23](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.22...engine-server-v0.0.2-next.23) (2025-10-07)
|
|
167
915
|
|
|
168
916
|
|
|
169
917
|
### Features
|
|
170
918
|
|
|
171
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
919
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
172
920
|
|
|
173
921
|
|
|
174
922
|
### Dependencies
|
|
@@ -181,7 +929,7 @@
|
|
|
181
929
|
* devDependencies
|
|
182
930
|
* @twin.org/engine bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
183
931
|
|
|
184
|
-
## [0.0.2-next.22](https://github.com/
|
|
932
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.21...engine-server-v0.0.2-next.22) (2025-10-07)
|
|
185
933
|
|
|
186
934
|
|
|
187
935
|
### Miscellaneous Chores
|
|
@@ -199,12 +947,12 @@
|
|
|
199
947
|
* devDependencies
|
|
200
948
|
* @twin.org/engine bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
201
949
|
|
|
202
|
-
## [0.0.2-next.21](https://github.com/
|
|
950
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.20...engine-server-v0.0.2-next.21) (2025-10-07)
|
|
203
951
|
|
|
204
952
|
|
|
205
953
|
### Features
|
|
206
954
|
|
|
207
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
955
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
208
956
|
|
|
209
957
|
|
|
210
958
|
### Dependencies
|
|
@@ -217,12 +965,12 @@
|
|
|
217
965
|
* devDependencies
|
|
218
966
|
* @twin.org/engine bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
219
967
|
|
|
220
|
-
## [0.0.2-next.20](https://github.com/
|
|
968
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.19...engine-server-v0.0.2-next.20) (2025-10-06)
|
|
221
969
|
|
|
222
970
|
|
|
223
971
|
### Features
|
|
224
972
|
|
|
225
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
973
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
226
974
|
|
|
227
975
|
|
|
228
976
|
### Dependencies
|
|
@@ -235,12 +983,12 @@
|
|
|
235
983
|
* devDependencies
|
|
236
984
|
* @twin.org/engine bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
237
985
|
|
|
238
|
-
## [0.0.2-next.19](https://github.com/
|
|
986
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.18...engine-server-v0.0.2-next.19) (2025-10-02)
|
|
239
987
|
|
|
240
988
|
|
|
241
989
|
### Features
|
|
242
990
|
|
|
243
|
-
* simplify config building ([732c871](https://github.com/
|
|
991
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
244
992
|
|
|
245
993
|
|
|
246
994
|
### Dependencies
|
|
@@ -253,12 +1001,12 @@
|
|
|
253
1001
|
* devDependencies
|
|
254
1002
|
* @twin.org/engine bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
255
1003
|
|
|
256
|
-
## [0.0.2-next.18](https://github.com/
|
|
1004
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.17...engine-server-v0.0.2-next.18) (2025-09-29)
|
|
257
1005
|
|
|
258
1006
|
|
|
259
1007
|
### Features
|
|
260
1008
|
|
|
261
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
1009
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
262
1010
|
|
|
263
1011
|
|
|
264
1012
|
### Dependencies
|
|
@@ -271,12 +1019,12 @@
|
|
|
271
1019
|
* devDependencies
|
|
272
1020
|
* @twin.org/engine bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
273
1021
|
|
|
274
|
-
## [0.0.2-next.17](https://github.com/
|
|
1022
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.16...engine-server-v0.0.2-next.17) (2025-09-26)
|
|
275
1023
|
|
|
276
1024
|
|
|
277
1025
|
### Features
|
|
278
1026
|
|
|
279
|
-
* add REST options for route construction ([4adf0af](https://github.com/
|
|
1027
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
280
1028
|
|
|
281
1029
|
|
|
282
1030
|
### Dependencies
|
|
@@ -289,7 +1037,7 @@
|
|
|
289
1037
|
* devDependencies
|
|
290
1038
|
* @twin.org/engine bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
291
1039
|
|
|
292
|
-
## [0.0.2-next.16](https://github.com/
|
|
1040
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.15...engine-server-v0.0.2-next.16) (2025-09-25)
|
|
293
1041
|
|
|
294
1042
|
|
|
295
1043
|
### Miscellaneous Chores
|
|
@@ -307,12 +1055,12 @@
|
|
|
307
1055
|
* devDependencies
|
|
308
1056
|
* @twin.org/engine bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
309
1057
|
|
|
310
|
-
## [0.0.2-next.15](https://github.com/
|
|
1058
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.14...engine-server-v0.0.2-next.15) (2025-09-24)
|
|
311
1059
|
|
|
312
1060
|
|
|
313
1061
|
### Features
|
|
314
1062
|
|
|
315
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
1063
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
316
1064
|
|
|
317
1065
|
|
|
318
1066
|
### Dependencies
|
|
@@ -325,12 +1073,12 @@
|
|
|
325
1073
|
* devDependencies
|
|
326
1074
|
* @twin.org/engine bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
327
1075
|
|
|
328
|
-
## [0.0.2-next.14](https://github.com/
|
|
1076
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.13...engine-server-v0.0.2-next.14) (2025-09-19)
|
|
329
1077
|
|
|
330
1078
|
|
|
331
1079
|
### Features
|
|
332
1080
|
|
|
333
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
1081
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
334
1082
|
|
|
335
1083
|
|
|
336
1084
|
### Dependencies
|
|
@@ -343,12 +1091,12 @@
|
|
|
343
1091
|
* devDependencies
|
|
344
1092
|
* @twin.org/engine bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
345
1093
|
|
|
346
|
-
## [0.0.2-next.13](https://github.com/
|
|
1094
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.12...engine-server-v0.0.2-next.13) (2025-09-08)
|
|
347
1095
|
|
|
348
1096
|
|
|
349
1097
|
### Features
|
|
350
1098
|
|
|
351
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
1099
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
352
1100
|
|
|
353
1101
|
|
|
354
1102
|
### Dependencies
|
|
@@ -361,12 +1109,12 @@
|
|
|
361
1109
|
* devDependencies
|
|
362
1110
|
* @twin.org/engine bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
363
1111
|
|
|
364
|
-
## [0.0.2-next.12](https://github.com/
|
|
1112
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.11...engine-server-v0.0.2-next.12) (2025-09-05)
|
|
365
1113
|
|
|
366
1114
|
|
|
367
1115
|
### Features
|
|
368
1116
|
|
|
369
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
1117
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
370
1118
|
|
|
371
1119
|
|
|
372
1120
|
### Dependencies
|
|
@@ -379,12 +1127,12 @@
|
|
|
379
1127
|
* devDependencies
|
|
380
1128
|
* @twin.org/engine bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
381
1129
|
|
|
382
|
-
## [0.0.2-next.11](https://github.com/
|
|
1130
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.10...engine-server-v0.0.2-next.11) (2025-08-29)
|
|
383
1131
|
|
|
384
1132
|
|
|
385
1133
|
### Features
|
|
386
1134
|
|
|
387
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
1135
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
388
1136
|
|
|
389
1137
|
|
|
390
1138
|
### Dependencies
|
|
@@ -397,12 +1145,12 @@
|
|
|
397
1145
|
* devDependencies
|
|
398
1146
|
* @twin.org/engine bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
399
1147
|
|
|
400
|
-
## [0.0.2-next.10](https://github.com/
|
|
1148
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.9...engine-server-v0.0.2-next.10) (2025-08-26)
|
|
401
1149
|
|
|
402
1150
|
|
|
403
1151
|
### Features
|
|
404
1152
|
|
|
405
|
-
* add data space connector ([a824d99](https://github.com/
|
|
1153
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
406
1154
|
|
|
407
1155
|
|
|
408
1156
|
### Dependencies
|
|
@@ -415,12 +1163,12 @@
|
|
|
415
1163
|
* devDependencies
|
|
416
1164
|
* @twin.org/engine bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
417
1165
|
|
|
418
|
-
## [0.0.2-next.9](https://github.com/
|
|
1166
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.8...engine-server-v0.0.2-next.9) (2025-08-25)
|
|
419
1167
|
|
|
420
1168
|
|
|
421
1169
|
### Features
|
|
422
1170
|
|
|
423
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
1171
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
424
1172
|
|
|
425
1173
|
|
|
426
1174
|
### Dependencies
|
|
@@ -433,12 +1181,12 @@
|
|
|
433
1181
|
* devDependencies
|
|
434
1182
|
* @twin.org/engine bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
435
1183
|
|
|
436
|
-
## [0.0.2-next.8](https://github.com/
|
|
1184
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.7...engine-server-v0.0.2-next.8) (2025-08-22)
|
|
437
1185
|
|
|
438
1186
|
|
|
439
1187
|
### Features
|
|
440
1188
|
|
|
441
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
1189
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
442
1190
|
|
|
443
1191
|
|
|
444
1192
|
### Dependencies
|
|
@@ -451,7 +1199,7 @@
|
|
|
451
1199
|
* devDependencies
|
|
452
1200
|
* @twin.org/engine bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
453
1201
|
|
|
454
|
-
## [0.0.2-next.7](https://github.com/
|
|
1202
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.6...engine-server-v0.0.2-next.7) (2025-08-22)
|
|
455
1203
|
|
|
456
1204
|
|
|
457
1205
|
### Miscellaneous Chores
|
|
@@ -469,12 +1217,12 @@
|
|
|
469
1217
|
* devDependencies
|
|
470
1218
|
* @twin.org/engine bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
471
1219
|
|
|
472
|
-
## [0.0.2-next.6](https://github.com/
|
|
1220
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.5...engine-server-v0.0.2-next.6) (2025-08-21)
|
|
473
1221
|
|
|
474
1222
|
|
|
475
1223
|
### Features
|
|
476
1224
|
|
|
477
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
1225
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
478
1226
|
|
|
479
1227
|
|
|
480
1228
|
### Dependencies
|
|
@@ -487,12 +1235,12 @@
|
|
|
487
1235
|
* devDependencies
|
|
488
1236
|
* @twin.org/engine bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
489
1237
|
|
|
490
|
-
## [0.0.2-next.5](https://github.com/
|
|
1238
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.4...engine-server-v0.0.2-next.5) (2025-08-14)
|
|
491
1239
|
|
|
492
1240
|
|
|
493
1241
|
### Features
|
|
494
1242
|
|
|
495
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
1243
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
496
1244
|
|
|
497
1245
|
|
|
498
1246
|
### Dependencies
|
|
@@ -505,12 +1253,12 @@
|
|
|
505
1253
|
* devDependencies
|
|
506
1254
|
* @twin.org/engine bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
507
1255
|
|
|
508
|
-
## [0.0.2-next.4](https://github.com/
|
|
1256
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.3...engine-server-v0.0.2-next.4) (2025-07-25)
|
|
509
1257
|
|
|
510
1258
|
|
|
511
1259
|
### Features
|
|
512
1260
|
|
|
513
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
1261
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
514
1262
|
|
|
515
1263
|
|
|
516
1264
|
### Dependencies
|
|
@@ -523,12 +1271,12 @@
|
|
|
523
1271
|
* devDependencies
|
|
524
1272
|
* @twin.org/engine bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
525
1273
|
|
|
526
|
-
## [0.0.2-next.3](https://github.com/
|
|
1274
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.2...engine-server-v0.0.2-next.3) (2025-07-24)
|
|
527
1275
|
|
|
528
1276
|
|
|
529
1277
|
### Features
|
|
530
1278
|
|
|
531
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
1279
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
532
1280
|
|
|
533
1281
|
|
|
534
1282
|
### Dependencies
|
|
@@ -541,12 +1289,12 @@
|
|
|
541
1289
|
* devDependencies
|
|
542
1290
|
* @twin.org/engine bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
543
1291
|
|
|
544
|
-
## [0.0.2-next.2](https://github.com/
|
|
1292
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.1...engine-server-v0.0.2-next.2) (2025-07-21)
|
|
545
1293
|
|
|
546
1294
|
|
|
547
1295
|
### Features
|
|
548
1296
|
|
|
549
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
1297
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
550
1298
|
|
|
551
1299
|
|
|
552
1300
|
### Dependencies
|
|
@@ -559,27 +1307,27 @@
|
|
|
559
1307
|
* devDependencies
|
|
560
1308
|
* @twin.org/engine bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
561
1309
|
|
|
562
|
-
## [0.0.2-next.1](https://github.com/
|
|
1310
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.0...engine-server-v0.0.2-next.1) (2025-07-11)
|
|
563
1311
|
|
|
564
1312
|
|
|
565
1313
|
### Features
|
|
566
1314
|
|
|
567
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
568
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
569
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
570
|
-
* add task scheduler ([0951107](https://github.com/
|
|
571
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
572
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
573
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
574
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
575
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
576
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1315
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1316
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1317
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1318
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1319
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1320
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1321
|
+
* 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))
|
|
1322
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1323
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1324
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
577
1325
|
|
|
578
1326
|
|
|
579
1327
|
### Bug Fixes
|
|
580
1328
|
|
|
581
|
-
* method docs ([fb3d73f](https://github.com/
|
|
582
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1329
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1330
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
583
1331
|
|
|
584
1332
|
|
|
585
1333
|
### Dependencies
|
|
@@ -597,23 +1345,23 @@
|
|
|
597
1345
|
|
|
598
1346
|
### Features
|
|
599
1347
|
|
|
600
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
601
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
602
|
-
* add task scheduler ([0951107](https://github.com/
|
|
603
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
604
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
605
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
606
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
607
|
-
* release to production ([3a4acd1](https://github.com/
|
|
608
|
-
* release to production ([5559958](https://github.com/
|
|
609
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
610
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1348
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1349
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1350
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1351
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1352
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1353
|
+
* 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))
|
|
1354
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1355
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
1356
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
1357
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1358
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
611
1359
|
|
|
612
1360
|
|
|
613
1361
|
### Bug Fixes
|
|
614
1362
|
|
|
615
|
-
* method docs ([fb3d73f](https://github.com/
|
|
616
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1363
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1364
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
617
1365
|
|
|
618
1366
|
|
|
619
1367
|
### Dependencies
|
|
@@ -626,12 +1374,12 @@
|
|
|
626
1374
|
* devDependencies
|
|
627
1375
|
* @twin.org/engine bumped from 0.0.1-next.84 to 0.0.1
|
|
628
1376
|
|
|
629
|
-
## [0.0.1-next.84](https://github.com/
|
|
1377
|
+
## [0.0.1-next.84](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.83...engine-server-v0.0.1-next.84) (2025-07-11)
|
|
630
1378
|
|
|
631
1379
|
|
|
632
1380
|
### Features
|
|
633
1381
|
|
|
634
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
1382
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
635
1383
|
|
|
636
1384
|
|
|
637
1385
|
### Dependencies
|
|
@@ -644,25 +1392,25 @@
|
|
|
644
1392
|
* devDependencies
|
|
645
1393
|
* @twin.org/engine bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
646
1394
|
|
|
647
|
-
## [0.0.1-next.83](https://github.com/
|
|
1395
|
+
## [0.0.1-next.83](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.82...engine-server-v0.0.1-next.83) (2025-07-10)
|
|
648
1396
|
|
|
649
1397
|
|
|
650
1398
|
### Features
|
|
651
1399
|
|
|
652
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
653
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
654
|
-
* add task scheduler ([0951107](https://github.com/
|
|
655
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
656
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
657
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
658
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
659
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1400
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1401
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1402
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1403
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1404
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1405
|
+
* 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))
|
|
1406
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1407
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
660
1408
|
|
|
661
1409
|
|
|
662
1410
|
### Bug Fixes
|
|
663
1411
|
|
|
664
|
-
* method docs ([fb3d73f](https://github.com/
|
|
665
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1412
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1413
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
666
1414
|
|
|
667
1415
|
|
|
668
1416
|
### Dependencies
|
|
@@ -675,7 +1423,7 @@
|
|
|
675
1423
|
* devDependencies
|
|
676
1424
|
* @twin.org/engine bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
677
1425
|
|
|
678
|
-
## [0.0.1-next.81](https://github.com/
|
|
1426
|
+
## [0.0.1-next.81](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.80...engine-server-v0.0.1-next.81) (2025-07-07)
|
|
679
1427
|
|
|
680
1428
|
|
|
681
1429
|
### Miscellaneous Chores
|
|
@@ -693,12 +1441,12 @@
|
|
|
693
1441
|
* devDependencies
|
|
694
1442
|
* @twin.org/engine bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
695
1443
|
|
|
696
|
-
## [0.0.1-next.80](https://github.com/
|
|
1444
|
+
## [0.0.1-next.80](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.79...engine-server-v0.0.1-next.80) (2025-06-23)
|
|
697
1445
|
|
|
698
1446
|
|
|
699
1447
|
### Features
|
|
700
1448
|
|
|
701
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1449
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
702
1450
|
|
|
703
1451
|
|
|
704
1452
|
### Dependencies
|
|
@@ -711,7 +1459,7 @@
|
|
|
711
1459
|
* devDependencies
|
|
712
1460
|
* @twin.org/engine bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
713
1461
|
|
|
714
|
-
## [0.0.1-next.79](https://github.com/
|
|
1462
|
+
## [0.0.1-next.79](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.78...engine-server-v0.0.1-next.79) (2025-06-18)
|
|
715
1463
|
|
|
716
1464
|
|
|
717
1465
|
### Miscellaneous Chores
|
|
@@ -729,7 +1477,7 @@
|
|
|
729
1477
|
* devDependencies
|
|
730
1478
|
* @twin.org/engine bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
731
1479
|
|
|
732
|
-
## [0.0.1-next.78](https://github.com/
|
|
1480
|
+
## [0.0.1-next.78](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.77...engine-server-v0.0.1-next.78) (2025-06-18)
|
|
733
1481
|
|
|
734
1482
|
|
|
735
1483
|
### Miscellaneous Chores
|
|
@@ -747,7 +1495,7 @@
|
|
|
747
1495
|
* devDependencies
|
|
748
1496
|
* @twin.org/engine bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
749
1497
|
|
|
750
|
-
## [0.0.1-next.77](https://github.com/
|
|
1498
|
+
## [0.0.1-next.77](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.76...engine-server-v0.0.1-next.77) (2025-06-18)
|
|
751
1499
|
|
|
752
1500
|
|
|
753
1501
|
### Miscellaneous Chores
|
|
@@ -765,12 +1513,12 @@
|
|
|
765
1513
|
* devDependencies
|
|
766
1514
|
* @twin.org/engine bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
767
1515
|
|
|
768
|
-
## [0.0.1-next.76](https://github.com/
|
|
1516
|
+
## [0.0.1-next.76](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.75...engine-server-v0.0.1-next.76) (2025-06-12)
|
|
769
1517
|
|
|
770
1518
|
|
|
771
1519
|
### Features
|
|
772
1520
|
|
|
773
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1521
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
774
1522
|
|
|
775
1523
|
|
|
776
1524
|
### Dependencies
|
|
@@ -783,12 +1531,12 @@
|
|
|
783
1531
|
* devDependencies
|
|
784
1532
|
* @twin.org/engine bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
785
1533
|
|
|
786
|
-
## [0.0.1-next.75](https://github.com/
|
|
1534
|
+
## [0.0.1-next.75](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.74...engine-server-v0.0.1-next.75) (2025-05-29)
|
|
787
1535
|
|
|
788
1536
|
|
|
789
1537
|
### Features
|
|
790
1538
|
|
|
791
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1539
|
+
* 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))
|
|
792
1540
|
|
|
793
1541
|
|
|
794
1542
|
### Dependencies
|
|
@@ -801,12 +1549,12 @@
|
|
|
801
1549
|
* devDependencies
|
|
802
1550
|
* @twin.org/engine bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
803
1551
|
|
|
804
|
-
## [0.0.1-next.74](https://github.com/
|
|
1552
|
+
## [0.0.1-next.74](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.73...engine-server-v0.0.1-next.74) (2025-05-23)
|
|
805
1553
|
|
|
806
1554
|
|
|
807
1555
|
### Features
|
|
808
1556
|
|
|
809
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1557
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
810
1558
|
|
|
811
1559
|
|
|
812
1560
|
### Dependencies
|
|
@@ -819,7 +1567,7 @@
|
|
|
819
1567
|
* devDependencies
|
|
820
1568
|
* @twin.org/engine bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
821
1569
|
|
|
822
|
-
## [0.0.1-next.73](https://github.com/
|
|
1570
|
+
## [0.0.1-next.73](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.72...engine-server-v0.0.1-next.73) (2025-05-22)
|
|
823
1571
|
|
|
824
1572
|
|
|
825
1573
|
### Miscellaneous Chores
|
|
@@ -837,21 +1585,21 @@
|
|
|
837
1585
|
* devDependencies
|
|
838
1586
|
* @twin.org/engine bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
839
1587
|
|
|
840
|
-
## [0.0.1-next.72](https://github.com/
|
|
1588
|
+
## [0.0.1-next.72](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.71...engine-server-v0.0.1-next.72) (2025-05-06)
|
|
841
1589
|
|
|
842
1590
|
|
|
843
1591
|
### Features
|
|
844
1592
|
|
|
845
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
846
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
847
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
848
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1593
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1594
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1595
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1596
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
849
1597
|
|
|
850
1598
|
|
|
851
1599
|
### Bug Fixes
|
|
852
1600
|
|
|
853
|
-
* method docs ([fb3d73f](https://github.com/
|
|
854
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1601
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1602
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
855
1603
|
|
|
856
1604
|
|
|
857
1605
|
### Dependencies
|
|
@@ -864,12 +1612,12 @@
|
|
|
864
1612
|
* devDependencies
|
|
865
1613
|
* @twin.org/engine bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
866
1614
|
|
|
867
|
-
## [0.0.1-next.71](https://github.com/
|
|
1615
|
+
## [0.0.1-next.71](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.70...engine-server-v0.0.1-next.71) (2025-05-06)
|
|
868
1616
|
|
|
869
1617
|
|
|
870
1618
|
### Features
|
|
871
1619
|
|
|
872
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1620
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
873
1621
|
|
|
874
1622
|
|
|
875
1623
|
### Dependencies
|
|
@@ -882,7 +1630,7 @@
|
|
|
882
1630
|
* devDependencies
|
|
883
1631
|
* @twin.org/engine bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
884
1632
|
|
|
885
|
-
## [0.0.1-next.70](https://github.com/
|
|
1633
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.69...engine-server-v0.0.1-next.70) (2025-04-28)
|
|
886
1634
|
|
|
887
1635
|
|
|
888
1636
|
### Miscellaneous Chores
|
|
@@ -900,17 +1648,17 @@
|
|
|
900
1648
|
* devDependencies
|
|
901
1649
|
* @twin.org/engine bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
902
1650
|
|
|
903
|
-
## [0.0.1-next.69](https://github.com/
|
|
1651
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.68...engine-server-v0.0.1-next.69) (2025-04-25)
|
|
904
1652
|
|
|
905
1653
|
|
|
906
1654
|
### Features
|
|
907
1655
|
|
|
908
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
1656
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
909
1657
|
|
|
910
1658
|
|
|
911
1659
|
### Bug Fixes
|
|
912
1660
|
|
|
913
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1661
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
914
1662
|
|
|
915
1663
|
|
|
916
1664
|
### Dependencies
|
|
@@ -923,12 +1671,12 @@
|
|
|
923
1671
|
* devDependencies
|
|
924
1672
|
* @twin.org/engine bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
925
1673
|
|
|
926
|
-
## [0.0.1-next.68](https://github.com/
|
|
1674
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.67...engine-server-v0.0.1-next.68) (2025-04-17)
|
|
927
1675
|
|
|
928
1676
|
|
|
929
1677
|
### Features
|
|
930
1678
|
|
|
931
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1679
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
932
1680
|
|
|
933
1681
|
|
|
934
1682
|
### Dependencies
|
|
@@ -941,12 +1689,12 @@
|
|
|
941
1689
|
* devDependencies
|
|
942
1690
|
* @twin.org/engine bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
943
1691
|
|
|
944
|
-
## [0.0.1-next.67](https://github.com/
|
|
1692
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.66...engine-server-v0.0.1-next.67) (2025-03-28)
|
|
945
1693
|
|
|
946
1694
|
|
|
947
1695
|
### Features
|
|
948
1696
|
|
|
949
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1697
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
950
1698
|
|
|
951
1699
|
|
|
952
1700
|
### Dependencies
|