@twin.org/engine-server 0.0.3-next.5 → 0.0.3-next.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/es/data/serverRestRouteGenerators.json +44 -20
- package/dist/es/data/serverSocketRouteGenerators.json +4 -4
- package/dist/es/data/serverTypeInitialisers.json +15 -0
- package/dist/es/engineServer.js +17 -11
- package/dist/es/engineServer.js.map +1 -1
- package/dist/types/engineServer.d.ts +4 -4
- package/docs/changelog.md +1153 -159
- package/docs/examples.md +79 -1
- package/docs/reference/classes/EngineServer.md +11 -11
- package/package.json +7 -7
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,1000 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.50...engine-server-v0.0.3-next.51) (2026-06-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* memory entity storage prefix ([e85dd71](https://github.com/iotaledger/twin-engine/commit/e85dd7113943dea92dce46963d054e265d3b481a))
|
|
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.50 to 0.0.3-next.51
|
|
16
|
+
* @twin.org/engine-models bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
17
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @twin.org/engine bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
20
|
+
|
|
21
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.49...engine-server-v0.0.3-next.50) (2026-06-11)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* organization identifiers ([#152](https://github.com/iotaledger/twin-engine/issues/152)) ([d8e6d51](https://github.com/iotaledger/twin-engine/commit/d8e6d5147f402f0fe17b445efd8ae97db0c36adb))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* The following workspace dependencies were updated
|
|
32
|
+
* dependencies
|
|
33
|
+
* @twin.org/engine-core bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
34
|
+
* @twin.org/engine-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
35
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/engine bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
38
|
+
|
|
39
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.48...engine-server-v0.0.3-next.49) (2026-06-09)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Miscellaneous Chores
|
|
43
|
+
|
|
44
|
+
* **engine-server:** Synchronize repo versions
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Dependencies
|
|
48
|
+
|
|
49
|
+
* The following workspace dependencies were updated
|
|
50
|
+
* dependencies
|
|
51
|
+
* @twin.org/engine-core bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
52
|
+
* @twin.org/engine-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
53
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
54
|
+
* devDependencies
|
|
55
|
+
* @twin.org/engine bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
56
|
+
|
|
57
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.47...engine-server-v0.0.3-next.48) (2026-06-08)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Miscellaneous Chores
|
|
61
|
+
|
|
62
|
+
* **engine-server:** Synchronize repo versions
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Dependencies
|
|
66
|
+
|
|
67
|
+
* The following workspace dependencies were updated
|
|
68
|
+
* dependencies
|
|
69
|
+
* @twin.org/engine-core bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
70
|
+
* @twin.org/engine-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
71
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
72
|
+
* devDependencies
|
|
73
|
+
* @twin.org/engine bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
74
|
+
|
|
75
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.46...engine-server-v0.0.3-next.47) (2026-06-08)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
* update federated catalogue to trust mode ([#141](https://github.com/iotaledger/twin-engine/issues/141)) ([95a7d28](https://github.com/iotaledger/twin-engine/commit/95a7d283373a398edace9e5331fe428cccb2a9a2))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Dependencies
|
|
84
|
+
|
|
85
|
+
* The following workspace dependencies were updated
|
|
86
|
+
* dependencies
|
|
87
|
+
* @twin.org/engine-core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
88
|
+
* @twin.org/engine-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
89
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
90
|
+
* devDependencies
|
|
91
|
+
* @twin.org/engine bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
92
|
+
|
|
93
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.45...engine-server-v0.0.3-next.46) (2026-06-04)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
* add tenant component ([#138](https://github.com/iotaledger/twin-engine/issues/138)) ([ebbcb8f](https://github.com/iotaledger/twin-engine/commit/ebbcb8fa3fee05048ddad2891c6ada66bd29e7bd))
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Dependencies
|
|
102
|
+
|
|
103
|
+
* The following workspace dependencies were updated
|
|
104
|
+
* dependencies
|
|
105
|
+
* @twin.org/engine-core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
106
|
+
* @twin.org/engine-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
107
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
108
|
+
* devDependencies
|
|
109
|
+
* @twin.org/engine bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
110
|
+
|
|
111
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.44...engine-server-v0.0.3-next.45) (2026-06-02)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Features
|
|
115
|
+
|
|
116
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
117
|
+
* add authentication admin routes ([c912019](https://github.com/iotaledger/twin-engine/commit/c9120198cd5c86e20bab588f2a9f20415baf56ca))
|
|
118
|
+
* add authentication rate and audit services ([#95](https://github.com/iotaledger/twin-engine/issues/95)) ([55e2b08](https://github.com/iotaledger/twin-engine/commit/55e2b089661529e0556115817cc435cc6e4292cc))
|
|
119
|
+
* add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
|
|
120
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
121
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
122
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
123
|
+
* add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
|
|
124
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
125
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
126
|
+
* add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
|
|
127
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
128
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
129
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
130
|
+
* add metrics producer type initialisers to engine ([#122](https://github.com/iotaledger/twin-engine/issues/122)) ([45f52d7](https://github.com/iotaledger/twin-engine/commit/45f52d7ad9c94bda0d2671756049bb5973b64b10))
|
|
131
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
132
|
+
* add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
|
|
133
|
+
* add pnap to dataspace connector ([#131](https://github.com/iotaledger/twin-engine/issues/131)) ([cfa0ed4](https://github.com/iotaledger/twin-engine/commit/cfa0ed4ffaab88fcbf35730961dacab9a22cb707))
|
|
134
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
135
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
136
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
137
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
138
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
139
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
140
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
141
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
142
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
143
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
144
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
145
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
146
|
+
* inject vaultConnectorType into DSP/PNP/Tenant/catalogue factories ([#107](https://github.com/iotaledger/twin-engine/issues/107)) ([043abbb](https://github.com/iotaledger/twin-engine/commit/043abbb9d9d7fd7f120519cb0b44ad38b4bfcbc1))
|
|
147
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
148
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
149
|
+
* 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))
|
|
150
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
151
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
152
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
153
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
154
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
155
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
156
|
+
* 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))
|
|
157
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
158
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
159
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
160
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
161
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
162
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
163
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
164
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
165
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
166
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
167
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
168
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
169
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
170
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
171
|
+
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
|
|
172
|
+
* wire DSP push-transfer mode in engine ([#121](https://github.com/iotaledger/twin-engine/issues/121)) ([3456cdb](https://github.com/iotaledger/twin-engine/commit/3456cdb34c3b721b6aba1fb49133a2d8048958aa))
|
|
173
|
+
* wire notarization connector to immutable proof service ([#128](https://github.com/iotaledger/twin-engine/issues/128)) ([f866100](https://github.com/iotaledger/twin-engine/commit/f86610058c8de6a981c08b688b56b94f6e1f9fd7))
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Bug Fixes
|
|
177
|
+
|
|
178
|
+
* aig endpoints ([4b6099e](https://github.com/iotaledger/twin-engine/commit/4b6099e4367eabe7912215df2d0848b2d33edfec))
|
|
179
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
180
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
181
|
+
* test REST route paths ([22ec1bc](https://github.com/iotaledger/twin-engine/commit/22ec1bc59a0d173de3cd5d3cb184909b3779f5a3))
|
|
182
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### Dependencies
|
|
186
|
+
|
|
187
|
+
* The following workspace dependencies were updated
|
|
188
|
+
* dependencies
|
|
189
|
+
* @twin.org/engine-core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
190
|
+
* @twin.org/engine-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
191
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
192
|
+
* devDependencies
|
|
193
|
+
* @twin.org/engine bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
194
|
+
|
|
195
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.43...engine-server-v0.0.3-next.44) (2026-06-02)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Miscellaneous Chores
|
|
199
|
+
|
|
200
|
+
* **engine-server:** Synchronize repo versions
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Dependencies
|
|
204
|
+
|
|
205
|
+
* The following workspace dependencies were updated
|
|
206
|
+
* dependencies
|
|
207
|
+
* @twin.org/engine-core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
208
|
+
* @twin.org/engine-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
209
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
210
|
+
* devDependencies
|
|
211
|
+
* @twin.org/engine bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
212
|
+
|
|
213
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.42...engine-server-v0.0.3-next.43) (2026-05-29)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Features
|
|
217
|
+
|
|
218
|
+
* add pnap to dataspace connector ([#131](https://github.com/iotaledger/twin-engine/issues/131)) ([cfa0ed4](https://github.com/iotaledger/twin-engine/commit/cfa0ed4ffaab88fcbf35730961dacab9a22cb707))
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Dependencies
|
|
222
|
+
|
|
223
|
+
* The following workspace dependencies were updated
|
|
224
|
+
* dependencies
|
|
225
|
+
* @twin.org/engine-core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
226
|
+
* @twin.org/engine-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
227
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
228
|
+
* devDependencies
|
|
229
|
+
* @twin.org/engine bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
230
|
+
|
|
231
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.41...engine-server-v0.0.3-next.42) (2026-05-28)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Features
|
|
235
|
+
|
|
236
|
+
* wire notarization connector to immutable proof service ([#128](https://github.com/iotaledger/twin-engine/issues/128)) ([f866100](https://github.com/iotaledger/twin-engine/commit/f86610058c8de6a981c08b688b56b94f6e1f9fd7))
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Dependencies
|
|
240
|
+
|
|
241
|
+
* The following workspace dependencies were updated
|
|
242
|
+
* dependencies
|
|
243
|
+
* @twin.org/engine-core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
244
|
+
* @twin.org/engine-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
245
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
246
|
+
* devDependencies
|
|
247
|
+
* @twin.org/engine bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
248
|
+
|
|
249
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.40...engine-server-v0.0.3-next.41) (2026-05-26)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
### Features
|
|
253
|
+
|
|
254
|
+
* wire DSP push-transfer mode in engine ([#121](https://github.com/iotaledger/twin-engine/issues/121)) ([3456cdb](https://github.com/iotaledger/twin-engine/commit/3456cdb34c3b721b6aba1fb49133a2d8048958aa))
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
### Dependencies
|
|
258
|
+
|
|
259
|
+
* The following workspace dependencies were updated
|
|
260
|
+
* dependencies
|
|
261
|
+
* @twin.org/engine-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
262
|
+
* @twin.org/engine-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
263
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
264
|
+
* devDependencies
|
|
265
|
+
* @twin.org/engine bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
266
|
+
|
|
267
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.39...engine-server-v0.0.3-next.40) (2026-05-22)
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### Bug Fixes
|
|
271
|
+
|
|
272
|
+
* aig endpoints ([4b6099e](https://github.com/iotaledger/twin-engine/commit/4b6099e4367eabe7912215df2d0848b2d33edfec))
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Dependencies
|
|
276
|
+
|
|
277
|
+
* The following workspace dependencies were updated
|
|
278
|
+
* dependencies
|
|
279
|
+
* @twin.org/engine-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
280
|
+
* @twin.org/engine-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
281
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
282
|
+
* devDependencies
|
|
283
|
+
* @twin.org/engine bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
284
|
+
|
|
285
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.38...engine-server-v0.0.3-next.39) (2026-05-21)
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Miscellaneous Chores
|
|
289
|
+
|
|
290
|
+
* **engine-server:** Synchronize repo versions
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### Dependencies
|
|
294
|
+
|
|
295
|
+
* The following workspace dependencies were updated
|
|
296
|
+
* dependencies
|
|
297
|
+
* @twin.org/engine-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
298
|
+
* @twin.org/engine-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
299
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
300
|
+
* devDependencies
|
|
301
|
+
* @twin.org/engine bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
302
|
+
|
|
303
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.37...engine-server-v0.0.3-next.38) (2026-05-20)
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### Features
|
|
307
|
+
|
|
308
|
+
* add metrics producer type initialisers to engine ([#122](https://github.com/iotaledger/twin-engine/issues/122)) ([45f52d7](https://github.com/iotaledger/twin-engine/commit/45f52d7ad9c94bda0d2671756049bb5973b64b10))
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Dependencies
|
|
312
|
+
|
|
313
|
+
* The following workspace dependencies were updated
|
|
314
|
+
* dependencies
|
|
315
|
+
* @twin.org/engine-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
316
|
+
* @twin.org/engine-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
317
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
318
|
+
* devDependencies
|
|
319
|
+
* @twin.org/engine bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
320
|
+
|
|
321
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.36...engine-server-v0.0.3-next.37) (2026-05-12)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Features
|
|
325
|
+
|
|
326
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Dependencies
|
|
330
|
+
|
|
331
|
+
* The following workspace dependencies were updated
|
|
332
|
+
* dependencies
|
|
333
|
+
* @twin.org/engine-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
334
|
+
* @twin.org/engine-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
335
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
336
|
+
* devDependencies
|
|
337
|
+
* @twin.org/engine bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
338
|
+
|
|
339
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.35...engine-server-v0.0.3-next.36) (2026-05-08)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Features
|
|
343
|
+
|
|
344
|
+
* inject vaultConnectorType into DSP/PNP/Tenant/catalogue factories ([#107](https://github.com/iotaledger/twin-engine/issues/107)) ([043abbb](https://github.com/iotaledger/twin-engine/commit/043abbb9d9d7fd7f120519cb0b44ad38b4bfcbc1))
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Dependencies
|
|
348
|
+
|
|
349
|
+
* The following workspace dependencies were updated
|
|
350
|
+
* dependencies
|
|
351
|
+
* @twin.org/engine-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
352
|
+
* @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
353
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
354
|
+
* devDependencies
|
|
355
|
+
* @twin.org/engine bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
356
|
+
|
|
357
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.34...engine-server-v0.0.3-next.35) (2026-05-05)
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
### Miscellaneous Chores
|
|
361
|
+
|
|
362
|
+
* **engine-server:** Synchronize repo versions
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### Dependencies
|
|
366
|
+
|
|
367
|
+
* The following workspace dependencies were updated
|
|
368
|
+
* dependencies
|
|
369
|
+
* @twin.org/engine-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
370
|
+
* @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
371
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
372
|
+
* devDependencies
|
|
373
|
+
* @twin.org/engine bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
374
|
+
|
|
375
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.33...engine-server-v0.0.3-next.34) (2026-05-05)
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
### Features
|
|
379
|
+
|
|
380
|
+
* add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
### Bug Fixes
|
|
384
|
+
|
|
385
|
+
* test REST route paths ([22ec1bc](https://github.com/iotaledger/twin-engine/commit/22ec1bc59a0d173de3cd5d3cb184909b3779f5a3))
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Dependencies
|
|
389
|
+
|
|
390
|
+
* The following workspace dependencies were updated
|
|
391
|
+
* dependencies
|
|
392
|
+
* @twin.org/engine-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
393
|
+
* @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
394
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
395
|
+
* devDependencies
|
|
396
|
+
* @twin.org/engine bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
397
|
+
|
|
398
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.32...engine-server-v0.0.3-next.33) (2026-05-05)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Miscellaneous Chores
|
|
402
|
+
|
|
403
|
+
* **engine-server:** Synchronize repo versions
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Dependencies
|
|
407
|
+
|
|
408
|
+
* The following workspace dependencies were updated
|
|
409
|
+
* dependencies
|
|
410
|
+
* @twin.org/engine-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
411
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
412
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
413
|
+
* devDependencies
|
|
414
|
+
* @twin.org/engine bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
415
|
+
|
|
416
|
+
## [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)
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Features
|
|
420
|
+
|
|
421
|
+
* add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Dependencies
|
|
425
|
+
|
|
426
|
+
* The following workspace dependencies were updated
|
|
427
|
+
* dependencies
|
|
428
|
+
* @twin.org/engine-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
429
|
+
* @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
430
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
431
|
+
* devDependencies
|
|
432
|
+
* @twin.org/engine bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
433
|
+
|
|
434
|
+
## [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)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Miscellaneous Chores
|
|
438
|
+
|
|
439
|
+
* **engine-server:** Synchronize repo versions
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Dependencies
|
|
443
|
+
|
|
444
|
+
* The following workspace dependencies were updated
|
|
445
|
+
* dependencies
|
|
446
|
+
* @twin.org/engine-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
447
|
+
* @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
448
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
449
|
+
* devDependencies
|
|
450
|
+
* @twin.org/engine bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
451
|
+
|
|
452
|
+
## [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)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Features
|
|
456
|
+
|
|
457
|
+
* add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
### Dependencies
|
|
461
|
+
|
|
462
|
+
* The following workspace dependencies were updated
|
|
463
|
+
* dependencies
|
|
464
|
+
* @twin.org/engine-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
465
|
+
* @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
466
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
467
|
+
* devDependencies
|
|
468
|
+
* @twin.org/engine bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
469
|
+
|
|
470
|
+
## [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)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Features
|
|
474
|
+
|
|
475
|
+
* add authentication rate and audit services ([#95](https://github.com/iotaledger/twin-engine/issues/95)) ([55e2b08](https://github.com/iotaledger/twin-engine/commit/55e2b089661529e0556115817cc435cc6e4292cc))
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
### Dependencies
|
|
479
|
+
|
|
480
|
+
* The following workspace dependencies were updated
|
|
481
|
+
* dependencies
|
|
482
|
+
* @twin.org/engine-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
483
|
+
* @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
484
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
485
|
+
* devDependencies
|
|
486
|
+
* @twin.org/engine bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
487
|
+
|
|
488
|
+
## [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)
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Features
|
|
492
|
+
|
|
493
|
+
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
### Dependencies
|
|
497
|
+
|
|
498
|
+
* The following workspace dependencies were updated
|
|
499
|
+
* dependencies
|
|
500
|
+
* @twin.org/engine-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
501
|
+
* @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
502
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
503
|
+
* devDependencies
|
|
504
|
+
* @twin.org/engine bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
505
|
+
|
|
506
|
+
## [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)
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
### Features
|
|
510
|
+
|
|
511
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Dependencies
|
|
515
|
+
|
|
516
|
+
* The following workspace dependencies were updated
|
|
517
|
+
* dependencies
|
|
518
|
+
* @twin.org/engine-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
519
|
+
* @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
520
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
521
|
+
* devDependencies
|
|
522
|
+
* @twin.org/engine bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
523
|
+
|
|
524
|
+
## [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)
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
### Miscellaneous Chores
|
|
528
|
+
|
|
529
|
+
* **engine-server:** Synchronize repo versions
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
### Dependencies
|
|
533
|
+
|
|
534
|
+
* The following workspace dependencies were updated
|
|
535
|
+
* dependencies
|
|
536
|
+
* @twin.org/engine-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
537
|
+
* @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
538
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
539
|
+
* devDependencies
|
|
540
|
+
* @twin.org/engine bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
541
|
+
|
|
542
|
+
## [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)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
### Features
|
|
546
|
+
|
|
547
|
+
* 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))
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Dependencies
|
|
551
|
+
|
|
552
|
+
* The following workspace dependencies were updated
|
|
553
|
+
* dependencies
|
|
554
|
+
* @twin.org/engine-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
555
|
+
* @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
556
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
557
|
+
* devDependencies
|
|
558
|
+
* @twin.org/engine bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
559
|
+
|
|
560
|
+
## [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)
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Miscellaneous Chores
|
|
564
|
+
|
|
565
|
+
* **engine-server:** Synchronize repo versions
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Dependencies
|
|
569
|
+
|
|
570
|
+
* The following workspace dependencies were updated
|
|
571
|
+
* dependencies
|
|
572
|
+
* @twin.org/engine-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
573
|
+
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
574
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
575
|
+
* devDependencies
|
|
576
|
+
* @twin.org/engine bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
577
|
+
|
|
578
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-server-v0.0.3-next.22...engine-server-v0.0.3-next.23) (2026-02-23)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
### Features
|
|
582
|
+
|
|
583
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
584
|
+
* add authentication admin routes ([c912019](https://github.com/iotaledger/twin-engine/commit/c9120198cd5c86e20bab588f2a9f20415baf56ca))
|
|
585
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
586
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
587
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
588
|
+
* add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
|
|
589
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
590
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
591
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
592
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
593
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
594
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
595
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
596
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
597
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
598
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
599
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
600
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
601
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
602
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
603
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
604
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
605
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
606
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
607
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
608
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
609
|
+
* 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))
|
|
610
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
611
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
612
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
613
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
614
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
615
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
616
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
617
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
618
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
619
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
620
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
621
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
622
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
623
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
624
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
625
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
626
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
627
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
### Bug Fixes
|
|
631
|
+
|
|
632
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
633
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
634
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
### Dependencies
|
|
638
|
+
|
|
639
|
+
* The following workspace dependencies were updated
|
|
640
|
+
* dependencies
|
|
641
|
+
* @twin.org/engine-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
642
|
+
* @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
643
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
644
|
+
* devDependencies
|
|
645
|
+
* @twin.org/engine bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
646
|
+
|
|
647
|
+
## [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)
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
### Miscellaneous Chores
|
|
651
|
+
|
|
652
|
+
* **engine-server:** Synchronize repo versions
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### Dependencies
|
|
656
|
+
|
|
657
|
+
* The following workspace dependencies were updated
|
|
658
|
+
* dependencies
|
|
659
|
+
* @twin.org/engine-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
660
|
+
* @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
661
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
662
|
+
* devDependencies
|
|
663
|
+
* @twin.org/engine bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
664
|
+
|
|
665
|
+
## [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)
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
### Features
|
|
669
|
+
|
|
670
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
### Dependencies
|
|
674
|
+
|
|
675
|
+
* The following workspace dependencies were updated
|
|
676
|
+
* dependencies
|
|
677
|
+
* @twin.org/engine-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
678
|
+
* @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
679
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
680
|
+
* devDependencies
|
|
681
|
+
* @twin.org/engine bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
682
|
+
|
|
683
|
+
## [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)
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
### Features
|
|
687
|
+
|
|
688
|
+
* add authentication admin routes ([c912019](https://github.com/iotaledger/twin-engine/commit/c9120198cd5c86e20bab588f2a9f20415baf56ca))
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
### Dependencies
|
|
692
|
+
|
|
693
|
+
* The following workspace dependencies were updated
|
|
694
|
+
* dependencies
|
|
695
|
+
* @twin.org/engine-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
696
|
+
* @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
697
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
698
|
+
* devDependencies
|
|
699
|
+
* @twin.org/engine bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
700
|
+
|
|
701
|
+
## [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)
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
### Miscellaneous Chores
|
|
705
|
+
|
|
706
|
+
* **engine-server:** Synchronize repo versions
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
### Dependencies
|
|
710
|
+
|
|
711
|
+
* The following workspace dependencies were updated
|
|
712
|
+
* dependencies
|
|
713
|
+
* @twin.org/engine-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
714
|
+
* @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
715
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
716
|
+
* devDependencies
|
|
717
|
+
* @twin.org/engine bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
718
|
+
|
|
719
|
+
## [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)
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Features
|
|
723
|
+
|
|
724
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
### Dependencies
|
|
728
|
+
|
|
729
|
+
* The following workspace dependencies were updated
|
|
730
|
+
* dependencies
|
|
731
|
+
* @twin.org/engine-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
732
|
+
* @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
733
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
734
|
+
* devDependencies
|
|
735
|
+
* @twin.org/engine bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
736
|
+
|
|
737
|
+
## [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)
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
### Features
|
|
741
|
+
|
|
742
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
### Dependencies
|
|
746
|
+
|
|
747
|
+
* The following workspace dependencies were updated
|
|
748
|
+
* dependencies
|
|
749
|
+
* @twin.org/engine-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
750
|
+
* @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
751
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
752
|
+
* devDependencies
|
|
753
|
+
* @twin.org/engine bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
754
|
+
|
|
755
|
+
## [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)
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
### Features
|
|
759
|
+
|
|
760
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
### Dependencies
|
|
764
|
+
|
|
765
|
+
* The following workspace dependencies were updated
|
|
766
|
+
* dependencies
|
|
767
|
+
* @twin.org/engine-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
768
|
+
* @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
769
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
770
|
+
* devDependencies
|
|
771
|
+
* @twin.org/engine bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
772
|
+
|
|
773
|
+
## [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)
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
### Features
|
|
777
|
+
|
|
778
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
### Dependencies
|
|
782
|
+
|
|
783
|
+
* The following workspace dependencies were updated
|
|
784
|
+
* dependencies
|
|
785
|
+
* @twin.org/engine-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
786
|
+
* @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
787
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
788
|
+
* devDependencies
|
|
789
|
+
* @twin.org/engine bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
790
|
+
|
|
791
|
+
## [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)
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
### Features
|
|
795
|
+
|
|
796
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
797
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
798
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
799
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
800
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
801
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
802
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
803
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
804
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
805
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
806
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
807
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
808
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
809
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
810
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
811
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
812
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
813
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
814
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
815
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
816
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
817
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
818
|
+
* 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))
|
|
819
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
820
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
821
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
822
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
823
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
824
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
825
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
826
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
827
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
828
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
829
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
830
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
831
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
832
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
833
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
### Bug Fixes
|
|
837
|
+
|
|
838
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
839
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
840
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
### Dependencies
|
|
844
|
+
|
|
845
|
+
* The following workspace dependencies were updated
|
|
846
|
+
* dependencies
|
|
847
|
+
* @twin.org/engine-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
848
|
+
* @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
849
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
850
|
+
* devDependencies
|
|
851
|
+
* @twin.org/engine bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
852
|
+
|
|
853
|
+
## [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)
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
### Features
|
|
857
|
+
|
|
858
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
### Dependencies
|
|
862
|
+
|
|
863
|
+
* The following workspace dependencies were updated
|
|
864
|
+
* dependencies
|
|
865
|
+
* @twin.org/engine-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
866
|
+
* @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
867
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
868
|
+
* devDependencies
|
|
869
|
+
* @twin.org/engine bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
870
|
+
|
|
871
|
+
## [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)
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
### Features
|
|
875
|
+
|
|
876
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
### Dependencies
|
|
880
|
+
|
|
881
|
+
* The following workspace dependencies were updated
|
|
882
|
+
* dependencies
|
|
883
|
+
* @twin.org/engine-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
884
|
+
* @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
885
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
886
|
+
* devDependencies
|
|
887
|
+
* @twin.org/engine bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
888
|
+
|
|
889
|
+
## [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)
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
### Miscellaneous Chores
|
|
893
|
+
|
|
894
|
+
* **engine-server:** Synchronize repo versions
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
### Dependencies
|
|
898
|
+
|
|
899
|
+
* The following workspace dependencies were updated
|
|
900
|
+
* dependencies
|
|
901
|
+
* @twin.org/engine-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
902
|
+
* @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
903
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
904
|
+
* devDependencies
|
|
905
|
+
* @twin.org/engine bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
906
|
+
|
|
907
|
+
## [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)
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
### Miscellaneous Chores
|
|
911
|
+
|
|
912
|
+
* **engine-server:** Synchronize repo versions
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
### Dependencies
|
|
916
|
+
|
|
917
|
+
* The following workspace dependencies were updated
|
|
918
|
+
* dependencies
|
|
919
|
+
* @twin.org/engine-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
920
|
+
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
921
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
922
|
+
* devDependencies
|
|
923
|
+
* @twin.org/engine bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
924
|
+
|
|
925
|
+
## [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)
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
### Miscellaneous Chores
|
|
929
|
+
|
|
930
|
+
* **engine-server:** Synchronize repo versions
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
### Dependencies
|
|
934
|
+
|
|
935
|
+
* The following workspace dependencies were updated
|
|
936
|
+
* dependencies
|
|
937
|
+
* @twin.org/engine-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
938
|
+
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
939
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
940
|
+
* devDependencies
|
|
941
|
+
* @twin.org/engine bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
942
|
+
|
|
943
|
+
## [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)
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
### Features
|
|
947
|
+
|
|
948
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
### Dependencies
|
|
952
|
+
|
|
953
|
+
* The following workspace dependencies were updated
|
|
954
|
+
* dependencies
|
|
955
|
+
* @twin.org/engine-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
956
|
+
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
957
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
958
|
+
* devDependencies
|
|
959
|
+
* @twin.org/engine bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
960
|
+
|
|
961
|
+
## [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)
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
### Features
|
|
965
|
+
|
|
966
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
### Dependencies
|
|
970
|
+
|
|
971
|
+
* The following workspace dependencies were updated
|
|
972
|
+
* dependencies
|
|
973
|
+
* @twin.org/engine-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
974
|
+
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
975
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
976
|
+
* devDependencies
|
|
977
|
+
* @twin.org/engine bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
978
|
+
|
|
979
|
+
## [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)
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
### Features
|
|
983
|
+
|
|
984
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
### Dependencies
|
|
988
|
+
|
|
989
|
+
* The following workspace dependencies were updated
|
|
990
|
+
* dependencies
|
|
991
|
+
* @twin.org/engine-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
992
|
+
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
993
|
+
* @twin.org/engine-server-types bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
994
|
+
* devDependencies
|
|
995
|
+
* @twin.org/engine bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
996
|
+
|
|
997
|
+
## [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)
|
|
4
998
|
|
|
5
999
|
|
|
6
1000
|
### Miscellaneous Chores
|
|
@@ -18,12 +1012,12 @@
|
|
|
18
1012
|
* devDependencies
|
|
19
1013
|
* @twin.org/engine bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
20
1014
|
|
|
21
|
-
## [0.0.3-next.4](https://github.com/
|
|
1015
|
+
## [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)
|
|
22
1016
|
|
|
23
1017
|
|
|
24
1018
|
### Features
|
|
25
1019
|
|
|
26
|
-
* interlock stop method ([3806ba7](https://github.com/
|
|
1020
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
27
1021
|
|
|
28
1022
|
|
|
29
1023
|
### Dependencies
|
|
@@ -36,7 +1030,7 @@
|
|
|
36
1030
|
* devDependencies
|
|
37
1031
|
* @twin.org/engine bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
38
1032
|
|
|
39
|
-
## [0.0.3-next.3](https://github.com/
|
|
1033
|
+
## [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)
|
|
40
1034
|
|
|
41
1035
|
|
|
42
1036
|
### Miscellaneous Chores
|
|
@@ -54,7 +1048,7 @@
|
|
|
54
1048
|
* devDependencies
|
|
55
1049
|
* @twin.org/engine bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
56
1050
|
|
|
57
|
-
## [0.0.3-next.2](https://github.com/
|
|
1051
|
+
## [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)
|
|
58
1052
|
|
|
59
1053
|
|
|
60
1054
|
### Miscellaneous Chores
|
|
@@ -72,49 +1066,49 @@
|
|
|
72
1066
|
* devDependencies
|
|
73
1067
|
* @twin.org/engine bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
74
1068
|
|
|
75
|
-
## [0.0.3-next.1](https://github.com/
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### Features
|
|
79
|
-
|
|
80
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
81
|
-
* add context id features ([#51](https://github.com/
|
|
82
|
-
* add data space connector ([a824d99](https://github.com/
|
|
83
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
84
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
85
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
86
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
87
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
88
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
89
|
-
* add REST options for route construction ([4adf0af](https://github.com/
|
|
90
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
91
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
92
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
93
|
-
* add task scheduler ([0951107](https://github.com/
|
|
94
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
95
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
96
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
97
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
98
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
99
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
100
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
101
|
-
* simplify config building ([732c871](https://github.com/
|
|
102
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
103
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
104
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
105
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
106
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
107
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
108
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
109
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
110
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1069
|
+
## [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)
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
### Features
|
|
1073
|
+
|
|
1074
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1075
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
1076
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
1077
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
1078
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1079
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
1080
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
1081
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1082
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
1083
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
1084
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
1085
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
1086
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
1087
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1088
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
1089
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
1090
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1091
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1092
|
+
* 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))
|
|
1093
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1094
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
1095
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
1096
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
1097
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1098
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
1099
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
1100
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
1101
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
1102
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
1103
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
1104
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
111
1105
|
|
|
112
1106
|
|
|
113
1107
|
### Bug Fixes
|
|
114
1108
|
|
|
115
|
-
* import path ([8e3c186](https://github.com/
|
|
116
|
-
* method docs ([fb3d73f](https://github.com/
|
|
117
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1109
|
+
* import path ([8e3c186](https://github.com/iotaledger/twin-engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
|
|
1110
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1111
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
118
1112
|
|
|
119
1113
|
|
|
120
1114
|
### Dependencies
|
|
@@ -127,7 +1121,7 @@
|
|
|
127
1121
|
* devDependencies
|
|
128
1122
|
* @twin.org/engine bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
129
1123
|
|
|
130
|
-
## [0.0.2-next.26](https://github.com/
|
|
1124
|
+
## [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)
|
|
131
1125
|
|
|
132
1126
|
|
|
133
1127
|
### Miscellaneous Chores
|
|
@@ -145,12 +1139,12 @@
|
|
|
145
1139
|
* devDependencies
|
|
146
1140
|
* @twin.org/engine bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
147
1141
|
|
|
148
|
-
## [0.0.2-next.25](https://github.com/
|
|
1142
|
+
## [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)
|
|
149
1143
|
|
|
150
1144
|
|
|
151
1145
|
### Features
|
|
152
1146
|
|
|
153
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
1147
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
154
1148
|
|
|
155
1149
|
|
|
156
1150
|
### Dependencies
|
|
@@ -163,7 +1157,7 @@
|
|
|
163
1157
|
* devDependencies
|
|
164
1158
|
* @twin.org/engine bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
165
1159
|
|
|
166
|
-
## [0.0.2-next.24](https://github.com/
|
|
1160
|
+
## [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)
|
|
167
1161
|
|
|
168
1162
|
|
|
169
1163
|
### Miscellaneous Chores
|
|
@@ -181,12 +1175,12 @@
|
|
|
181
1175
|
* devDependencies
|
|
182
1176
|
* @twin.org/engine bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
183
1177
|
|
|
184
|
-
## [0.0.2-next.23](https://github.com/
|
|
1178
|
+
## [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)
|
|
185
1179
|
|
|
186
1180
|
|
|
187
1181
|
### Features
|
|
188
1182
|
|
|
189
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
1183
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
190
1184
|
|
|
191
1185
|
|
|
192
1186
|
### Dependencies
|
|
@@ -199,7 +1193,7 @@
|
|
|
199
1193
|
* devDependencies
|
|
200
1194
|
* @twin.org/engine bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
201
1195
|
|
|
202
|
-
## [0.0.2-next.22](https://github.com/
|
|
1196
|
+
## [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)
|
|
203
1197
|
|
|
204
1198
|
|
|
205
1199
|
### Miscellaneous Chores
|
|
@@ -217,12 +1211,12 @@
|
|
|
217
1211
|
* devDependencies
|
|
218
1212
|
* @twin.org/engine bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
219
1213
|
|
|
220
|
-
## [0.0.2-next.21](https://github.com/
|
|
1214
|
+
## [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)
|
|
221
1215
|
|
|
222
1216
|
|
|
223
1217
|
### Features
|
|
224
1218
|
|
|
225
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
1219
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
226
1220
|
|
|
227
1221
|
|
|
228
1222
|
### Dependencies
|
|
@@ -235,12 +1229,12 @@
|
|
|
235
1229
|
* devDependencies
|
|
236
1230
|
* @twin.org/engine bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
237
1231
|
|
|
238
|
-
## [0.0.2-next.20](https://github.com/
|
|
1232
|
+
## [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)
|
|
239
1233
|
|
|
240
1234
|
|
|
241
1235
|
### Features
|
|
242
1236
|
|
|
243
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
1237
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
244
1238
|
|
|
245
1239
|
|
|
246
1240
|
### Dependencies
|
|
@@ -253,12 +1247,12 @@
|
|
|
253
1247
|
* devDependencies
|
|
254
1248
|
* @twin.org/engine bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
255
1249
|
|
|
256
|
-
## [0.0.2-next.19](https://github.com/
|
|
1250
|
+
## [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)
|
|
257
1251
|
|
|
258
1252
|
|
|
259
1253
|
### Features
|
|
260
1254
|
|
|
261
|
-
* simplify config building ([732c871](https://github.com/
|
|
1255
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
262
1256
|
|
|
263
1257
|
|
|
264
1258
|
### Dependencies
|
|
@@ -271,12 +1265,12 @@
|
|
|
271
1265
|
* devDependencies
|
|
272
1266
|
* @twin.org/engine bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
273
1267
|
|
|
274
|
-
## [0.0.2-next.18](https://github.com/
|
|
1268
|
+
## [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)
|
|
275
1269
|
|
|
276
1270
|
|
|
277
1271
|
### Features
|
|
278
1272
|
|
|
279
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
1273
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
280
1274
|
|
|
281
1275
|
|
|
282
1276
|
### Dependencies
|
|
@@ -289,12 +1283,12 @@
|
|
|
289
1283
|
* devDependencies
|
|
290
1284
|
* @twin.org/engine bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
291
1285
|
|
|
292
|
-
## [0.0.2-next.17](https://github.com/
|
|
1286
|
+
## [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)
|
|
293
1287
|
|
|
294
1288
|
|
|
295
1289
|
### Features
|
|
296
1290
|
|
|
297
|
-
* add REST options for route construction ([4adf0af](https://github.com/
|
|
1291
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
298
1292
|
|
|
299
1293
|
|
|
300
1294
|
### Dependencies
|
|
@@ -307,7 +1301,7 @@
|
|
|
307
1301
|
* devDependencies
|
|
308
1302
|
* @twin.org/engine bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
309
1303
|
|
|
310
|
-
## [0.0.2-next.16](https://github.com/
|
|
1304
|
+
## [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)
|
|
311
1305
|
|
|
312
1306
|
|
|
313
1307
|
### Miscellaneous Chores
|
|
@@ -325,12 +1319,12 @@
|
|
|
325
1319
|
* devDependencies
|
|
326
1320
|
* @twin.org/engine bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
327
1321
|
|
|
328
|
-
## [0.0.2-next.15](https://github.com/
|
|
1322
|
+
## [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)
|
|
329
1323
|
|
|
330
1324
|
|
|
331
1325
|
### Features
|
|
332
1326
|
|
|
333
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
1327
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
334
1328
|
|
|
335
1329
|
|
|
336
1330
|
### Dependencies
|
|
@@ -343,12 +1337,12 @@
|
|
|
343
1337
|
* devDependencies
|
|
344
1338
|
* @twin.org/engine bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
345
1339
|
|
|
346
|
-
## [0.0.2-next.14](https://github.com/
|
|
1340
|
+
## [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)
|
|
347
1341
|
|
|
348
1342
|
|
|
349
1343
|
### Features
|
|
350
1344
|
|
|
351
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
1345
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
352
1346
|
|
|
353
1347
|
|
|
354
1348
|
### Dependencies
|
|
@@ -361,12 +1355,12 @@
|
|
|
361
1355
|
* devDependencies
|
|
362
1356
|
* @twin.org/engine bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
363
1357
|
|
|
364
|
-
## [0.0.2-next.13](https://github.com/
|
|
1358
|
+
## [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)
|
|
365
1359
|
|
|
366
1360
|
|
|
367
1361
|
### Features
|
|
368
1362
|
|
|
369
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
1363
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
370
1364
|
|
|
371
1365
|
|
|
372
1366
|
### Dependencies
|
|
@@ -379,12 +1373,12 @@
|
|
|
379
1373
|
* devDependencies
|
|
380
1374
|
* @twin.org/engine bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
381
1375
|
|
|
382
|
-
## [0.0.2-next.12](https://github.com/
|
|
1376
|
+
## [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)
|
|
383
1377
|
|
|
384
1378
|
|
|
385
1379
|
### Features
|
|
386
1380
|
|
|
387
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
1381
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
388
1382
|
|
|
389
1383
|
|
|
390
1384
|
### Dependencies
|
|
@@ -397,12 +1391,12 @@
|
|
|
397
1391
|
* devDependencies
|
|
398
1392
|
* @twin.org/engine bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
399
1393
|
|
|
400
|
-
## [0.0.2-next.11](https://github.com/
|
|
1394
|
+
## [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)
|
|
401
1395
|
|
|
402
1396
|
|
|
403
1397
|
### Features
|
|
404
1398
|
|
|
405
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
1399
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
406
1400
|
|
|
407
1401
|
|
|
408
1402
|
### Dependencies
|
|
@@ -415,12 +1409,12 @@
|
|
|
415
1409
|
* devDependencies
|
|
416
1410
|
* @twin.org/engine bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
417
1411
|
|
|
418
|
-
## [0.0.2-next.10](https://github.com/
|
|
1412
|
+
## [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)
|
|
419
1413
|
|
|
420
1414
|
|
|
421
1415
|
### Features
|
|
422
1416
|
|
|
423
|
-
* add data space connector ([a824d99](https://github.com/
|
|
1417
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
424
1418
|
|
|
425
1419
|
|
|
426
1420
|
### Dependencies
|
|
@@ -433,12 +1427,12 @@
|
|
|
433
1427
|
* devDependencies
|
|
434
1428
|
* @twin.org/engine bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
435
1429
|
|
|
436
|
-
## [0.0.2-next.9](https://github.com/
|
|
1430
|
+
## [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)
|
|
437
1431
|
|
|
438
1432
|
|
|
439
1433
|
### Features
|
|
440
1434
|
|
|
441
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
1435
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
442
1436
|
|
|
443
1437
|
|
|
444
1438
|
### Dependencies
|
|
@@ -451,12 +1445,12 @@
|
|
|
451
1445
|
* devDependencies
|
|
452
1446
|
* @twin.org/engine bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
453
1447
|
|
|
454
|
-
## [0.0.2-next.8](https://github.com/
|
|
1448
|
+
## [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)
|
|
455
1449
|
|
|
456
1450
|
|
|
457
1451
|
### Features
|
|
458
1452
|
|
|
459
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
1453
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
460
1454
|
|
|
461
1455
|
|
|
462
1456
|
### Dependencies
|
|
@@ -469,7 +1463,7 @@
|
|
|
469
1463
|
* devDependencies
|
|
470
1464
|
* @twin.org/engine bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
471
1465
|
|
|
472
|
-
## [0.0.2-next.7](https://github.com/
|
|
1466
|
+
## [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)
|
|
473
1467
|
|
|
474
1468
|
|
|
475
1469
|
### Miscellaneous Chores
|
|
@@ -487,12 +1481,12 @@
|
|
|
487
1481
|
* devDependencies
|
|
488
1482
|
* @twin.org/engine bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
489
1483
|
|
|
490
|
-
## [0.0.2-next.6](https://github.com/
|
|
1484
|
+
## [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)
|
|
491
1485
|
|
|
492
1486
|
|
|
493
1487
|
### Features
|
|
494
1488
|
|
|
495
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
1489
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
496
1490
|
|
|
497
1491
|
|
|
498
1492
|
### Dependencies
|
|
@@ -505,12 +1499,12 @@
|
|
|
505
1499
|
* devDependencies
|
|
506
1500
|
* @twin.org/engine bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
507
1501
|
|
|
508
|
-
## [0.0.2-next.5](https://github.com/
|
|
1502
|
+
## [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)
|
|
509
1503
|
|
|
510
1504
|
|
|
511
1505
|
### Features
|
|
512
1506
|
|
|
513
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
1507
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
514
1508
|
|
|
515
1509
|
|
|
516
1510
|
### Dependencies
|
|
@@ -523,12 +1517,12 @@
|
|
|
523
1517
|
* devDependencies
|
|
524
1518
|
* @twin.org/engine bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
525
1519
|
|
|
526
|
-
## [0.0.2-next.4](https://github.com/
|
|
1520
|
+
## [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)
|
|
527
1521
|
|
|
528
1522
|
|
|
529
1523
|
### Features
|
|
530
1524
|
|
|
531
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
1525
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
532
1526
|
|
|
533
1527
|
|
|
534
1528
|
### Dependencies
|
|
@@ -541,12 +1535,12 @@
|
|
|
541
1535
|
* devDependencies
|
|
542
1536
|
* @twin.org/engine bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
543
1537
|
|
|
544
|
-
## [0.0.2-next.3](https://github.com/
|
|
1538
|
+
## [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)
|
|
545
1539
|
|
|
546
1540
|
|
|
547
1541
|
### Features
|
|
548
1542
|
|
|
549
|
-
* update includeUserIdentity usage ([d34f597](https://github.com/
|
|
1543
|
+
* update includeUserIdentity usage ([d34f597](https://github.com/iotaledger/twin-engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
|
|
550
1544
|
|
|
551
1545
|
|
|
552
1546
|
### Dependencies
|
|
@@ -559,12 +1553,12 @@
|
|
|
559
1553
|
* devDependencies
|
|
560
1554
|
* @twin.org/engine bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
561
1555
|
|
|
562
|
-
## [0.0.2-next.2](https://github.com/
|
|
1556
|
+
## [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)
|
|
563
1557
|
|
|
564
1558
|
|
|
565
1559
|
### Features
|
|
566
1560
|
|
|
567
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
1561
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
568
1562
|
|
|
569
1563
|
|
|
570
1564
|
### Dependencies
|
|
@@ -577,27 +1571,27 @@
|
|
|
577
1571
|
* devDependencies
|
|
578
1572
|
* @twin.org/engine bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
579
1573
|
|
|
580
|
-
## [0.0.2-next.1](https://github.com/
|
|
1574
|
+
## [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)
|
|
581
1575
|
|
|
582
1576
|
|
|
583
1577
|
### Features
|
|
584
1578
|
|
|
585
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
586
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
587
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
588
|
-
* add task scheduler ([0951107](https://github.com/
|
|
589
|
-
* expose default rest and socket path creation ([e6c6e26](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
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
593
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
594
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1579
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1580
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1581
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1582
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1583
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1584
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1585
|
+
* 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))
|
|
1586
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1587
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1588
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
595
1589
|
|
|
596
1590
|
|
|
597
1591
|
### Bug Fixes
|
|
598
1592
|
|
|
599
|
-
* method docs ([fb3d73f](https://github.com/
|
|
600
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1593
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1594
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
601
1595
|
|
|
602
1596
|
|
|
603
1597
|
### Dependencies
|
|
@@ -615,23 +1609,23 @@
|
|
|
615
1609
|
|
|
616
1610
|
### Features
|
|
617
1611
|
|
|
618
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
619
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
620
|
-
* add task scheduler ([0951107](https://github.com/
|
|
621
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
622
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
623
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
624
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
625
|
-
* release to production ([3a4acd1](https://github.com/
|
|
626
|
-
* release to production ([5559958](https://github.com/
|
|
627
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
628
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1612
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1613
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1614
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1615
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1616
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1617
|
+
* 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))
|
|
1618
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
1619
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
1620
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
1621
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1622
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
629
1623
|
|
|
630
1624
|
|
|
631
1625
|
### Bug Fixes
|
|
632
1626
|
|
|
633
|
-
* method docs ([fb3d73f](https://github.com/
|
|
634
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1627
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1628
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
635
1629
|
|
|
636
1630
|
|
|
637
1631
|
### Dependencies
|
|
@@ -644,12 +1638,12 @@
|
|
|
644
1638
|
* devDependencies
|
|
645
1639
|
* @twin.org/engine bumped from 0.0.1-next.84 to 0.0.1
|
|
646
1640
|
|
|
647
|
-
## [0.0.1-next.84](https://github.com/
|
|
1641
|
+
## [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)
|
|
648
1642
|
|
|
649
1643
|
|
|
650
1644
|
### Features
|
|
651
1645
|
|
|
652
|
-
* move environment variable processing to node level ([2223c12](https://github.com/
|
|
1646
|
+
* move environment variable processing to node level ([2223c12](https://github.com/iotaledger/twin-engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
|
|
653
1647
|
|
|
654
1648
|
|
|
655
1649
|
### Dependencies
|
|
@@ -662,25 +1656,25 @@
|
|
|
662
1656
|
* devDependencies
|
|
663
1657
|
* @twin.org/engine bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
664
1658
|
|
|
665
|
-
## [0.0.1-next.83](https://github.com/
|
|
1659
|
+
## [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)
|
|
666
1660
|
|
|
667
1661
|
|
|
668
1662
|
### Features
|
|
669
1663
|
|
|
670
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
671
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
672
|
-
* add task scheduler ([0951107](https://github.com/
|
|
673
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
674
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
675
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
676
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
677
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1664
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1665
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1666
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1667
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1668
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1669
|
+
* 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))
|
|
1670
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1671
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
678
1672
|
|
|
679
1673
|
|
|
680
1674
|
### Bug Fixes
|
|
681
1675
|
|
|
682
|
-
* method docs ([fb3d73f](https://github.com/
|
|
683
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1676
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1677
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
684
1678
|
|
|
685
1679
|
|
|
686
1680
|
### Dependencies
|
|
@@ -693,7 +1687,7 @@
|
|
|
693
1687
|
* devDependencies
|
|
694
1688
|
* @twin.org/engine bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
695
1689
|
|
|
696
|
-
## [0.0.1-next.81](https://github.com/
|
|
1690
|
+
## [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)
|
|
697
1691
|
|
|
698
1692
|
|
|
699
1693
|
### Miscellaneous Chores
|
|
@@ -711,12 +1705,12 @@
|
|
|
711
1705
|
* devDependencies
|
|
712
1706
|
* @twin.org/engine bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
713
1707
|
|
|
714
|
-
## [0.0.1-next.80](https://github.com/
|
|
1708
|
+
## [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)
|
|
715
1709
|
|
|
716
1710
|
|
|
717
1711
|
### Features
|
|
718
1712
|
|
|
719
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1713
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
720
1714
|
|
|
721
1715
|
|
|
722
1716
|
### Dependencies
|
|
@@ -729,7 +1723,7 @@
|
|
|
729
1723
|
* devDependencies
|
|
730
1724
|
* @twin.org/engine bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
731
1725
|
|
|
732
|
-
## [0.0.1-next.79](https://github.com/
|
|
1726
|
+
## [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)
|
|
733
1727
|
|
|
734
1728
|
|
|
735
1729
|
### Miscellaneous Chores
|
|
@@ -747,7 +1741,7 @@
|
|
|
747
1741
|
* devDependencies
|
|
748
1742
|
* @twin.org/engine bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
749
1743
|
|
|
750
|
-
## [0.0.1-next.78](https://github.com/
|
|
1744
|
+
## [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)
|
|
751
1745
|
|
|
752
1746
|
|
|
753
1747
|
### Miscellaneous Chores
|
|
@@ -765,7 +1759,7 @@
|
|
|
765
1759
|
* devDependencies
|
|
766
1760
|
* @twin.org/engine bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
767
1761
|
|
|
768
|
-
## [0.0.1-next.77](https://github.com/
|
|
1762
|
+
## [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)
|
|
769
1763
|
|
|
770
1764
|
|
|
771
1765
|
### Miscellaneous Chores
|
|
@@ -783,12 +1777,12 @@
|
|
|
783
1777
|
* devDependencies
|
|
784
1778
|
* @twin.org/engine bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
785
1779
|
|
|
786
|
-
## [0.0.1-next.76](https://github.com/
|
|
1780
|
+
## [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)
|
|
787
1781
|
|
|
788
1782
|
|
|
789
1783
|
### Features
|
|
790
1784
|
|
|
791
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1785
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
792
1786
|
|
|
793
1787
|
|
|
794
1788
|
### Dependencies
|
|
@@ -801,12 +1795,12 @@
|
|
|
801
1795
|
* devDependencies
|
|
802
1796
|
* @twin.org/engine bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
803
1797
|
|
|
804
|
-
## [0.0.1-next.75](https://github.com/
|
|
1798
|
+
## [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)
|
|
805
1799
|
|
|
806
1800
|
|
|
807
1801
|
### Features
|
|
808
1802
|
|
|
809
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1803
|
+
* 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))
|
|
810
1804
|
|
|
811
1805
|
|
|
812
1806
|
### Dependencies
|
|
@@ -819,12 +1813,12 @@
|
|
|
819
1813
|
* devDependencies
|
|
820
1814
|
* @twin.org/engine bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
821
1815
|
|
|
822
|
-
## [0.0.1-next.74](https://github.com/
|
|
1816
|
+
## [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)
|
|
823
1817
|
|
|
824
1818
|
|
|
825
1819
|
### Features
|
|
826
1820
|
|
|
827
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1821
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
828
1822
|
|
|
829
1823
|
|
|
830
1824
|
### Dependencies
|
|
@@ -837,7 +1831,7 @@
|
|
|
837
1831
|
* devDependencies
|
|
838
1832
|
* @twin.org/engine bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
839
1833
|
|
|
840
|
-
## [0.0.1-next.73](https://github.com/
|
|
1834
|
+
## [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)
|
|
841
1835
|
|
|
842
1836
|
|
|
843
1837
|
### Miscellaneous Chores
|
|
@@ -855,21 +1849,21 @@
|
|
|
855
1849
|
* devDependencies
|
|
856
1850
|
* @twin.org/engine bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
857
1851
|
|
|
858
|
-
## [0.0.1-next.72](https://github.com/
|
|
1852
|
+
## [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)
|
|
859
1853
|
|
|
860
1854
|
|
|
861
1855
|
### Features
|
|
862
1856
|
|
|
863
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
864
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
865
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
866
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1857
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1858
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
1859
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1860
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
867
1861
|
|
|
868
1862
|
|
|
869
1863
|
### Bug Fixes
|
|
870
1864
|
|
|
871
|
-
* method docs ([fb3d73f](https://github.com/
|
|
872
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1865
|
+
* method docs ([fb3d73f](https://github.com/iotaledger/twin-engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
|
|
1866
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
873
1867
|
|
|
874
1868
|
|
|
875
1869
|
### Dependencies
|
|
@@ -882,12 +1876,12 @@
|
|
|
882
1876
|
* devDependencies
|
|
883
1877
|
* @twin.org/engine bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
884
1878
|
|
|
885
|
-
## [0.0.1-next.71](https://github.com/
|
|
1879
|
+
## [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)
|
|
886
1880
|
|
|
887
1881
|
|
|
888
1882
|
### Features
|
|
889
1883
|
|
|
890
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1884
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
891
1885
|
|
|
892
1886
|
|
|
893
1887
|
### Dependencies
|
|
@@ -900,7 +1894,7 @@
|
|
|
900
1894
|
* devDependencies
|
|
901
1895
|
* @twin.org/engine bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
902
1896
|
|
|
903
|
-
## [0.0.1-next.70](https://github.com/
|
|
1897
|
+
## [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)
|
|
904
1898
|
|
|
905
1899
|
|
|
906
1900
|
### Miscellaneous Chores
|
|
@@ -918,17 +1912,17 @@
|
|
|
918
1912
|
* devDependencies
|
|
919
1913
|
* @twin.org/engine bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
920
1914
|
|
|
921
|
-
## [0.0.1-next.69](https://github.com/
|
|
1915
|
+
## [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)
|
|
922
1916
|
|
|
923
1917
|
|
|
924
1918
|
### Features
|
|
925
1919
|
|
|
926
|
-
* expose default rest and socket path creation ([e6c6e26](https://github.com/
|
|
1920
|
+
* expose default rest and socket path creation ([e6c6e26](https://github.com/iotaledger/twin-engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
|
|
927
1921
|
|
|
928
1922
|
|
|
929
1923
|
### Bug Fixes
|
|
930
1924
|
|
|
931
|
-
* use abbreviated docs path ([9258a72](https://github.com/
|
|
1925
|
+
* use abbreviated docs path ([9258a72](https://github.com/iotaledger/twin-engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
|
|
932
1926
|
|
|
933
1927
|
|
|
934
1928
|
### Dependencies
|
|
@@ -941,12 +1935,12 @@
|
|
|
941
1935
|
* devDependencies
|
|
942
1936
|
* @twin.org/engine bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
943
1937
|
|
|
944
|
-
## [0.0.1-next.68](https://github.com/
|
|
1938
|
+
## [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)
|
|
945
1939
|
|
|
946
1940
|
|
|
947
1941
|
### Features
|
|
948
1942
|
|
|
949
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1943
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
950
1944
|
|
|
951
1945
|
|
|
952
1946
|
### Dependencies
|
|
@@ -959,12 +1953,12 @@
|
|
|
959
1953
|
* devDependencies
|
|
960
1954
|
* @twin.org/engine bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
961
1955
|
|
|
962
|
-
## [0.0.1-next.67](https://github.com/
|
|
1956
|
+
## [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)
|
|
963
1957
|
|
|
964
1958
|
|
|
965
1959
|
### Features
|
|
966
1960
|
|
|
967
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1961
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
968
1962
|
|
|
969
1963
|
|
|
970
1964
|
### Dependencies
|