@twin.org/engine-server 0.0.3-next.4 → 0.0.3-next.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/es/data/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 +924 -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,777 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.40...engine-server-v0.0.3-next.41) (2026-05-26)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* wire DSP push-transfer mode in engine ([#121](https://github.com/iotaledger/twin-engine/issues/121)) ([3456cdb](https://github.com/iotaledger/twin-engine/commit/3456cdb34c3b721b6aba1fb49133a2d8048958aa))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/engine-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
16
|
+
* @twin.org/engine-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
17
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @twin.org/engine bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
20
|
+
|
|
21
|
+
## [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)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* aig endpoints ([4b6099e](https://github.com/iotaledger/twin-engine/commit/4b6099e4367eabe7912215df2d0848b2d33edfec))
|
|
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.39 to 0.0.3-next.40
|
|
34
|
+
* @twin.org/engine-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
35
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/engine bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
38
|
+
|
|
39
|
+
## [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)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Miscellaneous Chores
|
|
43
|
+
|
|
44
|
+
* **engine-server:** Synchronize repo versions
|
|
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.38 to 0.0.3-next.39
|
|
52
|
+
* @twin.org/engine-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
53
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
54
|
+
* devDependencies
|
|
55
|
+
* @twin.org/engine bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
56
|
+
|
|
57
|
+
## [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)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Features
|
|
61
|
+
|
|
62
|
+
* 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))
|
|
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.37 to 0.0.3-next.38
|
|
70
|
+
* @twin.org/engine-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
71
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
72
|
+
* devDependencies
|
|
73
|
+
* @twin.org/engine bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
74
|
+
|
|
75
|
+
## [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)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
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.36 to 0.0.3-next.37
|
|
88
|
+
* @twin.org/engine-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
89
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
90
|
+
* devDependencies
|
|
91
|
+
* @twin.org/engine bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
92
|
+
|
|
93
|
+
## [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)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
* 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))
|
|
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.35 to 0.0.3-next.36
|
|
106
|
+
* @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
107
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
108
|
+
* devDependencies
|
|
109
|
+
* @twin.org/engine bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
110
|
+
|
|
111
|
+
## [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)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Miscellaneous Chores
|
|
115
|
+
|
|
116
|
+
* **engine-server:** Synchronize repo versions
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Dependencies
|
|
120
|
+
|
|
121
|
+
* The following workspace dependencies were updated
|
|
122
|
+
* dependencies
|
|
123
|
+
* @twin.org/engine-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
124
|
+
* @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
125
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
126
|
+
* devDependencies
|
|
127
|
+
* @twin.org/engine bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
128
|
+
|
|
129
|
+
## [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)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Features
|
|
133
|
+
|
|
134
|
+
* add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Bug Fixes
|
|
138
|
+
|
|
139
|
+
* test REST route paths ([22ec1bc](https://github.com/iotaledger/twin-engine/commit/22ec1bc59a0d173de3cd5d3cb184909b3779f5a3))
|
|
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.33 to 0.0.3-next.34
|
|
147
|
+
* @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
148
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
149
|
+
* devDependencies
|
|
150
|
+
* @twin.org/engine bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
151
|
+
|
|
152
|
+
## [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)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Miscellaneous Chores
|
|
156
|
+
|
|
157
|
+
* **engine-server:** Synchronize repo versions
|
|
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.32 to 0.0.3-next.33
|
|
165
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
166
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
167
|
+
* devDependencies
|
|
168
|
+
* @twin.org/engine bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
169
|
+
|
|
170
|
+
## [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)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Features
|
|
174
|
+
|
|
175
|
+
* add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
|
|
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.31 to 0.0.3-next.32
|
|
183
|
+
* @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
184
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
185
|
+
* devDependencies
|
|
186
|
+
* @twin.org/engine bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
187
|
+
|
|
188
|
+
## [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)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Miscellaneous Chores
|
|
192
|
+
|
|
193
|
+
* **engine-server:** Synchronize repo versions
|
|
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.30 to 0.0.3-next.31
|
|
201
|
+
* @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
202
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
203
|
+
* devDependencies
|
|
204
|
+
* @twin.org/engine bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
205
|
+
|
|
206
|
+
## [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)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Features
|
|
210
|
+
|
|
211
|
+
* add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
|
|
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.29 to 0.0.3-next.30
|
|
219
|
+
* @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
220
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
221
|
+
* devDependencies
|
|
222
|
+
* @twin.org/engine bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
223
|
+
|
|
224
|
+
## [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)
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
### Features
|
|
228
|
+
|
|
229
|
+
* add authentication rate and audit services ([#95](https://github.com/iotaledger/twin-engine/issues/95)) ([55e2b08](https://github.com/iotaledger/twin-engine/commit/55e2b089661529e0556115817cc435cc6e4292cc))
|
|
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.28 to 0.0.3-next.29
|
|
237
|
+
* @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
238
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
239
|
+
* devDependencies
|
|
240
|
+
* @twin.org/engine bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
241
|
+
|
|
242
|
+
## [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)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Features
|
|
246
|
+
|
|
247
|
+
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
|
|
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.27 to 0.0.3-next.28
|
|
255
|
+
* @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
256
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
257
|
+
* devDependencies
|
|
258
|
+
* @twin.org/engine bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
259
|
+
|
|
260
|
+
## [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)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### Features
|
|
264
|
+
|
|
265
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
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.26 to 0.0.3-next.27
|
|
273
|
+
* @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
274
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
275
|
+
* devDependencies
|
|
276
|
+
* @twin.org/engine bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
277
|
+
|
|
278
|
+
## [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)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Miscellaneous Chores
|
|
282
|
+
|
|
283
|
+
* **engine-server:** Synchronize repo versions
|
|
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.25 to 0.0.3-next.26
|
|
291
|
+
* @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
292
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
293
|
+
* devDependencies
|
|
294
|
+
* @twin.org/engine bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
295
|
+
|
|
296
|
+
## [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)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Features
|
|
300
|
+
|
|
301
|
+
* 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))
|
|
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.24 to 0.0.3-next.25
|
|
309
|
+
* @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
310
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
311
|
+
* devDependencies
|
|
312
|
+
* @twin.org/engine bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
313
|
+
|
|
314
|
+
## [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)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Miscellaneous Chores
|
|
318
|
+
|
|
319
|
+
* **engine-server:** Synchronize repo versions
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Dependencies
|
|
323
|
+
|
|
324
|
+
* The following workspace dependencies were updated
|
|
325
|
+
* dependencies
|
|
326
|
+
* @twin.org/engine-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
327
|
+
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
328
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
329
|
+
* devDependencies
|
|
330
|
+
* @twin.org/engine bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
331
|
+
|
|
332
|
+
## [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)
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
### Features
|
|
336
|
+
|
|
337
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
338
|
+
* add authentication admin routes ([c912019](https://github.com/iotaledger/twin-engine/commit/c9120198cd5c86e20bab588f2a9f20415baf56ca))
|
|
339
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
340
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
341
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
342
|
+
* add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
|
|
343
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
344
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
345
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
346
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
347
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
348
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
349
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
350
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
351
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
352
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
353
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
354
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
355
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
356
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
357
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
358
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
359
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
360
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
361
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
362
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
363
|
+
* 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))
|
|
364
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
365
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
366
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
367
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
368
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
369
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
370
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
371
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
372
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
373
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
374
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
375
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
376
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
377
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
378
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
379
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
380
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
381
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Bug Fixes
|
|
385
|
+
|
|
386
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
387
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
388
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
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.22 to 0.0.3-next.23
|
|
396
|
+
* @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
397
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
398
|
+
* devDependencies
|
|
399
|
+
* @twin.org/engine bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
400
|
+
|
|
401
|
+
## [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)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Miscellaneous Chores
|
|
405
|
+
|
|
406
|
+
* **engine-server:** Synchronize repo versions
|
|
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.21 to 0.0.3-next.22
|
|
414
|
+
* @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
415
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
416
|
+
* devDependencies
|
|
417
|
+
* @twin.org/engine bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
418
|
+
|
|
419
|
+
## [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)
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Features
|
|
423
|
+
|
|
424
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
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.20 to 0.0.3-next.21
|
|
432
|
+
* @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
433
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
434
|
+
* devDependencies
|
|
435
|
+
* @twin.org/engine bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
436
|
+
|
|
437
|
+
## [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)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Features
|
|
441
|
+
|
|
442
|
+
* add authentication admin routes ([c912019](https://github.com/iotaledger/twin-engine/commit/c9120198cd5c86e20bab588f2a9f20415baf56ca))
|
|
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.19 to 0.0.3-next.20
|
|
450
|
+
* @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
451
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
452
|
+
* devDependencies
|
|
453
|
+
* @twin.org/engine bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
454
|
+
|
|
455
|
+
## [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)
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Miscellaneous Chores
|
|
459
|
+
|
|
460
|
+
* **engine-server:** Synchronize repo versions
|
|
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.18 to 0.0.3-next.19
|
|
468
|
+
* @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
469
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
470
|
+
* devDependencies
|
|
471
|
+
* @twin.org/engine bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
472
|
+
|
|
473
|
+
## [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)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
### Features
|
|
477
|
+
|
|
478
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
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.17 to 0.0.3-next.18
|
|
486
|
+
* @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
487
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
488
|
+
* devDependencies
|
|
489
|
+
* @twin.org/engine bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
490
|
+
|
|
491
|
+
## [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)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Features
|
|
495
|
+
|
|
496
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
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.16 to 0.0.3-next.17
|
|
504
|
+
* @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
505
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
506
|
+
* devDependencies
|
|
507
|
+
* @twin.org/engine bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
508
|
+
|
|
509
|
+
## [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)
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
### Features
|
|
513
|
+
|
|
514
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
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.15 to 0.0.3-next.16
|
|
522
|
+
* @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
523
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
524
|
+
* devDependencies
|
|
525
|
+
* @twin.org/engine bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
526
|
+
|
|
527
|
+
## [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)
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
### Features
|
|
531
|
+
|
|
532
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
### Dependencies
|
|
536
|
+
|
|
537
|
+
* The following workspace dependencies were updated
|
|
538
|
+
* dependencies
|
|
539
|
+
* @twin.org/engine-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
540
|
+
* @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
541
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
542
|
+
* devDependencies
|
|
543
|
+
* @twin.org/engine bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
544
|
+
|
|
545
|
+
## [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)
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
### Features
|
|
549
|
+
|
|
550
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
551
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
552
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
553
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
554
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
555
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
556
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
557
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
558
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
559
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
560
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
561
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
562
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
563
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
564
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
565
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
566
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
567
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
568
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
569
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
570
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
571
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
572
|
+
* 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))
|
|
573
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
574
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
575
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
576
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
577
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
578
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
579
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
580
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
581
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
582
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
583
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
584
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
585
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
586
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
587
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
### Bug Fixes
|
|
591
|
+
|
|
592
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
593
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
594
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
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.13 to 0.0.3-next.14
|
|
602
|
+
* @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
603
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
604
|
+
* devDependencies
|
|
605
|
+
* @twin.org/engine bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
606
|
+
|
|
607
|
+
## [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)
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
### Features
|
|
611
|
+
|
|
612
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
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.12 to 0.0.3-next.13
|
|
620
|
+
* @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
621
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
622
|
+
* devDependencies
|
|
623
|
+
* @twin.org/engine bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
624
|
+
|
|
625
|
+
## [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)
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
### Features
|
|
629
|
+
|
|
630
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
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.11 to 0.0.3-next.12
|
|
638
|
+
* @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
639
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
640
|
+
* devDependencies
|
|
641
|
+
* @twin.org/engine bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
642
|
+
|
|
643
|
+
## [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)
|
|
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.10 to 0.0.3-next.11
|
|
656
|
+
* @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
657
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
658
|
+
* devDependencies
|
|
659
|
+
* @twin.org/engine bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
660
|
+
|
|
661
|
+
## [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)
|
|
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.9 to 0.0.3-next.10
|
|
674
|
+
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
675
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
676
|
+
* devDependencies
|
|
677
|
+
* @twin.org/engine bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
678
|
+
|
|
679
|
+
## [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)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Miscellaneous Chores
|
|
683
|
+
|
|
684
|
+
* **engine-server:** Synchronize repo versions
|
|
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.8 to 0.0.3-next.9
|
|
692
|
+
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
693
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
694
|
+
* devDependencies
|
|
695
|
+
* @twin.org/engine bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
696
|
+
|
|
697
|
+
## [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)
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
### Features
|
|
701
|
+
|
|
702
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
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.7 to 0.0.3-next.8
|
|
710
|
+
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
711
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
712
|
+
* devDependencies
|
|
713
|
+
* @twin.org/engine bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
714
|
+
|
|
715
|
+
## [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)
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
### Features
|
|
719
|
+
|
|
720
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
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.6 to 0.0.3-next.7
|
|
728
|
+
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
729
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
730
|
+
* devDependencies
|
|
731
|
+
* @twin.org/engine bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
732
|
+
|
|
733
|
+
## [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)
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
### Features
|
|
737
|
+
|
|
738
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
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.5 to 0.0.3-next.6
|
|
746
|
+
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
747
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
748
|
+
* devDependencies
|
|
749
|
+
* @twin.org/engine bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
750
|
+
|
|
751
|
+
## [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)
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
### Miscellaneous Chores
|
|
755
|
+
|
|
756
|
+
* **engine-server:** Synchronize repo versions
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
### Dependencies
|
|
760
|
+
|
|
761
|
+
* The following workspace dependencies were updated
|
|
762
|
+
* dependencies
|
|
763
|
+
* @twin.org/engine-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
764
|
+
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
765
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
766
|
+
* devDependencies
|
|
767
|
+
* @twin.org/engine bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
768
|
+
|
|
769
|
+
## [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)
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
### Features
|
|
773
|
+
|
|
774
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
9
775
|
|
|
10
776
|
|
|
11
777
|
### Dependencies
|
|
@@ -18,7 +784,7 @@
|
|
|
18
784
|
* devDependencies
|
|
19
785
|
* @twin.org/engine bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
20
786
|
|
|
21
|
-
## [0.0.3-next.3](https://github.com/
|
|
787
|
+
## [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
788
|
|
|
23
789
|
|
|
24
790
|
### Miscellaneous Chores
|
|
@@ -36,7 +802,7 @@
|
|
|
36
802
|
* devDependencies
|
|
37
803
|
* @twin.org/engine bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
38
804
|
|
|
39
|
-
## [0.0.3-next.2](https://github.com/
|
|
805
|
+
## [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
806
|
|
|
41
807
|
|
|
42
808
|
### Miscellaneous Chores
|
|
@@ -54,49 +820,49 @@
|
|
|
54
820
|
* devDependencies
|
|
55
821
|
* @twin.org/engine bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
56
822
|
|
|
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/
|
|
823
|
+
## [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)
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
### Features
|
|
827
|
+
|
|
828
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
829
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
830
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
831
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
832
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
833
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
834
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
835
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
836
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
837
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
838
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
839
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
840
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
841
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
842
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
843
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
844
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
845
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
846
|
+
* 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))
|
|
847
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
848
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
849
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
850
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
851
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
852
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
853
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
854
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
855
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
856
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
857
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
858
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
93
859
|
|
|
94
860
|
|
|
95
861
|
### Bug Fixes
|
|
96
862
|
|
|
97
|
-
* import path ([8e3c186](https://github.com/
|
|
98
|
-
* method docs ([fb3d73f](https://github.com/
|
|
99
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
863
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
864
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
865
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
100
866
|
|
|
101
867
|
|
|
102
868
|
### Dependencies
|
|
@@ -109,7 +875,7 @@
|
|
|
109
875
|
* devDependencies
|
|
110
876
|
* @twin.org/engine bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
111
877
|
|
|
112
|
-
## [0.0.2-next.26](https://github.com/
|
|
878
|
+
## [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
879
|
|
|
114
880
|
|
|
115
881
|
### Miscellaneous Chores
|
|
@@ -127,12 +893,12 @@
|
|
|
127
893
|
* devDependencies
|
|
128
894
|
* @twin.org/engine bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
129
895
|
|
|
130
|
-
## [0.0.2-next.25](https://github.com/
|
|
896
|
+
## [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
897
|
|
|
132
898
|
|
|
133
899
|
### Features
|
|
134
900
|
|
|
135
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
901
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
136
902
|
|
|
137
903
|
|
|
138
904
|
### Dependencies
|
|
@@ -145,7 +911,7 @@
|
|
|
145
911
|
* devDependencies
|
|
146
912
|
* @twin.org/engine bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
147
913
|
|
|
148
|
-
## [0.0.2-next.24](https://github.com/
|
|
914
|
+
## [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
915
|
|
|
150
916
|
|
|
151
917
|
### Miscellaneous Chores
|
|
@@ -163,12 +929,12 @@
|
|
|
163
929
|
* devDependencies
|
|
164
930
|
* @twin.org/engine bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
165
931
|
|
|
166
|
-
## [0.0.2-next.23](https://github.com/
|
|
932
|
+
## [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
933
|
|
|
168
934
|
|
|
169
935
|
### Features
|
|
170
936
|
|
|
171
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
937
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
172
938
|
|
|
173
939
|
|
|
174
940
|
### Dependencies
|
|
@@ -181,7 +947,7 @@
|
|
|
181
947
|
* devDependencies
|
|
182
948
|
* @twin.org/engine bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
183
949
|
|
|
184
|
-
## [0.0.2-next.22](https://github.com/
|
|
950
|
+
## [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
951
|
|
|
186
952
|
|
|
187
953
|
### Miscellaneous Chores
|
|
@@ -199,12 +965,12 @@
|
|
|
199
965
|
* devDependencies
|
|
200
966
|
* @twin.org/engine bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
201
967
|
|
|
202
|
-
## [0.0.2-next.21](https://github.com/
|
|
968
|
+
## [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
969
|
|
|
204
970
|
|
|
205
971
|
### Features
|
|
206
972
|
|
|
207
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
973
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
208
974
|
|
|
209
975
|
|
|
210
976
|
### Dependencies
|
|
@@ -217,12 +983,12 @@
|
|
|
217
983
|
* devDependencies
|
|
218
984
|
* @twin.org/engine bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
219
985
|
|
|
220
|
-
## [0.0.2-next.20](https://github.com/
|
|
986
|
+
## [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
987
|
|
|
222
988
|
|
|
223
989
|
### Features
|
|
224
990
|
|
|
225
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
991
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
226
992
|
|
|
227
993
|
|
|
228
994
|
### Dependencies
|
|
@@ -235,12 +1001,12 @@
|
|
|
235
1001
|
* devDependencies
|
|
236
1002
|
* @twin.org/engine bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
237
1003
|
|
|
238
|
-
## [0.0.2-next.19](https://github.com/
|
|
1004
|
+
## [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
1005
|
|
|
240
1006
|
|
|
241
1007
|
### Features
|
|
242
1008
|
|
|
243
|
-
* simplify config building ([732c871](https://github.com/
|
|
1009
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
244
1010
|
|
|
245
1011
|
|
|
246
1012
|
### Dependencies
|
|
@@ -253,12 +1019,12 @@
|
|
|
253
1019
|
* devDependencies
|
|
254
1020
|
* @twin.org/engine bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
255
1021
|
|
|
256
|
-
## [0.0.2-next.18](https://github.com/
|
|
1022
|
+
## [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
1023
|
|
|
258
1024
|
|
|
259
1025
|
### Features
|
|
260
1026
|
|
|
261
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
1027
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
262
1028
|
|
|
263
1029
|
|
|
264
1030
|
### Dependencies
|
|
@@ -271,12 +1037,12 @@
|
|
|
271
1037
|
* devDependencies
|
|
272
1038
|
* @twin.org/engine bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
273
1039
|
|
|
274
|
-
## [0.0.2-next.17](https://github.com/
|
|
1040
|
+
## [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
1041
|
|
|
276
1042
|
|
|
277
1043
|
### Features
|
|
278
1044
|
|
|
279
|
-
* add REST options for route construction ([4adf0af](https://github.com/
|
|
1045
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
280
1046
|
|
|
281
1047
|
|
|
282
1048
|
### Dependencies
|
|
@@ -289,7 +1055,7 @@
|
|
|
289
1055
|
* devDependencies
|
|
290
1056
|
* @twin.org/engine bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
291
1057
|
|
|
292
|
-
## [0.0.2-next.16](https://github.com/
|
|
1058
|
+
## [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
1059
|
|
|
294
1060
|
|
|
295
1061
|
### Miscellaneous Chores
|
|
@@ -307,12 +1073,12 @@
|
|
|
307
1073
|
* devDependencies
|
|
308
1074
|
* @twin.org/engine bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
309
1075
|
|
|
310
|
-
## [0.0.2-next.15](https://github.com/
|
|
1076
|
+
## [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
1077
|
|
|
312
1078
|
|
|
313
1079
|
### Features
|
|
314
1080
|
|
|
315
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
1081
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
316
1082
|
|
|
317
1083
|
|
|
318
1084
|
### Dependencies
|
|
@@ -325,12 +1091,12 @@
|
|
|
325
1091
|
* devDependencies
|
|
326
1092
|
* @twin.org/engine bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
327
1093
|
|
|
328
|
-
## [0.0.2-next.14](https://github.com/
|
|
1094
|
+
## [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
1095
|
|
|
330
1096
|
|
|
331
1097
|
### Features
|
|
332
1098
|
|
|
333
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
1099
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
334
1100
|
|
|
335
1101
|
|
|
336
1102
|
### Dependencies
|
|
@@ -343,12 +1109,12 @@
|
|
|
343
1109
|
* devDependencies
|
|
344
1110
|
* @twin.org/engine bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
345
1111
|
|
|
346
|
-
## [0.0.2-next.13](https://github.com/
|
|
1112
|
+
## [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
1113
|
|
|
348
1114
|
|
|
349
1115
|
### Features
|
|
350
1116
|
|
|
351
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
1117
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
352
1118
|
|
|
353
1119
|
|
|
354
1120
|
### Dependencies
|
|
@@ -361,12 +1127,12 @@
|
|
|
361
1127
|
* devDependencies
|
|
362
1128
|
* @twin.org/engine bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
363
1129
|
|
|
364
|
-
## [0.0.2-next.12](https://github.com/
|
|
1130
|
+
## [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
1131
|
|
|
366
1132
|
|
|
367
1133
|
### Features
|
|
368
1134
|
|
|
369
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
1135
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
370
1136
|
|
|
371
1137
|
|
|
372
1138
|
### Dependencies
|
|
@@ -379,12 +1145,12 @@
|
|
|
379
1145
|
* devDependencies
|
|
380
1146
|
* @twin.org/engine bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
381
1147
|
|
|
382
|
-
## [0.0.2-next.11](https://github.com/
|
|
1148
|
+
## [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
1149
|
|
|
384
1150
|
|
|
385
1151
|
### Features
|
|
386
1152
|
|
|
387
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
1153
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
388
1154
|
|
|
389
1155
|
|
|
390
1156
|
### Dependencies
|
|
@@ -397,12 +1163,12 @@
|
|
|
397
1163
|
* devDependencies
|
|
398
1164
|
* @twin.org/engine bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
399
1165
|
|
|
400
|
-
## [0.0.2-next.10](https://github.com/
|
|
1166
|
+
## [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
1167
|
|
|
402
1168
|
|
|
403
1169
|
### Features
|
|
404
1170
|
|
|
405
|
-
* add data space connector ([a824d99](https://github.com/
|
|
1171
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
406
1172
|
|
|
407
1173
|
|
|
408
1174
|
### Dependencies
|
|
@@ -415,12 +1181,12 @@
|
|
|
415
1181
|
* devDependencies
|
|
416
1182
|
* @twin.org/engine bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
417
1183
|
|
|
418
|
-
## [0.0.2-next.9](https://github.com/
|
|
1184
|
+
## [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
1185
|
|
|
420
1186
|
|
|
421
1187
|
### Features
|
|
422
1188
|
|
|
423
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
1189
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
424
1190
|
|
|
425
1191
|
|
|
426
1192
|
### Dependencies
|
|
@@ -433,12 +1199,12 @@
|
|
|
433
1199
|
* devDependencies
|
|
434
1200
|
* @twin.org/engine bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
435
1201
|
|
|
436
|
-
## [0.0.2-next.8](https://github.com/
|
|
1202
|
+
## [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
1203
|
|
|
438
1204
|
|
|
439
1205
|
### Features
|
|
440
1206
|
|
|
441
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
1207
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
442
1208
|
|
|
443
1209
|
|
|
444
1210
|
### Dependencies
|
|
@@ -451,7 +1217,7 @@
|
|
|
451
1217
|
* devDependencies
|
|
452
1218
|
* @twin.org/engine bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
453
1219
|
|
|
454
|
-
## [0.0.2-next.7](https://github.com/
|
|
1220
|
+
## [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
1221
|
|
|
456
1222
|
|
|
457
1223
|
### Miscellaneous Chores
|
|
@@ -469,12 +1235,12 @@
|
|
|
469
1235
|
* devDependencies
|
|
470
1236
|
* @twin.org/engine bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
471
1237
|
|
|
472
|
-
## [0.0.2-next.6](https://github.com/
|
|
1238
|
+
## [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
1239
|
|
|
474
1240
|
|
|
475
1241
|
### Features
|
|
476
1242
|
|
|
477
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
1243
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
478
1244
|
|
|
479
1245
|
|
|
480
1246
|
### Dependencies
|
|
@@ -487,12 +1253,12 @@
|
|
|
487
1253
|
* devDependencies
|
|
488
1254
|
* @twin.org/engine bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
489
1255
|
|
|
490
|
-
## [0.0.2-next.5](https://github.com/
|
|
1256
|
+
## [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
1257
|
|
|
492
1258
|
|
|
493
1259
|
### Features
|
|
494
1260
|
|
|
495
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
1261
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
496
1262
|
|
|
497
1263
|
|
|
498
1264
|
### Dependencies
|
|
@@ -505,12 +1271,12 @@
|
|
|
505
1271
|
* devDependencies
|
|
506
1272
|
* @twin.org/engine bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
507
1273
|
|
|
508
|
-
## [0.0.2-next.4](https://github.com/
|
|
1274
|
+
## [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
1275
|
|
|
510
1276
|
|
|
511
1277
|
### Features
|
|
512
1278
|
|
|
513
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
1279
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
514
1280
|
|
|
515
1281
|
|
|
516
1282
|
### Dependencies
|
|
@@ -523,12 +1289,12 @@
|
|
|
523
1289
|
* devDependencies
|
|
524
1290
|
* @twin.org/engine bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
525
1291
|
|
|
526
|
-
## [0.0.2-next.3](https://github.com/
|
|
1292
|
+
## [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
1293
|
|
|
528
1294
|
|
|
529
1295
|
### Features
|
|
530
1296
|
|
|
531
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
1297
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
532
1298
|
|
|
533
1299
|
|
|
534
1300
|
### Dependencies
|
|
@@ -541,12 +1307,12 @@
|
|
|
541
1307
|
* devDependencies
|
|
542
1308
|
* @twin.org/engine bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
543
1309
|
|
|
544
|
-
## [0.0.2-next.2](https://github.com/
|
|
1310
|
+
## [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
1311
|
|
|
546
1312
|
|
|
547
1313
|
### Features
|
|
548
1314
|
|
|
549
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
1315
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
550
1316
|
|
|
551
1317
|
|
|
552
1318
|
### Dependencies
|
|
@@ -559,27 +1325,27 @@
|
|
|
559
1325
|
* devDependencies
|
|
560
1326
|
* @twin.org/engine bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
561
1327
|
|
|
562
|
-
## [0.0.2-next.1](https://github.com/
|
|
1328
|
+
## [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
1329
|
|
|
564
1330
|
|
|
565
1331
|
### Features
|
|
566
1332
|
|
|
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/
|
|
1333
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1334
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1335
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1336
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1337
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1338
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1339
|
+
* 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))
|
|
1340
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1341
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1342
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
577
1343
|
|
|
578
1344
|
|
|
579
1345
|
### Bug Fixes
|
|
580
1346
|
|
|
581
|
-
* method docs ([fb3d73f](https://github.com/
|
|
582
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1347
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1348
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
583
1349
|
|
|
584
1350
|
|
|
585
1351
|
### Dependencies
|
|
@@ -597,23 +1363,23 @@
|
|
|
597
1363
|
|
|
598
1364
|
### Features
|
|
599
1365
|
|
|
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/
|
|
1366
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1367
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1368
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1369
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1370
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1371
|
+
* 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))
|
|
1372
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1373
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
1374
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
1375
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1376
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
611
1377
|
|
|
612
1378
|
|
|
613
1379
|
### Bug Fixes
|
|
614
1380
|
|
|
615
|
-
* method docs ([fb3d73f](https://github.com/
|
|
616
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1381
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1382
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
617
1383
|
|
|
618
1384
|
|
|
619
1385
|
### Dependencies
|
|
@@ -626,12 +1392,12 @@
|
|
|
626
1392
|
* devDependencies
|
|
627
1393
|
* @twin.org/engine bumped from 0.0.1-next.84 to 0.0.1
|
|
628
1394
|
|
|
629
|
-
## [0.0.1-next.84](https://github.com/
|
|
1395
|
+
## [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
1396
|
|
|
631
1397
|
|
|
632
1398
|
### Features
|
|
633
1399
|
|
|
634
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
1400
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
635
1401
|
|
|
636
1402
|
|
|
637
1403
|
### Dependencies
|
|
@@ -644,25 +1410,25 @@
|
|
|
644
1410
|
* devDependencies
|
|
645
1411
|
* @twin.org/engine bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
646
1412
|
|
|
647
|
-
## [0.0.1-next.83](https://github.com/
|
|
1413
|
+
## [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
1414
|
|
|
649
1415
|
|
|
650
1416
|
### Features
|
|
651
1417
|
|
|
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/
|
|
1418
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1419
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1420
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1421
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1422
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1423
|
+
* 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))
|
|
1424
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1425
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
660
1426
|
|
|
661
1427
|
|
|
662
1428
|
### Bug Fixes
|
|
663
1429
|
|
|
664
|
-
* method docs ([fb3d73f](https://github.com/
|
|
665
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1430
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1431
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
666
1432
|
|
|
667
1433
|
|
|
668
1434
|
### Dependencies
|
|
@@ -675,7 +1441,7 @@
|
|
|
675
1441
|
* devDependencies
|
|
676
1442
|
* @twin.org/engine bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
677
1443
|
|
|
678
|
-
## [0.0.1-next.81](https://github.com/
|
|
1444
|
+
## [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
1445
|
|
|
680
1446
|
|
|
681
1447
|
### Miscellaneous Chores
|
|
@@ -693,12 +1459,12 @@
|
|
|
693
1459
|
* devDependencies
|
|
694
1460
|
* @twin.org/engine bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
695
1461
|
|
|
696
|
-
## [0.0.1-next.80](https://github.com/
|
|
1462
|
+
## [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
1463
|
|
|
698
1464
|
|
|
699
1465
|
### Features
|
|
700
1466
|
|
|
701
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1467
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
702
1468
|
|
|
703
1469
|
|
|
704
1470
|
### Dependencies
|
|
@@ -711,7 +1477,7 @@
|
|
|
711
1477
|
* devDependencies
|
|
712
1478
|
* @twin.org/engine bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
713
1479
|
|
|
714
|
-
## [0.0.1-next.79](https://github.com/
|
|
1480
|
+
## [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
1481
|
|
|
716
1482
|
|
|
717
1483
|
### Miscellaneous Chores
|
|
@@ -729,7 +1495,7 @@
|
|
|
729
1495
|
* devDependencies
|
|
730
1496
|
* @twin.org/engine bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
731
1497
|
|
|
732
|
-
## [0.0.1-next.78](https://github.com/
|
|
1498
|
+
## [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
1499
|
|
|
734
1500
|
|
|
735
1501
|
### Miscellaneous Chores
|
|
@@ -747,7 +1513,7 @@
|
|
|
747
1513
|
* devDependencies
|
|
748
1514
|
* @twin.org/engine bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
749
1515
|
|
|
750
|
-
## [0.0.1-next.77](https://github.com/
|
|
1516
|
+
## [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
1517
|
|
|
752
1518
|
|
|
753
1519
|
### Miscellaneous Chores
|
|
@@ -765,12 +1531,12 @@
|
|
|
765
1531
|
* devDependencies
|
|
766
1532
|
* @twin.org/engine bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
767
1533
|
|
|
768
|
-
## [0.0.1-next.76](https://github.com/
|
|
1534
|
+
## [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
1535
|
|
|
770
1536
|
|
|
771
1537
|
### Features
|
|
772
1538
|
|
|
773
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1539
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
774
1540
|
|
|
775
1541
|
|
|
776
1542
|
### Dependencies
|
|
@@ -783,12 +1549,12 @@
|
|
|
783
1549
|
* devDependencies
|
|
784
1550
|
* @twin.org/engine bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
785
1551
|
|
|
786
|
-
## [0.0.1-next.75](https://github.com/
|
|
1552
|
+
## [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
1553
|
|
|
788
1554
|
|
|
789
1555
|
### Features
|
|
790
1556
|
|
|
791
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1557
|
+
* 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
1558
|
|
|
793
1559
|
|
|
794
1560
|
### Dependencies
|
|
@@ -801,12 +1567,12 @@
|
|
|
801
1567
|
* devDependencies
|
|
802
1568
|
* @twin.org/engine bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
803
1569
|
|
|
804
|
-
## [0.0.1-next.74](https://github.com/
|
|
1570
|
+
## [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
1571
|
|
|
806
1572
|
|
|
807
1573
|
### Features
|
|
808
1574
|
|
|
809
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1575
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
810
1576
|
|
|
811
1577
|
|
|
812
1578
|
### Dependencies
|
|
@@ -819,7 +1585,7 @@
|
|
|
819
1585
|
* devDependencies
|
|
820
1586
|
* @twin.org/engine bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
821
1587
|
|
|
822
|
-
## [0.0.1-next.73](https://github.com/
|
|
1588
|
+
## [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
1589
|
|
|
824
1590
|
|
|
825
1591
|
### Miscellaneous Chores
|
|
@@ -837,21 +1603,21 @@
|
|
|
837
1603
|
* devDependencies
|
|
838
1604
|
* @twin.org/engine bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
839
1605
|
|
|
840
|
-
## [0.0.1-next.72](https://github.com/
|
|
1606
|
+
## [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
1607
|
|
|
842
1608
|
|
|
843
1609
|
### Features
|
|
844
1610
|
|
|
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/
|
|
1611
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1612
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1613
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1614
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
849
1615
|
|
|
850
1616
|
|
|
851
1617
|
### Bug Fixes
|
|
852
1618
|
|
|
853
|
-
* method docs ([fb3d73f](https://github.com/
|
|
854
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1619
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1620
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
855
1621
|
|
|
856
1622
|
|
|
857
1623
|
### Dependencies
|
|
@@ -864,12 +1630,12 @@
|
|
|
864
1630
|
* devDependencies
|
|
865
1631
|
* @twin.org/engine bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
866
1632
|
|
|
867
|
-
## [0.0.1-next.71](https://github.com/
|
|
1633
|
+
## [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
1634
|
|
|
869
1635
|
|
|
870
1636
|
### Features
|
|
871
1637
|
|
|
872
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1638
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
873
1639
|
|
|
874
1640
|
|
|
875
1641
|
### Dependencies
|
|
@@ -882,7 +1648,7 @@
|
|
|
882
1648
|
* devDependencies
|
|
883
1649
|
* @twin.org/engine bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
884
1650
|
|
|
885
|
-
## [0.0.1-next.70](https://github.com/
|
|
1651
|
+
## [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
1652
|
|
|
887
1653
|
|
|
888
1654
|
### Miscellaneous Chores
|
|
@@ -900,17 +1666,17 @@
|
|
|
900
1666
|
* devDependencies
|
|
901
1667
|
* @twin.org/engine bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
902
1668
|
|
|
903
|
-
## [0.0.1-next.69](https://github.com/
|
|
1669
|
+
## [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
1670
|
|
|
905
1671
|
|
|
906
1672
|
### Features
|
|
907
1673
|
|
|
908
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
1674
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
909
1675
|
|
|
910
1676
|
|
|
911
1677
|
### Bug Fixes
|
|
912
1678
|
|
|
913
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1679
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
914
1680
|
|
|
915
1681
|
|
|
916
1682
|
### Dependencies
|
|
@@ -923,12 +1689,12 @@
|
|
|
923
1689
|
* devDependencies
|
|
924
1690
|
* @twin.org/engine bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
925
1691
|
|
|
926
|
-
## [0.0.1-next.68](https://github.com/
|
|
1692
|
+
## [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
1693
|
|
|
928
1694
|
|
|
929
1695
|
### Features
|
|
930
1696
|
|
|
931
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1697
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
932
1698
|
|
|
933
1699
|
|
|
934
1700
|
### Dependencies
|
|
@@ -941,12 +1707,12 @@
|
|
|
941
1707
|
* devDependencies
|
|
942
1708
|
* @twin.org/engine bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
943
1709
|
|
|
944
|
-
## [0.0.1-next.67](https://github.com/
|
|
1710
|
+
## [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
1711
|
|
|
946
1712
|
|
|
947
1713
|
### Features
|
|
948
1714
|
|
|
949
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1715
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
950
1716
|
|
|
951
1717
|
|
|
952
1718
|
### Dependencies
|