@twin.org/engine-core 0.0.3-next.5 → 0.0.3-next.51
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 +138 -77
- package/dist/es/engineCore.js.map +1 -1
- package/dist/es/index.js +0 -1
- package/dist/es/index.js.map +1 -1
- package/dist/es/storage/fileStateStorage.js +1 -1
- package/dist/es/storage/fileStateStorage.js.map +1 -1
- package/dist/es/storage/memoryStateStorage.js +1 -1
- package/dist/es/storage/memoryStateStorage.js.map +1 -1
- package/dist/types/engineCore.d.ts +35 -5
- package/dist/types/index.d.ts +0 -1
- package/dist/types/storage/fileStateStorage.d.ts +1 -1
- package/dist/types/storage/memoryStateStorage.d.ts +1 -1
- package/docs/changelog.md +871 -111
- package/docs/examples.md +156 -1
- package/docs/reference/classes/EngineCore.md +148 -38
- package/docs/reference/classes/FileStateStorage.md +8 -8
- package/docs/reference/classes/MemoryStateStorage.md +8 -8
- package/docs/reference/index.md +0 -1
- package/docs/reference/interfaces/IEngineCoreOptions.md +10 -10
- package/locales/en.json +2 -4
- package/package.json +5 -5
- package/dist/es/utils/engineModuleHelper.js +0 -46
- package/dist/es/utils/engineModuleHelper.js.map +0 -1
- package/dist/types/utils/engineModuleHelper.d.ts +0 -17
- package/docs/reference/classes/EngineModuleHelper.md +0 -55
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,771 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.50...engine-core-v0.0.3-next.51) (2026-06-15)
|
|
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.50 to 0.0.3-next.51
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.49...engine-core-v0.0.3-next.50) (2026-06-11)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* organization identifiers ([#152](https://github.com/iotaledger/twin-engine/issues/152)) ([d8e6d51](https://github.com/iotaledger/twin-engine/commit/d8e6d5147f402f0fe17b445efd8ae97db0c36adb))
|
|
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.49 to 0.0.3-next.50
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.48...engine-core-v0.0.3-next.49) (2026-06-09)
|
|
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.48 to 0.0.3-next.49
|
|
44
|
+
|
|
45
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.47...engine-core-v0.0.3-next.48) (2026-06-08)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Miscellaneous Chores
|
|
49
|
+
|
|
50
|
+
* **engine-core:** Synchronize repo versions
|
|
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.47 to 0.0.3-next.48
|
|
58
|
+
|
|
59
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.46...engine-core-v0.0.3-next.47) (2026-06-08)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Miscellaneous Chores
|
|
63
|
+
|
|
64
|
+
* **engine-core:** Synchronize repo versions
|
|
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.46 to 0.0.3-next.47
|
|
72
|
+
|
|
73
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.45...engine-core-v0.0.3-next.46) (2026-06-04)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* add tenant component ([#138](https://github.com/iotaledger/twin-engine/issues/138)) ([ebbcb8f](https://github.com/iotaledger/twin-engine/commit/ebbcb8fa3fee05048ddad2891c6ada66bd29e7bd))
|
|
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.45 to 0.0.3-next.46
|
|
86
|
+
|
|
87
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.44...engine-core-v0.0.3-next.45) (2026-06-02)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
93
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
94
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
95
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
96
|
+
* 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))
|
|
97
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
98
|
+
* add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
|
|
99
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
100
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
101
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
102
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
103
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
104
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
105
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
106
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
107
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
108
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
109
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
110
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
111
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
112
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
113
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
114
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
115
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
116
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
117
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
118
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
119
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
120
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
121
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
122
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
123
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
124
|
+
* use factory default feature for sorting ([ec8b370](https://github.com/iotaledger/twin-engine/commit/ec8b370c5c028cb300cdd1e76b0a0cdb2263773c))
|
|
125
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
126
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Bug Fixes
|
|
130
|
+
|
|
131
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
132
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
133
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
134
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
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.44 to 0.0.3-next.45
|
|
142
|
+
|
|
143
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.43...engine-core-v0.0.3-next.44) (2026-06-02)
|
|
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.43 to 0.0.3-next.44
|
|
156
|
+
|
|
157
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.42...engine-core-v0.0.3-next.43) (2026-05-29)
|
|
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.42 to 0.0.3-next.43
|
|
170
|
+
|
|
171
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.41...engine-core-v0.0.3-next.42) (2026-05-28)
|
|
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.41 to 0.0.3-next.42
|
|
184
|
+
|
|
185
|
+
## [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)
|
|
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.40 to 0.0.3-next.41
|
|
198
|
+
|
|
199
|
+
## [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)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Miscellaneous Chores
|
|
203
|
+
|
|
204
|
+
* **engine-core:** Synchronize repo versions
|
|
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.39 to 0.0.3-next.40
|
|
212
|
+
|
|
213
|
+
## [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)
|
|
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.38 to 0.0.3-next.39
|
|
226
|
+
|
|
227
|
+
## [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)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Features
|
|
231
|
+
|
|
232
|
+
* 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))
|
|
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.37 to 0.0.3-next.38
|
|
240
|
+
|
|
241
|
+
## [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)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Features
|
|
245
|
+
|
|
246
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
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.36 to 0.0.3-next.37
|
|
254
|
+
|
|
255
|
+
## [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)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Miscellaneous Chores
|
|
259
|
+
|
|
260
|
+
* **engine-core:** Synchronize repo versions
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### Dependencies
|
|
264
|
+
|
|
265
|
+
* The following workspace dependencies were updated
|
|
266
|
+
* dependencies
|
|
267
|
+
* @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
268
|
+
|
|
269
|
+
## [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)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Miscellaneous Chores
|
|
273
|
+
|
|
274
|
+
* **engine-core:** Synchronize repo versions
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Dependencies
|
|
278
|
+
|
|
279
|
+
* The following workspace dependencies were updated
|
|
280
|
+
* dependencies
|
|
281
|
+
* @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
282
|
+
|
|
283
|
+
## [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)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Miscellaneous Chores
|
|
287
|
+
|
|
288
|
+
* **engine-core:** Synchronize repo versions
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Dependencies
|
|
292
|
+
|
|
293
|
+
* The following workspace dependencies were updated
|
|
294
|
+
* dependencies
|
|
295
|
+
* @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
296
|
+
|
|
297
|
+
## [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)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Features
|
|
301
|
+
|
|
302
|
+
* add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### Dependencies
|
|
306
|
+
|
|
307
|
+
* The following workspace dependencies were updated
|
|
308
|
+
* dependencies
|
|
309
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
310
|
+
|
|
311
|
+
## [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)
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Miscellaneous Chores
|
|
315
|
+
|
|
316
|
+
* **engine-core:** Synchronize repo versions
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Dependencies
|
|
320
|
+
|
|
321
|
+
* The following workspace dependencies were updated
|
|
322
|
+
* dependencies
|
|
323
|
+
* @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
324
|
+
|
|
325
|
+
## [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)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Miscellaneous Chores
|
|
329
|
+
|
|
330
|
+
* **engine-core:** Synchronize repo versions
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Dependencies
|
|
334
|
+
|
|
335
|
+
* The following workspace dependencies were updated
|
|
336
|
+
* dependencies
|
|
337
|
+
* @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
338
|
+
|
|
339
|
+
## [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)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Miscellaneous Chores
|
|
343
|
+
|
|
344
|
+
* **engine-core:** Synchronize repo versions
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Dependencies
|
|
348
|
+
|
|
349
|
+
* The following workspace dependencies were updated
|
|
350
|
+
* dependencies
|
|
351
|
+
* @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
352
|
+
|
|
353
|
+
## [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)
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Miscellaneous Chores
|
|
357
|
+
|
|
358
|
+
* **engine-core:** Synchronize repo versions
|
|
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.28 to 0.0.3-next.29
|
|
366
|
+
|
|
367
|
+
## [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)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Miscellaneous Chores
|
|
371
|
+
|
|
372
|
+
* **engine-core:** Synchronize repo versions
|
|
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.27 to 0.0.3-next.28
|
|
380
|
+
|
|
381
|
+
## [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)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Features
|
|
385
|
+
|
|
386
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
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.26 to 0.0.3-next.27
|
|
394
|
+
|
|
395
|
+
## [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)
|
|
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.25 to 0.0.3-next.26
|
|
408
|
+
|
|
409
|
+
## [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)
|
|
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.24 to 0.0.3-next.25
|
|
422
|
+
|
|
423
|
+
## [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)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Features
|
|
427
|
+
|
|
428
|
+
* use factory default feature for sorting ([ec8b370](https://github.com/iotaledger/twin-engine/commit/ec8b370c5c028cb300cdd1e76b0a0cdb2263773c))
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Dependencies
|
|
432
|
+
|
|
433
|
+
* The following workspace dependencies were updated
|
|
434
|
+
* dependencies
|
|
435
|
+
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
436
|
+
|
|
437
|
+
## [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)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Features
|
|
441
|
+
|
|
442
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
443
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
444
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
445
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
446
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
447
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
448
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
449
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
450
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
451
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
452
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
453
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
454
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
455
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
456
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
457
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
458
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
459
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
460
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
461
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
462
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
463
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
464
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
465
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
466
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
467
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
468
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
469
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
470
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
471
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Bug Fixes
|
|
475
|
+
|
|
476
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
477
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
478
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
479
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
### Dependencies
|
|
483
|
+
|
|
484
|
+
* The following workspace dependencies were updated
|
|
485
|
+
* dependencies
|
|
486
|
+
* @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
487
|
+
|
|
488
|
+
## [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)
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Features
|
|
492
|
+
|
|
493
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
### Dependencies
|
|
497
|
+
|
|
498
|
+
* The following workspace dependencies were updated
|
|
499
|
+
* dependencies
|
|
500
|
+
* @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
501
|
+
|
|
502
|
+
## [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)
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
### Features
|
|
506
|
+
|
|
507
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
### Dependencies
|
|
511
|
+
|
|
512
|
+
* The following workspace dependencies were updated
|
|
513
|
+
* dependencies
|
|
514
|
+
* @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
515
|
+
|
|
516
|
+
## [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)
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
### Miscellaneous Chores
|
|
520
|
+
|
|
521
|
+
* **engine-core:** Synchronize repo versions
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
### Dependencies
|
|
525
|
+
|
|
526
|
+
* The following workspace dependencies were updated
|
|
527
|
+
* dependencies
|
|
528
|
+
* @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
529
|
+
|
|
530
|
+
## [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)
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
### Features
|
|
534
|
+
|
|
535
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
### Bug Fixes
|
|
539
|
+
|
|
540
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
### Dependencies
|
|
544
|
+
|
|
545
|
+
* The following workspace dependencies were updated
|
|
546
|
+
* dependencies
|
|
547
|
+
* @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
548
|
+
|
|
549
|
+
## [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)
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
### Features
|
|
553
|
+
|
|
554
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### Dependencies
|
|
558
|
+
|
|
559
|
+
* The following workspace dependencies were updated
|
|
560
|
+
* dependencies
|
|
561
|
+
* @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
562
|
+
|
|
563
|
+
## [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)
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### Miscellaneous Chores
|
|
567
|
+
|
|
568
|
+
* **engine-core:** Synchronize repo versions
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
### Dependencies
|
|
572
|
+
|
|
573
|
+
* The following workspace dependencies were updated
|
|
574
|
+
* dependencies
|
|
575
|
+
* @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
576
|
+
|
|
577
|
+
## [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)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Miscellaneous Chores
|
|
581
|
+
|
|
582
|
+
* **engine-core:** Synchronize repo versions
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
### Dependencies
|
|
586
|
+
|
|
587
|
+
* The following workspace dependencies were updated
|
|
588
|
+
* dependencies
|
|
589
|
+
* @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
590
|
+
|
|
591
|
+
## [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)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
### Miscellaneous Chores
|
|
595
|
+
|
|
596
|
+
* **engine-core:** Synchronize repo versions
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Dependencies
|
|
600
|
+
|
|
601
|
+
* The following workspace dependencies were updated
|
|
602
|
+
* dependencies
|
|
603
|
+
* @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
604
|
+
|
|
605
|
+
## [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)
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
### Features
|
|
609
|
+
|
|
610
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
611
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
612
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
613
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
614
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
615
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
616
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
617
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
618
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
619
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
620
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
621
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
622
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
623
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
624
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
625
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
626
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
627
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
628
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
629
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
630
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
631
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
632
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
633
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
634
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
635
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
### Bug Fixes
|
|
639
|
+
|
|
640
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
641
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
642
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Dependencies
|
|
646
|
+
|
|
647
|
+
* The following workspace dependencies were updated
|
|
648
|
+
* dependencies
|
|
649
|
+
* @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
650
|
+
|
|
651
|
+
## [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)
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
### Miscellaneous Chores
|
|
655
|
+
|
|
656
|
+
* **engine-core:** Synchronize repo versions
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
### Dependencies
|
|
660
|
+
|
|
661
|
+
* The following workspace dependencies were updated
|
|
662
|
+
* dependencies
|
|
663
|
+
* @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
664
|
+
|
|
665
|
+
## [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)
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
### Features
|
|
669
|
+
|
|
670
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
### Dependencies
|
|
674
|
+
|
|
675
|
+
* The following workspace dependencies were updated
|
|
676
|
+
* dependencies
|
|
677
|
+
* @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
678
|
+
|
|
679
|
+
## [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)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Bug Fixes
|
|
683
|
+
|
|
684
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
### Dependencies
|
|
688
|
+
|
|
689
|
+
* The following workspace dependencies were updated
|
|
690
|
+
* dependencies
|
|
691
|
+
* @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
692
|
+
|
|
693
|
+
## [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)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
### Features
|
|
697
|
+
|
|
698
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
### Dependencies
|
|
702
|
+
|
|
703
|
+
* The following workspace dependencies were updated
|
|
704
|
+
* dependencies
|
|
705
|
+
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
706
|
+
|
|
707
|
+
## [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)
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
### Miscellaneous Chores
|
|
711
|
+
|
|
712
|
+
* **engine-core:** Synchronize repo versions
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
### Dependencies
|
|
716
|
+
|
|
717
|
+
* The following workspace dependencies were updated
|
|
718
|
+
* dependencies
|
|
719
|
+
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
720
|
+
|
|
721
|
+
## [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)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
### Miscellaneous Chores
|
|
725
|
+
|
|
726
|
+
* **engine-core:** Synchronize repo versions
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
### Dependencies
|
|
730
|
+
|
|
731
|
+
* The following workspace dependencies were updated
|
|
732
|
+
* dependencies
|
|
733
|
+
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
734
|
+
|
|
735
|
+
## [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)
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
### Miscellaneous Chores
|
|
739
|
+
|
|
740
|
+
* **engine-core:** Synchronize repo versions
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
### Dependencies
|
|
744
|
+
|
|
745
|
+
* The following workspace dependencies were updated
|
|
746
|
+
* dependencies
|
|
747
|
+
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
748
|
+
|
|
749
|
+
## [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)
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
### Miscellaneous Chores
|
|
753
|
+
|
|
754
|
+
* **engine-core:** Synchronize repo versions
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
### Dependencies
|
|
758
|
+
|
|
759
|
+
* The following workspace dependencies were updated
|
|
760
|
+
* dependencies
|
|
761
|
+
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
762
|
+
|
|
763
|
+
## [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)
|
|
4
764
|
|
|
5
765
|
|
|
6
766
|
### Features
|
|
7
767
|
|
|
8
|
-
* initialise context id handlers before bootstrap ([e94df44](https://github.com/
|
|
768
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
9
769
|
|
|
10
770
|
|
|
11
771
|
### Dependencies
|
|
@@ -14,13 +774,13 @@
|
|
|
14
774
|
* dependencies
|
|
15
775
|
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
16
776
|
|
|
17
|
-
## [0.0.3-next.4](https://github.com/
|
|
777
|
+
## [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)
|
|
18
778
|
|
|
19
779
|
|
|
20
780
|
### Features
|
|
21
781
|
|
|
22
|
-
* context id handlers repopulated after engine clone ([9712e32](https://github.com/
|
|
23
|
-
* interlock stop method ([3806ba7](https://github.com/
|
|
782
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
783
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
24
784
|
|
|
25
785
|
|
|
26
786
|
### Dependencies
|
|
@@ -29,12 +789,12 @@
|
|
|
29
789
|
* dependencies
|
|
30
790
|
* @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
31
791
|
|
|
32
|
-
## [0.0.3-next.3](https://github.com/
|
|
792
|
+
## [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)
|
|
33
793
|
|
|
34
794
|
|
|
35
795
|
### Bug Fixes
|
|
36
796
|
|
|
37
|
-
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/
|
|
797
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
38
798
|
|
|
39
799
|
|
|
40
800
|
### Dependencies
|
|
@@ -43,12 +803,12 @@
|
|
|
43
803
|
* dependencies
|
|
44
804
|
* @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
45
805
|
|
|
46
|
-
## [0.0.3-next.2](https://github.com/
|
|
806
|
+
## [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)
|
|
47
807
|
|
|
48
808
|
|
|
49
809
|
### Features
|
|
50
810
|
|
|
51
|
-
* close already started components on startup error ([a55a117](https://github.com/
|
|
811
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
52
812
|
|
|
53
813
|
|
|
54
814
|
### Dependencies
|
|
@@ -57,36 +817,36 @@
|
|
|
57
817
|
* dependencies
|
|
58
818
|
* @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
59
819
|
|
|
60
|
-
## [0.0.3-next.1](https://github.com/
|
|
820
|
+
## [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)
|
|
61
821
|
|
|
62
822
|
|
|
63
823
|
### Features
|
|
64
824
|
|
|
65
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
66
|
-
* add context id features ([#51](https://github.com/
|
|
67
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
68
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
69
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
70
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
71
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
72
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
73
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
74
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
75
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
76
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
77
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
78
|
-
* simplify config building ([732c871](https://github.com/
|
|
79
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
80
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
81
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
82
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
83
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
84
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
825
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
826
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
827
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
828
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
829
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
830
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
831
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
832
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
833
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
834
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
835
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
836
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
837
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
838
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
839
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
840
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
841
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
842
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
843
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
844
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
85
845
|
|
|
86
846
|
|
|
87
847
|
### Bug Fixes
|
|
88
848
|
|
|
89
|
-
* use correct instance type name ([6278486](https://github.com/
|
|
849
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
90
850
|
|
|
91
851
|
|
|
92
852
|
### Dependencies
|
|
@@ -95,12 +855,12 @@
|
|
|
95
855
|
* dependencies
|
|
96
856
|
* @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
97
857
|
|
|
98
|
-
## [0.0.2-next.26](https://github.com/
|
|
858
|
+
## [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)
|
|
99
859
|
|
|
100
860
|
|
|
101
861
|
### Bug Fixes
|
|
102
862
|
|
|
103
|
-
* use correct instance type name ([6278486](https://github.com/
|
|
863
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
104
864
|
|
|
105
865
|
|
|
106
866
|
### Dependencies
|
|
@@ -109,12 +869,12 @@
|
|
|
109
869
|
* dependencies
|
|
110
870
|
* @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
111
871
|
|
|
112
|
-
## [0.0.2-next.25](https://github.com/
|
|
872
|
+
## [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)
|
|
113
873
|
|
|
114
874
|
|
|
115
875
|
### Features
|
|
116
876
|
|
|
117
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
877
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
118
878
|
|
|
119
879
|
|
|
120
880
|
### Dependencies
|
|
@@ -123,12 +883,12 @@
|
|
|
123
883
|
* dependencies
|
|
124
884
|
* @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
125
885
|
|
|
126
|
-
## [0.0.2-next.24](https://github.com/
|
|
886
|
+
## [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)
|
|
127
887
|
|
|
128
888
|
|
|
129
889
|
### Features
|
|
130
890
|
|
|
131
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
891
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
132
892
|
|
|
133
893
|
|
|
134
894
|
### Dependencies
|
|
@@ -137,12 +897,12 @@
|
|
|
137
897
|
* dependencies
|
|
138
898
|
* @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
139
899
|
|
|
140
|
-
## [0.0.2-next.23](https://github.com/
|
|
900
|
+
## [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)
|
|
141
901
|
|
|
142
902
|
|
|
143
903
|
### Features
|
|
144
904
|
|
|
145
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
905
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
146
906
|
|
|
147
907
|
|
|
148
908
|
### Dependencies
|
|
@@ -151,7 +911,7 @@
|
|
|
151
911
|
* dependencies
|
|
152
912
|
* @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
153
913
|
|
|
154
|
-
## [0.0.2-next.22](https://github.com/
|
|
914
|
+
## [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)
|
|
155
915
|
|
|
156
916
|
|
|
157
917
|
### Miscellaneous Chores
|
|
@@ -165,12 +925,12 @@
|
|
|
165
925
|
* dependencies
|
|
166
926
|
* @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
167
927
|
|
|
168
|
-
## [0.0.2-next.21](https://github.com/
|
|
928
|
+
## [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)
|
|
169
929
|
|
|
170
930
|
|
|
171
931
|
### Features
|
|
172
932
|
|
|
173
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
933
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
174
934
|
|
|
175
935
|
|
|
176
936
|
### Dependencies
|
|
@@ -179,12 +939,12 @@
|
|
|
179
939
|
* dependencies
|
|
180
940
|
* @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
181
941
|
|
|
182
|
-
## [0.0.2-next.20](https://github.com/
|
|
942
|
+
## [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)
|
|
183
943
|
|
|
184
944
|
|
|
185
945
|
### Features
|
|
186
946
|
|
|
187
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
947
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
188
948
|
|
|
189
949
|
|
|
190
950
|
### Dependencies
|
|
@@ -193,12 +953,12 @@
|
|
|
193
953
|
* dependencies
|
|
194
954
|
* @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
195
955
|
|
|
196
|
-
## [0.0.2-next.19](https://github.com/
|
|
956
|
+
## [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)
|
|
197
957
|
|
|
198
958
|
|
|
199
959
|
### Features
|
|
200
960
|
|
|
201
|
-
* simplify config building ([732c871](https://github.com/
|
|
961
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
202
962
|
|
|
203
963
|
|
|
204
964
|
### Dependencies
|
|
@@ -207,12 +967,12 @@
|
|
|
207
967
|
* dependencies
|
|
208
968
|
* @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
209
969
|
|
|
210
|
-
## [0.0.2-next.18](https://github.com/
|
|
970
|
+
## [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)
|
|
211
971
|
|
|
212
972
|
|
|
213
973
|
### Features
|
|
214
974
|
|
|
215
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
975
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
216
976
|
|
|
217
977
|
|
|
218
978
|
### Dependencies
|
|
@@ -221,7 +981,7 @@
|
|
|
221
981
|
* dependencies
|
|
222
982
|
* @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
223
983
|
|
|
224
|
-
## [0.0.2-next.17](https://github.com/
|
|
984
|
+
## [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)
|
|
225
985
|
|
|
226
986
|
|
|
227
987
|
### Miscellaneous Chores
|
|
@@ -235,7 +995,7 @@
|
|
|
235
995
|
* dependencies
|
|
236
996
|
* @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
237
997
|
|
|
238
|
-
## [0.0.2-next.16](https://github.com/
|
|
998
|
+
## [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)
|
|
239
999
|
|
|
240
1000
|
|
|
241
1001
|
### Miscellaneous Chores
|
|
@@ -249,7 +1009,7 @@
|
|
|
249
1009
|
* dependencies
|
|
250
1010
|
* @twin.org/engine-models bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
251
1011
|
|
|
252
|
-
## [0.0.2-next.15](https://github.com/
|
|
1012
|
+
## [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)
|
|
253
1013
|
|
|
254
1014
|
|
|
255
1015
|
### Miscellaneous Chores
|
|
@@ -263,7 +1023,7 @@
|
|
|
263
1023
|
* dependencies
|
|
264
1024
|
* @twin.org/engine-models bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
265
1025
|
|
|
266
|
-
## [0.0.2-next.14](https://github.com/
|
|
1026
|
+
## [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)
|
|
267
1027
|
|
|
268
1028
|
|
|
269
1029
|
### Miscellaneous Chores
|
|
@@ -277,7 +1037,7 @@
|
|
|
277
1037
|
* dependencies
|
|
278
1038
|
* @twin.org/engine-models bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
279
1039
|
|
|
280
|
-
## [0.0.2-next.13](https://github.com/
|
|
1040
|
+
## [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)
|
|
281
1041
|
|
|
282
1042
|
|
|
283
1043
|
### Miscellaneous Chores
|
|
@@ -291,12 +1051,12 @@
|
|
|
291
1051
|
* dependencies
|
|
292
1052
|
* @twin.org/engine-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
293
1053
|
|
|
294
|
-
## [0.0.2-next.12](https://github.com/
|
|
1054
|
+
## [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)
|
|
295
1055
|
|
|
296
1056
|
|
|
297
1057
|
### Features
|
|
298
1058
|
|
|
299
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
1059
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
300
1060
|
|
|
301
1061
|
|
|
302
1062
|
### Dependencies
|
|
@@ -305,12 +1065,12 @@
|
|
|
305
1065
|
* dependencies
|
|
306
1066
|
* @twin.org/engine-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
307
1067
|
|
|
308
|
-
## [0.0.2-next.11](https://github.com/
|
|
1068
|
+
## [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)
|
|
309
1069
|
|
|
310
1070
|
|
|
311
1071
|
### Features
|
|
312
1072
|
|
|
313
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
1073
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
314
1074
|
|
|
315
1075
|
|
|
316
1076
|
### Dependencies
|
|
@@ -319,7 +1079,7 @@
|
|
|
319
1079
|
* dependencies
|
|
320
1080
|
* @twin.org/engine-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
321
1081
|
|
|
322
|
-
## [0.0.2-next.10](https://github.com/
|
|
1082
|
+
## [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)
|
|
323
1083
|
|
|
324
1084
|
|
|
325
1085
|
### Miscellaneous Chores
|
|
@@ -333,12 +1093,12 @@
|
|
|
333
1093
|
* dependencies
|
|
334
1094
|
* @twin.org/engine-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
335
1095
|
|
|
336
|
-
## [0.0.2-next.9](https://github.com/
|
|
1096
|
+
## [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)
|
|
337
1097
|
|
|
338
1098
|
|
|
339
1099
|
### Features
|
|
340
1100
|
|
|
341
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
1101
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
342
1102
|
|
|
343
1103
|
|
|
344
1104
|
### Dependencies
|
|
@@ -347,7 +1107,7 @@
|
|
|
347
1107
|
* dependencies
|
|
348
1108
|
* @twin.org/engine-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
349
1109
|
|
|
350
|
-
## [0.0.2-next.8](https://github.com/
|
|
1110
|
+
## [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)
|
|
351
1111
|
|
|
352
1112
|
|
|
353
1113
|
### Miscellaneous Chores
|
|
@@ -361,12 +1121,12 @@
|
|
|
361
1121
|
* dependencies
|
|
362
1122
|
* @twin.org/engine-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
363
1123
|
|
|
364
|
-
## [0.0.2-next.7](https://github.com/
|
|
1124
|
+
## [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)
|
|
365
1125
|
|
|
366
1126
|
|
|
367
1127
|
### Features
|
|
368
1128
|
|
|
369
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
1129
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
370
1130
|
|
|
371
1131
|
|
|
372
1132
|
### Dependencies
|
|
@@ -375,12 +1135,12 @@
|
|
|
375
1135
|
* dependencies
|
|
376
1136
|
* @twin.org/engine-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
377
1137
|
|
|
378
|
-
## [0.0.2-next.6](https://github.com/
|
|
1138
|
+
## [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)
|
|
379
1139
|
|
|
380
1140
|
|
|
381
1141
|
### Features
|
|
382
1142
|
|
|
383
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
1143
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
384
1144
|
|
|
385
1145
|
|
|
386
1146
|
### Dependencies
|
|
@@ -389,12 +1149,12 @@
|
|
|
389
1149
|
* dependencies
|
|
390
1150
|
* @twin.org/engine-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
391
1151
|
|
|
392
|
-
## [0.0.2-next.5](https://github.com/
|
|
1152
|
+
## [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)
|
|
393
1153
|
|
|
394
1154
|
|
|
395
1155
|
### Features
|
|
396
1156
|
|
|
397
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
1157
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
398
1158
|
|
|
399
1159
|
|
|
400
1160
|
### Dependencies
|
|
@@ -403,12 +1163,12 @@
|
|
|
403
1163
|
* dependencies
|
|
404
1164
|
* @twin.org/engine-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
405
1165
|
|
|
406
|
-
## [0.0.2-next.4](https://github.com/
|
|
1166
|
+
## [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)
|
|
407
1167
|
|
|
408
1168
|
|
|
409
1169
|
### Features
|
|
410
1170
|
|
|
411
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
1171
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
412
1172
|
|
|
413
1173
|
|
|
414
1174
|
### Dependencies
|
|
@@ -417,7 +1177,7 @@
|
|
|
417
1177
|
* dependencies
|
|
418
1178
|
* @twin.org/engine-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
419
1179
|
|
|
420
|
-
## [0.0.2-next.3](https://github.com/
|
|
1180
|
+
## [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)
|
|
421
1181
|
|
|
422
1182
|
|
|
423
1183
|
### Miscellaneous Chores
|
|
@@ -431,7 +1191,7 @@
|
|
|
431
1191
|
* dependencies
|
|
432
1192
|
* @twin.org/engine-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
433
1193
|
|
|
434
|
-
## [0.0.2-next.2](https://github.com/
|
|
1194
|
+
## [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)
|
|
435
1195
|
|
|
436
1196
|
|
|
437
1197
|
### Miscellaneous Chores
|
|
@@ -445,16 +1205,16 @@
|
|
|
445
1205
|
* dependencies
|
|
446
1206
|
* @twin.org/engine-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
447
1207
|
|
|
448
|
-
## [0.0.2-next.1](https://github.com/
|
|
1208
|
+
## [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)
|
|
449
1209
|
|
|
450
1210
|
|
|
451
1211
|
### Features
|
|
452
1212
|
|
|
453
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
454
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
455
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
456
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
457
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1213
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1214
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1215
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
1216
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1217
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
458
1218
|
|
|
459
1219
|
|
|
460
1220
|
### Dependencies
|
|
@@ -468,12 +1228,12 @@
|
|
|
468
1228
|
|
|
469
1229
|
### Features
|
|
470
1230
|
|
|
471
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
472
|
-
* release to production ([3a4acd1](https://github.com/
|
|
473
|
-
* release to production ([5559958](https://github.com/
|
|
474
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
475
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
476
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1231
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1232
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
1233
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
1234
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
1235
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1236
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
477
1237
|
|
|
478
1238
|
|
|
479
1239
|
### Dependencies
|
|
@@ -482,7 +1242,7 @@
|
|
|
482
1242
|
* dependencies
|
|
483
1243
|
* @twin.org/engine-models bumped from 0.0.1-next.84 to 0.0.1
|
|
484
1244
|
|
|
485
|
-
## [0.0.1-next.84](https://github.com/
|
|
1245
|
+
## [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)
|
|
486
1246
|
|
|
487
1247
|
|
|
488
1248
|
### Miscellaneous Chores
|
|
@@ -496,15 +1256,15 @@
|
|
|
496
1256
|
* dependencies
|
|
497
1257
|
* @twin.org/engine-models bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
498
1258
|
|
|
499
|
-
## [0.0.1-next.83](https://github.com/
|
|
1259
|
+
## [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)
|
|
500
1260
|
|
|
501
1261
|
|
|
502
1262
|
### Features
|
|
503
1263
|
|
|
504
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
505
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
506
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
507
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1264
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1265
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
1266
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1267
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
508
1268
|
|
|
509
1269
|
|
|
510
1270
|
### Dependencies
|
|
@@ -513,7 +1273,7 @@
|
|
|
513
1273
|
* dependencies
|
|
514
1274
|
* @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
515
1275
|
|
|
516
|
-
## [0.0.1-next.81](https://github.com/
|
|
1276
|
+
## [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)
|
|
517
1277
|
|
|
518
1278
|
|
|
519
1279
|
### Miscellaneous Chores
|
|
@@ -527,7 +1287,7 @@
|
|
|
527
1287
|
* dependencies
|
|
528
1288
|
* @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
529
1289
|
|
|
530
|
-
## [0.0.1-next.80](https://github.com/
|
|
1290
|
+
## [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)
|
|
531
1291
|
|
|
532
1292
|
|
|
533
1293
|
### Miscellaneous Chores
|
|
@@ -541,7 +1301,7 @@
|
|
|
541
1301
|
* dependencies
|
|
542
1302
|
* @twin.org/engine-models bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
543
1303
|
|
|
544
|
-
## [0.0.1-next.79](https://github.com/
|
|
1304
|
+
## [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)
|
|
545
1305
|
|
|
546
1306
|
|
|
547
1307
|
### Miscellaneous Chores
|
|
@@ -555,7 +1315,7 @@
|
|
|
555
1315
|
* dependencies
|
|
556
1316
|
* @twin.org/engine-models bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
557
1317
|
|
|
558
|
-
## [0.0.1-next.78](https://github.com/
|
|
1318
|
+
## [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)
|
|
559
1319
|
|
|
560
1320
|
|
|
561
1321
|
### Miscellaneous Chores
|
|
@@ -569,7 +1329,7 @@
|
|
|
569
1329
|
* dependencies
|
|
570
1330
|
* @twin.org/engine-models bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
571
1331
|
|
|
572
|
-
## [0.0.1-next.77](https://github.com/
|
|
1332
|
+
## [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)
|
|
573
1333
|
|
|
574
1334
|
|
|
575
1335
|
### Miscellaneous Chores
|
|
@@ -583,12 +1343,12 @@
|
|
|
583
1343
|
* dependencies
|
|
584
1344
|
* @twin.org/engine-models bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
585
1345
|
|
|
586
|
-
## [0.0.1-next.76](https://github.com/
|
|
1346
|
+
## [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)
|
|
587
1347
|
|
|
588
1348
|
|
|
589
1349
|
### Features
|
|
590
1350
|
|
|
591
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1351
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
592
1352
|
|
|
593
1353
|
|
|
594
1354
|
### Dependencies
|
|
@@ -597,7 +1357,7 @@
|
|
|
597
1357
|
* dependencies
|
|
598
1358
|
* @twin.org/engine-models bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
599
1359
|
|
|
600
|
-
## [0.0.1-next.75](https://github.com/
|
|
1360
|
+
## [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)
|
|
601
1361
|
|
|
602
1362
|
|
|
603
1363
|
### Miscellaneous Chores
|
|
@@ -611,7 +1371,7 @@
|
|
|
611
1371
|
* dependencies
|
|
612
1372
|
* @twin.org/engine-models bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
613
1373
|
|
|
614
|
-
## [0.0.1-next.74](https://github.com/
|
|
1374
|
+
## [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)
|
|
615
1375
|
|
|
616
1376
|
|
|
617
1377
|
### Miscellaneous Chores
|
|
@@ -625,12 +1385,12 @@
|
|
|
625
1385
|
* dependencies
|
|
626
1386
|
* @twin.org/engine-models bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
627
1387
|
|
|
628
|
-
## [0.0.1-next.73](https://github.com/
|
|
1388
|
+
## [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)
|
|
629
1389
|
|
|
630
1390
|
|
|
631
1391
|
### Features
|
|
632
1392
|
|
|
633
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
1393
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
634
1394
|
|
|
635
1395
|
|
|
636
1396
|
### Dependencies
|
|
@@ -639,13 +1399,13 @@
|
|
|
639
1399
|
* dependencies
|
|
640
1400
|
* @twin.org/engine-models bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
641
1401
|
|
|
642
|
-
## [0.0.1-next.72](https://github.com/
|
|
1402
|
+
## [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)
|
|
643
1403
|
|
|
644
1404
|
|
|
645
1405
|
### Features
|
|
646
1406
|
|
|
647
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
648
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1407
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1408
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
649
1409
|
|
|
650
1410
|
|
|
651
1411
|
### Dependencies
|
|
@@ -654,7 +1414,7 @@
|
|
|
654
1414
|
* dependencies
|
|
655
1415
|
* @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
656
1416
|
|
|
657
|
-
## [0.0.1-next.71](https://github.com/
|
|
1417
|
+
## [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)
|
|
658
1418
|
|
|
659
1419
|
|
|
660
1420
|
### Miscellaneous Chores
|
|
@@ -668,7 +1428,7 @@
|
|
|
668
1428
|
* dependencies
|
|
669
1429
|
* @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
670
1430
|
|
|
671
|
-
## [0.0.1-next.70](https://github.com/
|
|
1431
|
+
## [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)
|
|
672
1432
|
|
|
673
1433
|
|
|
674
1434
|
### Miscellaneous Chores
|
|
@@ -682,7 +1442,7 @@
|
|
|
682
1442
|
* dependencies
|
|
683
1443
|
* @twin.org/engine-models bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
684
1444
|
|
|
685
|
-
## [0.0.1-next.69](https://github.com/
|
|
1445
|
+
## [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)
|
|
686
1446
|
|
|
687
1447
|
|
|
688
1448
|
### Miscellaneous Chores
|
|
@@ -696,12 +1456,12 @@
|
|
|
696
1456
|
* dependencies
|
|
697
1457
|
* @twin.org/engine-models bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
698
1458
|
|
|
699
|
-
## [0.0.1-next.68](https://github.com/
|
|
1459
|
+
## [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)
|
|
700
1460
|
|
|
701
1461
|
|
|
702
1462
|
### Features
|
|
703
1463
|
|
|
704
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1464
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
705
1465
|
|
|
706
1466
|
|
|
707
1467
|
### Dependencies
|
|
@@ -710,12 +1470,12 @@
|
|
|
710
1470
|
* dependencies
|
|
711
1471
|
* @twin.org/engine-models bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
712
1472
|
|
|
713
|
-
## [0.0.1-next.67](https://github.com/
|
|
1473
|
+
## [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)
|
|
714
1474
|
|
|
715
1475
|
|
|
716
1476
|
### Features
|
|
717
1477
|
|
|
718
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1478
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
719
1479
|
|
|
720
1480
|
|
|
721
1481
|
### Dependencies
|