@twin.org/engine-types 0.0.3-next.31 → 0.0.3-next.33
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/dist/es/components/automation.js +41 -0
- package/dist/es/components/automation.js.map +1 -0
- package/dist/es/components/automationAction.js +27 -0
- package/dist/es/components/automationAction.js.map +1 -0
- package/dist/es/index.js +6 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IEngineConfig.js.map +1 -1
- package/dist/es/models/config/automationActionConfig.js +2 -0
- package/dist/es/models/config/automationActionConfig.js.map +1 -0
- package/dist/es/models/config/automationComponentConfig.js +2 -0
- package/dist/es/models/config/automationComponentConfig.js.map +1 -0
- package/dist/es/models/types/automationActionType.js +13 -0
- package/dist/es/models/types/automationActionType.js.map +1 -0
- package/dist/es/models/types/automationComponentType.js +17 -0
- package/dist/es/models/types/automationComponentType.js.map +1 -0
- package/dist/types/components/automation.d.ts +12 -0
- package/dist/types/components/automationAction.d.ts +12 -0
- package/dist/types/index.d.ts +6 -0
- package/dist/types/models/IEngineConfig.d.ts +10 -0
- package/dist/types/models/config/automationActionConfig.d.ts +9 -0
- package/dist/types/models/config/automationComponentConfig.d.ts +13 -0
- package/dist/types/models/types/automationActionType.d.ts +13 -0
- package/dist/types/models/types/automationComponentType.d.ts +17 -0
- package/docs/changelog.md +309 -279
- package/docs/reference/functions/initialiseAutomationAction.md +31 -0
- package/docs/reference/functions/initialiseAutomationComponent.md +31 -0
- package/docs/reference/index.md +8 -0
- package/docs/reference/interfaces/IEngineConfig.md +12 -0
- package/docs/reference/type-aliases/AutomationActionConfig.md +17 -0
- package/docs/reference/type-aliases/AutomationActionType.md +5 -0
- package/docs/reference/type-aliases/AutomationComponentConfig.md +5 -0
- package/docs/reference/type-aliases/AutomationComponentType.md +5 -0
- package/docs/reference/variables/AutomationActionType.md +13 -0
- package/docs/reference/variables/AutomationComponentType.md +19 -0
- package/package.json +7 -3
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,41 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.33](https://github.com/twinfoundation/twin-engine/compare/engine-types-v0.0.3-next.32...engine-types-v0.0.3-next.33) (2026-05-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **engine-types:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/engine-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
16
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
17
|
+
|
|
18
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.31...engine-types-v0.0.3-next.32) (2026-04-24)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Dependencies
|
|
27
|
+
|
|
28
|
+
* The following workspace dependencies were updated
|
|
29
|
+
* dependencies
|
|
30
|
+
* @twin.org/engine-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
31
|
+
* @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
32
|
+
|
|
33
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.30...engine-types-v0.0.3-next.31) (2026-04-22)
|
|
4
34
|
|
|
5
35
|
|
|
6
36
|
### Bug Fixes
|
|
7
37
|
|
|
8
|
-
* align Control Plane TransferProcess partition with Data Plane ([#102](https://github.com/
|
|
38
|
+
* align Control Plane TransferProcess partition with Data Plane ([#102](https://github.com/iotaledger/twin-engine/issues/102)) ([b651361](https://github.com/iotaledger/twin-engine/commit/b651361ffd648bdeea10a049414b878272c9ae4d))
|
|
9
39
|
|
|
10
40
|
|
|
11
41
|
### Dependencies
|
|
@@ -15,12 +45,12 @@
|
|
|
15
45
|
* @twin.org/engine-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
16
46
|
* @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
17
47
|
|
|
18
|
-
## [0.0.3-next.30](https://github.com/
|
|
48
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.29...engine-types-v0.0.3-next.30) (2026-04-16)
|
|
19
49
|
|
|
20
50
|
|
|
21
51
|
### Features
|
|
22
52
|
|
|
23
|
-
* add notarization ([#98](https://github.com/
|
|
53
|
+
* add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
|
|
24
54
|
|
|
25
55
|
|
|
26
56
|
### Dependencies
|
|
@@ -30,7 +60,7 @@
|
|
|
30
60
|
* @twin.org/engine-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
31
61
|
* @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
32
62
|
|
|
33
|
-
## [0.0.3-next.29](https://github.com/
|
|
63
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.28...engine-types-v0.0.3-next.29) (2026-04-14)
|
|
34
64
|
|
|
35
65
|
|
|
36
66
|
### Miscellaneous Chores
|
|
@@ -45,12 +75,12 @@
|
|
|
45
75
|
* @twin.org/engine-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
46
76
|
* @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
47
77
|
|
|
48
|
-
## [0.0.3-next.28](https://github.com/
|
|
78
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.27...engine-types-v0.0.3-next.28) (2026-04-10)
|
|
49
79
|
|
|
50
80
|
|
|
51
81
|
### Features
|
|
52
82
|
|
|
53
|
-
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/
|
|
83
|
+
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
|
|
54
84
|
|
|
55
85
|
|
|
56
86
|
### Dependencies
|
|
@@ -60,12 +90,12 @@
|
|
|
60
90
|
* @twin.org/engine-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
61
91
|
* @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
62
92
|
|
|
63
|
-
## [0.0.3-next.27](https://github.com/
|
|
93
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.26...engine-types-v0.0.3-next.27) (2026-03-20)
|
|
64
94
|
|
|
65
95
|
|
|
66
96
|
### Features
|
|
67
97
|
|
|
68
|
-
* update dependencies ([e6ebe42](https://github.com/
|
|
98
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
69
99
|
|
|
70
100
|
|
|
71
101
|
### Dependencies
|
|
@@ -75,12 +105,12 @@
|
|
|
75
105
|
* @twin.org/engine-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
76
106
|
* @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
77
107
|
|
|
78
|
-
## [0.0.3-next.26](https://github.com/
|
|
108
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.25...engine-types-v0.0.3-next.26) (2026-03-05)
|
|
79
109
|
|
|
80
110
|
|
|
81
111
|
### Bug Fixes
|
|
82
112
|
|
|
83
|
-
* use custom instance type for entity storage registration ([#90](https://github.com/
|
|
113
|
+
* use custom instance type for entity storage registration ([#90](https://github.com/iotaledger/twin-engine/issues/90)) ([2c23995](https://github.com/iotaledger/twin-engine/commit/2c239953dab4510a4cf97063ee90d048210bf4a6))
|
|
84
114
|
|
|
85
115
|
|
|
86
116
|
### Dependencies
|
|
@@ -90,12 +120,12 @@
|
|
|
90
120
|
* @twin.org/engine-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
91
121
|
* @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
92
122
|
|
|
93
|
-
## [0.0.3-next.25](https://github.com/
|
|
123
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.24...engine-types-v0.0.3-next.25) (2026-03-02)
|
|
94
124
|
|
|
95
125
|
|
|
96
126
|
### Features
|
|
97
127
|
|
|
98
|
-
* replace unified data space connector with control plane and data plane components ([#78](https://github.com/
|
|
128
|
+
* replace unified data space connector with control plane and data plane components ([#78](https://github.com/iotaledger/twin-engine/issues/78)) ([a6ebace](https://github.com/iotaledger/twin-engine/commit/a6ebace389dafe754a3ca0827999966b5a101a59))
|
|
99
129
|
|
|
100
130
|
|
|
101
131
|
### Dependencies
|
|
@@ -105,7 +135,7 @@
|
|
|
105
135
|
* @twin.org/engine-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
106
136
|
* @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
107
137
|
|
|
108
|
-
## [0.0.3-next.24](https://github.com/
|
|
138
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.23...engine-types-v0.0.3-next.24) (2026-02-26)
|
|
109
139
|
|
|
110
140
|
|
|
111
141
|
### Miscellaneous Chores
|
|
@@ -120,62 +150,62 @@
|
|
|
120
150
|
* @twin.org/engine-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
121
151
|
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
122
152
|
|
|
123
|
-
## [0.0.3-next.23](https://github.com/
|
|
153
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.22...engine-types-v0.0.3-next.23) (2026-02-23)
|
|
124
154
|
|
|
125
155
|
|
|
126
156
|
### Features
|
|
127
157
|
|
|
128
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
129
|
-
* add context id features ([#51](https://github.com/
|
|
130
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
131
|
-
* add data space connector ([a824d99](https://github.com/
|
|
132
|
-
* add engine type helper for config lookups ([a20a398](https://github.com/
|
|
133
|
-
* add engine type helper for config lookups ([7d5eeef](https://github.com/
|
|
134
|
-
* add entity storage to task scheduler ([da4dc0f](https://github.com/
|
|
135
|
-
* add fed cat filters ([a52cbf1](https://github.com/
|
|
136
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
137
|
-
* add hosting component ([#70](https://github.com/
|
|
138
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
139
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
140
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
141
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
142
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
143
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
144
|
-
* add task scheduler ([0951107](https://github.com/
|
|
145
|
-
* add trust and rights management plugins ([eea0807](https://github.com/
|
|
146
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
147
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
148
|
-
* close already started components on startup error ([a55a117](https://github.com/
|
|
149
|
-
* context id handlers repopulated after engine clone ([9712e32](https://github.com/
|
|
150
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
151
|
-
* improve startup error handling ([#65](https://github.com/
|
|
152
|
-
* inject logging into immutable proof ([#60](https://github.com/
|
|
153
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
154
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
155
|
-
* multi instance component support ([#83](https://github.com/
|
|
156
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
157
|
-
* regular dependencies ([c95095f](https://github.com/
|
|
158
|
-
* remove additional identity auth components ([409b2e6](https://github.com/
|
|
159
|
-
* remove authentication generator components ([#67](https://github.com/
|
|
160
|
-
* remove dap and darp ([d568c4f](https://github.com/
|
|
161
|
-
* simplify config building ([732c871](https://github.com/
|
|
162
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
163
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
164
|
-
* update dependencies ([034adac](https://github.com/
|
|
165
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
166
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
167
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
168
|
-
* update rights management components ([#74](https://github.com/
|
|
169
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
170
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
171
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
172
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
158
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
159
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
160
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
161
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
162
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
163
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
164
|
+
* add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
|
|
165
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
166
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
167
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
168
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
169
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
170
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
171
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
172
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
173
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
174
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
175
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
176
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
177
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
178
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
179
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
180
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
181
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
182
|
+
* inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
|
|
183
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
184
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
185
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
186
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
187
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
188
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
189
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
190
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
191
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
192
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
193
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
194
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
195
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
196
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
197
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
198
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
199
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
200
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
201
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
202
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
173
203
|
|
|
174
204
|
|
|
175
205
|
### Bug Fixes
|
|
176
206
|
|
|
177
|
-
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/
|
|
178
|
-
* missing dependency ([e8147fb](https://github.com/
|
|
207
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
208
|
+
* missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
|
|
179
209
|
|
|
180
210
|
|
|
181
211
|
### Dependencies
|
|
@@ -185,7 +215,7 @@
|
|
|
185
215
|
* @twin.org/engine-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
186
216
|
* @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
187
217
|
|
|
188
|
-
## [0.0.3-next.22](https://github.com/
|
|
218
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.21...engine-types-v0.0.3-next.22) (2026-02-23)
|
|
189
219
|
|
|
190
220
|
|
|
191
221
|
### Miscellaneous Chores
|
|
@@ -200,12 +230,12 @@
|
|
|
200
230
|
* @twin.org/engine-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
201
231
|
* @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
202
232
|
|
|
203
|
-
## [0.0.3-next.21](https://github.com/
|
|
233
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.20...engine-types-v0.0.3-next.21) (2026-02-13)
|
|
204
234
|
|
|
205
235
|
|
|
206
236
|
### Features
|
|
207
237
|
|
|
208
|
-
* multi instance component support ([#83](https://github.com/
|
|
238
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
209
239
|
|
|
210
240
|
|
|
211
241
|
### Dependencies
|
|
@@ -215,7 +245,7 @@
|
|
|
215
245
|
* @twin.org/engine-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
216
246
|
* @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
217
247
|
|
|
218
|
-
## [0.0.3-next.20](https://github.com/
|
|
248
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.19...engine-types-v0.0.3-next.20) (2026-02-06)
|
|
219
249
|
|
|
220
250
|
|
|
221
251
|
### Miscellaneous Chores
|
|
@@ -230,7 +260,7 @@
|
|
|
230
260
|
* @twin.org/engine-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
231
261
|
* @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
232
262
|
|
|
233
|
-
## [0.0.3-next.19](https://github.com/
|
|
263
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.18...engine-types-v0.0.3-next.19) (2026-02-05)
|
|
234
264
|
|
|
235
265
|
|
|
236
266
|
### Miscellaneous Chores
|
|
@@ -245,7 +275,7 @@
|
|
|
245
275
|
* @twin.org/engine-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
246
276
|
* @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
247
277
|
|
|
248
|
-
## [0.0.3-next.18](https://github.com/
|
|
278
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.17...engine-types-v0.0.3-next.18) (2026-02-04)
|
|
249
279
|
|
|
250
280
|
|
|
251
281
|
### Miscellaneous Chores
|
|
@@ -260,12 +290,12 @@
|
|
|
260
290
|
* @twin.org/engine-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
261
291
|
* @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
262
292
|
|
|
263
|
-
## [0.0.3-next.17](https://github.com/
|
|
293
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.16...engine-types-v0.0.3-next.17) (2026-02-02)
|
|
264
294
|
|
|
265
295
|
|
|
266
296
|
### Features
|
|
267
297
|
|
|
268
|
-
* update rights management components ([#74](https://github.com/
|
|
298
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
269
299
|
|
|
270
300
|
|
|
271
301
|
### Dependencies
|
|
@@ -275,12 +305,12 @@
|
|
|
275
305
|
* @twin.org/engine-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
276
306
|
* @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
277
307
|
|
|
278
|
-
## [0.0.3-next.16](https://github.com/
|
|
308
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.15...engine-types-v0.0.3-next.16) (2026-01-28)
|
|
279
309
|
|
|
280
310
|
|
|
281
311
|
### Features
|
|
282
312
|
|
|
283
|
-
* remove dap and darp ([d568c4f](https://github.com/
|
|
313
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
284
314
|
|
|
285
315
|
|
|
286
316
|
### Dependencies
|
|
@@ -290,12 +320,12 @@
|
|
|
290
320
|
* @twin.org/engine-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
291
321
|
* @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
292
322
|
|
|
293
|
-
## [0.0.3-next.15](https://github.com/
|
|
323
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.14...engine-types-v0.0.3-next.15) (2026-01-26)
|
|
294
324
|
|
|
295
325
|
|
|
296
326
|
### Features
|
|
297
327
|
|
|
298
|
-
* add hosting component ([#70](https://github.com/
|
|
328
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
299
329
|
|
|
300
330
|
|
|
301
331
|
### Dependencies
|
|
@@ -305,57 +335,57 @@
|
|
|
305
335
|
* @twin.org/engine-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
306
336
|
* @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
307
337
|
|
|
308
|
-
## [0.0.3-next.14](https://github.com/
|
|
338
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.13...engine-types-v0.0.3-next.14) (2026-01-19)
|
|
309
339
|
|
|
310
340
|
|
|
311
341
|
### Features
|
|
312
342
|
|
|
313
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
314
|
-
* add context id features ([#51](https://github.com/
|
|
315
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
316
|
-
* add data space connector ([a824d99](https://github.com/
|
|
317
|
-
* add engine type helper for config lookups ([a20a398](https://github.com/
|
|
318
|
-
* add engine type helper for config lookups ([7d5eeef](https://github.com/
|
|
319
|
-
* add fed cat filters ([a52cbf1](https://github.com/
|
|
320
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
321
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
322
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
323
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
324
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
325
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
326
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
327
|
-
* add task scheduler ([0951107](https://github.com/
|
|
328
|
-
* add trust and rights management plugins ([eea0807](https://github.com/
|
|
329
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
330
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
331
|
-
* close already started components on startup error ([a55a117](https://github.com/
|
|
332
|
-
* context id handlers repopulated after engine clone ([9712e32](https://github.com/
|
|
333
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
334
|
-
* improve startup error handling ([#65](https://github.com/
|
|
335
|
-
* inject logging into immutable proof ([#60](https://github.com/
|
|
336
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
337
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
338
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
339
|
-
* regular dependencies ([c95095f](https://github.com/
|
|
340
|
-
* remove additional identity auth components ([409b2e6](https://github.com/
|
|
341
|
-
* remove authentication generator components ([#67](https://github.com/
|
|
342
|
-
* simplify config building ([732c871](https://github.com/
|
|
343
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
344
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
345
|
-
* update dependencies ([034adac](https://github.com/
|
|
346
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
347
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
348
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
349
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
350
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
351
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
352
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
343
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
344
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
345
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
346
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
347
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
348
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
349
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
350
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
351
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
352
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
353
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
354
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
355
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
356
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
357
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
358
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
359
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
360
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
361
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
362
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
363
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
364
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
365
|
+
* inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
|
|
366
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
367
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
368
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
369
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
370
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
371
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
372
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
373
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
374
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
375
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
376
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
377
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
378
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
379
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
380
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
381
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
382
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
353
383
|
|
|
354
384
|
|
|
355
385
|
### Bug Fixes
|
|
356
386
|
|
|
357
|
-
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/
|
|
358
|
-
* missing dependency ([e8147fb](https://github.com/
|
|
387
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
388
|
+
* missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
|
|
359
389
|
|
|
360
390
|
|
|
361
391
|
### Dependencies
|
|
@@ -365,12 +395,12 @@
|
|
|
365
395
|
* @twin.org/engine-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
366
396
|
* @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
367
397
|
|
|
368
|
-
## [0.0.3-next.13](https://github.com/
|
|
398
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.12...engine-types-v0.0.3-next.13) (2026-01-19)
|
|
369
399
|
|
|
370
400
|
|
|
371
401
|
### Features
|
|
372
402
|
|
|
373
|
-
* remove authentication generator components ([#67](https://github.com/
|
|
403
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
374
404
|
|
|
375
405
|
|
|
376
406
|
### Dependencies
|
|
@@ -380,12 +410,12 @@
|
|
|
380
410
|
* @twin.org/engine-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
381
411
|
* @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
382
412
|
|
|
383
|
-
## [0.0.3-next.12](https://github.com/
|
|
413
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.11...engine-types-v0.0.3-next.12) (2026-01-19)
|
|
384
414
|
|
|
385
415
|
|
|
386
416
|
### Features
|
|
387
417
|
|
|
388
|
-
* improve startup error handling ([#65](https://github.com/
|
|
418
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
389
419
|
|
|
390
420
|
|
|
391
421
|
### Dependencies
|
|
@@ -395,7 +425,7 @@
|
|
|
395
425
|
* @twin.org/engine-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
396
426
|
* @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
397
427
|
|
|
398
|
-
## [0.0.3-next.11](https://github.com/
|
|
428
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.10...engine-types-v0.0.3-next.11) (2026-01-16)
|
|
399
429
|
|
|
400
430
|
|
|
401
431
|
### Miscellaneous Chores
|
|
@@ -410,7 +440,7 @@
|
|
|
410
440
|
* @twin.org/engine-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
411
441
|
* @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
412
442
|
|
|
413
|
-
## [0.0.3-next.10](https://github.com/
|
|
443
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.9...engine-types-v0.0.3-next.10) (2026-01-13)
|
|
414
444
|
|
|
415
445
|
|
|
416
446
|
### Miscellaneous Chores
|
|
@@ -425,12 +455,12 @@
|
|
|
425
455
|
* @twin.org/engine-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
426
456
|
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
427
457
|
|
|
428
|
-
## [0.0.3-next.9](https://github.com/
|
|
458
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.8...engine-types-v0.0.3-next.9) (2026-01-07)
|
|
429
459
|
|
|
430
460
|
|
|
431
461
|
### Features
|
|
432
462
|
|
|
433
|
-
* inject logging into immutable proof ([#60](https://github.com/
|
|
463
|
+
* inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
|
|
434
464
|
|
|
435
465
|
|
|
436
466
|
### Dependencies
|
|
@@ -440,12 +470,12 @@
|
|
|
440
470
|
* @twin.org/engine-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
441
471
|
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
442
472
|
|
|
443
|
-
## [0.0.3-next.8](https://github.com/
|
|
473
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.7...engine-types-v0.0.3-next.8) (2026-01-06)
|
|
444
474
|
|
|
445
475
|
|
|
446
476
|
### Features
|
|
447
477
|
|
|
448
|
-
* update dependencies ([034adac](https://github.com/
|
|
478
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
449
479
|
|
|
450
480
|
|
|
451
481
|
### Dependencies
|
|
@@ -455,12 +485,12 @@
|
|
|
455
485
|
* @twin.org/engine-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
456
486
|
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
457
487
|
|
|
458
|
-
## [0.0.3-next.7](https://github.com/
|
|
488
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.6...engine-types-v0.0.3-next.7) (2025-12-04)
|
|
459
489
|
|
|
460
490
|
|
|
461
491
|
### Features
|
|
462
492
|
|
|
463
|
-
* add trust and rights management plugins ([eea0807](https://github.com/
|
|
493
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
464
494
|
|
|
465
495
|
|
|
466
496
|
### Dependencies
|
|
@@ -470,12 +500,12 @@
|
|
|
470
500
|
* @twin.org/engine-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
471
501
|
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
472
502
|
|
|
473
|
-
## [0.0.3-next.6](https://github.com/
|
|
503
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.5...engine-types-v0.0.3-next.6) (2025-11-28)
|
|
474
504
|
|
|
475
505
|
|
|
476
506
|
### Features
|
|
477
507
|
|
|
478
|
-
* add fed cat filters ([a52cbf1](https://github.com/
|
|
508
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
479
509
|
|
|
480
510
|
|
|
481
511
|
### Dependencies
|
|
@@ -485,7 +515,7 @@
|
|
|
485
515
|
* @twin.org/engine-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
486
516
|
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
487
517
|
|
|
488
|
-
## [0.0.3-next.5](https://github.com/
|
|
518
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.4...engine-types-v0.0.3-next.5) (2025-11-20)
|
|
489
519
|
|
|
490
520
|
|
|
491
521
|
### Miscellaneous Chores
|
|
@@ -500,12 +530,12 @@
|
|
|
500
530
|
* @twin.org/engine-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
501
531
|
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
502
532
|
|
|
503
|
-
## [0.0.3-next.4](https://github.com/
|
|
533
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.3...engine-types-v0.0.3-next.4) (2025-11-20)
|
|
504
534
|
|
|
505
535
|
|
|
506
536
|
### Features
|
|
507
537
|
|
|
508
|
-
* context id handlers repopulated after engine clone ([9712e32](https://github.com/
|
|
538
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
509
539
|
|
|
510
540
|
|
|
511
541
|
### Dependencies
|
|
@@ -515,12 +545,12 @@
|
|
|
515
545
|
* @twin.org/engine-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
516
546
|
* @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
517
547
|
|
|
518
|
-
## [0.0.3-next.3](https://github.com/
|
|
548
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.2...engine-types-v0.0.3-next.3) (2025-11-14)
|
|
519
549
|
|
|
520
550
|
|
|
521
551
|
### Bug Fixes
|
|
522
552
|
|
|
523
|
-
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/
|
|
553
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
524
554
|
|
|
525
555
|
|
|
526
556
|
### Dependencies
|
|
@@ -530,17 +560,17 @@
|
|
|
530
560
|
* @twin.org/engine-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
531
561
|
* @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
532
562
|
|
|
533
|
-
## [0.0.3-next.2](https://github.com/
|
|
563
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.1...engine-types-v0.0.3-next.2) (2025-11-13)
|
|
534
564
|
|
|
535
565
|
|
|
536
566
|
### Features
|
|
537
567
|
|
|
538
|
-
* close already started components on startup error ([a55a117](https://github.com/
|
|
568
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
539
569
|
|
|
540
570
|
|
|
541
571
|
### Bug Fixes
|
|
542
572
|
|
|
543
|
-
* missing dependency ([e8147fb](https://github.com/
|
|
573
|
+
* missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
|
|
544
574
|
|
|
545
575
|
|
|
546
576
|
### Dependencies
|
|
@@ -550,42 +580,42 @@
|
|
|
550
580
|
* @twin.org/engine-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
551
581
|
* @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
552
582
|
|
|
553
|
-
## [0.0.3-next.1](https://github.com/
|
|
583
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.0...engine-types-v0.0.3-next.1) (2025-11-13)
|
|
554
584
|
|
|
555
585
|
|
|
556
586
|
### Features
|
|
557
587
|
|
|
558
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
559
|
-
* add context id features ([#51](https://github.com/
|
|
560
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
561
|
-
* add data space connector ([a824d99](https://github.com/
|
|
562
|
-
* add engine type helper for config lookups ([a20a398](https://github.com/
|
|
563
|
-
* add engine type helper for config lookups ([7d5eeef](https://github.com/
|
|
564
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
565
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
566
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
567
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
568
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
569
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
570
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
571
|
-
* add task scheduler ([0951107](https://github.com/
|
|
572
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
573
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
574
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
575
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
576
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
577
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
578
|
-
* regular dependencies ([c95095f](https://github.com/
|
|
579
|
-
* simplify config building ([732c871](https://github.com/
|
|
580
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
581
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
582
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
583
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
584
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
585
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
586
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
587
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
588
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
588
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
589
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
590
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
591
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
592
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
593
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
594
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
595
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
596
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
597
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
598
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
599
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
600
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
601
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
602
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
603
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
604
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
605
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
606
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
607
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
608
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
609
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
610
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
611
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
612
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
613
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
614
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
615
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
616
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
617
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
618
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
589
619
|
|
|
590
620
|
|
|
591
621
|
### Dependencies
|
|
@@ -595,7 +625,7 @@
|
|
|
595
625
|
* @twin.org/engine-core bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
596
626
|
* @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
597
627
|
|
|
598
|
-
## [0.0.2-next.26](https://github.com/
|
|
628
|
+
## [0.0.2-next.26](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.25...engine-types-v0.0.2-next.26) (2025-10-09)
|
|
599
629
|
|
|
600
630
|
|
|
601
631
|
### Miscellaneous Chores
|
|
@@ -610,12 +640,12 @@
|
|
|
610
640
|
* @twin.org/engine-core bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
611
641
|
* @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
612
642
|
|
|
613
|
-
## [0.0.2-next.25](https://github.com/
|
|
643
|
+
## [0.0.2-next.25](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.24...engine-types-v0.0.2-next.25) (2025-10-09)
|
|
614
644
|
|
|
615
645
|
|
|
616
646
|
### Features
|
|
617
647
|
|
|
618
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
648
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
619
649
|
|
|
620
650
|
|
|
621
651
|
### Dependencies
|
|
@@ -625,7 +655,7 @@
|
|
|
625
655
|
* @twin.org/engine-core bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
626
656
|
* @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
627
657
|
|
|
628
|
-
## [0.0.2-next.24](https://github.com/
|
|
658
|
+
## [0.0.2-next.24](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.23...engine-types-v0.0.2-next.24) (2025-10-08)
|
|
629
659
|
|
|
630
660
|
|
|
631
661
|
### Miscellaneous Chores
|
|
@@ -640,12 +670,12 @@
|
|
|
640
670
|
* @twin.org/engine-core bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
641
671
|
* @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
642
672
|
|
|
643
|
-
## [0.0.2-next.23](https://github.com/
|
|
673
|
+
## [0.0.2-next.23](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.22...engine-types-v0.0.2-next.23) (2025-10-07)
|
|
644
674
|
|
|
645
675
|
|
|
646
676
|
### Features
|
|
647
677
|
|
|
648
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
678
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
649
679
|
|
|
650
680
|
|
|
651
681
|
### Dependencies
|
|
@@ -655,12 +685,12 @@
|
|
|
655
685
|
* @twin.org/engine-core bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
656
686
|
* @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
657
687
|
|
|
658
|
-
## [0.0.2-next.22](https://github.com/
|
|
688
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.21...engine-types-v0.0.2-next.22) (2025-10-07)
|
|
659
689
|
|
|
660
690
|
|
|
661
691
|
### Features
|
|
662
692
|
|
|
663
|
-
* regular dependencies ([c95095f](https://github.com/
|
|
693
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
664
694
|
|
|
665
695
|
|
|
666
696
|
### Dependencies
|
|
@@ -670,12 +700,12 @@
|
|
|
670
700
|
* @twin.org/engine-core bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
671
701
|
* @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
672
702
|
|
|
673
|
-
## [0.0.2-next.21](https://github.com/
|
|
703
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.20...engine-types-v0.0.2-next.21) (2025-10-07)
|
|
674
704
|
|
|
675
705
|
|
|
676
706
|
### Features
|
|
677
707
|
|
|
678
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
708
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
679
709
|
|
|
680
710
|
|
|
681
711
|
### Dependencies
|
|
@@ -685,12 +715,12 @@
|
|
|
685
715
|
* @twin.org/engine-core bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
686
716
|
* @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
687
717
|
|
|
688
|
-
## [0.0.2-next.20](https://github.com/
|
|
718
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.19...engine-types-v0.0.2-next.20) (2025-10-06)
|
|
689
719
|
|
|
690
720
|
|
|
691
721
|
### Features
|
|
692
722
|
|
|
693
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
723
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
694
724
|
|
|
695
725
|
|
|
696
726
|
### Dependencies
|
|
@@ -700,12 +730,12 @@
|
|
|
700
730
|
* @twin.org/engine-core bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
701
731
|
* @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
702
732
|
|
|
703
|
-
## [0.0.2-next.19](https://github.com/
|
|
733
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.18...engine-types-v0.0.2-next.19) (2025-10-02)
|
|
704
734
|
|
|
705
735
|
|
|
706
736
|
### Features
|
|
707
737
|
|
|
708
|
-
* simplify config building ([732c871](https://github.com/
|
|
738
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
709
739
|
|
|
710
740
|
|
|
711
741
|
### Dependencies
|
|
@@ -715,12 +745,12 @@
|
|
|
715
745
|
* @twin.org/engine-core bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
716
746
|
* @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
717
747
|
|
|
718
|
-
## [0.0.2-next.18](https://github.com/
|
|
748
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.17...engine-types-v0.0.2-next.18) (2025-09-29)
|
|
719
749
|
|
|
720
750
|
|
|
721
751
|
### Features
|
|
722
752
|
|
|
723
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
753
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
724
754
|
|
|
725
755
|
|
|
726
756
|
### Dependencies
|
|
@@ -730,12 +760,12 @@
|
|
|
730
760
|
* @twin.org/engine-core bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
731
761
|
* @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
732
762
|
|
|
733
|
-
## [0.0.2-next.17](https://github.com/
|
|
763
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.16...engine-types-v0.0.2-next.17) (2025-09-26)
|
|
734
764
|
|
|
735
765
|
|
|
736
766
|
### Features
|
|
737
767
|
|
|
738
|
-
* add engine type helper for config lookups ([a20a398](https://github.com/
|
|
768
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
739
769
|
|
|
740
770
|
|
|
741
771
|
### Dependencies
|
|
@@ -745,12 +775,12 @@
|
|
|
745
775
|
* @twin.org/engine-core bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
746
776
|
* @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
747
777
|
|
|
748
|
-
## [0.0.2-next.16](https://github.com/
|
|
778
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.15...engine-types-v0.0.2-next.16) (2025-09-25)
|
|
749
779
|
|
|
750
780
|
|
|
751
781
|
### Features
|
|
752
782
|
|
|
753
|
-
* add engine type helper for config lookups ([7d5eeef](https://github.com/
|
|
783
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
754
784
|
|
|
755
785
|
|
|
756
786
|
### Dependencies
|
|
@@ -760,12 +790,12 @@
|
|
|
760
790
|
* @twin.org/engine-core bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
761
791
|
* @twin.org/engine-models bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
762
792
|
|
|
763
|
-
## [0.0.2-next.15](https://github.com/
|
|
793
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.14...engine-types-v0.0.2-next.15) (2025-09-24)
|
|
764
794
|
|
|
765
795
|
|
|
766
796
|
### Features
|
|
767
797
|
|
|
768
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
798
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
769
799
|
|
|
770
800
|
|
|
771
801
|
### Dependencies
|
|
@@ -775,12 +805,12 @@
|
|
|
775
805
|
* @twin.org/engine-core bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
776
806
|
* @twin.org/engine-models bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
777
807
|
|
|
778
|
-
## [0.0.2-next.14](https://github.com/
|
|
808
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.13...engine-types-v0.0.2-next.14) (2025-09-19)
|
|
779
809
|
|
|
780
810
|
|
|
781
811
|
### Features
|
|
782
812
|
|
|
783
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
813
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
784
814
|
|
|
785
815
|
|
|
786
816
|
### Dependencies
|
|
@@ -790,12 +820,12 @@
|
|
|
790
820
|
* @twin.org/engine-core bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
791
821
|
* @twin.org/engine-models bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
792
822
|
|
|
793
|
-
## [0.0.2-next.13](https://github.com/
|
|
823
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.12...engine-types-v0.0.2-next.13) (2025-09-08)
|
|
794
824
|
|
|
795
825
|
|
|
796
826
|
### Features
|
|
797
827
|
|
|
798
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
828
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
799
829
|
|
|
800
830
|
|
|
801
831
|
### Dependencies
|
|
@@ -805,12 +835,12 @@
|
|
|
805
835
|
* @twin.org/engine-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
806
836
|
* @twin.org/engine-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
807
837
|
|
|
808
|
-
## [0.0.2-next.12](https://github.com/
|
|
838
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.11...engine-types-v0.0.2-next.12) (2025-09-05)
|
|
809
839
|
|
|
810
840
|
|
|
811
841
|
### Features
|
|
812
842
|
|
|
813
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
843
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
814
844
|
|
|
815
845
|
|
|
816
846
|
### Dependencies
|
|
@@ -820,12 +850,12 @@
|
|
|
820
850
|
* @twin.org/engine-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
821
851
|
* @twin.org/engine-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
822
852
|
|
|
823
|
-
## [0.0.2-next.11](https://github.com/
|
|
853
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.10...engine-types-v0.0.2-next.11) (2025-08-29)
|
|
824
854
|
|
|
825
855
|
|
|
826
856
|
### Features
|
|
827
857
|
|
|
828
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
858
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
829
859
|
|
|
830
860
|
|
|
831
861
|
### Dependencies
|
|
@@ -834,12 +864,12 @@
|
|
|
834
864
|
* dependencies
|
|
835
865
|
* @twin.org/engine-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
836
866
|
|
|
837
|
-
## [0.0.2-next.10](https://github.com/
|
|
867
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.9...engine-types-v0.0.2-next.10) (2025-08-26)
|
|
838
868
|
|
|
839
869
|
|
|
840
870
|
### Features
|
|
841
871
|
|
|
842
|
-
* add data space connector ([a824d99](https://github.com/
|
|
872
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
843
873
|
|
|
844
874
|
|
|
845
875
|
### Dependencies
|
|
@@ -848,7 +878,7 @@
|
|
|
848
878
|
* dependencies
|
|
849
879
|
* @twin.org/engine-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
850
880
|
|
|
851
|
-
## [0.0.2-next.9](https://github.com/
|
|
881
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.8...engine-types-v0.0.2-next.9) (2025-08-25)
|
|
852
882
|
|
|
853
883
|
|
|
854
884
|
### Miscellaneous Chores
|
|
@@ -862,12 +892,12 @@
|
|
|
862
892
|
* dependencies
|
|
863
893
|
* @twin.org/engine-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
864
894
|
|
|
865
|
-
## [0.0.2-next.8](https://github.com/
|
|
895
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.7...engine-types-v0.0.2-next.8) (2025-08-22)
|
|
866
896
|
|
|
867
897
|
|
|
868
898
|
### Features
|
|
869
899
|
|
|
870
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
900
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
871
901
|
|
|
872
902
|
|
|
873
903
|
### Dependencies
|
|
@@ -876,7 +906,7 @@
|
|
|
876
906
|
* dependencies
|
|
877
907
|
* @twin.org/engine-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
878
908
|
|
|
879
|
-
## [0.0.2-next.7](https://github.com/
|
|
909
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.6...engine-types-v0.0.2-next.7) (2025-08-22)
|
|
880
910
|
|
|
881
911
|
|
|
882
912
|
### Miscellaneous Chores
|
|
@@ -890,12 +920,12 @@
|
|
|
890
920
|
* dependencies
|
|
891
921
|
* @twin.org/engine-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
892
922
|
|
|
893
|
-
## [0.0.2-next.6](https://github.com/
|
|
923
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.5...engine-types-v0.0.2-next.6) (2025-08-21)
|
|
894
924
|
|
|
895
925
|
|
|
896
926
|
### Features
|
|
897
927
|
|
|
898
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
928
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
899
929
|
|
|
900
930
|
|
|
901
931
|
### Dependencies
|
|
@@ -904,12 +934,12 @@
|
|
|
904
934
|
* dependencies
|
|
905
935
|
* @twin.org/engine-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
906
936
|
|
|
907
|
-
## [0.0.2-next.5](https://github.com/
|
|
937
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.4...engine-types-v0.0.2-next.5) (2025-08-14)
|
|
908
938
|
|
|
909
939
|
|
|
910
940
|
### Features
|
|
911
941
|
|
|
912
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
942
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
913
943
|
|
|
914
944
|
|
|
915
945
|
### Dependencies
|
|
@@ -918,7 +948,7 @@
|
|
|
918
948
|
* dependencies
|
|
919
949
|
* @twin.org/engine-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
920
950
|
|
|
921
|
-
## [0.0.2-next.4](https://github.com/
|
|
951
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.3...engine-types-v0.0.2-next.4) (2025-07-25)
|
|
922
952
|
|
|
923
953
|
|
|
924
954
|
### Miscellaneous Chores
|
|
@@ -932,7 +962,7 @@
|
|
|
932
962
|
* dependencies
|
|
933
963
|
* @twin.org/engine-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
934
964
|
|
|
935
|
-
## [0.0.2-next.3](https://github.com/
|
|
965
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.2...engine-types-v0.0.2-next.3) (2025-07-24)
|
|
936
966
|
|
|
937
967
|
|
|
938
968
|
### Miscellaneous Chores
|
|
@@ -946,12 +976,12 @@
|
|
|
946
976
|
* dependencies
|
|
947
977
|
* @twin.org/engine-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
948
978
|
|
|
949
|
-
## [0.0.2-next.2](https://github.com/
|
|
979
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.1...engine-types-v0.0.2-next.2) (2025-07-21)
|
|
950
980
|
|
|
951
981
|
|
|
952
982
|
### Features
|
|
953
983
|
|
|
954
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
984
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
955
985
|
|
|
956
986
|
|
|
957
987
|
### Dependencies
|
|
@@ -960,22 +990,22 @@
|
|
|
960
990
|
* dependencies
|
|
961
991
|
* @twin.org/engine-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
962
992
|
|
|
963
|
-
## [0.0.2-next.1](https://github.com/
|
|
993
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.0...engine-types-v0.0.2-next.1) (2025-07-11)
|
|
964
994
|
|
|
965
995
|
|
|
966
996
|
### Features
|
|
967
997
|
|
|
968
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
969
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
970
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
971
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
972
|
-
* add task scheduler ([0951107](https://github.com/
|
|
973
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
974
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
975
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
976
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
977
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
978
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
998
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
999
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
1000
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1001
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1002
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1003
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
1004
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1005
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1006
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
1007
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1008
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
979
1009
|
|
|
980
1010
|
|
|
981
1011
|
### Dependencies
|
|
@@ -989,18 +1019,18 @@
|
|
|
989
1019
|
|
|
990
1020
|
### Features
|
|
991
1021
|
|
|
992
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
993
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
994
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
995
|
-
* add task scheduler ([0951107](https://github.com/
|
|
996
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
997
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
998
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
999
|
-
* release to production ([3a4acd1](https://github.com/
|
|
1000
|
-
* release to production ([5559958](https://github.com/
|
|
1001
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
1002
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1003
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1022
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
1023
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1024
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1025
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1026
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
1027
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1028
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1029
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
1030
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
1031
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
1032
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1033
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1004
1034
|
|
|
1005
1035
|
|
|
1006
1036
|
### Dependencies
|
|
@@ -1009,7 +1039,7 @@
|
|
|
1009
1039
|
* dependencies
|
|
1010
1040
|
* @twin.org/engine-models bumped from 0.0.1-next.84 to 0.0.1
|
|
1011
1041
|
|
|
1012
|
-
## [0.0.1-next.84](https://github.com/
|
|
1042
|
+
## [0.0.1-next.84](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.83...engine-types-v0.0.1-next.84) (2025-07-11)
|
|
1013
1043
|
|
|
1014
1044
|
|
|
1015
1045
|
### Miscellaneous Chores
|
|
@@ -1023,21 +1053,21 @@
|
|
|
1023
1053
|
* dependencies
|
|
1024
1054
|
* @twin.org/engine-models bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
1025
1055
|
|
|
1026
|
-
## [0.0.1-next.83](https://github.com/
|
|
1056
|
+
## [0.0.1-next.83](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.82...engine-types-v0.0.1-next.83) (2025-07-10)
|
|
1027
1057
|
|
|
1028
1058
|
|
|
1029
1059
|
### Features
|
|
1030
1060
|
|
|
1031
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
1032
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1033
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1034
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1035
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
1036
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1037
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1038
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
1039
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1040
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1061
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
1062
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1063
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1064
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1065
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
1066
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1067
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1068
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
1069
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1070
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1041
1071
|
|
|
1042
1072
|
|
|
1043
1073
|
### Dependencies
|
|
@@ -1046,7 +1076,7 @@
|
|
|
1046
1076
|
* dependencies
|
|
1047
1077
|
* @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
1048
1078
|
|
|
1049
|
-
## [0.0.1-next.81](https://github.com/
|
|
1079
|
+
## [0.0.1-next.81](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.80...engine-types-v0.0.1-next.81) (2025-07-07)
|
|
1050
1080
|
|
|
1051
1081
|
|
|
1052
1082
|
### Miscellaneous Chores
|
|
@@ -1060,12 +1090,12 @@
|
|
|
1060
1090
|
* dependencies
|
|
1061
1091
|
* @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
1062
1092
|
|
|
1063
|
-
## [0.0.1-next.80](https://github.com/
|
|
1093
|
+
## [0.0.1-next.80](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.79...engine-types-v0.0.1-next.80) (2025-06-23)
|
|
1064
1094
|
|
|
1065
1095
|
|
|
1066
1096
|
### Features
|
|
1067
1097
|
|
|
1068
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1098
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1069
1099
|
|
|
1070
1100
|
|
|
1071
1101
|
### Dependencies
|
|
@@ -1074,7 +1104,7 @@
|
|
|
1074
1104
|
* dependencies
|
|
1075
1105
|
* @twin.org/engine-models bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
1076
1106
|
|
|
1077
|
-
## [0.0.1-next.79](https://github.com/
|
|
1107
|
+
## [0.0.1-next.79](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.78...engine-types-v0.0.1-next.79) (2025-06-18)
|
|
1078
1108
|
|
|
1079
1109
|
|
|
1080
1110
|
### Miscellaneous Chores
|
|
@@ -1088,7 +1118,7 @@
|
|
|
1088
1118
|
* dependencies
|
|
1089
1119
|
* @twin.org/engine-models bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
1090
1120
|
|
|
1091
|
-
## [0.0.1-next.78](https://github.com/
|
|
1121
|
+
## [0.0.1-next.78](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.77...engine-types-v0.0.1-next.78) (2025-06-18)
|
|
1092
1122
|
|
|
1093
1123
|
|
|
1094
1124
|
### Miscellaneous Chores
|
|
@@ -1102,7 +1132,7 @@
|
|
|
1102
1132
|
* dependencies
|
|
1103
1133
|
* @twin.org/engine-models bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
1104
1134
|
|
|
1105
|
-
## [0.0.1-next.77](https://github.com/
|
|
1135
|
+
## [0.0.1-next.77](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.76...engine-types-v0.0.1-next.77) (2025-06-18)
|
|
1106
1136
|
|
|
1107
1137
|
|
|
1108
1138
|
### Miscellaneous Chores
|
|
@@ -1116,12 +1146,12 @@
|
|
|
1116
1146
|
* dependencies
|
|
1117
1147
|
* @twin.org/engine-models bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
1118
1148
|
|
|
1119
|
-
## [0.0.1-next.76](https://github.com/
|
|
1149
|
+
## [0.0.1-next.76](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.75...engine-types-v0.0.1-next.76) (2025-06-12)
|
|
1120
1150
|
|
|
1121
1151
|
|
|
1122
1152
|
### Features
|
|
1123
1153
|
|
|
1124
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1154
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1125
1155
|
|
|
1126
1156
|
|
|
1127
1157
|
### Dependencies
|
|
@@ -1130,12 +1160,12 @@
|
|
|
1130
1160
|
* dependencies
|
|
1131
1161
|
* @twin.org/engine-models bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
1132
1162
|
|
|
1133
|
-
## [0.0.1-next.75](https://github.com/
|
|
1163
|
+
## [0.0.1-next.75](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.74...engine-types-v0.0.1-next.75) (2025-05-29)
|
|
1134
1164
|
|
|
1135
1165
|
|
|
1136
1166
|
### Features
|
|
1137
1167
|
|
|
1138
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1168
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1139
1169
|
|
|
1140
1170
|
|
|
1141
1171
|
### Dependencies
|
|
@@ -1144,12 +1174,12 @@
|
|
|
1144
1174
|
* dependencies
|
|
1145
1175
|
* @twin.org/engine-models bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
1146
1176
|
|
|
1147
|
-
## [0.0.1-next.74](https://github.com/
|
|
1177
|
+
## [0.0.1-next.74](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.73...engine-types-v0.0.1-next.74) (2025-05-23)
|
|
1148
1178
|
|
|
1149
1179
|
|
|
1150
1180
|
### Features
|
|
1151
1181
|
|
|
1152
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1182
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1153
1183
|
|
|
1154
1184
|
|
|
1155
1185
|
### Dependencies
|
|
@@ -1158,7 +1188,7 @@
|
|
|
1158
1188
|
* dependencies
|
|
1159
1189
|
* @twin.org/engine-models bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
1160
1190
|
|
|
1161
|
-
## [0.0.1-next.73](https://github.com/
|
|
1191
|
+
## [0.0.1-next.73](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.72...engine-types-v0.0.1-next.73) (2025-05-22)
|
|
1162
1192
|
|
|
1163
1193
|
|
|
1164
1194
|
### Miscellaneous Chores
|
|
@@ -1172,16 +1202,16 @@
|
|
|
1172
1202
|
* dependencies
|
|
1173
1203
|
* @twin.org/engine-models bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
1174
1204
|
|
|
1175
|
-
## [0.0.1-next.72](https://github.com/
|
|
1205
|
+
## [0.0.1-next.72](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.71...engine-types-v0.0.1-next.72) (2025-05-06)
|
|
1176
1206
|
|
|
1177
1207
|
|
|
1178
1208
|
### Features
|
|
1179
1209
|
|
|
1180
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
1181
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1182
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
1183
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1184
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1210
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
1211
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1212
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
1213
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1214
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1185
1215
|
|
|
1186
1216
|
|
|
1187
1217
|
### Dependencies
|
|
@@ -1190,12 +1220,12 @@
|
|
|
1190
1220
|
* dependencies
|
|
1191
1221
|
* @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
1192
1222
|
|
|
1193
|
-
## [0.0.1-next.71](https://github.com/
|
|
1223
|
+
## [0.0.1-next.71](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.70...engine-types-v0.0.1-next.71) (2025-05-06)
|
|
1194
1224
|
|
|
1195
1225
|
|
|
1196
1226
|
### Features
|
|
1197
1227
|
|
|
1198
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1228
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1199
1229
|
|
|
1200
1230
|
|
|
1201
1231
|
### Dependencies
|
|
@@ -1204,12 +1234,12 @@
|
|
|
1204
1234
|
* dependencies
|
|
1205
1235
|
* @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
1206
1236
|
|
|
1207
|
-
## [0.0.1-next.70](https://github.com/
|
|
1237
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.69...engine-types-v0.0.1-next.70) (2025-04-28)
|
|
1208
1238
|
|
|
1209
1239
|
|
|
1210
1240
|
### Features
|
|
1211
1241
|
|
|
1212
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
1242
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
1213
1243
|
|
|
1214
1244
|
|
|
1215
1245
|
### Dependencies
|
|
@@ -1218,7 +1248,7 @@
|
|
|
1218
1248
|
* dependencies
|
|
1219
1249
|
* @twin.org/engine-models bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1220
1250
|
|
|
1221
|
-
## [0.0.1-next.69](https://github.com/
|
|
1251
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.68...engine-types-v0.0.1-next.69) (2025-04-25)
|
|
1222
1252
|
|
|
1223
1253
|
|
|
1224
1254
|
### Miscellaneous Chores
|
|
@@ -1232,12 +1262,12 @@
|
|
|
1232
1262
|
* dependencies
|
|
1233
1263
|
* @twin.org/engine-models bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1234
1264
|
|
|
1235
|
-
## [0.0.1-next.68](https://github.com/
|
|
1265
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.67...engine-types-v0.0.1-next.68) (2025-04-17)
|
|
1236
1266
|
|
|
1237
1267
|
|
|
1238
1268
|
### Features
|
|
1239
1269
|
|
|
1240
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1270
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1241
1271
|
|
|
1242
1272
|
|
|
1243
1273
|
### Dependencies
|
|
@@ -1246,12 +1276,12 @@
|
|
|
1246
1276
|
* dependencies
|
|
1247
1277
|
* @twin.org/engine-models bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1248
1278
|
|
|
1249
|
-
## [0.0.1-next.67](https://github.com/
|
|
1279
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.66...engine-types-v0.0.1-next.67) (2025-03-28)
|
|
1250
1280
|
|
|
1251
1281
|
|
|
1252
1282
|
### Features
|
|
1253
1283
|
|
|
1254
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1284
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1255
1285
|
|
|
1256
1286
|
|
|
1257
1287
|
### Dependencies
|