@twin.org/engine-core 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/engineCore.js +112 -70
- package/dist/es/engineCore.js.map +1 -1
- package/dist/es/storage/fileStateStorage.js.map +1 -1
- package/dist/es/storage/memoryStateStorage.js.map +1 -1
- package/dist/types/engineCore.d.ts +26 -4
- package/docs/changelog.md +701 -109
- package/docs/examples.md +156 -1
- package/docs/reference/classes/EngineCore.md +117 -37
- package/docs/reference/classes/EngineModuleHelper.md +2 -2
- package/docs/reference/classes/FileStateStorage.md +7 -7
- package/docs/reference/classes/MemoryStateStorage.md +7 -7
- package/docs/reference/interfaces/IEngineCoreOptions.md +10 -10
- package/locales/en.json +2 -1
- package/package.json +5 -5
package/docs/changelog.md
CHANGED
|
@@ -1,12 +1,604 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.40...engine-core-v0.0.3-next.41) (2026-05-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **engine-core:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/engine-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.39...engine-core-v0.0.3-next.40) (2026-05-22)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* **engine-core:** Synchronize repo versions
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @twin.org/engine-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.38...engine-core-v0.0.3-next.39) (2026-05-21)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Miscellaneous Chores
|
|
35
|
+
|
|
36
|
+
* **engine-core:** Synchronize repo versions
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Dependencies
|
|
40
|
+
|
|
41
|
+
* The following workspace dependencies were updated
|
|
42
|
+
* dependencies
|
|
43
|
+
* @twin.org/engine-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
44
|
+
|
|
45
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.37...engine-core-v0.0.3-next.38) (2026-05-20)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* 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))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
* The following workspace dependencies were updated
|
|
56
|
+
* dependencies
|
|
57
|
+
* @twin.org/engine-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
58
|
+
|
|
59
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.36...engine-core-v0.0.3-next.37) (2026-05-12)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Features
|
|
63
|
+
|
|
64
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Dependencies
|
|
68
|
+
|
|
69
|
+
* The following workspace dependencies were updated
|
|
70
|
+
* dependencies
|
|
71
|
+
* @twin.org/engine-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
72
|
+
|
|
73
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.35...engine-core-v0.0.3-next.36) (2026-05-08)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Miscellaneous Chores
|
|
77
|
+
|
|
78
|
+
* **engine-core:** Synchronize repo versions
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Dependencies
|
|
82
|
+
|
|
83
|
+
* The following workspace dependencies were updated
|
|
84
|
+
* dependencies
|
|
85
|
+
* @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
86
|
+
|
|
87
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.34...engine-core-v0.0.3-next.35) (2026-05-05)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Miscellaneous Chores
|
|
91
|
+
|
|
92
|
+
* **engine-core:** Synchronize repo versions
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Dependencies
|
|
96
|
+
|
|
97
|
+
* The following workspace dependencies were updated
|
|
98
|
+
* dependencies
|
|
99
|
+
* @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
100
|
+
|
|
101
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.33...engine-core-v0.0.3-next.34) (2026-05-05)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Miscellaneous Chores
|
|
105
|
+
|
|
106
|
+
* **engine-core:** Synchronize repo versions
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Dependencies
|
|
110
|
+
|
|
111
|
+
* The following workspace dependencies were updated
|
|
112
|
+
* dependencies
|
|
113
|
+
* @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
114
|
+
|
|
115
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.32...engine-core-v0.0.3-next.33) (2026-05-05)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Dependencies
|
|
124
|
+
|
|
125
|
+
* The following workspace dependencies were updated
|
|
126
|
+
* dependencies
|
|
127
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
128
|
+
|
|
129
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.31...engine-core-v0.0.3-next.32) (2026-04-24)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Miscellaneous Chores
|
|
133
|
+
|
|
134
|
+
* **engine-core:** Synchronize repo versions
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Dependencies
|
|
138
|
+
|
|
139
|
+
* The following workspace dependencies were updated
|
|
140
|
+
* dependencies
|
|
141
|
+
* @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
142
|
+
|
|
143
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.30...engine-core-v0.0.3-next.31) (2026-04-22)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Miscellaneous Chores
|
|
147
|
+
|
|
148
|
+
* **engine-core:** Synchronize repo versions
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Dependencies
|
|
152
|
+
|
|
153
|
+
* The following workspace dependencies were updated
|
|
154
|
+
* dependencies
|
|
155
|
+
* @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
156
|
+
|
|
157
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.29...engine-core-v0.0.3-next.30) (2026-04-16)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Miscellaneous Chores
|
|
161
|
+
|
|
162
|
+
* **engine-core:** Synchronize repo versions
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Dependencies
|
|
166
|
+
|
|
167
|
+
* The following workspace dependencies were updated
|
|
168
|
+
* dependencies
|
|
169
|
+
* @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
170
|
+
|
|
171
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.28...engine-core-v0.0.3-next.29) (2026-04-14)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Miscellaneous Chores
|
|
175
|
+
|
|
176
|
+
* **engine-core:** Synchronize repo versions
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Dependencies
|
|
180
|
+
|
|
181
|
+
* The following workspace dependencies were updated
|
|
182
|
+
* dependencies
|
|
183
|
+
* @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
184
|
+
|
|
185
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.27...engine-core-v0.0.3-next.28) (2026-04-10)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Miscellaneous Chores
|
|
189
|
+
|
|
190
|
+
* **engine-core:** Synchronize repo versions
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Dependencies
|
|
194
|
+
|
|
195
|
+
* The following workspace dependencies were updated
|
|
196
|
+
* dependencies
|
|
197
|
+
* @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
198
|
+
|
|
199
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.26...engine-core-v0.0.3-next.27) (2026-03-20)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Features
|
|
203
|
+
|
|
204
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Dependencies
|
|
208
|
+
|
|
209
|
+
* The following workspace dependencies were updated
|
|
210
|
+
* dependencies
|
|
211
|
+
* @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
212
|
+
|
|
213
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.25...engine-core-v0.0.3-next.26) (2026-03-05)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Miscellaneous Chores
|
|
217
|
+
|
|
218
|
+
* **engine-core:** Synchronize repo versions
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Dependencies
|
|
222
|
+
|
|
223
|
+
* The following workspace dependencies were updated
|
|
224
|
+
* dependencies
|
|
225
|
+
* @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
226
|
+
|
|
227
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.24...engine-core-v0.0.3-next.25) (2026-03-02)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Miscellaneous Chores
|
|
231
|
+
|
|
232
|
+
* **engine-core:** Synchronize repo versions
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### Dependencies
|
|
236
|
+
|
|
237
|
+
* The following workspace dependencies were updated
|
|
238
|
+
* dependencies
|
|
239
|
+
* @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
240
|
+
|
|
241
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.23...engine-core-v0.0.3-next.24) (2026-02-26)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Features
|
|
245
|
+
|
|
246
|
+
* use factory default feature for sorting ([ec8b370](https://github.com/iotaledger/twin-engine/commit/ec8b370c5c028cb300cdd1e76b0a0cdb2263773c))
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Dependencies
|
|
250
|
+
|
|
251
|
+
* The following workspace dependencies were updated
|
|
252
|
+
* dependencies
|
|
253
|
+
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
254
|
+
|
|
255
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.22...engine-core-v0.0.3-next.23) (2026-02-23)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Features
|
|
259
|
+
|
|
260
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
261
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
262
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
263
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
264
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
265
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
266
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
267
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
268
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
269
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
270
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
271
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
272
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
273
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
274
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
275
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
276
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
277
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
278
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
279
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
280
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
281
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
282
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
283
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
284
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
285
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
286
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
287
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
288
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
289
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Bug Fixes
|
|
293
|
+
|
|
294
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
295
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
296
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
297
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Dependencies
|
|
301
|
+
|
|
302
|
+
* The following workspace dependencies were updated
|
|
303
|
+
* dependencies
|
|
304
|
+
* @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
305
|
+
|
|
306
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.21...engine-core-v0.0.3-next.22) (2026-02-23)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Features
|
|
310
|
+
|
|
311
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Dependencies
|
|
315
|
+
|
|
316
|
+
* The following workspace dependencies were updated
|
|
317
|
+
* dependencies
|
|
318
|
+
* @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
319
|
+
|
|
320
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.20...engine-core-v0.0.3-next.21) (2026-02-13)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Dependencies
|
|
329
|
+
|
|
330
|
+
* The following workspace dependencies were updated
|
|
331
|
+
* dependencies
|
|
332
|
+
* @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
333
|
+
|
|
334
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.19...engine-core-v0.0.3-next.20) (2026-02-06)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Miscellaneous Chores
|
|
338
|
+
|
|
339
|
+
* **engine-core:** Synchronize repo versions
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Dependencies
|
|
343
|
+
|
|
344
|
+
* The following workspace dependencies were updated
|
|
345
|
+
* dependencies
|
|
346
|
+
* @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
347
|
+
|
|
348
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.18...engine-core-v0.0.3-next.19) (2026-02-05)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Features
|
|
352
|
+
|
|
353
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Bug Fixes
|
|
357
|
+
|
|
358
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Dependencies
|
|
362
|
+
|
|
363
|
+
* The following workspace dependencies were updated
|
|
364
|
+
* dependencies
|
|
365
|
+
* @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
366
|
+
|
|
367
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.17...engine-core-v0.0.3-next.18) (2026-02-04)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Features
|
|
371
|
+
|
|
372
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
### Dependencies
|
|
376
|
+
|
|
377
|
+
* The following workspace dependencies were updated
|
|
378
|
+
* dependencies
|
|
379
|
+
* @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
380
|
+
|
|
381
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.16...engine-core-v0.0.3-next.17) (2026-02-02)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Miscellaneous Chores
|
|
385
|
+
|
|
386
|
+
* **engine-core:** Synchronize repo versions
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Dependencies
|
|
390
|
+
|
|
391
|
+
* The following workspace dependencies were updated
|
|
392
|
+
* dependencies
|
|
393
|
+
* @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
394
|
+
|
|
395
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.15...engine-core-v0.0.3-next.16) (2026-01-28)
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
### Miscellaneous Chores
|
|
399
|
+
|
|
400
|
+
* **engine-core:** Synchronize repo versions
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
### Dependencies
|
|
404
|
+
|
|
405
|
+
* The following workspace dependencies were updated
|
|
406
|
+
* dependencies
|
|
407
|
+
* @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
408
|
+
|
|
409
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.14...engine-core-v0.0.3-next.15) (2026-01-26)
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### Miscellaneous Chores
|
|
413
|
+
|
|
414
|
+
* **engine-core:** Synchronize repo versions
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Dependencies
|
|
418
|
+
|
|
419
|
+
* The following workspace dependencies were updated
|
|
420
|
+
* dependencies
|
|
421
|
+
* @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
422
|
+
|
|
423
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.13...engine-core-v0.0.3-next.14) (2026-01-19)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Features
|
|
427
|
+
|
|
428
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
429
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
430
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
431
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
432
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
433
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
434
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
435
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
436
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
437
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
438
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
439
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
440
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
441
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
442
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
443
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
444
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
445
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
446
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
447
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
448
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
449
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
450
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
451
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
452
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
453
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
### Bug Fixes
|
|
457
|
+
|
|
458
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
459
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
460
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
### Dependencies
|
|
464
|
+
|
|
465
|
+
* The following workspace dependencies were updated
|
|
466
|
+
* dependencies
|
|
467
|
+
* @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
468
|
+
|
|
469
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.12...engine-core-v0.0.3-next.13) (2026-01-19)
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
### Miscellaneous Chores
|
|
473
|
+
|
|
474
|
+
* **engine-core:** Synchronize repo versions
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
### Dependencies
|
|
478
|
+
|
|
479
|
+
* The following workspace dependencies were updated
|
|
480
|
+
* dependencies
|
|
481
|
+
* @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
482
|
+
|
|
483
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.11...engine-core-v0.0.3-next.12) (2026-01-19)
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
### Features
|
|
487
|
+
|
|
488
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Dependencies
|
|
492
|
+
|
|
493
|
+
* The following workspace dependencies were updated
|
|
494
|
+
* dependencies
|
|
495
|
+
* @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
496
|
+
|
|
497
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.10...engine-core-v0.0.3-next.11) (2026-01-16)
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
### Bug Fixes
|
|
501
|
+
|
|
502
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
### Dependencies
|
|
506
|
+
|
|
507
|
+
* The following workspace dependencies were updated
|
|
508
|
+
* dependencies
|
|
509
|
+
* @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
510
|
+
|
|
511
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.9...engine-core-v0.0.3-next.10) (2026-01-13)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Features
|
|
515
|
+
|
|
516
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
### Dependencies
|
|
520
|
+
|
|
521
|
+
* The following workspace dependencies were updated
|
|
522
|
+
* dependencies
|
|
523
|
+
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
524
|
+
|
|
525
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.8...engine-core-v0.0.3-next.9) (2026-01-07)
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
### Miscellaneous Chores
|
|
529
|
+
|
|
530
|
+
* **engine-core:** Synchronize repo versions
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
### Dependencies
|
|
534
|
+
|
|
535
|
+
* The following workspace dependencies were updated
|
|
536
|
+
* dependencies
|
|
537
|
+
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
538
|
+
|
|
539
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.7...engine-core-v0.0.3-next.8) (2026-01-06)
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
### Miscellaneous Chores
|
|
543
|
+
|
|
544
|
+
* **engine-core:** Synchronize repo versions
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
### Dependencies
|
|
548
|
+
|
|
549
|
+
* The following workspace dependencies were updated
|
|
550
|
+
* dependencies
|
|
551
|
+
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
552
|
+
|
|
553
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.6...engine-core-v0.0.3-next.7) (2025-12-04)
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
### Miscellaneous Chores
|
|
557
|
+
|
|
558
|
+
* **engine-core:** Synchronize repo versions
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
### Dependencies
|
|
562
|
+
|
|
563
|
+
* The following workspace dependencies were updated
|
|
564
|
+
* dependencies
|
|
565
|
+
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
566
|
+
|
|
567
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.5...engine-core-v0.0.3-next.6) (2025-11-28)
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
### Miscellaneous Chores
|
|
571
|
+
|
|
572
|
+
* **engine-core:** Synchronize repo versions
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
### Dependencies
|
|
576
|
+
|
|
577
|
+
* The following workspace dependencies were updated
|
|
578
|
+
* dependencies
|
|
579
|
+
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
580
|
+
|
|
581
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.4...engine-core-v0.0.3-next.5) (2025-11-20)
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
### Features
|
|
585
|
+
|
|
586
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Dependencies
|
|
590
|
+
|
|
591
|
+
* The following workspace dependencies were updated
|
|
592
|
+
* dependencies
|
|
593
|
+
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
594
|
+
|
|
595
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.3...engine-core-v0.0.3-next.4) (2025-11-20)
|
|
4
596
|
|
|
5
597
|
|
|
6
598
|
### Features
|
|
7
599
|
|
|
8
|
-
* context id handlers repopulated after engine clone ([9712e32](https://github.com/
|
|
9
|
-
* interlock stop method ([3806ba7](https://github.com/
|
|
600
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
601
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
10
602
|
|
|
11
603
|
|
|
12
604
|
### Dependencies
|
|
@@ -15,12 +607,12 @@
|
|
|
15
607
|
* dependencies
|
|
16
608
|
* @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
17
609
|
|
|
18
|
-
## [0.0.3-next.3](https://github.com/
|
|
610
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.2...engine-core-v0.0.3-next.3) (2025-11-14)
|
|
19
611
|
|
|
20
612
|
|
|
21
613
|
### Bug Fixes
|
|
22
614
|
|
|
23
|
-
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/
|
|
615
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
24
616
|
|
|
25
617
|
|
|
26
618
|
### Dependencies
|
|
@@ -29,12 +621,12 @@
|
|
|
29
621
|
* dependencies
|
|
30
622
|
* @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
31
623
|
|
|
32
|
-
## [0.0.3-next.2](https://github.com/
|
|
624
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.1...engine-core-v0.0.3-next.2) (2025-11-13)
|
|
33
625
|
|
|
34
626
|
|
|
35
627
|
### Features
|
|
36
628
|
|
|
37
|
-
* close already started components on startup error ([a55a117](https://github.com/
|
|
629
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
38
630
|
|
|
39
631
|
|
|
40
632
|
### Dependencies
|
|
@@ -43,36 +635,36 @@
|
|
|
43
635
|
* dependencies
|
|
44
636
|
* @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
45
637
|
|
|
46
|
-
## [0.0.3-next.1](https://github.com/
|
|
638
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.0...engine-core-v0.0.3-next.1) (2025-11-13)
|
|
47
639
|
|
|
48
640
|
|
|
49
641
|
### Features
|
|
50
642
|
|
|
51
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
52
|
-
* add context id features ([#51](https://github.com/
|
|
53
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
54
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
55
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
56
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
57
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
58
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
59
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
60
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
61
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
62
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
63
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
64
|
-
* simplify config building ([732c871](https://github.com/
|
|
65
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
66
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
67
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
68
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
69
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
70
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
643
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
644
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
645
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
646
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
647
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
648
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
649
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
650
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
651
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
652
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
653
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
654
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
655
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
656
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
657
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
658
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
659
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
660
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
661
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
662
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
71
663
|
|
|
72
664
|
|
|
73
665
|
### Bug Fixes
|
|
74
666
|
|
|
75
|
-
* use correct instance type name ([6278486](https://github.com/
|
|
667
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
76
668
|
|
|
77
669
|
|
|
78
670
|
### Dependencies
|
|
@@ -81,12 +673,12 @@
|
|
|
81
673
|
* dependencies
|
|
82
674
|
* @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
83
675
|
|
|
84
|
-
## [0.0.2-next.26](https://github.com/
|
|
676
|
+
## [0.0.2-next.26](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.25...engine-core-v0.0.2-next.26) (2025-10-09)
|
|
85
677
|
|
|
86
678
|
|
|
87
679
|
### Bug Fixes
|
|
88
680
|
|
|
89
|
-
* use correct instance type name ([6278486](https://github.com/
|
|
681
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
90
682
|
|
|
91
683
|
|
|
92
684
|
### Dependencies
|
|
@@ -95,12 +687,12 @@
|
|
|
95
687
|
* dependencies
|
|
96
688
|
* @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
97
689
|
|
|
98
|
-
## [0.0.2-next.25](https://github.com/
|
|
690
|
+
## [0.0.2-next.25](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.24...engine-core-v0.0.2-next.25) (2025-10-09)
|
|
99
691
|
|
|
100
692
|
|
|
101
693
|
### Features
|
|
102
694
|
|
|
103
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
695
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
104
696
|
|
|
105
697
|
|
|
106
698
|
### Dependencies
|
|
@@ -109,12 +701,12 @@
|
|
|
109
701
|
* dependencies
|
|
110
702
|
* @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
111
703
|
|
|
112
|
-
## [0.0.2-next.24](https://github.com/
|
|
704
|
+
## [0.0.2-next.24](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.23...engine-core-v0.0.2-next.24) (2025-10-08)
|
|
113
705
|
|
|
114
706
|
|
|
115
707
|
### Features
|
|
116
708
|
|
|
117
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
709
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
118
710
|
|
|
119
711
|
|
|
120
712
|
### Dependencies
|
|
@@ -123,12 +715,12 @@
|
|
|
123
715
|
* dependencies
|
|
124
716
|
* @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
125
717
|
|
|
126
|
-
## [0.0.2-next.23](https://github.com/
|
|
718
|
+
## [0.0.2-next.23](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.22...engine-core-v0.0.2-next.23) (2025-10-07)
|
|
127
719
|
|
|
128
720
|
|
|
129
721
|
### Features
|
|
130
722
|
|
|
131
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
723
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
132
724
|
|
|
133
725
|
|
|
134
726
|
### Dependencies
|
|
@@ -137,7 +729,7 @@
|
|
|
137
729
|
* dependencies
|
|
138
730
|
* @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
139
731
|
|
|
140
|
-
## [0.0.2-next.22](https://github.com/
|
|
732
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.21...engine-core-v0.0.2-next.22) (2025-10-07)
|
|
141
733
|
|
|
142
734
|
|
|
143
735
|
### Miscellaneous Chores
|
|
@@ -151,12 +743,12 @@
|
|
|
151
743
|
* dependencies
|
|
152
744
|
* @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
153
745
|
|
|
154
|
-
## [0.0.2-next.21](https://github.com/
|
|
746
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.20...engine-core-v0.0.2-next.21) (2025-10-07)
|
|
155
747
|
|
|
156
748
|
|
|
157
749
|
### Features
|
|
158
750
|
|
|
159
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
751
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
160
752
|
|
|
161
753
|
|
|
162
754
|
### Dependencies
|
|
@@ -165,12 +757,12 @@
|
|
|
165
757
|
* dependencies
|
|
166
758
|
* @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
167
759
|
|
|
168
|
-
## [0.0.2-next.20](https://github.com/
|
|
760
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.19...engine-core-v0.0.2-next.20) (2025-10-06)
|
|
169
761
|
|
|
170
762
|
|
|
171
763
|
### Features
|
|
172
764
|
|
|
173
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
765
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
174
766
|
|
|
175
767
|
|
|
176
768
|
### Dependencies
|
|
@@ -179,12 +771,12 @@
|
|
|
179
771
|
* dependencies
|
|
180
772
|
* @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
181
773
|
|
|
182
|
-
## [0.0.2-next.19](https://github.com/
|
|
774
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.18...engine-core-v0.0.2-next.19) (2025-10-02)
|
|
183
775
|
|
|
184
776
|
|
|
185
777
|
### Features
|
|
186
778
|
|
|
187
|
-
* simplify config building ([732c871](https://github.com/
|
|
779
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
188
780
|
|
|
189
781
|
|
|
190
782
|
### Dependencies
|
|
@@ -193,12 +785,12 @@
|
|
|
193
785
|
* dependencies
|
|
194
786
|
* @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
195
787
|
|
|
196
|
-
## [0.0.2-next.18](https://github.com/
|
|
788
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.17...engine-core-v0.0.2-next.18) (2025-09-29)
|
|
197
789
|
|
|
198
790
|
|
|
199
791
|
### Features
|
|
200
792
|
|
|
201
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
793
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
202
794
|
|
|
203
795
|
|
|
204
796
|
### Dependencies
|
|
@@ -207,7 +799,7 @@
|
|
|
207
799
|
* dependencies
|
|
208
800
|
* @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
209
801
|
|
|
210
|
-
## [0.0.2-next.17](https://github.com/
|
|
802
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.16...engine-core-v0.0.2-next.17) (2025-09-26)
|
|
211
803
|
|
|
212
804
|
|
|
213
805
|
### Miscellaneous Chores
|
|
@@ -221,7 +813,7 @@
|
|
|
221
813
|
* dependencies
|
|
222
814
|
* @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
223
815
|
|
|
224
|
-
## [0.0.2-next.16](https://github.com/
|
|
816
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.15...engine-core-v0.0.2-next.16) (2025-09-25)
|
|
225
817
|
|
|
226
818
|
|
|
227
819
|
### Miscellaneous Chores
|
|
@@ -235,7 +827,7 @@
|
|
|
235
827
|
* dependencies
|
|
236
828
|
* @twin.org/engine-models bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
237
829
|
|
|
238
|
-
## [0.0.2-next.15](https://github.com/
|
|
830
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.14...engine-core-v0.0.2-next.15) (2025-09-24)
|
|
239
831
|
|
|
240
832
|
|
|
241
833
|
### Miscellaneous Chores
|
|
@@ -249,7 +841,7 @@
|
|
|
249
841
|
* dependencies
|
|
250
842
|
* @twin.org/engine-models bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
251
843
|
|
|
252
|
-
## [0.0.2-next.14](https://github.com/
|
|
844
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.13...engine-core-v0.0.2-next.14) (2025-09-19)
|
|
253
845
|
|
|
254
846
|
|
|
255
847
|
### Miscellaneous Chores
|
|
@@ -263,7 +855,7 @@
|
|
|
263
855
|
* dependencies
|
|
264
856
|
* @twin.org/engine-models bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
265
857
|
|
|
266
|
-
## [0.0.2-next.13](https://github.com/
|
|
858
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.12...engine-core-v0.0.2-next.13) (2025-09-08)
|
|
267
859
|
|
|
268
860
|
|
|
269
861
|
### Miscellaneous Chores
|
|
@@ -277,12 +869,12 @@
|
|
|
277
869
|
* dependencies
|
|
278
870
|
* @twin.org/engine-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
279
871
|
|
|
280
|
-
## [0.0.2-next.12](https://github.com/
|
|
872
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.11...engine-core-v0.0.2-next.12) (2025-09-05)
|
|
281
873
|
|
|
282
874
|
|
|
283
875
|
### Features
|
|
284
876
|
|
|
285
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
877
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
286
878
|
|
|
287
879
|
|
|
288
880
|
### Dependencies
|
|
@@ -291,12 +883,12 @@
|
|
|
291
883
|
* dependencies
|
|
292
884
|
* @twin.org/engine-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
293
885
|
|
|
294
|
-
## [0.0.2-next.11](https://github.com/
|
|
886
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.10...engine-core-v0.0.2-next.11) (2025-08-29)
|
|
295
887
|
|
|
296
888
|
|
|
297
889
|
### Features
|
|
298
890
|
|
|
299
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
891
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
300
892
|
|
|
301
893
|
|
|
302
894
|
### Dependencies
|
|
@@ -305,7 +897,7 @@
|
|
|
305
897
|
* dependencies
|
|
306
898
|
* @twin.org/engine-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
307
899
|
|
|
308
|
-
## [0.0.2-next.10](https://github.com/
|
|
900
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.9...engine-core-v0.0.2-next.10) (2025-08-26)
|
|
309
901
|
|
|
310
902
|
|
|
311
903
|
### Miscellaneous Chores
|
|
@@ -319,12 +911,12 @@
|
|
|
319
911
|
* dependencies
|
|
320
912
|
* @twin.org/engine-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
321
913
|
|
|
322
|
-
## [0.0.2-next.9](https://github.com/
|
|
914
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.8...engine-core-v0.0.2-next.9) (2025-08-25)
|
|
323
915
|
|
|
324
916
|
|
|
325
917
|
### Features
|
|
326
918
|
|
|
327
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
919
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
328
920
|
|
|
329
921
|
|
|
330
922
|
### Dependencies
|
|
@@ -333,7 +925,7 @@
|
|
|
333
925
|
* dependencies
|
|
334
926
|
* @twin.org/engine-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
335
927
|
|
|
336
|
-
## [0.0.2-next.8](https://github.com/
|
|
928
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.7...engine-core-v0.0.2-next.8) (2025-08-22)
|
|
337
929
|
|
|
338
930
|
|
|
339
931
|
### Miscellaneous Chores
|
|
@@ -347,12 +939,12 @@
|
|
|
347
939
|
* dependencies
|
|
348
940
|
* @twin.org/engine-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
349
941
|
|
|
350
|
-
## [0.0.2-next.7](https://github.com/
|
|
942
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.6...engine-core-v0.0.2-next.7) (2025-08-22)
|
|
351
943
|
|
|
352
944
|
|
|
353
945
|
### Features
|
|
354
946
|
|
|
355
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
947
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
356
948
|
|
|
357
949
|
|
|
358
950
|
### Dependencies
|
|
@@ -361,12 +953,12 @@
|
|
|
361
953
|
* dependencies
|
|
362
954
|
* @twin.org/engine-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
363
955
|
|
|
364
|
-
## [0.0.2-next.6](https://github.com/
|
|
956
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.5...engine-core-v0.0.2-next.6) (2025-08-21)
|
|
365
957
|
|
|
366
958
|
|
|
367
959
|
### Features
|
|
368
960
|
|
|
369
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
961
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
370
962
|
|
|
371
963
|
|
|
372
964
|
### Dependencies
|
|
@@ -375,12 +967,12 @@
|
|
|
375
967
|
* dependencies
|
|
376
968
|
* @twin.org/engine-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
377
969
|
|
|
378
|
-
## [0.0.2-next.5](https://github.com/
|
|
970
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.4...engine-core-v0.0.2-next.5) (2025-08-14)
|
|
379
971
|
|
|
380
972
|
|
|
381
973
|
### Features
|
|
382
974
|
|
|
383
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
975
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
384
976
|
|
|
385
977
|
|
|
386
978
|
### Dependencies
|
|
@@ -389,12 +981,12 @@
|
|
|
389
981
|
* dependencies
|
|
390
982
|
* @twin.org/engine-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
391
983
|
|
|
392
|
-
## [0.0.2-next.4](https://github.com/
|
|
984
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.3...engine-core-v0.0.2-next.4) (2025-07-25)
|
|
393
985
|
|
|
394
986
|
|
|
395
987
|
### Features
|
|
396
988
|
|
|
397
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
989
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
398
990
|
|
|
399
991
|
|
|
400
992
|
### Dependencies
|
|
@@ -403,7 +995,7 @@
|
|
|
403
995
|
* dependencies
|
|
404
996
|
* @twin.org/engine-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
405
997
|
|
|
406
|
-
## [0.0.2-next.3](https://github.com/
|
|
998
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.2...engine-core-v0.0.2-next.3) (2025-07-24)
|
|
407
999
|
|
|
408
1000
|
|
|
409
1001
|
### Miscellaneous Chores
|
|
@@ -417,7 +1009,7 @@
|
|
|
417
1009
|
* dependencies
|
|
418
1010
|
* @twin.org/engine-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
419
1011
|
|
|
420
|
-
## [0.0.2-next.2](https://github.com/
|
|
1012
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.1...engine-core-v0.0.2-next.2) (2025-07-21)
|
|
421
1013
|
|
|
422
1014
|
|
|
423
1015
|
### Miscellaneous Chores
|
|
@@ -431,16 +1023,16 @@
|
|
|
431
1023
|
* dependencies
|
|
432
1024
|
* @twin.org/engine-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
433
1025
|
|
|
434
|
-
## [0.0.2-next.1](https://github.com/
|
|
1026
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.0...engine-core-v0.0.2-next.1) (2025-07-11)
|
|
435
1027
|
|
|
436
1028
|
|
|
437
1029
|
### Features
|
|
438
1030
|
|
|
439
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
440
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
441
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
442
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
443
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1031
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1032
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1033
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
1034
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1035
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
444
1036
|
|
|
445
1037
|
|
|
446
1038
|
### Dependencies
|
|
@@ -454,12 +1046,12 @@
|
|
|
454
1046
|
|
|
455
1047
|
### Features
|
|
456
1048
|
|
|
457
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
458
|
-
* release to production ([3a4acd1](https://github.com/
|
|
459
|
-
* release to production ([5559958](https://github.com/
|
|
460
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
461
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
462
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1049
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1050
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
1051
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
1052
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
1053
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1054
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
463
1055
|
|
|
464
1056
|
|
|
465
1057
|
### Dependencies
|
|
@@ -468,7 +1060,7 @@
|
|
|
468
1060
|
* dependencies
|
|
469
1061
|
* @twin.org/engine-models bumped from 0.0.1-next.84 to 0.0.1
|
|
470
1062
|
|
|
471
|
-
## [0.0.1-next.84](https://github.com/
|
|
1063
|
+
## [0.0.1-next.84](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.83...engine-core-v0.0.1-next.84) (2025-07-11)
|
|
472
1064
|
|
|
473
1065
|
|
|
474
1066
|
### Miscellaneous Chores
|
|
@@ -482,15 +1074,15 @@
|
|
|
482
1074
|
* dependencies
|
|
483
1075
|
* @twin.org/engine-models bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
484
1076
|
|
|
485
|
-
## [0.0.1-next.83](https://github.com/
|
|
1077
|
+
## [0.0.1-next.83](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.82...engine-core-v0.0.1-next.83) (2025-07-10)
|
|
486
1078
|
|
|
487
1079
|
|
|
488
1080
|
### Features
|
|
489
1081
|
|
|
490
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
491
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
492
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
493
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1082
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1083
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
1084
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1085
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
494
1086
|
|
|
495
1087
|
|
|
496
1088
|
### Dependencies
|
|
@@ -499,7 +1091,7 @@
|
|
|
499
1091
|
* dependencies
|
|
500
1092
|
* @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
501
1093
|
|
|
502
|
-
## [0.0.1-next.81](https://github.com/
|
|
1094
|
+
## [0.0.1-next.81](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.80...engine-core-v0.0.1-next.81) (2025-07-07)
|
|
503
1095
|
|
|
504
1096
|
|
|
505
1097
|
### Miscellaneous Chores
|
|
@@ -513,7 +1105,7 @@
|
|
|
513
1105
|
* dependencies
|
|
514
1106
|
* @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
515
1107
|
|
|
516
|
-
## [0.0.1-next.80](https://github.com/
|
|
1108
|
+
## [0.0.1-next.80](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.79...engine-core-v0.0.1-next.80) (2025-06-23)
|
|
517
1109
|
|
|
518
1110
|
|
|
519
1111
|
### Miscellaneous Chores
|
|
@@ -527,7 +1119,7 @@
|
|
|
527
1119
|
* dependencies
|
|
528
1120
|
* @twin.org/engine-models bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
529
1121
|
|
|
530
|
-
## [0.0.1-next.79](https://github.com/
|
|
1122
|
+
## [0.0.1-next.79](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.78...engine-core-v0.0.1-next.79) (2025-06-18)
|
|
531
1123
|
|
|
532
1124
|
|
|
533
1125
|
### Miscellaneous Chores
|
|
@@ -541,7 +1133,7 @@
|
|
|
541
1133
|
* dependencies
|
|
542
1134
|
* @twin.org/engine-models bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
543
1135
|
|
|
544
|
-
## [0.0.1-next.78](https://github.com/
|
|
1136
|
+
## [0.0.1-next.78](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.77...engine-core-v0.0.1-next.78) (2025-06-18)
|
|
545
1137
|
|
|
546
1138
|
|
|
547
1139
|
### Miscellaneous Chores
|
|
@@ -555,7 +1147,7 @@
|
|
|
555
1147
|
* dependencies
|
|
556
1148
|
* @twin.org/engine-models bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
557
1149
|
|
|
558
|
-
## [0.0.1-next.77](https://github.com/
|
|
1150
|
+
## [0.0.1-next.77](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.76...engine-core-v0.0.1-next.77) (2025-06-18)
|
|
559
1151
|
|
|
560
1152
|
|
|
561
1153
|
### Miscellaneous Chores
|
|
@@ -569,12 +1161,12 @@
|
|
|
569
1161
|
* dependencies
|
|
570
1162
|
* @twin.org/engine-models bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
571
1163
|
|
|
572
|
-
## [0.0.1-next.76](https://github.com/
|
|
1164
|
+
## [0.0.1-next.76](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.75...engine-core-v0.0.1-next.76) (2025-06-12)
|
|
573
1165
|
|
|
574
1166
|
|
|
575
1167
|
### Features
|
|
576
1168
|
|
|
577
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1169
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
578
1170
|
|
|
579
1171
|
|
|
580
1172
|
### Dependencies
|
|
@@ -583,7 +1175,7 @@
|
|
|
583
1175
|
* dependencies
|
|
584
1176
|
* @twin.org/engine-models bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
585
1177
|
|
|
586
|
-
## [0.0.1-next.75](https://github.com/
|
|
1178
|
+
## [0.0.1-next.75](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.74...engine-core-v0.0.1-next.75) (2025-05-29)
|
|
587
1179
|
|
|
588
1180
|
|
|
589
1181
|
### Miscellaneous Chores
|
|
@@ -597,7 +1189,7 @@
|
|
|
597
1189
|
* dependencies
|
|
598
1190
|
* @twin.org/engine-models bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
599
1191
|
|
|
600
|
-
## [0.0.1-next.74](https://github.com/
|
|
1192
|
+
## [0.0.1-next.74](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.73...engine-core-v0.0.1-next.74) (2025-05-23)
|
|
601
1193
|
|
|
602
1194
|
|
|
603
1195
|
### Miscellaneous Chores
|
|
@@ -611,12 +1203,12 @@
|
|
|
611
1203
|
* dependencies
|
|
612
1204
|
* @twin.org/engine-models bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
613
1205
|
|
|
614
|
-
## [0.0.1-next.73](https://github.com/
|
|
1206
|
+
## [0.0.1-next.73](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.72...engine-core-v0.0.1-next.73) (2025-05-22)
|
|
615
1207
|
|
|
616
1208
|
|
|
617
1209
|
### Features
|
|
618
1210
|
|
|
619
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
1211
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
620
1212
|
|
|
621
1213
|
|
|
622
1214
|
### Dependencies
|
|
@@ -625,13 +1217,13 @@
|
|
|
625
1217
|
* dependencies
|
|
626
1218
|
* @twin.org/engine-models bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
627
1219
|
|
|
628
|
-
## [0.0.1-next.72](https://github.com/
|
|
1220
|
+
## [0.0.1-next.72](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.71...engine-core-v0.0.1-next.72) (2025-05-06)
|
|
629
1221
|
|
|
630
1222
|
|
|
631
1223
|
### Features
|
|
632
1224
|
|
|
633
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
634
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1225
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1226
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
635
1227
|
|
|
636
1228
|
|
|
637
1229
|
### Dependencies
|
|
@@ -640,7 +1232,7 @@
|
|
|
640
1232
|
* dependencies
|
|
641
1233
|
* @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
642
1234
|
|
|
643
|
-
## [0.0.1-next.71](https://github.com/
|
|
1235
|
+
## [0.0.1-next.71](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.70...engine-core-v0.0.1-next.71) (2025-05-06)
|
|
644
1236
|
|
|
645
1237
|
|
|
646
1238
|
### Miscellaneous Chores
|
|
@@ -654,7 +1246,7 @@
|
|
|
654
1246
|
* dependencies
|
|
655
1247
|
* @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
656
1248
|
|
|
657
|
-
## [0.0.1-next.70](https://github.com/
|
|
1249
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.69...engine-core-v0.0.1-next.70) (2025-04-28)
|
|
658
1250
|
|
|
659
1251
|
|
|
660
1252
|
### Miscellaneous Chores
|
|
@@ -668,7 +1260,7 @@
|
|
|
668
1260
|
* dependencies
|
|
669
1261
|
* @twin.org/engine-models bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
670
1262
|
|
|
671
|
-
## [0.0.1-next.69](https://github.com/
|
|
1263
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.68...engine-core-v0.0.1-next.69) (2025-04-25)
|
|
672
1264
|
|
|
673
1265
|
|
|
674
1266
|
### Miscellaneous Chores
|
|
@@ -682,12 +1274,12 @@
|
|
|
682
1274
|
* dependencies
|
|
683
1275
|
* @twin.org/engine-models bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
684
1276
|
|
|
685
|
-
## [0.0.1-next.68](https://github.com/
|
|
1277
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.67...engine-core-v0.0.1-next.68) (2025-04-17)
|
|
686
1278
|
|
|
687
1279
|
|
|
688
1280
|
### Features
|
|
689
1281
|
|
|
690
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1282
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
691
1283
|
|
|
692
1284
|
|
|
693
1285
|
### Dependencies
|
|
@@ -696,12 +1288,12 @@
|
|
|
696
1288
|
* dependencies
|
|
697
1289
|
* @twin.org/engine-models bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
698
1290
|
|
|
699
|
-
## [0.0.1-next.67](https://github.com/
|
|
1291
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.66...engine-core-v0.0.1-next.67) (2025-03-28)
|
|
700
1292
|
|
|
701
1293
|
|
|
702
1294
|
### Features
|
|
703
1295
|
|
|
704
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1296
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
705
1297
|
|
|
706
1298
|
|
|
707
1299
|
### Dependencies
|