@twin.org/engine-core 0.0.3-next.9 → 0.9.0
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 +960 -115
- 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 +15 -15
- 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,6 +1,851 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.9.0...engine-core-v0.9.0) (2026-06-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
9
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
10
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
11
|
+
* release to production ([#171](https://github.com/iotaledger/twin-engine/issues/171)) ([31c43e9](https://github.com/iotaledger/twin-engine/commit/31c43e978f11175fbfa18ad2025c2dc8a62e1434))
|
|
12
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
13
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
14
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
15
|
+
|
|
16
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.9.0-next.0...engine-core-v0.9.0-next.1) (2026-06-24)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
22
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
23
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
24
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
25
|
+
* 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))
|
|
26
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
27
|
+
* add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
|
|
28
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
29
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
30
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
31
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
32
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
33
|
+
* add tenant component ([#138](https://github.com/iotaledger/twin-engine/issues/138)) ([ebbcb8f](https://github.com/iotaledger/twin-engine/commit/ebbcb8fa3fee05048ddad2891c6ada66bd29e7bd))
|
|
34
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
35
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
36
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
37
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
38
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
39
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
40
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
41
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
42
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
43
|
+
* organization identifiers ([#152](https://github.com/iotaledger/twin-engine/issues/152)) ([d8e6d51](https://github.com/iotaledger/twin-engine/commit/d8e6d5147f402f0fe17b445efd8ae97db0c36adb))
|
|
44
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
45
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
46
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
47
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
48
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
49
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
50
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
51
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
52
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
53
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
54
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
55
|
+
* use factory default feature for sorting ([ec8b370](https://github.com/iotaledger/twin-engine/commit/ec8b370c5c028cb300cdd1e76b0a0cdb2263773c))
|
|
56
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
57
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
63
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
64
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
65
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Dependencies
|
|
69
|
+
|
|
70
|
+
* The following workspace dependencies were updated
|
|
71
|
+
* dependencies
|
|
72
|
+
* @twin.org/engine-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
73
|
+
|
|
74
|
+
## [0.0.3-next.56](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.55...engine-core-v0.0.3-next.56) (2026-06-23)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Miscellaneous Chores
|
|
78
|
+
|
|
79
|
+
* **engine-core:** Synchronize repo versions
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Dependencies
|
|
83
|
+
|
|
84
|
+
* The following workspace dependencies were updated
|
|
85
|
+
* dependencies
|
|
86
|
+
* @twin.org/engine-models bumped from 0.0.3-next.55 to 0.0.3-next.56
|
|
87
|
+
|
|
88
|
+
## [0.0.3-next.55](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.54...engine-core-v0.0.3-next.55) (2026-06-19)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Miscellaneous Chores
|
|
92
|
+
|
|
93
|
+
* **engine-core:** Synchronize repo versions
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Dependencies
|
|
97
|
+
|
|
98
|
+
* The following workspace dependencies were updated
|
|
99
|
+
* dependencies
|
|
100
|
+
* @twin.org/engine-models bumped from 0.0.3-next.54 to 0.0.3-next.55
|
|
101
|
+
|
|
102
|
+
## [0.0.3-next.54](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.53...engine-core-v0.0.3-next.54) (2026-06-19)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Miscellaneous Chores
|
|
106
|
+
|
|
107
|
+
* **engine-core:** Synchronize repo versions
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Dependencies
|
|
111
|
+
|
|
112
|
+
* The following workspace dependencies were updated
|
|
113
|
+
* dependencies
|
|
114
|
+
* @twin.org/engine-models bumped from 0.0.3-next.53 to 0.0.3-next.54
|
|
115
|
+
|
|
116
|
+
## [0.0.3-next.53](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.52...engine-core-v0.0.3-next.53) (2026-06-18)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Miscellaneous Chores
|
|
120
|
+
|
|
121
|
+
* **engine-core:** Synchronize repo versions
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Dependencies
|
|
125
|
+
|
|
126
|
+
* The following workspace dependencies were updated
|
|
127
|
+
* dependencies
|
|
128
|
+
* @twin.org/engine-models bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
129
|
+
|
|
130
|
+
## [0.0.3-next.52](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.51...engine-core-v0.0.3-next.52) (2026-06-16)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Miscellaneous Chores
|
|
134
|
+
|
|
135
|
+
* **engine-core:** Synchronize repo versions
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Dependencies
|
|
139
|
+
|
|
140
|
+
* The following workspace dependencies were updated
|
|
141
|
+
* dependencies
|
|
142
|
+
* @twin.org/engine-models bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
143
|
+
|
|
144
|
+
## [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)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Miscellaneous Chores
|
|
148
|
+
|
|
149
|
+
* **engine-core:** Synchronize repo versions
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Dependencies
|
|
153
|
+
|
|
154
|
+
* The following workspace dependencies were updated
|
|
155
|
+
* dependencies
|
|
156
|
+
* @twin.org/engine-models bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
157
|
+
|
|
158
|
+
## [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)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Features
|
|
162
|
+
|
|
163
|
+
* organization identifiers ([#152](https://github.com/iotaledger/twin-engine/issues/152)) ([d8e6d51](https://github.com/iotaledger/twin-engine/commit/d8e6d5147f402f0fe17b445efd8ae97db0c36adb))
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Dependencies
|
|
167
|
+
|
|
168
|
+
* The following workspace dependencies were updated
|
|
169
|
+
* dependencies
|
|
170
|
+
* @twin.org/engine-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
171
|
+
|
|
172
|
+
## [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)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Miscellaneous Chores
|
|
176
|
+
|
|
177
|
+
* **engine-core:** Synchronize repo versions
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Dependencies
|
|
181
|
+
|
|
182
|
+
* The following workspace dependencies were updated
|
|
183
|
+
* dependencies
|
|
184
|
+
* @twin.org/engine-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
185
|
+
|
|
186
|
+
## [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)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Miscellaneous Chores
|
|
190
|
+
|
|
191
|
+
* **engine-core:** Synchronize repo versions
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Dependencies
|
|
195
|
+
|
|
196
|
+
* The following workspace dependencies were updated
|
|
197
|
+
* dependencies
|
|
198
|
+
* @twin.org/engine-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
199
|
+
|
|
200
|
+
## [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)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Miscellaneous Chores
|
|
204
|
+
|
|
205
|
+
* **engine-core:** Synchronize repo versions
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
### Dependencies
|
|
209
|
+
|
|
210
|
+
* The following workspace dependencies were updated
|
|
211
|
+
* dependencies
|
|
212
|
+
* @twin.org/engine-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
213
|
+
|
|
214
|
+
## [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)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### Features
|
|
218
|
+
|
|
219
|
+
* add tenant component ([#138](https://github.com/iotaledger/twin-engine/issues/138)) ([ebbcb8f](https://github.com/iotaledger/twin-engine/commit/ebbcb8fa3fee05048ddad2891c6ada66bd29e7bd))
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### Dependencies
|
|
223
|
+
|
|
224
|
+
* The following workspace dependencies were updated
|
|
225
|
+
* dependencies
|
|
226
|
+
* @twin.org/engine-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
227
|
+
|
|
228
|
+
## [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)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Features
|
|
232
|
+
|
|
233
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
234
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
235
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
236
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
237
|
+
* 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))
|
|
238
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
239
|
+
* add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
|
|
240
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
241
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
242
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
243
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
244
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
245
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
246
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
247
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
248
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
249
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
250
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
251
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
252
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
253
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
254
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
255
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
256
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
257
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
258
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
259
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
260
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
261
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
262
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
263
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
264
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
265
|
+
* use factory default feature for sorting ([ec8b370](https://github.com/iotaledger/twin-engine/commit/ec8b370c5c028cb300cdd1e76b0a0cdb2263773c))
|
|
266
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
267
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### Bug Fixes
|
|
271
|
+
|
|
272
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
273
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
274
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
275
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Dependencies
|
|
279
|
+
|
|
280
|
+
* The following workspace dependencies were updated
|
|
281
|
+
* dependencies
|
|
282
|
+
* @twin.org/engine-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
283
|
+
|
|
284
|
+
## [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)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Miscellaneous Chores
|
|
288
|
+
|
|
289
|
+
* **engine-core:** Synchronize repo versions
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Dependencies
|
|
293
|
+
|
|
294
|
+
* The following workspace dependencies were updated
|
|
295
|
+
* dependencies
|
|
296
|
+
* @twin.org/engine-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
297
|
+
|
|
298
|
+
## [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)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Miscellaneous Chores
|
|
302
|
+
|
|
303
|
+
* **engine-core:** Synchronize repo versions
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### Dependencies
|
|
307
|
+
|
|
308
|
+
* The following workspace dependencies were updated
|
|
309
|
+
* dependencies
|
|
310
|
+
* @twin.org/engine-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
311
|
+
|
|
312
|
+
## [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)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Miscellaneous Chores
|
|
316
|
+
|
|
317
|
+
* **engine-core:** Synchronize repo versions
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
### Dependencies
|
|
321
|
+
|
|
322
|
+
* The following workspace dependencies were updated
|
|
323
|
+
* dependencies
|
|
324
|
+
* @twin.org/engine-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
325
|
+
|
|
326
|
+
## [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)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Miscellaneous Chores
|
|
330
|
+
|
|
331
|
+
* **engine-core:** Synchronize repo versions
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Dependencies
|
|
335
|
+
|
|
336
|
+
* The following workspace dependencies were updated
|
|
337
|
+
* dependencies
|
|
338
|
+
* @twin.org/engine-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
339
|
+
|
|
340
|
+
## [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)
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
### Miscellaneous Chores
|
|
344
|
+
|
|
345
|
+
* **engine-core:** Synchronize repo versions
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Dependencies
|
|
349
|
+
|
|
350
|
+
* The following workspace dependencies were updated
|
|
351
|
+
* dependencies
|
|
352
|
+
* @twin.org/engine-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
353
|
+
|
|
354
|
+
## [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)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### Miscellaneous Chores
|
|
358
|
+
|
|
359
|
+
* **engine-core:** Synchronize repo versions
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
### Dependencies
|
|
363
|
+
|
|
364
|
+
* The following workspace dependencies were updated
|
|
365
|
+
* dependencies
|
|
366
|
+
* @twin.org/engine-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
367
|
+
|
|
368
|
+
## [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)
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
### Features
|
|
372
|
+
|
|
373
|
+
* 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))
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Dependencies
|
|
377
|
+
|
|
378
|
+
* The following workspace dependencies were updated
|
|
379
|
+
* dependencies
|
|
380
|
+
* @twin.org/engine-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
381
|
+
|
|
382
|
+
## [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)
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
### Features
|
|
386
|
+
|
|
387
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Dependencies
|
|
391
|
+
|
|
392
|
+
* The following workspace dependencies were updated
|
|
393
|
+
* dependencies
|
|
394
|
+
* @twin.org/engine-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
395
|
+
|
|
396
|
+
## [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)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Miscellaneous Chores
|
|
400
|
+
|
|
401
|
+
* **engine-core:** Synchronize repo versions
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Dependencies
|
|
405
|
+
|
|
406
|
+
* The following workspace dependencies were updated
|
|
407
|
+
* dependencies
|
|
408
|
+
* @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
409
|
+
|
|
410
|
+
## [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)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
### Miscellaneous Chores
|
|
414
|
+
|
|
415
|
+
* **engine-core:** Synchronize repo versions
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
### Dependencies
|
|
419
|
+
|
|
420
|
+
* The following workspace dependencies were updated
|
|
421
|
+
* dependencies
|
|
422
|
+
* @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
423
|
+
|
|
424
|
+
## [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)
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### Miscellaneous Chores
|
|
428
|
+
|
|
429
|
+
* **engine-core:** Synchronize repo versions
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
### Dependencies
|
|
433
|
+
|
|
434
|
+
* The following workspace dependencies were updated
|
|
435
|
+
* dependencies
|
|
436
|
+
* @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
437
|
+
|
|
438
|
+
## [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)
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### Features
|
|
442
|
+
|
|
443
|
+
* add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
### Dependencies
|
|
447
|
+
|
|
448
|
+
* The following workspace dependencies were updated
|
|
449
|
+
* dependencies
|
|
450
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
451
|
+
|
|
452
|
+
## [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)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Miscellaneous Chores
|
|
456
|
+
|
|
457
|
+
* **engine-core:** Synchronize repo versions
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
### Dependencies
|
|
461
|
+
|
|
462
|
+
* The following workspace dependencies were updated
|
|
463
|
+
* dependencies
|
|
464
|
+
* @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
465
|
+
|
|
466
|
+
## [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)
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
### Miscellaneous Chores
|
|
470
|
+
|
|
471
|
+
* **engine-core:** Synchronize repo versions
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Dependencies
|
|
475
|
+
|
|
476
|
+
* The following workspace dependencies were updated
|
|
477
|
+
* dependencies
|
|
478
|
+
* @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
479
|
+
|
|
480
|
+
## [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)
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
### Miscellaneous Chores
|
|
484
|
+
|
|
485
|
+
* **engine-core:** Synchronize repo versions
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
### Dependencies
|
|
489
|
+
|
|
490
|
+
* The following workspace dependencies were updated
|
|
491
|
+
* dependencies
|
|
492
|
+
* @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
493
|
+
|
|
494
|
+
## [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)
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
### Miscellaneous Chores
|
|
498
|
+
|
|
499
|
+
* **engine-core:** Synchronize repo versions
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
### Dependencies
|
|
503
|
+
|
|
504
|
+
* The following workspace dependencies were updated
|
|
505
|
+
* dependencies
|
|
506
|
+
* @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
507
|
+
|
|
508
|
+
## [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)
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
### Miscellaneous Chores
|
|
512
|
+
|
|
513
|
+
* **engine-core:** Synchronize repo versions
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
### Dependencies
|
|
517
|
+
|
|
518
|
+
* The following workspace dependencies were updated
|
|
519
|
+
* dependencies
|
|
520
|
+
* @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
521
|
+
|
|
522
|
+
## [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)
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
### Features
|
|
526
|
+
|
|
527
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
### Dependencies
|
|
531
|
+
|
|
532
|
+
* The following workspace dependencies were updated
|
|
533
|
+
* dependencies
|
|
534
|
+
* @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
535
|
+
|
|
536
|
+
## [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)
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
### Miscellaneous Chores
|
|
540
|
+
|
|
541
|
+
* **engine-core:** Synchronize repo versions
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Dependencies
|
|
545
|
+
|
|
546
|
+
* The following workspace dependencies were updated
|
|
547
|
+
* dependencies
|
|
548
|
+
* @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
549
|
+
|
|
550
|
+
## [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)
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
### Miscellaneous Chores
|
|
554
|
+
|
|
555
|
+
* **engine-core:** Synchronize repo versions
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
### Dependencies
|
|
559
|
+
|
|
560
|
+
* The following workspace dependencies were updated
|
|
561
|
+
* dependencies
|
|
562
|
+
* @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
563
|
+
|
|
564
|
+
## [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)
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
### Features
|
|
568
|
+
|
|
569
|
+
* use factory default feature for sorting ([ec8b370](https://github.com/iotaledger/twin-engine/commit/ec8b370c5c028cb300cdd1e76b0a0cdb2263773c))
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
### Dependencies
|
|
573
|
+
|
|
574
|
+
* The following workspace dependencies were updated
|
|
575
|
+
* dependencies
|
|
576
|
+
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
577
|
+
|
|
578
|
+
## [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)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
### Features
|
|
582
|
+
|
|
583
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
584
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
585
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
586
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
587
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
588
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
589
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
590
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
591
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
592
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
593
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
594
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
595
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
596
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
597
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
598
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
599
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
600
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
601
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
602
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
603
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
604
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
605
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
606
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
607
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
608
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
609
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
610
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
611
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
612
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### Bug Fixes
|
|
616
|
+
|
|
617
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
618
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
619
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
620
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
### Dependencies
|
|
624
|
+
|
|
625
|
+
* The following workspace dependencies were updated
|
|
626
|
+
* dependencies
|
|
627
|
+
* @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
628
|
+
|
|
629
|
+
## [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)
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
### Features
|
|
633
|
+
|
|
634
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
### Dependencies
|
|
638
|
+
|
|
639
|
+
* The following workspace dependencies were updated
|
|
640
|
+
* dependencies
|
|
641
|
+
* @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
642
|
+
|
|
643
|
+
## [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)
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
### Features
|
|
647
|
+
|
|
648
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
### Dependencies
|
|
652
|
+
|
|
653
|
+
* The following workspace dependencies were updated
|
|
654
|
+
* dependencies
|
|
655
|
+
* @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
656
|
+
|
|
657
|
+
## [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)
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
### Miscellaneous Chores
|
|
661
|
+
|
|
662
|
+
* **engine-core:** Synchronize repo versions
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
### Dependencies
|
|
666
|
+
|
|
667
|
+
* The following workspace dependencies were updated
|
|
668
|
+
* dependencies
|
|
669
|
+
* @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
670
|
+
|
|
671
|
+
## [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)
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
### Features
|
|
675
|
+
|
|
676
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
### Bug Fixes
|
|
680
|
+
|
|
681
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
### Dependencies
|
|
685
|
+
|
|
686
|
+
* The following workspace dependencies were updated
|
|
687
|
+
* dependencies
|
|
688
|
+
* @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
689
|
+
|
|
690
|
+
## [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)
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
### Features
|
|
694
|
+
|
|
695
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
### Dependencies
|
|
699
|
+
|
|
700
|
+
* The following workspace dependencies were updated
|
|
701
|
+
* dependencies
|
|
702
|
+
* @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
703
|
+
|
|
704
|
+
## [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)
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
### Miscellaneous Chores
|
|
708
|
+
|
|
709
|
+
* **engine-core:** Synchronize repo versions
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
### Dependencies
|
|
713
|
+
|
|
714
|
+
* The following workspace dependencies were updated
|
|
715
|
+
* dependencies
|
|
716
|
+
* @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
717
|
+
|
|
718
|
+
## [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)
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
### Miscellaneous Chores
|
|
722
|
+
|
|
723
|
+
* **engine-core:** Synchronize repo versions
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
### Dependencies
|
|
727
|
+
|
|
728
|
+
* The following workspace dependencies were updated
|
|
729
|
+
* dependencies
|
|
730
|
+
* @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
731
|
+
|
|
732
|
+
## [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)
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
### Miscellaneous Chores
|
|
736
|
+
|
|
737
|
+
* **engine-core:** Synchronize repo versions
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
### Dependencies
|
|
741
|
+
|
|
742
|
+
* The following workspace dependencies were updated
|
|
743
|
+
* dependencies
|
|
744
|
+
* @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
745
|
+
|
|
746
|
+
## [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)
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
### Features
|
|
750
|
+
|
|
751
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
752
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
753
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
754
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
755
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
756
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
757
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
758
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
759
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
760
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
761
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
762
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
763
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
764
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
765
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
766
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
767
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
768
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
769
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
770
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
771
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
772
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
773
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
774
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
775
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
776
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
### Bug Fixes
|
|
780
|
+
|
|
781
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
782
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
783
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
### Dependencies
|
|
787
|
+
|
|
788
|
+
* The following workspace dependencies were updated
|
|
789
|
+
* dependencies
|
|
790
|
+
* @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
791
|
+
|
|
792
|
+
## [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)
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
### Miscellaneous Chores
|
|
796
|
+
|
|
797
|
+
* **engine-core:** Synchronize repo versions
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
### Dependencies
|
|
801
|
+
|
|
802
|
+
* The following workspace dependencies were updated
|
|
803
|
+
* dependencies
|
|
804
|
+
* @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
805
|
+
|
|
806
|
+
## [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)
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
### Features
|
|
810
|
+
|
|
811
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
### Dependencies
|
|
815
|
+
|
|
816
|
+
* The following workspace dependencies were updated
|
|
817
|
+
* dependencies
|
|
818
|
+
* @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
819
|
+
|
|
820
|
+
## [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)
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
### Bug Fixes
|
|
824
|
+
|
|
825
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
### Dependencies
|
|
829
|
+
|
|
830
|
+
* The following workspace dependencies were updated
|
|
831
|
+
* dependencies
|
|
832
|
+
* @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
833
|
+
|
|
834
|
+
## [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)
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
### Features
|
|
838
|
+
|
|
839
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
### Dependencies
|
|
843
|
+
|
|
844
|
+
* The following workspace dependencies were updated
|
|
845
|
+
* dependencies
|
|
846
|
+
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
847
|
+
|
|
848
|
+
## [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)
|
|
4
849
|
|
|
5
850
|
|
|
6
851
|
### Miscellaneous Chores
|
|
@@ -14,7 +859,7 @@
|
|
|
14
859
|
* dependencies
|
|
15
860
|
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
861
|
|
|
17
|
-
## [0.0.3-next.8](https://github.com/
|
|
862
|
+
## [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)
|
|
18
863
|
|
|
19
864
|
|
|
20
865
|
### Miscellaneous Chores
|
|
@@ -28,7 +873,7 @@
|
|
|
28
873
|
* dependencies
|
|
29
874
|
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
30
875
|
|
|
31
|
-
## [0.0.3-next.7](https://github.com/
|
|
876
|
+
## [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)
|
|
32
877
|
|
|
33
878
|
|
|
34
879
|
### Miscellaneous Chores
|
|
@@ -42,7 +887,7 @@
|
|
|
42
887
|
* dependencies
|
|
43
888
|
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
44
889
|
|
|
45
|
-
## [0.0.3-next.6](https://github.com/
|
|
890
|
+
## [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)
|
|
46
891
|
|
|
47
892
|
|
|
48
893
|
### Miscellaneous Chores
|
|
@@ -56,12 +901,12 @@
|
|
|
56
901
|
* dependencies
|
|
57
902
|
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
58
903
|
|
|
59
|
-
## [0.0.3-next.5](https://github.com/
|
|
904
|
+
## [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)
|
|
60
905
|
|
|
61
906
|
|
|
62
907
|
### Features
|
|
63
908
|
|
|
64
|
-
* initialise context id handlers before bootstrap ([e94df44](https://github.com/
|
|
909
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
65
910
|
|
|
66
911
|
|
|
67
912
|
### Dependencies
|
|
@@ -70,13 +915,13 @@
|
|
|
70
915
|
* dependencies
|
|
71
916
|
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
72
917
|
|
|
73
|
-
## [0.0.3-next.4](https://github.com/
|
|
918
|
+
## [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)
|
|
74
919
|
|
|
75
920
|
|
|
76
921
|
### Features
|
|
77
922
|
|
|
78
|
-
* context id handlers repopulated after engine clone ([9712e32](https://github.com/
|
|
79
|
-
* interlock stop method ([3806ba7](https://github.com/
|
|
923
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
924
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
80
925
|
|
|
81
926
|
|
|
82
927
|
### Dependencies
|
|
@@ -85,12 +930,12 @@
|
|
|
85
930
|
* dependencies
|
|
86
931
|
* @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
87
932
|
|
|
88
|
-
## [0.0.3-next.3](https://github.com/
|
|
933
|
+
## [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)
|
|
89
934
|
|
|
90
935
|
|
|
91
936
|
### Bug Fixes
|
|
92
937
|
|
|
93
|
-
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/
|
|
938
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
94
939
|
|
|
95
940
|
|
|
96
941
|
### Dependencies
|
|
@@ -99,12 +944,12 @@
|
|
|
99
944
|
* dependencies
|
|
100
945
|
* @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
101
946
|
|
|
102
|
-
## [0.0.3-next.2](https://github.com/
|
|
947
|
+
## [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)
|
|
103
948
|
|
|
104
949
|
|
|
105
950
|
### Features
|
|
106
951
|
|
|
107
|
-
* close already started components on startup error ([a55a117](https://github.com/
|
|
952
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
108
953
|
|
|
109
954
|
|
|
110
955
|
### Dependencies
|
|
@@ -113,36 +958,36 @@
|
|
|
113
958
|
* dependencies
|
|
114
959
|
* @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
115
960
|
|
|
116
|
-
## [0.0.3-next.1](https://github.com/
|
|
961
|
+
## [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)
|
|
117
962
|
|
|
118
963
|
|
|
119
964
|
### Features
|
|
120
965
|
|
|
121
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
122
|
-
* add context id features ([#51](https://github.com/
|
|
123
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
124
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
125
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
126
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
127
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
128
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
129
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
130
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
131
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
132
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
133
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
134
|
-
* simplify config building ([732c871](https://github.com/
|
|
135
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
136
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
137
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
138
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
139
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
140
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
966
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
967
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
968
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
969
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
970
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
971
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
972
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
973
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
974
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
975
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
976
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
977
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
978
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
979
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
980
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
981
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
982
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
983
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
984
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
985
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
141
986
|
|
|
142
987
|
|
|
143
988
|
### Bug Fixes
|
|
144
989
|
|
|
145
|
-
* use correct instance type name ([6278486](https://github.com/
|
|
990
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
146
991
|
|
|
147
992
|
|
|
148
993
|
### Dependencies
|
|
@@ -151,12 +996,12 @@
|
|
|
151
996
|
* dependencies
|
|
152
997
|
* @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
153
998
|
|
|
154
|
-
## [0.0.2-next.26](https://github.com/
|
|
999
|
+
## [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)
|
|
155
1000
|
|
|
156
1001
|
|
|
157
1002
|
### Bug Fixes
|
|
158
1003
|
|
|
159
|
-
* use correct instance type name ([6278486](https://github.com/
|
|
1004
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
160
1005
|
|
|
161
1006
|
|
|
162
1007
|
### Dependencies
|
|
@@ -165,12 +1010,12 @@
|
|
|
165
1010
|
* dependencies
|
|
166
1011
|
* @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
167
1012
|
|
|
168
|
-
## [0.0.2-next.25](https://github.com/
|
|
1013
|
+
## [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)
|
|
169
1014
|
|
|
170
1015
|
|
|
171
1016
|
### Features
|
|
172
1017
|
|
|
173
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
1018
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
174
1019
|
|
|
175
1020
|
|
|
176
1021
|
### Dependencies
|
|
@@ -179,12 +1024,12 @@
|
|
|
179
1024
|
* dependencies
|
|
180
1025
|
* @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
181
1026
|
|
|
182
|
-
## [0.0.2-next.24](https://github.com/
|
|
1027
|
+
## [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)
|
|
183
1028
|
|
|
184
1029
|
|
|
185
1030
|
### Features
|
|
186
1031
|
|
|
187
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
1032
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
188
1033
|
|
|
189
1034
|
|
|
190
1035
|
### Dependencies
|
|
@@ -193,12 +1038,12 @@
|
|
|
193
1038
|
* dependencies
|
|
194
1039
|
* @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
195
1040
|
|
|
196
|
-
## [0.0.2-next.23](https://github.com/
|
|
1041
|
+
## [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)
|
|
197
1042
|
|
|
198
1043
|
|
|
199
1044
|
### Features
|
|
200
1045
|
|
|
201
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
1046
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
202
1047
|
|
|
203
1048
|
|
|
204
1049
|
### Dependencies
|
|
@@ -207,7 +1052,7 @@
|
|
|
207
1052
|
* dependencies
|
|
208
1053
|
* @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
209
1054
|
|
|
210
|
-
## [0.0.2-next.22](https://github.com/
|
|
1055
|
+
## [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)
|
|
211
1056
|
|
|
212
1057
|
|
|
213
1058
|
### Miscellaneous Chores
|
|
@@ -221,12 +1066,12 @@
|
|
|
221
1066
|
* dependencies
|
|
222
1067
|
* @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
223
1068
|
|
|
224
|
-
## [0.0.2-next.21](https://github.com/
|
|
1069
|
+
## [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)
|
|
225
1070
|
|
|
226
1071
|
|
|
227
1072
|
### Features
|
|
228
1073
|
|
|
229
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
1074
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
230
1075
|
|
|
231
1076
|
|
|
232
1077
|
### Dependencies
|
|
@@ -235,12 +1080,12 @@
|
|
|
235
1080
|
* dependencies
|
|
236
1081
|
* @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
237
1082
|
|
|
238
|
-
## [0.0.2-next.20](https://github.com/
|
|
1083
|
+
## [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)
|
|
239
1084
|
|
|
240
1085
|
|
|
241
1086
|
### Features
|
|
242
1087
|
|
|
243
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
1088
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
244
1089
|
|
|
245
1090
|
|
|
246
1091
|
### Dependencies
|
|
@@ -249,12 +1094,12 @@
|
|
|
249
1094
|
* dependencies
|
|
250
1095
|
* @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
251
1096
|
|
|
252
|
-
## [0.0.2-next.19](https://github.com/
|
|
1097
|
+
## [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)
|
|
253
1098
|
|
|
254
1099
|
|
|
255
1100
|
### Features
|
|
256
1101
|
|
|
257
|
-
* simplify config building ([732c871](https://github.com/
|
|
1102
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
258
1103
|
|
|
259
1104
|
|
|
260
1105
|
### Dependencies
|
|
@@ -263,12 +1108,12 @@
|
|
|
263
1108
|
* dependencies
|
|
264
1109
|
* @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
265
1110
|
|
|
266
|
-
## [0.0.2-next.18](https://github.com/
|
|
1111
|
+
## [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)
|
|
267
1112
|
|
|
268
1113
|
|
|
269
1114
|
### Features
|
|
270
1115
|
|
|
271
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
1116
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
272
1117
|
|
|
273
1118
|
|
|
274
1119
|
### Dependencies
|
|
@@ -277,7 +1122,7 @@
|
|
|
277
1122
|
* dependencies
|
|
278
1123
|
* @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
279
1124
|
|
|
280
|
-
## [0.0.2-next.17](https://github.com/
|
|
1125
|
+
## [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)
|
|
281
1126
|
|
|
282
1127
|
|
|
283
1128
|
### Miscellaneous Chores
|
|
@@ -291,7 +1136,7 @@
|
|
|
291
1136
|
* dependencies
|
|
292
1137
|
* @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
293
1138
|
|
|
294
|
-
## [0.0.2-next.16](https://github.com/
|
|
1139
|
+
## [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)
|
|
295
1140
|
|
|
296
1141
|
|
|
297
1142
|
### Miscellaneous Chores
|
|
@@ -305,7 +1150,7 @@
|
|
|
305
1150
|
* dependencies
|
|
306
1151
|
* @twin.org/engine-models bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
307
1152
|
|
|
308
|
-
## [0.0.2-next.15](https://github.com/
|
|
1153
|
+
## [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)
|
|
309
1154
|
|
|
310
1155
|
|
|
311
1156
|
### Miscellaneous Chores
|
|
@@ -319,7 +1164,7 @@
|
|
|
319
1164
|
* dependencies
|
|
320
1165
|
* @twin.org/engine-models bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
321
1166
|
|
|
322
|
-
## [0.0.2-next.14](https://github.com/
|
|
1167
|
+
## [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)
|
|
323
1168
|
|
|
324
1169
|
|
|
325
1170
|
### Miscellaneous Chores
|
|
@@ -333,7 +1178,7 @@
|
|
|
333
1178
|
* dependencies
|
|
334
1179
|
* @twin.org/engine-models bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
335
1180
|
|
|
336
|
-
## [0.0.2-next.13](https://github.com/
|
|
1181
|
+
## [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)
|
|
337
1182
|
|
|
338
1183
|
|
|
339
1184
|
### Miscellaneous Chores
|
|
@@ -347,12 +1192,12 @@
|
|
|
347
1192
|
* dependencies
|
|
348
1193
|
* @twin.org/engine-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
349
1194
|
|
|
350
|
-
## [0.0.2-next.12](https://github.com/
|
|
1195
|
+
## [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)
|
|
351
1196
|
|
|
352
1197
|
|
|
353
1198
|
### Features
|
|
354
1199
|
|
|
355
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
1200
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
356
1201
|
|
|
357
1202
|
|
|
358
1203
|
### Dependencies
|
|
@@ -361,12 +1206,12 @@
|
|
|
361
1206
|
* dependencies
|
|
362
1207
|
* @twin.org/engine-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
363
1208
|
|
|
364
|
-
## [0.0.2-next.11](https://github.com/
|
|
1209
|
+
## [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)
|
|
365
1210
|
|
|
366
1211
|
|
|
367
1212
|
### Features
|
|
368
1213
|
|
|
369
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
1214
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
370
1215
|
|
|
371
1216
|
|
|
372
1217
|
### Dependencies
|
|
@@ -375,7 +1220,7 @@
|
|
|
375
1220
|
* dependencies
|
|
376
1221
|
* @twin.org/engine-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
377
1222
|
|
|
378
|
-
## [0.0.2-next.10](https://github.com/
|
|
1223
|
+
## [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)
|
|
379
1224
|
|
|
380
1225
|
|
|
381
1226
|
### Miscellaneous Chores
|
|
@@ -389,12 +1234,12 @@
|
|
|
389
1234
|
* dependencies
|
|
390
1235
|
* @twin.org/engine-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
391
1236
|
|
|
392
|
-
## [0.0.2-next.9](https://github.com/
|
|
1237
|
+
## [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)
|
|
393
1238
|
|
|
394
1239
|
|
|
395
1240
|
### Features
|
|
396
1241
|
|
|
397
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
1242
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
398
1243
|
|
|
399
1244
|
|
|
400
1245
|
### Dependencies
|
|
@@ -403,7 +1248,7 @@
|
|
|
403
1248
|
* dependencies
|
|
404
1249
|
* @twin.org/engine-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
405
1250
|
|
|
406
|
-
## [0.0.2-next.8](https://github.com/
|
|
1251
|
+
## [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)
|
|
407
1252
|
|
|
408
1253
|
|
|
409
1254
|
### Miscellaneous Chores
|
|
@@ -417,12 +1262,12 @@
|
|
|
417
1262
|
* dependencies
|
|
418
1263
|
* @twin.org/engine-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
419
1264
|
|
|
420
|
-
## [0.0.2-next.7](https://github.com/
|
|
1265
|
+
## [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)
|
|
421
1266
|
|
|
422
1267
|
|
|
423
1268
|
### Features
|
|
424
1269
|
|
|
425
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
1270
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
426
1271
|
|
|
427
1272
|
|
|
428
1273
|
### Dependencies
|
|
@@ -431,12 +1276,12 @@
|
|
|
431
1276
|
* dependencies
|
|
432
1277
|
* @twin.org/engine-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
433
1278
|
|
|
434
|
-
## [0.0.2-next.6](https://github.com/
|
|
1279
|
+
## [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)
|
|
435
1280
|
|
|
436
1281
|
|
|
437
1282
|
### Features
|
|
438
1283
|
|
|
439
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
1284
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
440
1285
|
|
|
441
1286
|
|
|
442
1287
|
### Dependencies
|
|
@@ -445,12 +1290,12 @@
|
|
|
445
1290
|
* dependencies
|
|
446
1291
|
* @twin.org/engine-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
447
1292
|
|
|
448
|
-
## [0.0.2-next.5](https://github.com/
|
|
1293
|
+
## [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)
|
|
449
1294
|
|
|
450
1295
|
|
|
451
1296
|
### Features
|
|
452
1297
|
|
|
453
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
1298
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
454
1299
|
|
|
455
1300
|
|
|
456
1301
|
### Dependencies
|
|
@@ -459,12 +1304,12 @@
|
|
|
459
1304
|
* dependencies
|
|
460
1305
|
* @twin.org/engine-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
461
1306
|
|
|
462
|
-
## [0.0.2-next.4](https://github.com/
|
|
1307
|
+
## [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)
|
|
463
1308
|
|
|
464
1309
|
|
|
465
1310
|
### Features
|
|
466
1311
|
|
|
467
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
1312
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
468
1313
|
|
|
469
1314
|
|
|
470
1315
|
### Dependencies
|
|
@@ -473,7 +1318,7 @@
|
|
|
473
1318
|
* dependencies
|
|
474
1319
|
* @twin.org/engine-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
475
1320
|
|
|
476
|
-
## [0.0.2-next.3](https://github.com/
|
|
1321
|
+
## [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)
|
|
477
1322
|
|
|
478
1323
|
|
|
479
1324
|
### Miscellaneous Chores
|
|
@@ -487,7 +1332,7 @@
|
|
|
487
1332
|
* dependencies
|
|
488
1333
|
* @twin.org/engine-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
489
1334
|
|
|
490
|
-
## [0.0.2-next.2](https://github.com/
|
|
1335
|
+
## [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)
|
|
491
1336
|
|
|
492
1337
|
|
|
493
1338
|
### Miscellaneous Chores
|
|
@@ -501,16 +1346,16 @@
|
|
|
501
1346
|
* dependencies
|
|
502
1347
|
* @twin.org/engine-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
503
1348
|
|
|
504
|
-
## [0.0.2-next.1](https://github.com/
|
|
1349
|
+
## [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)
|
|
505
1350
|
|
|
506
1351
|
|
|
507
1352
|
### Features
|
|
508
1353
|
|
|
509
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
510
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
511
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
512
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
513
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1354
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1355
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1356
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
1357
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1358
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
514
1359
|
|
|
515
1360
|
|
|
516
1361
|
### Dependencies
|
|
@@ -524,12 +1369,12 @@
|
|
|
524
1369
|
|
|
525
1370
|
### Features
|
|
526
1371
|
|
|
527
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
528
|
-
* release to production ([3a4acd1](https://github.com/
|
|
529
|
-
* release to production ([5559958](https://github.com/
|
|
530
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
531
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
532
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1372
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1373
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
1374
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
1375
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
1376
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1377
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
533
1378
|
|
|
534
1379
|
|
|
535
1380
|
### Dependencies
|
|
@@ -538,7 +1383,7 @@
|
|
|
538
1383
|
* dependencies
|
|
539
1384
|
* @twin.org/engine-models bumped from 0.0.1-next.84 to 0.0.1
|
|
540
1385
|
|
|
541
|
-
## [0.0.1-next.84](https://github.com/
|
|
1386
|
+
## [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)
|
|
542
1387
|
|
|
543
1388
|
|
|
544
1389
|
### Miscellaneous Chores
|
|
@@ -552,15 +1397,15 @@
|
|
|
552
1397
|
* dependencies
|
|
553
1398
|
* @twin.org/engine-models bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
554
1399
|
|
|
555
|
-
## [0.0.1-next.83](https://github.com/
|
|
1400
|
+
## [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)
|
|
556
1401
|
|
|
557
1402
|
|
|
558
1403
|
### Features
|
|
559
1404
|
|
|
560
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
561
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
562
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
563
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1405
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1406
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
1407
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1408
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
564
1409
|
|
|
565
1410
|
|
|
566
1411
|
### Dependencies
|
|
@@ -569,7 +1414,7 @@
|
|
|
569
1414
|
* dependencies
|
|
570
1415
|
* @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
571
1416
|
|
|
572
|
-
## [0.0.1-next.81](https://github.com/
|
|
1417
|
+
## [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)
|
|
573
1418
|
|
|
574
1419
|
|
|
575
1420
|
### Miscellaneous Chores
|
|
@@ -583,7 +1428,7 @@
|
|
|
583
1428
|
* dependencies
|
|
584
1429
|
* @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
585
1430
|
|
|
586
|
-
## [0.0.1-next.80](https://github.com/
|
|
1431
|
+
## [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)
|
|
587
1432
|
|
|
588
1433
|
|
|
589
1434
|
### Miscellaneous Chores
|
|
@@ -597,7 +1442,7 @@
|
|
|
597
1442
|
* dependencies
|
|
598
1443
|
* @twin.org/engine-models bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
599
1444
|
|
|
600
|
-
## [0.0.1-next.79](https://github.com/
|
|
1445
|
+
## [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)
|
|
601
1446
|
|
|
602
1447
|
|
|
603
1448
|
### Miscellaneous Chores
|
|
@@ -611,7 +1456,7 @@
|
|
|
611
1456
|
* dependencies
|
|
612
1457
|
* @twin.org/engine-models bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
613
1458
|
|
|
614
|
-
## [0.0.1-next.78](https://github.com/
|
|
1459
|
+
## [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)
|
|
615
1460
|
|
|
616
1461
|
|
|
617
1462
|
### Miscellaneous Chores
|
|
@@ -625,7 +1470,7 @@
|
|
|
625
1470
|
* dependencies
|
|
626
1471
|
* @twin.org/engine-models bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
627
1472
|
|
|
628
|
-
## [0.0.1-next.77](https://github.com/
|
|
1473
|
+
## [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)
|
|
629
1474
|
|
|
630
1475
|
|
|
631
1476
|
### Miscellaneous Chores
|
|
@@ -639,12 +1484,12 @@
|
|
|
639
1484
|
* dependencies
|
|
640
1485
|
* @twin.org/engine-models bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
641
1486
|
|
|
642
|
-
## [0.0.1-next.76](https://github.com/
|
|
1487
|
+
## [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)
|
|
643
1488
|
|
|
644
1489
|
|
|
645
1490
|
### Features
|
|
646
1491
|
|
|
647
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1492
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
648
1493
|
|
|
649
1494
|
|
|
650
1495
|
### Dependencies
|
|
@@ -653,7 +1498,7 @@
|
|
|
653
1498
|
* dependencies
|
|
654
1499
|
* @twin.org/engine-models bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
655
1500
|
|
|
656
|
-
## [0.0.1-next.75](https://github.com/
|
|
1501
|
+
## [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)
|
|
657
1502
|
|
|
658
1503
|
|
|
659
1504
|
### Miscellaneous Chores
|
|
@@ -667,7 +1512,7 @@
|
|
|
667
1512
|
* dependencies
|
|
668
1513
|
* @twin.org/engine-models bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
669
1514
|
|
|
670
|
-
## [0.0.1-next.74](https://github.com/
|
|
1515
|
+
## [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)
|
|
671
1516
|
|
|
672
1517
|
|
|
673
1518
|
### Miscellaneous Chores
|
|
@@ -681,12 +1526,12 @@
|
|
|
681
1526
|
* dependencies
|
|
682
1527
|
* @twin.org/engine-models bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
683
1528
|
|
|
684
|
-
## [0.0.1-next.73](https://github.com/
|
|
1529
|
+
## [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)
|
|
685
1530
|
|
|
686
1531
|
|
|
687
1532
|
### Features
|
|
688
1533
|
|
|
689
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
1534
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
690
1535
|
|
|
691
1536
|
|
|
692
1537
|
### Dependencies
|
|
@@ -695,13 +1540,13 @@
|
|
|
695
1540
|
* dependencies
|
|
696
1541
|
* @twin.org/engine-models bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
697
1542
|
|
|
698
|
-
## [0.0.1-next.72](https://github.com/
|
|
1543
|
+
## [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)
|
|
699
1544
|
|
|
700
1545
|
|
|
701
1546
|
### Features
|
|
702
1547
|
|
|
703
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
704
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1548
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1549
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
705
1550
|
|
|
706
1551
|
|
|
707
1552
|
### Dependencies
|
|
@@ -710,7 +1555,7 @@
|
|
|
710
1555
|
* dependencies
|
|
711
1556
|
* @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
712
1557
|
|
|
713
|
-
## [0.0.1-next.71](https://github.com/
|
|
1558
|
+
## [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)
|
|
714
1559
|
|
|
715
1560
|
|
|
716
1561
|
### Miscellaneous Chores
|
|
@@ -724,7 +1569,7 @@
|
|
|
724
1569
|
* dependencies
|
|
725
1570
|
* @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
726
1571
|
|
|
727
|
-
## [0.0.1-next.70](https://github.com/
|
|
1572
|
+
## [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)
|
|
728
1573
|
|
|
729
1574
|
|
|
730
1575
|
### Miscellaneous Chores
|
|
@@ -738,7 +1583,7 @@
|
|
|
738
1583
|
* dependencies
|
|
739
1584
|
* @twin.org/engine-models bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
740
1585
|
|
|
741
|
-
## [0.0.1-next.69](https://github.com/
|
|
1586
|
+
## [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)
|
|
742
1587
|
|
|
743
1588
|
|
|
744
1589
|
### Miscellaneous Chores
|
|
@@ -752,12 +1597,12 @@
|
|
|
752
1597
|
* dependencies
|
|
753
1598
|
* @twin.org/engine-models bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
754
1599
|
|
|
755
|
-
## [0.0.1-next.68](https://github.com/
|
|
1600
|
+
## [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)
|
|
756
1601
|
|
|
757
1602
|
|
|
758
1603
|
### Features
|
|
759
1604
|
|
|
760
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1605
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
761
1606
|
|
|
762
1607
|
|
|
763
1608
|
### Dependencies
|
|
@@ -766,12 +1611,12 @@
|
|
|
766
1611
|
* dependencies
|
|
767
1612
|
* @twin.org/engine-models bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
768
1613
|
|
|
769
|
-
## [0.0.1-next.67](https://github.com/
|
|
1614
|
+
## [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)
|
|
770
1615
|
|
|
771
1616
|
|
|
772
1617
|
### Features
|
|
773
1618
|
|
|
774
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1619
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
775
1620
|
|
|
776
1621
|
|
|
777
1622
|
### Dependencies
|