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