@twin.org/engine-server 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/docs/changelog.md
CHANGED
|
@@ -1,11 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.34](https://github.com/twinfoundation/twin-engine/compare/engine-server-v0.0.3-next.33...engine-server-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
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* test REST route paths ([22ec1bc](https://github.com/twinfoundation/twin-engine/commit/22ec1bc59a0d173de3cd5d3cb184909b3779f5a3))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* The following workspace dependencies were updated
|
|
19
|
+
* dependencies
|
|
20
|
+
* @twin.org/engine-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
21
|
+
* @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
22
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
23
|
+
* devDependencies
|
|
24
|
+
* @twin.org/engine bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
25
|
+
|
|
26
|
+
## [0.0.3-next.33](https://github.com/twinfoundation/twin-engine/compare/engine-server-v0.0.3-next.32...engine-server-v0.0.3-next.33) (2026-05-05)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Miscellaneous Chores
|
|
30
|
+
|
|
31
|
+
* **engine-server:** Synchronize repo versions
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Dependencies
|
|
35
|
+
|
|
36
|
+
* The following workspace dependencies were updated
|
|
37
|
+
* dependencies
|
|
38
|
+
* @twin.org/engine-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
39
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
40
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
41
|
+
* devDependencies
|
|
42
|
+
* @twin.org/engine bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
43
|
+
|
|
44
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.31...engine-server-v0.0.3-next.32) (2026-04-24)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Features
|
|
48
|
+
|
|
49
|
+
* add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
|
|
9
50
|
|
|
10
51
|
|
|
11
52
|
### Dependencies
|
|
@@ -18,7 +59,7 @@
|
|
|
18
59
|
* devDependencies
|
|
19
60
|
* @twin.org/engine bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
20
61
|
|
|
21
|
-
## [0.0.3-next.31](https://github.com/
|
|
62
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.30...engine-server-v0.0.3-next.31) (2026-04-22)
|
|
22
63
|
|
|
23
64
|
|
|
24
65
|
### Miscellaneous Chores
|
|
@@ -36,12 +77,12 @@
|
|
|
36
77
|
* devDependencies
|
|
37
78
|
* @twin.org/engine bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
38
79
|
|
|
39
|
-
## [0.0.3-next.30](https://github.com/
|
|
80
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.29...engine-server-v0.0.3-next.30) (2026-04-16)
|
|
40
81
|
|
|
41
82
|
|
|
42
83
|
### Features
|
|
43
84
|
|
|
44
|
-
* add notarization ([#98](https://github.com/
|
|
85
|
+
* add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
|
|
45
86
|
|
|
46
87
|
|
|
47
88
|
### Dependencies
|
|
@@ -54,12 +95,12 @@
|
|
|
54
95
|
* devDependencies
|
|
55
96
|
* @twin.org/engine bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
56
97
|
|
|
57
|
-
## [0.0.3-next.29](https://github.com/
|
|
98
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.28...engine-server-v0.0.3-next.29) (2026-04-14)
|
|
58
99
|
|
|
59
100
|
|
|
60
101
|
### Features
|
|
61
102
|
|
|
62
|
-
* add authentication rate and audit services ([#95](https://github.com/
|
|
103
|
+
* add authentication rate and audit services ([#95](https://github.com/iotaledger/twin-engine/issues/95)) ([55e2b08](https://github.com/iotaledger/twin-engine/commit/55e2b089661529e0556115817cc435cc6e4292cc))
|
|
63
104
|
|
|
64
105
|
|
|
65
106
|
### Dependencies
|
|
@@ -72,12 +113,12 @@
|
|
|
72
113
|
* devDependencies
|
|
73
114
|
* @twin.org/engine bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
74
115
|
|
|
75
|
-
## [0.0.3-next.28](https://github.com/
|
|
116
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.27...engine-server-v0.0.3-next.28) (2026-04-10)
|
|
76
117
|
|
|
77
118
|
|
|
78
119
|
### Features
|
|
79
120
|
|
|
80
|
-
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/
|
|
121
|
+
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
|
|
81
122
|
|
|
82
123
|
|
|
83
124
|
### Dependencies
|
|
@@ -90,12 +131,12 @@
|
|
|
90
131
|
* devDependencies
|
|
91
132
|
* @twin.org/engine bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
92
133
|
|
|
93
|
-
## [0.0.3-next.27](https://github.com/
|
|
134
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.26...engine-server-v0.0.3-next.27) (2026-03-20)
|
|
94
135
|
|
|
95
136
|
|
|
96
137
|
### Features
|
|
97
138
|
|
|
98
|
-
* update dependencies ([e6ebe42](https://github.com/
|
|
139
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
99
140
|
|
|
100
141
|
|
|
101
142
|
### Dependencies
|
|
@@ -108,7 +149,7 @@
|
|
|
108
149
|
* devDependencies
|
|
109
150
|
* @twin.org/engine bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
110
151
|
|
|
111
|
-
## [0.0.3-next.26](https://github.com/
|
|
152
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.25...engine-server-v0.0.3-next.26) (2026-03-05)
|
|
112
153
|
|
|
113
154
|
|
|
114
155
|
### Miscellaneous Chores
|
|
@@ -126,12 +167,12 @@
|
|
|
126
167
|
* devDependencies
|
|
127
168
|
* @twin.org/engine bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
128
169
|
|
|
129
|
-
## [0.0.3-next.25](https://github.com/
|
|
170
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.24...engine-server-v0.0.3-next.25) (2026-03-02)
|
|
130
171
|
|
|
131
172
|
|
|
132
173
|
### Features
|
|
133
174
|
|
|
134
|
-
* replace unified data space connector with control plane and data plane components ([#78](https://github.com/
|
|
175
|
+
* 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))
|
|
135
176
|
|
|
136
177
|
|
|
137
178
|
### Dependencies
|
|
@@ -144,7 +185,7 @@
|
|
|
144
185
|
* devDependencies
|
|
145
186
|
* @twin.org/engine bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
146
187
|
|
|
147
|
-
## [0.0.3-next.24](https://github.com/
|
|
188
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.23...engine-server-v0.0.3-next.24) (2026-02-26)
|
|
148
189
|
|
|
149
190
|
|
|
150
191
|
### Miscellaneous Chores
|
|
@@ -162,63 +203,63 @@
|
|
|
162
203
|
* devDependencies
|
|
163
204
|
* @twin.org/engine bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
164
205
|
|
|
165
|
-
## [0.0.3-next.23](https://github.com/
|
|
206
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.22...engine-server-v0.0.3-next.23) (2026-02-23)
|
|
166
207
|
|
|
167
208
|
|
|
168
209
|
### Features
|
|
169
210
|
|
|
170
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
171
|
-
* add authentication admin routes ([c912019](https://github.com/
|
|
172
|
-
* add context id features ([#51](https://github.com/
|
|
173
|
-
* add data space connector ([a824d99](https://github.com/
|
|
174
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
175
|
-
* add entity storage to task scheduler ([da4dc0f](https://github.com/
|
|
176
|
-
* add fed cat filters ([a52cbf1](https://github.com/
|
|
177
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
178
|
-
* add hosting component ([#70](https://github.com/
|
|
179
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
180
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
181
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
182
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
183
|
-
* add REST options for route construction ([4adf0af](https://github.com/
|
|
184
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
185
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
186
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
187
|
-
* add task scheduler ([0951107](https://github.com/
|
|
188
|
-
* add tenant admin routes ([#76](https://github.com/
|
|
189
|
-
* add trust and rights management plugins ([eea0807](https://github.com/
|
|
190
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
191
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
192
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
193
|
-
* improve startup error handling ([#65](https://github.com/
|
|
194
|
-
* interlock stop method ([3806ba7](https://github.com/
|
|
195
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
196
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
197
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
198
|
-
* multi instance component support ([#83](https://github.com/
|
|
199
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
200
|
-
* remove additional identity auth components ([409b2e6](https://github.com/
|
|
201
|
-
* remove authentication generator components ([#67](https://github.com/
|
|
202
|
-
* remove dap and darp ([d568c4f](https://github.com/
|
|
203
|
-
* simplify config building ([732c871](https://github.com/
|
|
204
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
205
|
-
* update dependencies ([034adac](https://github.com/
|
|
206
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
207
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
208
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
209
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
210
|
-
* update rights management components ([#74](https://github.com/
|
|
211
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
212
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
213
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
214
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
211
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
212
|
+
* add authentication admin routes ([c912019](https://github.com/iotaledger/twin-engine/commit/c9120198cd5c86e20bab588f2a9f20415baf56ca))
|
|
213
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
214
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
215
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
216
|
+
* add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
|
|
217
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
218
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
219
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
220
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
221
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
222
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
223
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
224
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
225
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
226
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
227
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
228
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
229
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
230
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
231
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
232
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
233
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
234
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
235
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
236
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
237
|
+
* 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))
|
|
238
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
239
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
240
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
241
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
242
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
243
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
244
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
245
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
246
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
247
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
248
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
249
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
250
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
251
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
252
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
253
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
254
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
255
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
215
256
|
|
|
216
257
|
|
|
217
258
|
### Bug Fixes
|
|
218
259
|
|
|
219
|
-
* import path ([8e3c186](https://github.com/
|
|
220
|
-
* method docs ([fb3d73f](https://github.com/
|
|
221
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
260
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
261
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
262
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
222
263
|
|
|
223
264
|
|
|
224
265
|
### Dependencies
|
|
@@ -231,7 +272,7 @@
|
|
|
231
272
|
* devDependencies
|
|
232
273
|
* @twin.org/engine bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
233
274
|
|
|
234
|
-
## [0.0.3-next.22](https://github.com/
|
|
275
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.21...engine-server-v0.0.3-next.22) (2026-02-23)
|
|
235
276
|
|
|
236
277
|
|
|
237
278
|
### Miscellaneous Chores
|
|
@@ -249,12 +290,12 @@
|
|
|
249
290
|
* devDependencies
|
|
250
291
|
* @twin.org/engine bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
251
292
|
|
|
252
|
-
## [0.0.3-next.21](https://github.com/
|
|
293
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.20...engine-server-v0.0.3-next.21) (2026-02-13)
|
|
253
294
|
|
|
254
295
|
|
|
255
296
|
### Features
|
|
256
297
|
|
|
257
|
-
* multi instance component support ([#83](https://github.com/
|
|
298
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
258
299
|
|
|
259
300
|
|
|
260
301
|
### Dependencies
|
|
@@ -267,12 +308,12 @@
|
|
|
267
308
|
* devDependencies
|
|
268
309
|
* @twin.org/engine bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
269
310
|
|
|
270
|
-
## [0.0.3-next.20](https://github.com/
|
|
311
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.19...engine-server-v0.0.3-next.20) (2026-02-06)
|
|
271
312
|
|
|
272
313
|
|
|
273
314
|
### Features
|
|
274
315
|
|
|
275
|
-
* add authentication admin routes ([c912019](https://github.com/
|
|
316
|
+
* add authentication admin routes ([c912019](https://github.com/iotaledger/twin-engine/commit/c9120198cd5c86e20bab588f2a9f20415baf56ca))
|
|
276
317
|
|
|
277
318
|
|
|
278
319
|
### Dependencies
|
|
@@ -285,7 +326,7 @@
|
|
|
285
326
|
* devDependencies
|
|
286
327
|
* @twin.org/engine bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
287
328
|
|
|
288
|
-
## [0.0.3-next.19](https://github.com/
|
|
329
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.18...engine-server-v0.0.3-next.19) (2026-02-05)
|
|
289
330
|
|
|
290
331
|
|
|
291
332
|
### Miscellaneous Chores
|
|
@@ -303,12 +344,12 @@
|
|
|
303
344
|
* devDependencies
|
|
304
345
|
* @twin.org/engine bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
305
346
|
|
|
306
|
-
## [0.0.3-next.18](https://github.com/
|
|
347
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.17...engine-server-v0.0.3-next.18) (2026-02-04)
|
|
307
348
|
|
|
308
349
|
|
|
309
350
|
### Features
|
|
310
351
|
|
|
311
|
-
* add tenant admin routes ([#76](https://github.com/
|
|
352
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
312
353
|
|
|
313
354
|
|
|
314
355
|
### Dependencies
|
|
@@ -321,12 +362,12 @@
|
|
|
321
362
|
* devDependencies
|
|
322
363
|
* @twin.org/engine bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
323
364
|
|
|
324
|
-
## [0.0.3-next.17](https://github.com/
|
|
365
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.16...engine-server-v0.0.3-next.17) (2026-02-02)
|
|
325
366
|
|
|
326
367
|
|
|
327
368
|
### Features
|
|
328
369
|
|
|
329
|
-
* update rights management components ([#74](https://github.com/
|
|
370
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
330
371
|
|
|
331
372
|
|
|
332
373
|
### Dependencies
|
|
@@ -339,12 +380,12 @@
|
|
|
339
380
|
* devDependencies
|
|
340
381
|
* @twin.org/engine bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
341
382
|
|
|
342
|
-
## [0.0.3-next.16](https://github.com/
|
|
383
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.15...engine-server-v0.0.3-next.16) (2026-01-28)
|
|
343
384
|
|
|
344
385
|
|
|
345
386
|
### Features
|
|
346
387
|
|
|
347
|
-
* remove dap and darp ([d568c4f](https://github.com/
|
|
388
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
348
389
|
|
|
349
390
|
|
|
350
391
|
### Dependencies
|
|
@@ -357,12 +398,12 @@
|
|
|
357
398
|
* devDependencies
|
|
358
399
|
* @twin.org/engine bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
359
400
|
|
|
360
|
-
## [0.0.3-next.15](https://github.com/
|
|
401
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.14...engine-server-v0.0.3-next.15) (2026-01-26)
|
|
361
402
|
|
|
362
403
|
|
|
363
404
|
### Features
|
|
364
405
|
|
|
365
|
-
* add hosting component ([#70](https://github.com/
|
|
406
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
366
407
|
|
|
367
408
|
|
|
368
409
|
### Dependencies
|
|
@@ -375,56 +416,56 @@
|
|
|
375
416
|
* devDependencies
|
|
376
417
|
* @twin.org/engine bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
377
418
|
|
|
378
|
-
## [0.0.3-next.14](https://github.com/
|
|
419
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.13...engine-server-v0.0.3-next.14) (2026-01-19)
|
|
379
420
|
|
|
380
421
|
|
|
381
422
|
### Features
|
|
382
423
|
|
|
383
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
384
|
-
* add context id features ([#51](https://github.com/
|
|
385
|
-
* add data space connector ([a824d99](https://github.com/
|
|
386
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
387
|
-
* add fed cat filters ([a52cbf1](https://github.com/
|
|
388
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
389
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
390
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
391
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
392
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
393
|
-
* add REST options for route construction ([4adf0af](https://github.com/
|
|
394
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
395
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
396
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
397
|
-
* add task scheduler ([0951107](https://github.com/
|
|
398
|
-
* add trust and rights management plugins ([eea0807](https://github.com/
|
|
399
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
400
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
401
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
402
|
-
* improve startup error handling ([#65](https://github.com/
|
|
403
|
-
* interlock stop method ([3806ba7](https://github.com/
|
|
404
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
405
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
406
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
407
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
408
|
-
* remove additional identity auth components ([409b2e6](https://github.com/
|
|
409
|
-
* remove authentication generator components ([#67](https://github.com/
|
|
410
|
-
* simplify config building ([732c871](https://github.com/
|
|
411
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
412
|
-
* update dependencies ([034adac](https://github.com/
|
|
413
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
414
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
415
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
416
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
417
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
418
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
419
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
420
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
424
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
425
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
426
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
427
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
428
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
429
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
430
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
431
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
432
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
433
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
434
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
435
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
436
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
437
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
438
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
439
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
440
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
441
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
442
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
443
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
444
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
445
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
446
|
+
* 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))
|
|
447
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
448
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
449
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
450
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
451
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
452
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
453
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
454
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
455
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
456
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
457
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
458
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
459
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
460
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
461
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
421
462
|
|
|
422
463
|
|
|
423
464
|
### Bug Fixes
|
|
424
465
|
|
|
425
|
-
* import path ([8e3c186](https://github.com/
|
|
426
|
-
* method docs ([fb3d73f](https://github.com/
|
|
427
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
466
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
467
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
468
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
428
469
|
|
|
429
470
|
|
|
430
471
|
### Dependencies
|
|
@@ -437,12 +478,12 @@
|
|
|
437
478
|
* devDependencies
|
|
438
479
|
* @twin.org/engine bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
439
480
|
|
|
440
|
-
## [0.0.3-next.13](https://github.com/
|
|
481
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.12...engine-server-v0.0.3-next.13) (2026-01-19)
|
|
441
482
|
|
|
442
483
|
|
|
443
484
|
### Features
|
|
444
485
|
|
|
445
|
-
* remove authentication generator components ([#67](https://github.com/
|
|
486
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
446
487
|
|
|
447
488
|
|
|
448
489
|
### Dependencies
|
|
@@ -455,12 +496,12 @@
|
|
|
455
496
|
* devDependencies
|
|
456
497
|
* @twin.org/engine bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
457
498
|
|
|
458
|
-
## [0.0.3-next.12](https://github.com/
|
|
499
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.11...engine-server-v0.0.3-next.12) (2026-01-19)
|
|
459
500
|
|
|
460
501
|
|
|
461
502
|
### Features
|
|
462
503
|
|
|
463
|
-
* improve startup error handling ([#65](https://github.com/
|
|
504
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
464
505
|
|
|
465
506
|
|
|
466
507
|
### Dependencies
|
|
@@ -473,7 +514,7 @@
|
|
|
473
514
|
* devDependencies
|
|
474
515
|
* @twin.org/engine bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
475
516
|
|
|
476
|
-
## [0.0.3-next.11](https://github.com/
|
|
517
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.10...engine-server-v0.0.3-next.11) (2026-01-16)
|
|
477
518
|
|
|
478
519
|
|
|
479
520
|
### Miscellaneous Chores
|
|
@@ -491,7 +532,7 @@
|
|
|
491
532
|
* devDependencies
|
|
492
533
|
* @twin.org/engine bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
493
534
|
|
|
494
|
-
## [0.0.3-next.10](https://github.com/
|
|
535
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.9...engine-server-v0.0.3-next.10) (2026-01-13)
|
|
495
536
|
|
|
496
537
|
|
|
497
538
|
### Miscellaneous Chores
|
|
@@ -509,7 +550,7 @@
|
|
|
509
550
|
* devDependencies
|
|
510
551
|
* @twin.org/engine bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
511
552
|
|
|
512
|
-
## [0.0.3-next.9](https://github.com/
|
|
553
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.8...engine-server-v0.0.3-next.9) (2026-01-07)
|
|
513
554
|
|
|
514
555
|
|
|
515
556
|
### Miscellaneous Chores
|
|
@@ -527,12 +568,12 @@
|
|
|
527
568
|
* devDependencies
|
|
528
569
|
* @twin.org/engine bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
529
570
|
|
|
530
|
-
## [0.0.3-next.8](https://github.com/
|
|
571
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.7...engine-server-v0.0.3-next.8) (2026-01-06)
|
|
531
572
|
|
|
532
573
|
|
|
533
574
|
### Features
|
|
534
575
|
|
|
535
|
-
* update dependencies ([034adac](https://github.com/
|
|
576
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
536
577
|
|
|
537
578
|
|
|
538
579
|
### Dependencies
|
|
@@ -545,12 +586,12 @@
|
|
|
545
586
|
* devDependencies
|
|
546
587
|
* @twin.org/engine bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
547
588
|
|
|
548
|
-
## [0.0.3-next.7](https://github.com/
|
|
589
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.6...engine-server-v0.0.3-next.7) (2025-12-04)
|
|
549
590
|
|
|
550
591
|
|
|
551
592
|
### Features
|
|
552
593
|
|
|
553
|
-
* add trust and rights management plugins ([eea0807](https://github.com/
|
|
594
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
554
595
|
|
|
555
596
|
|
|
556
597
|
### Dependencies
|
|
@@ -563,12 +604,12 @@
|
|
|
563
604
|
* devDependencies
|
|
564
605
|
* @twin.org/engine bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
565
606
|
|
|
566
|
-
## [0.0.3-next.6](https://github.com/
|
|
607
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.5...engine-server-v0.0.3-next.6) (2025-11-28)
|
|
567
608
|
|
|
568
609
|
|
|
569
610
|
### Features
|
|
570
611
|
|
|
571
|
-
* add fed cat filters ([a52cbf1](https://github.com/
|
|
612
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
572
613
|
|
|
573
614
|
|
|
574
615
|
### Dependencies
|
|
@@ -581,7 +622,7 @@
|
|
|
581
622
|
* devDependencies
|
|
582
623
|
* @twin.org/engine bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
583
624
|
|
|
584
|
-
## [0.0.3-next.5](https://github.com/
|
|
625
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.4...engine-server-v0.0.3-next.5) (2025-11-20)
|
|
585
626
|
|
|
586
627
|
|
|
587
628
|
### Miscellaneous Chores
|
|
@@ -599,12 +640,12 @@
|
|
|
599
640
|
* devDependencies
|
|
600
641
|
* @twin.org/engine bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
601
642
|
|
|
602
|
-
## [0.0.3-next.4](https://github.com/
|
|
643
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.3...engine-server-v0.0.3-next.4) (2025-11-20)
|
|
603
644
|
|
|
604
645
|
|
|
605
646
|
### Features
|
|
606
647
|
|
|
607
|
-
* interlock stop method ([3806ba7](https://github.com/
|
|
648
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
608
649
|
|
|
609
650
|
|
|
610
651
|
### Dependencies
|
|
@@ -617,7 +658,7 @@
|
|
|
617
658
|
* devDependencies
|
|
618
659
|
* @twin.org/engine bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
619
660
|
|
|
620
|
-
## [0.0.3-next.3](https://github.com/
|
|
661
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.2...engine-server-v0.0.3-next.3) (2025-11-14)
|
|
621
662
|
|
|
622
663
|
|
|
623
664
|
### Miscellaneous Chores
|
|
@@ -635,7 +676,7 @@
|
|
|
635
676
|
* devDependencies
|
|
636
677
|
* @twin.org/engine bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
637
678
|
|
|
638
|
-
## [0.0.3-next.2](https://github.com/
|
|
679
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.1...engine-server-v0.0.3-next.2) (2025-11-13)
|
|
639
680
|
|
|
640
681
|
|
|
641
682
|
### Miscellaneous Chores
|
|
@@ -653,49 +694,49 @@
|
|
|
653
694
|
* devDependencies
|
|
654
695
|
* @twin.org/engine bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
655
696
|
|
|
656
|
-
## [0.0.3-next.1](https://github.com/
|
|
697
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.0...engine-server-v0.0.3-next.1) (2025-11-13)
|
|
657
698
|
|
|
658
699
|
|
|
659
700
|
### Features
|
|
660
701
|
|
|
661
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
662
|
-
* add context id features ([#51](https://github.com/
|
|
663
|
-
* add data space connector ([a824d99](https://github.com/
|
|
664
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
665
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
666
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
667
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
668
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
669
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
670
|
-
* add REST options for route construction ([4adf0af](https://github.com/
|
|
671
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
672
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
673
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
674
|
-
* add task scheduler ([0951107](https://github.com/
|
|
675
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
676
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
677
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
678
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
679
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
680
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
681
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
682
|
-
* simplify config building ([732c871](https://github.com/
|
|
683
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
684
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
685
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
686
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
687
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
688
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
689
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
690
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
691
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
702
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
703
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
704
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
705
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
706
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
707
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
708
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
709
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
710
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
711
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
712
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
713
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
714
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
715
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
716
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
717
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
718
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
719
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
720
|
+
* 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))
|
|
721
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
722
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
723
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
724
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
725
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
726
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
727
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
728
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
729
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
730
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
731
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
732
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
692
733
|
|
|
693
734
|
|
|
694
735
|
### Bug Fixes
|
|
695
736
|
|
|
696
|
-
* import path ([8e3c186](https://github.com/
|
|
697
|
-
* method docs ([fb3d73f](https://github.com/
|
|
698
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
737
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
738
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
739
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
699
740
|
|
|
700
741
|
|
|
701
742
|
### Dependencies
|
|
@@ -708,7 +749,7 @@
|
|
|
708
749
|
* devDependencies
|
|
709
750
|
* @twin.org/engine bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
710
751
|
|
|
711
|
-
## [0.0.2-next.26](https://github.com/
|
|
752
|
+
## [0.0.2-next.26](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.25...engine-server-v0.0.2-next.26) (2025-10-09)
|
|
712
753
|
|
|
713
754
|
|
|
714
755
|
### Miscellaneous Chores
|
|
@@ -726,12 +767,12 @@
|
|
|
726
767
|
* devDependencies
|
|
727
768
|
* @twin.org/engine bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
728
769
|
|
|
729
|
-
## [0.0.2-next.25](https://github.com/
|
|
770
|
+
## [0.0.2-next.25](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.24...engine-server-v0.0.2-next.25) (2025-10-09)
|
|
730
771
|
|
|
731
772
|
|
|
732
773
|
### Features
|
|
733
774
|
|
|
734
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
775
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
735
776
|
|
|
736
777
|
|
|
737
778
|
### Dependencies
|
|
@@ -744,7 +785,7 @@
|
|
|
744
785
|
* devDependencies
|
|
745
786
|
* @twin.org/engine bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
746
787
|
|
|
747
|
-
## [0.0.2-next.24](https://github.com/
|
|
788
|
+
## [0.0.2-next.24](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.23...engine-server-v0.0.2-next.24) (2025-10-08)
|
|
748
789
|
|
|
749
790
|
|
|
750
791
|
### Miscellaneous Chores
|
|
@@ -762,12 +803,12 @@
|
|
|
762
803
|
* devDependencies
|
|
763
804
|
* @twin.org/engine bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
764
805
|
|
|
765
|
-
## [0.0.2-next.23](https://github.com/
|
|
806
|
+
## [0.0.2-next.23](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.22...engine-server-v0.0.2-next.23) (2025-10-07)
|
|
766
807
|
|
|
767
808
|
|
|
768
809
|
### Features
|
|
769
810
|
|
|
770
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
811
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
771
812
|
|
|
772
813
|
|
|
773
814
|
### Dependencies
|
|
@@ -780,7 +821,7 @@
|
|
|
780
821
|
* devDependencies
|
|
781
822
|
* @twin.org/engine bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
782
823
|
|
|
783
|
-
## [0.0.2-next.22](https://github.com/
|
|
824
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.21...engine-server-v0.0.2-next.22) (2025-10-07)
|
|
784
825
|
|
|
785
826
|
|
|
786
827
|
### Miscellaneous Chores
|
|
@@ -798,12 +839,12 @@
|
|
|
798
839
|
* devDependencies
|
|
799
840
|
* @twin.org/engine bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
800
841
|
|
|
801
|
-
## [0.0.2-next.21](https://github.com/
|
|
842
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.20...engine-server-v0.0.2-next.21) (2025-10-07)
|
|
802
843
|
|
|
803
844
|
|
|
804
845
|
### Features
|
|
805
846
|
|
|
806
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
847
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
807
848
|
|
|
808
849
|
|
|
809
850
|
### Dependencies
|
|
@@ -816,12 +857,12 @@
|
|
|
816
857
|
* devDependencies
|
|
817
858
|
* @twin.org/engine bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
818
859
|
|
|
819
|
-
## [0.0.2-next.20](https://github.com/
|
|
860
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.19...engine-server-v0.0.2-next.20) (2025-10-06)
|
|
820
861
|
|
|
821
862
|
|
|
822
863
|
### Features
|
|
823
864
|
|
|
824
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
865
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
825
866
|
|
|
826
867
|
|
|
827
868
|
### Dependencies
|
|
@@ -834,12 +875,12 @@
|
|
|
834
875
|
* devDependencies
|
|
835
876
|
* @twin.org/engine bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
836
877
|
|
|
837
|
-
## [0.0.2-next.19](https://github.com/
|
|
878
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.18...engine-server-v0.0.2-next.19) (2025-10-02)
|
|
838
879
|
|
|
839
880
|
|
|
840
881
|
### Features
|
|
841
882
|
|
|
842
|
-
* simplify config building ([732c871](https://github.com/
|
|
883
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
843
884
|
|
|
844
885
|
|
|
845
886
|
### Dependencies
|
|
@@ -852,12 +893,12 @@
|
|
|
852
893
|
* devDependencies
|
|
853
894
|
* @twin.org/engine bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
854
895
|
|
|
855
|
-
## [0.0.2-next.18](https://github.com/
|
|
896
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.17...engine-server-v0.0.2-next.18) (2025-09-29)
|
|
856
897
|
|
|
857
898
|
|
|
858
899
|
### Features
|
|
859
900
|
|
|
860
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
901
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
861
902
|
|
|
862
903
|
|
|
863
904
|
### Dependencies
|
|
@@ -870,12 +911,12 @@
|
|
|
870
911
|
* devDependencies
|
|
871
912
|
* @twin.org/engine bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
872
913
|
|
|
873
|
-
## [0.0.2-next.17](https://github.com/
|
|
914
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.16...engine-server-v0.0.2-next.17) (2025-09-26)
|
|
874
915
|
|
|
875
916
|
|
|
876
917
|
### Features
|
|
877
918
|
|
|
878
|
-
* add REST options for route construction ([4adf0af](https://github.com/
|
|
919
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
879
920
|
|
|
880
921
|
|
|
881
922
|
### Dependencies
|
|
@@ -888,7 +929,7 @@
|
|
|
888
929
|
* devDependencies
|
|
889
930
|
* @twin.org/engine bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
890
931
|
|
|
891
|
-
## [0.0.2-next.16](https://github.com/
|
|
932
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.15...engine-server-v0.0.2-next.16) (2025-09-25)
|
|
892
933
|
|
|
893
934
|
|
|
894
935
|
### Miscellaneous Chores
|
|
@@ -906,12 +947,12 @@
|
|
|
906
947
|
* devDependencies
|
|
907
948
|
* @twin.org/engine bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
908
949
|
|
|
909
|
-
## [0.0.2-next.15](https://github.com/
|
|
950
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.14...engine-server-v0.0.2-next.15) (2025-09-24)
|
|
910
951
|
|
|
911
952
|
|
|
912
953
|
### Features
|
|
913
954
|
|
|
914
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
955
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
915
956
|
|
|
916
957
|
|
|
917
958
|
### Dependencies
|
|
@@ -924,12 +965,12 @@
|
|
|
924
965
|
* devDependencies
|
|
925
966
|
* @twin.org/engine bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
926
967
|
|
|
927
|
-
## [0.0.2-next.14](https://github.com/
|
|
968
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.13...engine-server-v0.0.2-next.14) (2025-09-19)
|
|
928
969
|
|
|
929
970
|
|
|
930
971
|
### Features
|
|
931
972
|
|
|
932
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
973
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
933
974
|
|
|
934
975
|
|
|
935
976
|
### Dependencies
|
|
@@ -942,12 +983,12 @@
|
|
|
942
983
|
* devDependencies
|
|
943
984
|
* @twin.org/engine bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
944
985
|
|
|
945
|
-
## [0.0.2-next.13](https://github.com/
|
|
986
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.12...engine-server-v0.0.2-next.13) (2025-09-08)
|
|
946
987
|
|
|
947
988
|
|
|
948
989
|
### Features
|
|
949
990
|
|
|
950
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
991
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
951
992
|
|
|
952
993
|
|
|
953
994
|
### Dependencies
|
|
@@ -960,12 +1001,12 @@
|
|
|
960
1001
|
* devDependencies
|
|
961
1002
|
* @twin.org/engine bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
962
1003
|
|
|
963
|
-
## [0.0.2-next.12](https://github.com/
|
|
1004
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.11...engine-server-v0.0.2-next.12) (2025-09-05)
|
|
964
1005
|
|
|
965
1006
|
|
|
966
1007
|
### Features
|
|
967
1008
|
|
|
968
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
1009
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
969
1010
|
|
|
970
1011
|
|
|
971
1012
|
### Dependencies
|
|
@@ -978,12 +1019,12 @@
|
|
|
978
1019
|
* devDependencies
|
|
979
1020
|
* @twin.org/engine bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
980
1021
|
|
|
981
|
-
## [0.0.2-next.11](https://github.com/
|
|
1022
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.10...engine-server-v0.0.2-next.11) (2025-08-29)
|
|
982
1023
|
|
|
983
1024
|
|
|
984
1025
|
### Features
|
|
985
1026
|
|
|
986
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
1027
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
987
1028
|
|
|
988
1029
|
|
|
989
1030
|
### Dependencies
|
|
@@ -996,12 +1037,12 @@
|
|
|
996
1037
|
* devDependencies
|
|
997
1038
|
* @twin.org/engine bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
998
1039
|
|
|
999
|
-
## [0.0.2-next.10](https://github.com/
|
|
1040
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.9...engine-server-v0.0.2-next.10) (2025-08-26)
|
|
1000
1041
|
|
|
1001
1042
|
|
|
1002
1043
|
### Features
|
|
1003
1044
|
|
|
1004
|
-
* add data space connector ([a824d99](https://github.com/
|
|
1045
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
1005
1046
|
|
|
1006
1047
|
|
|
1007
1048
|
### Dependencies
|
|
@@ -1014,12 +1055,12 @@
|
|
|
1014
1055
|
* devDependencies
|
|
1015
1056
|
* @twin.org/engine bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
1016
1057
|
|
|
1017
|
-
## [0.0.2-next.9](https://github.com/
|
|
1058
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.8...engine-server-v0.0.2-next.9) (2025-08-25)
|
|
1018
1059
|
|
|
1019
1060
|
|
|
1020
1061
|
### Features
|
|
1021
1062
|
|
|
1022
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
1063
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
1023
1064
|
|
|
1024
1065
|
|
|
1025
1066
|
### Dependencies
|
|
@@ -1032,12 +1073,12 @@
|
|
|
1032
1073
|
* devDependencies
|
|
1033
1074
|
* @twin.org/engine bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
1034
1075
|
|
|
1035
|
-
## [0.0.2-next.8](https://github.com/
|
|
1076
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.7...engine-server-v0.0.2-next.8) (2025-08-22)
|
|
1036
1077
|
|
|
1037
1078
|
|
|
1038
1079
|
### Features
|
|
1039
1080
|
|
|
1040
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
1081
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
1041
1082
|
|
|
1042
1083
|
|
|
1043
1084
|
### Dependencies
|
|
@@ -1050,7 +1091,7 @@
|
|
|
1050
1091
|
* devDependencies
|
|
1051
1092
|
* @twin.org/engine bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
1052
1093
|
|
|
1053
|
-
## [0.0.2-next.7](https://github.com/
|
|
1094
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.6...engine-server-v0.0.2-next.7) (2025-08-22)
|
|
1054
1095
|
|
|
1055
1096
|
|
|
1056
1097
|
### Miscellaneous Chores
|
|
@@ -1068,12 +1109,12 @@
|
|
|
1068
1109
|
* devDependencies
|
|
1069
1110
|
* @twin.org/engine bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
1070
1111
|
|
|
1071
|
-
## [0.0.2-next.6](https://github.com/
|
|
1112
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.5...engine-server-v0.0.2-next.6) (2025-08-21)
|
|
1072
1113
|
|
|
1073
1114
|
|
|
1074
1115
|
### Features
|
|
1075
1116
|
|
|
1076
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
1117
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
1077
1118
|
|
|
1078
1119
|
|
|
1079
1120
|
### Dependencies
|
|
@@ -1086,12 +1127,12 @@
|
|
|
1086
1127
|
* devDependencies
|
|
1087
1128
|
* @twin.org/engine bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
1088
1129
|
|
|
1089
|
-
## [0.0.2-next.5](https://github.com/
|
|
1130
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.4...engine-server-v0.0.2-next.5) (2025-08-14)
|
|
1090
1131
|
|
|
1091
1132
|
|
|
1092
1133
|
### Features
|
|
1093
1134
|
|
|
1094
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
1135
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
1095
1136
|
|
|
1096
1137
|
|
|
1097
1138
|
### Dependencies
|
|
@@ -1104,12 +1145,12 @@
|
|
|
1104
1145
|
* devDependencies
|
|
1105
1146
|
* @twin.org/engine bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
1106
1147
|
|
|
1107
|
-
## [0.0.2-next.4](https://github.com/
|
|
1148
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.3...engine-server-v0.0.2-next.4) (2025-07-25)
|
|
1108
1149
|
|
|
1109
1150
|
|
|
1110
1151
|
### Features
|
|
1111
1152
|
|
|
1112
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
1153
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
1113
1154
|
|
|
1114
1155
|
|
|
1115
1156
|
### Dependencies
|
|
@@ -1122,12 +1163,12 @@
|
|
|
1122
1163
|
* devDependencies
|
|
1123
1164
|
* @twin.org/engine bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
1124
1165
|
|
|
1125
|
-
## [0.0.2-next.3](https://github.com/
|
|
1166
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.2...engine-server-v0.0.2-next.3) (2025-07-24)
|
|
1126
1167
|
|
|
1127
1168
|
|
|
1128
1169
|
### Features
|
|
1129
1170
|
|
|
1130
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
1171
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
1131
1172
|
|
|
1132
1173
|
|
|
1133
1174
|
### Dependencies
|
|
@@ -1140,12 +1181,12 @@
|
|
|
1140
1181
|
* devDependencies
|
|
1141
1182
|
* @twin.org/engine bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
1142
1183
|
|
|
1143
|
-
## [0.0.2-next.2](https://github.com/
|
|
1184
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.1...engine-server-v0.0.2-next.2) (2025-07-21)
|
|
1144
1185
|
|
|
1145
1186
|
|
|
1146
1187
|
### Features
|
|
1147
1188
|
|
|
1148
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
1189
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
1149
1190
|
|
|
1150
1191
|
|
|
1151
1192
|
### Dependencies
|
|
@@ -1158,27 +1199,27 @@
|
|
|
1158
1199
|
* devDependencies
|
|
1159
1200
|
* @twin.org/engine bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
1160
1201
|
|
|
1161
|
-
## [0.0.2-next.1](https://github.com/
|
|
1202
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.2-next.0...engine-server-v0.0.2-next.1) (2025-07-11)
|
|
1162
1203
|
|
|
1163
1204
|
|
|
1164
1205
|
### Features
|
|
1165
1206
|
|
|
1166
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
1167
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1168
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1169
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1170
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
1171
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1172
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1173
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
1174
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1175
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1207
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1208
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1209
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1210
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1211
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1212
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1213
|
+
* 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))
|
|
1214
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1215
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1216
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1176
1217
|
|
|
1177
1218
|
|
|
1178
1219
|
### Bug Fixes
|
|
1179
1220
|
|
|
1180
|
-
* method docs ([fb3d73f](https://github.com/
|
|
1181
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1221
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1222
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
1182
1223
|
|
|
1183
1224
|
|
|
1184
1225
|
### Dependencies
|
|
@@ -1196,23 +1237,23 @@
|
|
|
1196
1237
|
|
|
1197
1238
|
### Features
|
|
1198
1239
|
|
|
1199
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1200
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1201
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1202
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
1203
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1204
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1205
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
1206
|
-
* release to production ([3a4acd1](https://github.com/
|
|
1207
|
-
* release to production ([5559958](https://github.com/
|
|
1208
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1209
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1240
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1241
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1242
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1243
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1244
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1245
|
+
* 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))
|
|
1246
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1247
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
1248
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
1249
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1250
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1210
1251
|
|
|
1211
1252
|
|
|
1212
1253
|
### Bug Fixes
|
|
1213
1254
|
|
|
1214
|
-
* method docs ([fb3d73f](https://github.com/
|
|
1215
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1255
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1256
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
1216
1257
|
|
|
1217
1258
|
|
|
1218
1259
|
### Dependencies
|
|
@@ -1225,12 +1266,12 @@
|
|
|
1225
1266
|
* devDependencies
|
|
1226
1267
|
* @twin.org/engine bumped from 0.0.1-next.84 to 0.0.1
|
|
1227
1268
|
|
|
1228
|
-
## [0.0.1-next.84](https://github.com/
|
|
1269
|
+
## [0.0.1-next.84](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.83...engine-server-v0.0.1-next.84) (2025-07-11)
|
|
1229
1270
|
|
|
1230
1271
|
|
|
1231
1272
|
### Features
|
|
1232
1273
|
|
|
1233
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
1274
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1234
1275
|
|
|
1235
1276
|
|
|
1236
1277
|
### Dependencies
|
|
@@ -1243,25 +1284,25 @@
|
|
|
1243
1284
|
* devDependencies
|
|
1244
1285
|
* @twin.org/engine bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
1245
1286
|
|
|
1246
|
-
## [0.0.1-next.83](https://github.com/
|
|
1287
|
+
## [0.0.1-next.83](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.82...engine-server-v0.0.1-next.83) (2025-07-10)
|
|
1247
1288
|
|
|
1248
1289
|
|
|
1249
1290
|
### Features
|
|
1250
1291
|
|
|
1251
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1252
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1253
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1254
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
1255
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1256
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1257
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1258
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1292
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1293
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1294
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1295
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1296
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1297
|
+
* 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))
|
|
1298
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1299
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1259
1300
|
|
|
1260
1301
|
|
|
1261
1302
|
### Bug Fixes
|
|
1262
1303
|
|
|
1263
|
-
* method docs ([fb3d73f](https://github.com/
|
|
1264
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1304
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1305
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
1265
1306
|
|
|
1266
1307
|
|
|
1267
1308
|
### Dependencies
|
|
@@ -1274,7 +1315,7 @@
|
|
|
1274
1315
|
* devDependencies
|
|
1275
1316
|
* @twin.org/engine bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
1276
1317
|
|
|
1277
|
-
## [0.0.1-next.81](https://github.com/
|
|
1318
|
+
## [0.0.1-next.81](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.80...engine-server-v0.0.1-next.81) (2025-07-07)
|
|
1278
1319
|
|
|
1279
1320
|
|
|
1280
1321
|
### Miscellaneous Chores
|
|
@@ -1292,12 +1333,12 @@
|
|
|
1292
1333
|
* devDependencies
|
|
1293
1334
|
* @twin.org/engine bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
1294
1335
|
|
|
1295
|
-
## [0.0.1-next.80](https://github.com/
|
|
1336
|
+
## [0.0.1-next.80](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.79...engine-server-v0.0.1-next.80) (2025-06-23)
|
|
1296
1337
|
|
|
1297
1338
|
|
|
1298
1339
|
### Features
|
|
1299
1340
|
|
|
1300
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1341
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1301
1342
|
|
|
1302
1343
|
|
|
1303
1344
|
### Dependencies
|
|
@@ -1310,7 +1351,7 @@
|
|
|
1310
1351
|
* devDependencies
|
|
1311
1352
|
* @twin.org/engine bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
1312
1353
|
|
|
1313
|
-
## [0.0.1-next.79](https://github.com/
|
|
1354
|
+
## [0.0.1-next.79](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.78...engine-server-v0.0.1-next.79) (2025-06-18)
|
|
1314
1355
|
|
|
1315
1356
|
|
|
1316
1357
|
### Miscellaneous Chores
|
|
@@ -1328,7 +1369,7 @@
|
|
|
1328
1369
|
* devDependencies
|
|
1329
1370
|
* @twin.org/engine bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
1330
1371
|
|
|
1331
|
-
## [0.0.1-next.78](https://github.com/
|
|
1372
|
+
## [0.0.1-next.78](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.77...engine-server-v0.0.1-next.78) (2025-06-18)
|
|
1332
1373
|
|
|
1333
1374
|
|
|
1334
1375
|
### Miscellaneous Chores
|
|
@@ -1346,7 +1387,7 @@
|
|
|
1346
1387
|
* devDependencies
|
|
1347
1388
|
* @twin.org/engine bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
1348
1389
|
|
|
1349
|
-
## [0.0.1-next.77](https://github.com/
|
|
1390
|
+
## [0.0.1-next.77](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.76...engine-server-v0.0.1-next.77) (2025-06-18)
|
|
1350
1391
|
|
|
1351
1392
|
|
|
1352
1393
|
### Miscellaneous Chores
|
|
@@ -1364,12 +1405,12 @@
|
|
|
1364
1405
|
* devDependencies
|
|
1365
1406
|
* @twin.org/engine bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
1366
1407
|
|
|
1367
|
-
## [0.0.1-next.76](https://github.com/
|
|
1408
|
+
## [0.0.1-next.76](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.75...engine-server-v0.0.1-next.76) (2025-06-12)
|
|
1368
1409
|
|
|
1369
1410
|
|
|
1370
1411
|
### Features
|
|
1371
1412
|
|
|
1372
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1413
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1373
1414
|
|
|
1374
1415
|
|
|
1375
1416
|
### Dependencies
|
|
@@ -1382,12 +1423,12 @@
|
|
|
1382
1423
|
* devDependencies
|
|
1383
1424
|
* @twin.org/engine bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
1384
1425
|
|
|
1385
|
-
## [0.0.1-next.75](https://github.com/
|
|
1426
|
+
## [0.0.1-next.75](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.74...engine-server-v0.0.1-next.75) (2025-05-29)
|
|
1386
1427
|
|
|
1387
1428
|
|
|
1388
1429
|
### Features
|
|
1389
1430
|
|
|
1390
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1431
|
+
* 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))
|
|
1391
1432
|
|
|
1392
1433
|
|
|
1393
1434
|
### Dependencies
|
|
@@ -1400,12 +1441,12 @@
|
|
|
1400
1441
|
* devDependencies
|
|
1401
1442
|
* @twin.org/engine bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
1402
1443
|
|
|
1403
|
-
## [0.0.1-next.74](https://github.com/
|
|
1444
|
+
## [0.0.1-next.74](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.73...engine-server-v0.0.1-next.74) (2025-05-23)
|
|
1404
1445
|
|
|
1405
1446
|
|
|
1406
1447
|
### Features
|
|
1407
1448
|
|
|
1408
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1449
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1409
1450
|
|
|
1410
1451
|
|
|
1411
1452
|
### Dependencies
|
|
@@ -1418,7 +1459,7 @@
|
|
|
1418
1459
|
* devDependencies
|
|
1419
1460
|
* @twin.org/engine bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
1420
1461
|
|
|
1421
|
-
## [0.0.1-next.73](https://github.com/
|
|
1462
|
+
## [0.0.1-next.73](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.72...engine-server-v0.0.1-next.73) (2025-05-22)
|
|
1422
1463
|
|
|
1423
1464
|
|
|
1424
1465
|
### Miscellaneous Chores
|
|
@@ -1436,21 +1477,21 @@
|
|
|
1436
1477
|
* devDependencies
|
|
1437
1478
|
* @twin.org/engine bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
1438
1479
|
|
|
1439
|
-
## [0.0.1-next.72](https://github.com/
|
|
1480
|
+
## [0.0.1-next.72](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.71...engine-server-v0.0.1-next.72) (2025-05-06)
|
|
1440
1481
|
|
|
1441
1482
|
|
|
1442
1483
|
### Features
|
|
1443
1484
|
|
|
1444
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1445
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
1446
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1447
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1485
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1486
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1487
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1488
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1448
1489
|
|
|
1449
1490
|
|
|
1450
1491
|
### Bug Fixes
|
|
1451
1492
|
|
|
1452
|
-
* method docs ([fb3d73f](https://github.com/
|
|
1453
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1493
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1494
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
1454
1495
|
|
|
1455
1496
|
|
|
1456
1497
|
### Dependencies
|
|
@@ -1463,12 +1504,12 @@
|
|
|
1463
1504
|
* devDependencies
|
|
1464
1505
|
* @twin.org/engine bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
1465
1506
|
|
|
1466
|
-
## [0.0.1-next.71](https://github.com/
|
|
1507
|
+
## [0.0.1-next.71](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.70...engine-server-v0.0.1-next.71) (2025-05-06)
|
|
1467
1508
|
|
|
1468
1509
|
|
|
1469
1510
|
### Features
|
|
1470
1511
|
|
|
1471
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1512
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1472
1513
|
|
|
1473
1514
|
|
|
1474
1515
|
### Dependencies
|
|
@@ -1481,7 +1522,7 @@
|
|
|
1481
1522
|
* devDependencies
|
|
1482
1523
|
* @twin.org/engine bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
1483
1524
|
|
|
1484
|
-
## [0.0.1-next.70](https://github.com/
|
|
1525
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.69...engine-server-v0.0.1-next.70) (2025-04-28)
|
|
1485
1526
|
|
|
1486
1527
|
|
|
1487
1528
|
### Miscellaneous Chores
|
|
@@ -1499,17 +1540,17 @@
|
|
|
1499
1540
|
* devDependencies
|
|
1500
1541
|
* @twin.org/engine bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1501
1542
|
|
|
1502
|
-
## [0.0.1-next.69](https://github.com/
|
|
1543
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.68...engine-server-v0.0.1-next.69) (2025-04-25)
|
|
1503
1544
|
|
|
1504
1545
|
|
|
1505
1546
|
### Features
|
|
1506
1547
|
|
|
1507
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
1548
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1508
1549
|
|
|
1509
1550
|
|
|
1510
1551
|
### Bug Fixes
|
|
1511
1552
|
|
|
1512
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1553
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
1513
1554
|
|
|
1514
1555
|
|
|
1515
1556
|
### Dependencies
|
|
@@ -1522,12 +1563,12 @@
|
|
|
1522
1563
|
* devDependencies
|
|
1523
1564
|
* @twin.org/engine bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1524
1565
|
|
|
1525
|
-
## [0.0.1-next.68](https://github.com/
|
|
1566
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.67...engine-server-v0.0.1-next.68) (2025-04-17)
|
|
1526
1567
|
|
|
1527
1568
|
|
|
1528
1569
|
### Features
|
|
1529
1570
|
|
|
1530
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1571
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1531
1572
|
|
|
1532
1573
|
|
|
1533
1574
|
### Dependencies
|
|
@@ -1540,12 +1581,12 @@
|
|
|
1540
1581
|
* devDependencies
|
|
1541
1582
|
* @twin.org/engine bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1542
1583
|
|
|
1543
|
-
## [0.0.1-next.67](https://github.com/
|
|
1584
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.1-next.66...engine-server-v0.0.1-next.67) (2025-03-28)
|
|
1544
1585
|
|
|
1545
1586
|
|
|
1546
1587
|
### Features
|
|
1547
1588
|
|
|
1548
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1589
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1549
1590
|
|
|
1550
1591
|
|
|
1551
1592
|
### Dependencies
|