@twin.org/api-server-fastify 0.0.3-next.9 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/changelog.md CHANGED
@@ -1,32 +1,797 @@
1
- # @twin.org/api-server-fastify - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.9](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.3-next.8...api-server-fastify-v0.0.3-next.9) (2026-01-05)
3
+ ## [0.9.0](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.9.0...api-server-fastify-v0.9.0) (2026-06-24)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * add authentication generators and process features option ([a67edf1](https://github.com/twinfoundation/api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
9
- * add context id features ([#42](https://github.com/twinfoundation/api/issues/42)) ([0186055](https://github.com/twinfoundation/api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
10
- * add json-ld mime type processor and auth admin component ([8861791](https://github.com/twinfoundation/api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
11
- * add logging component type to request contexts ([210de1b](https://github.com/twinfoundation/api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
12
- * add root, favicon routes ([71da1c3](https://github.com/twinfoundation/api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
13
- * add socket id, connect and disconnect ([20b0d0e](https://github.com/twinfoundation/api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
14
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
15
- * decodeURIComponent for query and path params ([ead68a2](https://github.com/twinfoundation/api/commit/ead68a257425c10dd912497f7edd473c469ca132))
16
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
17
- * improve socket route logging ([b8d9519](https://github.com/twinfoundation/api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
18
- * logging naming consistency ([a4a6ef2](https://github.com/twinfoundation/api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
19
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
20
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
21
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
22
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
8
+ * release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
9
+ * release to production ([#195](https://github.com/iotaledger/twin-api/issues/195)) ([a3f5c1f](https://github.com/iotaledger/twin-api/commit/a3f5c1fc35a748762af7efa4f7f95776004d1309))
10
+ * release to production ([#197](https://github.com/iotaledger/twin-api/issues/197)) ([f04c156](https://github.com/iotaledger/twin-api/commit/f04c1567f801cde36c5ec8595f9b9369109d9e42))
11
+ * release to production ([#201](https://github.com/iotaledger/twin-api/issues/201)) ([e1c46fd](https://github.com/iotaledger/twin-api/commit/e1c46fd02c1f4d44d5393e2f49a24f1e4468f240))
12
+
13
+ ## [0.9.0-next.1](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.9.0-next.0...api-server-fastify-v0.9.0-next.1) (2026-06-23)
14
+
15
+
16
+ ### Features
17
+
18
+ * add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
19
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
20
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
21
+ * add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
22
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
23
+ * add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
24
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
25
+ * auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
26
+ * decodeURIComponent for query and path params ([ead68a2](https://github.com/iotaledger/twin-api/commit/ead68a257425c10dd912497f7edd473c469ca132))
27
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
28
+ * hosting service ([#109](https://github.com/iotaledger/twin-api/issues/109)) ([985bf1f](https://github.com/iotaledger/twin-api/commit/985bf1f5c07b09ecb800df7120bc2422ac7a6d25))
29
+ * improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
30
+ * logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
31
+ * organization identifiers ([#158](https://github.com/iotaledger/twin-api/issues/158)) ([ce13244](https://github.com/iotaledger/twin-api/commit/ce13244aaacbf82d9e5f87d905e283b36ad63bbf))
32
+ * public base url ([#70](https://github.com/iotaledger/twin-api/issues/70)) ([5b958cd](https://github.com/iotaledger/twin-api/commit/5b958cd91e8a38cdae2835ff5f2356c7e48d37c3))
33
+ * remove hosting component ([#170](https://github.com/iotaledger/twin-api/issues/170)) ([e78c1e8](https://github.com/iotaledger/twin-api/commit/e78c1e87d2747bf58da02b6b77680708ff681122))
34
+ * separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
35
+ * typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
36
+ * update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
37
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
38
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
39
+ * update health format ([cfbfbbb](https://github.com/iotaledger/twin-api/commit/cfbfbbb2e9afbd2574ffd2446ad51e4217437951))
40
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
41
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
42
+ * user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
43
+
44
+
45
+ ### Bug Fixes
46
+
47
+ * change logout and refresh routes from GET to POST ([#111](https://github.com/iotaledger/twin-api/issues/111)) ([cb8b64b](https://github.com/iotaledger/twin-api/commit/cb8b64b6507f9991baa78a663de2e84269695c82))
48
+ * error handling make sure primary error takes precedence ([84b61f2](https://github.com/iotaledger/twin-api/commit/84b61f27fe5e4919c0c9f9a1edc8ff46dc45c1f7))
49
+ * locales ([1b84d8e](https://github.com/iotaledger/twin-api/commit/1b84d8eb4dbe2302897e184e6389892b7ba12608))
50
+ * missing port in server request url ([#71](https://github.com/iotaledger/twin-api/issues/71)) ([21d1bb5](https://github.com/iotaledger/twin-api/commit/21d1bb57e7dac5c737266876b7521130db1df975))
51
+ * prevent error body masking 4xx as 500, run pre-processors in context scope ([#102](https://github.com/iotaledger/twin-api/issues/102)) ([5fbe14c](https://github.com/iotaledger/twin-api/commit/5fbe14c98e11e77a30e16704dcb8bfba7705926b))
52
+ * resolve local origin context by organization routing param ([#180](https://github.com/iotaledger/twin-api/issues/180)) ([bceb9f1](https://github.com/iotaledger/twin-api/commit/bceb9f1b5b68382b7e2f9743ee7b4ea0e3a33f55))
53
+ * use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
54
+
55
+
56
+ ### Dependencies
57
+
58
+ * The following workspace dependencies were updated
59
+ * dependencies
60
+ * @twin.org/api-core bumped from 0.9.0-next.0 to 0.9.0-next.1
61
+ * @twin.org/api-models bumped from 0.9.0-next.0 to 0.9.0-next.1
62
+ * @twin.org/api-processors bumped from 0.9.0-next.0 to 0.9.0-next.1
63
+
64
+ ## [0.0.3-next.53](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.52...api-server-fastify-v0.0.3-next.53) (2026-06-23)
65
+
66
+
67
+ ### Miscellaneous Chores
68
+
69
+ * **api-server-fastify:** Synchronize repo versions
70
+
71
+
72
+ ### Dependencies
73
+
74
+ * The following workspace dependencies were updated
75
+ * dependencies
76
+ * @twin.org/api-core bumped from 0.0.3-next.52 to 0.0.3-next.53
77
+ * @twin.org/api-models bumped from 0.0.3-next.52 to 0.0.3-next.53
78
+ * @twin.org/api-processors bumped from 0.0.3-next.52 to 0.0.3-next.53
79
+
80
+ ## [0.0.3-next.52](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.51...api-server-fastify-v0.0.3-next.52) (2026-06-22)
81
+
82
+
83
+ ### Miscellaneous Chores
84
+
85
+ * **api-server-fastify:** Synchronize repo versions
86
+
87
+
88
+ ### Dependencies
89
+
90
+ * The following workspace dependencies were updated
91
+ * dependencies
92
+ * @twin.org/api-core bumped from 0.0.3-next.51 to 0.0.3-next.52
93
+ * @twin.org/api-models bumped from 0.0.3-next.51 to 0.0.3-next.52
94
+ * @twin.org/api-processors bumped from 0.0.3-next.51 to 0.0.3-next.52
95
+
96
+ ## [0.0.3-next.51](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.50...api-server-fastify-v0.0.3-next.51) (2026-06-20)
97
+
98
+
99
+ ### Bug Fixes
100
+
101
+ * resolve local origin context by organization routing param ([#180](https://github.com/iotaledger/twin-api/issues/180)) ([bceb9f1](https://github.com/iotaledger/twin-api/commit/bceb9f1b5b68382b7e2f9743ee7b4ea0e3a33f55))
102
+
103
+
104
+ ### Dependencies
105
+
106
+ * The following workspace dependencies were updated
107
+ * dependencies
108
+ * @twin.org/api-core bumped from 0.0.3-next.50 to 0.0.3-next.51
109
+ * @twin.org/api-models bumped from 0.0.3-next.50 to 0.0.3-next.51
110
+ * @twin.org/api-processors bumped from 0.0.3-next.50 to 0.0.3-next.51
111
+
112
+ ## [0.0.3-next.50](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.49...api-server-fastify-v0.0.3-next.50) (2026-06-19)
113
+
114
+
115
+ ### Miscellaneous Chores
116
+
117
+ * **api-server-fastify:** Synchronize repo versions
118
+
119
+
120
+ ### Dependencies
121
+
122
+ * The following workspace dependencies were updated
123
+ * dependencies
124
+ * @twin.org/api-core bumped from 0.0.3-next.49 to 0.0.3-next.50
125
+ * @twin.org/api-models bumped from 0.0.3-next.49 to 0.0.3-next.50
126
+ * @twin.org/api-processors bumped from 0.0.3-next.49 to 0.0.3-next.50
127
+
128
+ ## [0.0.3-next.49](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.48...api-server-fastify-v0.0.3-next.49) (2026-06-19)
129
+
130
+
131
+ ### Miscellaneous Chores
132
+
133
+ * **api-server-fastify:** Synchronize repo versions
134
+
135
+
136
+ ### Dependencies
137
+
138
+ * The following workspace dependencies were updated
139
+ * dependencies
140
+ * @twin.org/api-core bumped from 0.0.3-next.48 to 0.0.3-next.49
141
+ * @twin.org/api-models bumped from 0.0.3-next.48 to 0.0.3-next.49
142
+ * @twin.org/api-processors bumped from 0.0.3-next.48 to 0.0.3-next.49
143
+
144
+ ## [0.0.3-next.48](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.47...api-server-fastify-v0.0.3-next.48) (2026-06-19)
145
+
146
+
147
+ ### Miscellaneous Chores
148
+
149
+ * **api-server-fastify:** Synchronize repo versions
150
+
151
+
152
+ ### Dependencies
153
+
154
+ * The following workspace dependencies were updated
155
+ * dependencies
156
+ * @twin.org/api-core bumped from 0.0.3-next.47 to 0.0.3-next.48
157
+ * @twin.org/api-models bumped from 0.0.3-next.47 to 0.0.3-next.48
158
+ * @twin.org/api-processors bumped from 0.0.3-next.47 to 0.0.3-next.48
159
+
160
+ ## [0.0.3-next.47](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.46...api-server-fastify-v0.0.3-next.47) (2026-06-18)
161
+
162
+
163
+ ### Features
164
+
165
+ * remove hosting component ([#170](https://github.com/iotaledger/twin-api/issues/170)) ([e78c1e8](https://github.com/iotaledger/twin-api/commit/e78c1e87d2747bf58da02b6b77680708ff681122))
166
+
167
+
168
+ ### Dependencies
169
+
170
+ * The following workspace dependencies were updated
171
+ * dependencies
172
+ * @twin.org/api-core bumped from 0.0.3-next.46 to 0.0.3-next.47
173
+ * @twin.org/api-models bumped from 0.0.3-next.46 to 0.0.3-next.47
174
+ * @twin.org/api-processors bumped from 0.0.3-next.46 to 0.0.3-next.47
175
+
176
+ ## [0.0.3-next.46](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.45...api-server-fastify-v0.0.3-next.46) (2026-06-17)
177
+
178
+
179
+ ### Miscellaneous Chores
180
+
181
+ * **api-server-fastify:** Synchronize repo versions
182
+
183
+
184
+ ### Dependencies
185
+
186
+ * The following workspace dependencies were updated
187
+ * dependencies
188
+ * @twin.org/api-core bumped from 0.0.3-next.45 to 0.0.3-next.46
189
+ * @twin.org/api-models bumped from 0.0.3-next.45 to 0.0.3-next.46
190
+ * @twin.org/api-processors bumped from 0.0.3-next.45 to 0.0.3-next.46
191
+
192
+ ## [0.0.3-next.45](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.44...api-server-fastify-v0.0.3-next.45) (2026-06-15)
193
+
194
+
195
+ ### Miscellaneous Chores
196
+
197
+ * **api-server-fastify:** Synchronize repo versions
198
+
199
+
200
+ ### Dependencies
201
+
202
+ * The following workspace dependencies were updated
203
+ * dependencies
204
+ * @twin.org/api-core bumped from 0.0.3-next.44 to 0.0.3-next.45
205
+ * @twin.org/api-models bumped from 0.0.3-next.44 to 0.0.3-next.45
206
+ * @twin.org/api-processors bumped from 0.0.3-next.44 to 0.0.3-next.45
207
+
208
+ ## [0.0.3-next.44](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.43...api-server-fastify-v0.0.3-next.44) (2026-06-11)
209
+
210
+
211
+ ### Features
212
+
213
+ * organization identifiers ([#158](https://github.com/iotaledger/twin-api/issues/158)) ([ce13244](https://github.com/iotaledger/twin-api/commit/ce13244aaacbf82d9e5f87d905e283b36ad63bbf))
214
+
215
+
216
+ ### Dependencies
217
+
218
+ * The following workspace dependencies were updated
219
+ * dependencies
220
+ * @twin.org/api-core bumped from 0.0.3-next.43 to 0.0.3-next.44
221
+ * @twin.org/api-models bumped from 0.0.3-next.43 to 0.0.3-next.44
222
+ * @twin.org/api-processors bumped from 0.0.3-next.43 to 0.0.3-next.44
223
+
224
+ ## [0.0.3-next.43](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.42...api-server-fastify-v0.0.3-next.43) (2026-06-10)
225
+
226
+
227
+ ### Miscellaneous Chores
228
+
229
+ * **api-server-fastify:** Synchronize repo versions
230
+
231
+
232
+ ### Dependencies
233
+
234
+ * The following workspace dependencies were updated
235
+ * dependencies
236
+ * @twin.org/api-core bumped from 0.0.3-next.42 to 0.0.3-next.43
237
+ * @twin.org/api-models bumped from 0.0.3-next.42 to 0.0.3-next.43
238
+ * @twin.org/api-processors bumped from 0.0.3-next.42 to 0.0.3-next.43
239
+
240
+ ## [0.0.3-next.42](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.41...api-server-fastify-v0.0.3-next.42) (2026-06-08)
241
+
242
+
243
+ ### Miscellaneous Chores
244
+
245
+ * **api-server-fastify:** Synchronize repo versions
246
+
247
+
248
+ ### Dependencies
249
+
250
+ * The following workspace dependencies were updated
251
+ * dependencies
252
+ * @twin.org/api-core bumped from 0.0.3-next.41 to 0.0.3-next.42
253
+ * @twin.org/api-models bumped from 0.0.3-next.41 to 0.0.3-next.42
254
+ * @twin.org/api-processors bumped from 0.0.3-next.41 to 0.0.3-next.42
255
+
256
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.40...api-server-fastify-v0.0.3-next.41) (2026-06-05)
257
+
258
+
259
+ ### Miscellaneous Chores
260
+
261
+ * **api-server-fastify:** Synchronize repo versions
262
+
263
+
264
+ ### Dependencies
265
+
266
+ * The following workspace dependencies were updated
267
+ * dependencies
268
+ * @twin.org/api-core bumped from 0.0.3-next.40 to 0.0.3-next.41
269
+ * @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
270
+ * @twin.org/api-processors bumped from 0.0.3-next.40 to 0.0.3-next.41
271
+
272
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.39...api-server-fastify-v0.0.3-next.40) (2026-06-04)
273
+
274
+
275
+ ### Miscellaneous Chores
276
+
277
+ * **api-server-fastify:** Synchronize repo versions
278
+
279
+
280
+ ### Dependencies
281
+
282
+ * The following workspace dependencies were updated
283
+ * dependencies
284
+ * @twin.org/api-core bumped from 0.0.3-next.39 to 0.0.3-next.40
285
+ * @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
286
+ * @twin.org/api-processors bumped from 0.0.3-next.39 to 0.0.3-next.40
287
+
288
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.38...api-server-fastify-v0.0.3-next.39) (2026-06-02)
289
+
290
+
291
+ ### Miscellaneous Chores
292
+
293
+ * **api-server-fastify:** Synchronize repo versions
294
+
295
+
296
+ ### Dependencies
297
+
298
+ * The following workspace dependencies were updated
299
+ * dependencies
300
+ * @twin.org/api-core bumped from 0.0.3-next.38 to 0.0.3-next.39
301
+ * @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
302
+ * @twin.org/api-processors bumped from 0.0.3-next.38 to 0.0.3-next.39
303
+
304
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.37...api-server-fastify-v0.0.3-next.38) (2026-05-28)
305
+
306
+
307
+ ### Miscellaneous Chores
308
+
309
+ * **api-server-fastify:** Synchronize repo versions
310
+
311
+
312
+ ### Dependencies
313
+
314
+ * The following workspace dependencies were updated
315
+ * dependencies
316
+ * @twin.org/api-core bumped from 0.0.3-next.37 to 0.0.3-next.38
317
+ * @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
318
+ * @twin.org/api-processors bumped from 0.0.3-next.37 to 0.0.3-next.38
319
+
320
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.36...api-server-fastify-v0.0.3-next.37) (2026-05-22)
321
+
322
+
323
+ ### Miscellaneous Chores
324
+
325
+ * **api-server-fastify:** Synchronize repo versions
326
+
327
+
328
+ ### Dependencies
329
+
330
+ * The following workspace dependencies were updated
331
+ * dependencies
332
+ * @twin.org/api-core bumped from 0.0.3-next.36 to 0.0.3-next.37
333
+ * @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
334
+ * @twin.org/api-processors bumped from 0.0.3-next.36 to 0.0.3-next.37
335
+
336
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.35...api-server-fastify-v0.0.3-next.36) (2026-05-22)
337
+
338
+
339
+ ### Miscellaneous Chores
340
+
341
+ * **api-server-fastify:** Synchronize repo versions
342
+
343
+
344
+ ### Dependencies
345
+
346
+ * The following workspace dependencies were updated
347
+ * dependencies
348
+ * @twin.org/api-core bumped from 0.0.3-next.35 to 0.0.3-next.36
349
+ * @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
350
+ * @twin.org/api-processors bumped from 0.0.3-next.35 to 0.0.3-next.36
351
+
352
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.34...api-server-fastify-v0.0.3-next.35) (2026-05-21)
353
+
354
+
355
+ ### Miscellaneous Chores
356
+
357
+ * **api-server-fastify:** Synchronize repo versions
358
+
359
+
360
+ ### Dependencies
361
+
362
+ * The following workspace dependencies were updated
363
+ * dependencies
364
+ * @twin.org/api-core bumped from 0.0.3-next.34 to 0.0.3-next.35
365
+ * @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
366
+ * @twin.org/api-processors bumped from 0.0.3-next.34 to 0.0.3-next.35
367
+
368
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.33...api-server-fastify-v0.0.3-next.34) (2026-05-19)
369
+
370
+
371
+ ### Features
372
+
373
+ * update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
374
+
375
+
376
+ ### Dependencies
377
+
378
+ * The following workspace dependencies were updated
379
+ * dependencies
380
+ * @twin.org/api-core bumped from 0.0.3-next.33 to 0.0.3-next.34
381
+ * @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
382
+ * @twin.org/api-processors bumped from 0.0.3-next.33 to 0.0.3-next.34
383
+
384
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.32...api-server-fastify-v0.0.3-next.33) (2026-05-11)
385
+
386
+
387
+ ### Features
388
+
389
+ * typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
390
+
391
+
392
+ ### Dependencies
393
+
394
+ * The following workspace dependencies were updated
395
+ * dependencies
396
+ * @twin.org/api-core bumped from 0.0.3-next.32 to 0.0.3-next.33
397
+ * @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
398
+ * @twin.org/api-processors bumped from 0.0.3-next.32 to 0.0.3-next.33
399
+
400
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.31...api-server-fastify-v0.0.3-next.32) (2026-05-07)
401
+
402
+
403
+ ### Miscellaneous Chores
404
+
405
+ * **api-server-fastify:** Synchronize repo versions
406
+
407
+
408
+ ### Dependencies
409
+
410
+ * The following workspace dependencies were updated
411
+ * dependencies
412
+ * @twin.org/api-core bumped from 0.0.3-next.31 to 0.0.3-next.32
413
+ * @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
414
+ * @twin.org/api-processors bumped from 0.0.3-next.31 to 0.0.3-next.32
415
+
416
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.30...api-server-fastify-v0.0.3-next.31) (2026-05-06)
417
+
418
+
419
+ ### Features
420
+
421
+ * update health format ([cfbfbbb](https://github.com/iotaledger/twin-api/commit/cfbfbbb2e9afbd2574ffd2446ad51e4217437951))
422
+
423
+
424
+ ### Dependencies
425
+
426
+ * The following workspace dependencies were updated
427
+ * dependencies
428
+ * @twin.org/api-core bumped from 0.0.3-next.30 to 0.0.3-next.31
429
+ * @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
430
+ * @twin.org/api-processors bumped from 0.0.3-next.30 to 0.0.3-next.31
431
+
432
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.29...api-server-fastify-v0.0.3-next.30) (2026-05-05)
433
+
434
+
435
+ ### Features
436
+
437
+ * separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
438
+
439
+
440
+ ### Dependencies
441
+
442
+ * The following workspace dependencies were updated
443
+ * dependencies
444
+ * @twin.org/api-core bumped from 0.0.3-next.29 to 0.0.3-next.30
445
+ * @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
446
+ * @twin.org/api-processors bumped from 0.0.3-next.29 to 0.0.3-next.30
447
+
448
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.28...api-server-fastify-v0.0.3-next.29) (2026-05-01)
449
+
450
+
451
+ ### Features
452
+
453
+ * hosting service ([#109](https://github.com/iotaledger/twin-api/issues/109)) ([985bf1f](https://github.com/iotaledger/twin-api/commit/985bf1f5c07b09ecb800df7120bc2422ac7a6d25))
454
+
455
+
456
+ ### Dependencies
457
+
458
+ * The following workspace dependencies were updated
459
+ * dependencies
460
+ * @twin.org/api-core bumped from 0.0.3-next.28 to 0.0.3-next.29
461
+ * @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
462
+ * @twin.org/api-processors bumped from 0.0.3-next.28 to 0.0.3-next.29
463
+
464
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.27...api-server-fastify-v0.0.3-next.28) (2026-04-30)
465
+
466
+
467
+ ### Bug Fixes
468
+
469
+ * change logout and refresh routes from GET to POST ([#111](https://github.com/iotaledger/twin-api/issues/111)) ([cb8b64b](https://github.com/iotaledger/twin-api/commit/cb8b64b6507f9991baa78a663de2e84269695c82))
470
+
471
+
472
+ ### Dependencies
473
+
474
+ * The following workspace dependencies were updated
475
+ * dependencies
476
+ * @twin.org/api-core bumped from 0.0.3-next.27 to 0.0.3-next.28
477
+ * @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
478
+ * @twin.org/api-processors bumped from 0.0.3-next.27 to 0.0.3-next.28
479
+
480
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.26...api-server-fastify-v0.0.3-next.27) (2026-04-23)
481
+
482
+
483
+ ### Miscellaneous Chores
484
+
485
+ * **api-server-fastify:** Synchronize repo versions
486
+
487
+
488
+ ### Dependencies
489
+
490
+ * The following workspace dependencies were updated
491
+ * dependencies
492
+ * @twin.org/api-core bumped from 0.0.3-next.26 to 0.0.3-next.27
493
+ * @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
494
+ * @twin.org/api-processors bumped from 0.0.3-next.26 to 0.0.3-next.27
495
+
496
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.25...api-server-fastify-v0.0.3-next.26) (2026-04-22)
497
+
498
+
499
+ ### Bug Fixes
500
+
501
+ * prevent error body masking 4xx as 500, run pre-processors in context scope ([#102](https://github.com/iotaledger/twin-api/issues/102)) ([5fbe14c](https://github.com/iotaledger/twin-api/commit/5fbe14c98e11e77a30e16704dcb8bfba7705926b))
502
+
503
+
504
+ ### Dependencies
505
+
506
+ * The following workspace dependencies were updated
507
+ * dependencies
508
+ * @twin.org/api-core bumped from 0.0.3-next.25 to 0.0.3-next.26
509
+ * @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
510
+ * @twin.org/api-processors bumped from 0.0.3-next.25 to 0.0.3-next.26
511
+
512
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.24...api-server-fastify-v0.0.3-next.25) (2026-04-14)
513
+
514
+
515
+ ### Miscellaneous Chores
516
+
517
+ * **api-server-fastify:** Synchronize repo versions
518
+
519
+
520
+ ### Dependencies
521
+
522
+ * The following workspace dependencies were updated
523
+ * dependencies
524
+ * @twin.org/api-core bumped from 0.0.3-next.24 to 0.0.3-next.25
525
+ * @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
526
+ * @twin.org/api-processors bumped from 0.0.3-next.24 to 0.0.3-next.25
527
+
528
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.23...api-server-fastify-v0.0.3-next.24) (2026-04-14)
529
+
530
+
531
+ ### Miscellaneous Chores
532
+
533
+ * **api-server-fastify:** Synchronize repo versions
534
+
535
+
536
+ ### Dependencies
537
+
538
+ * The following workspace dependencies were updated
539
+ * dependencies
540
+ * @twin.org/api-core bumped from 0.0.3-next.23 to 0.0.3-next.24
541
+ * @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
542
+ * @twin.org/api-processors bumped from 0.0.3-next.23 to 0.0.3-next.24
543
+
544
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.22...api-server-fastify-v0.0.3-next.23) (2026-04-14)
545
+
546
+
547
+ ### Features
548
+
549
+ * auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
550
+
551
+
552
+ ### Dependencies
553
+
554
+ * The following workspace dependencies were updated
555
+ * dependencies
556
+ * @twin.org/api-core bumped from 0.0.3-next.22 to 0.0.3-next.23
557
+ * @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
558
+ * @twin.org/api-processors bumped from 0.0.3-next.22 to 0.0.3-next.23
559
+
560
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.21...api-server-fastify-v0.0.3-next.22) (2026-03-27)
561
+
562
+
563
+ ### Miscellaneous Chores
564
+
565
+ * **api-server-fastify:** Synchronize repo versions
566
+
567
+
568
+ ### Dependencies
569
+
570
+ * The following workspace dependencies were updated
571
+ * dependencies
572
+ * @twin.org/api-core bumped from 0.0.3-next.21 to 0.0.3-next.22
573
+ * @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
574
+ * @twin.org/api-processors bumped from 0.0.3-next.21 to 0.0.3-next.22
575
+
576
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.20...api-server-fastify-v0.0.3-next.21) (2026-03-11)
577
+
578
+
579
+ ### Miscellaneous Chores
580
+
581
+ * **api-server-fastify:** Synchronize repo versions
582
+
583
+
584
+ ### Dependencies
585
+
586
+ * The following workspace dependencies were updated
587
+ * dependencies
588
+ * @twin.org/api-core bumped from 0.0.3-next.20 to 0.0.3-next.21
589
+ * @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
590
+ * @twin.org/api-processors bumped from 0.0.3-next.20 to 0.0.3-next.21
591
+
592
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.19...api-server-fastify-v0.0.3-next.20) (2026-02-09)
593
+
594
+
595
+ ### Miscellaneous Chores
596
+
597
+ * **api-server-fastify:** Synchronize repo versions
598
+
599
+
600
+ ### Dependencies
601
+
602
+ * The following workspace dependencies were updated
603
+ * dependencies
604
+ * @twin.org/api-core bumped from 0.0.3-next.19 to 0.0.3-next.20
605
+ * @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
606
+ * @twin.org/api-processors bumped from 0.0.3-next.19 to 0.0.3-next.20
607
+
608
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.18...api-server-fastify-v0.0.3-next.19) (2026-02-06)
609
+
610
+
611
+ ### Features
612
+
613
+ * user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
614
+
615
+
616
+ ### Dependencies
617
+
618
+ * The following workspace dependencies were updated
619
+ * dependencies
620
+ * @twin.org/api-core bumped from 0.0.3-next.18 to 0.0.3-next.19
621
+ * @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
622
+ * @twin.org/api-processors bumped from 0.0.3-next.18 to 0.0.3-next.19
623
+
624
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.17...api-server-fastify-v0.0.3-next.18) (2026-02-04)
625
+
626
+
627
+ ### Miscellaneous Chores
628
+
629
+ * **api-server-fastify:** Synchronize repo versions
630
+
631
+
632
+ ### Dependencies
633
+
634
+ * The following workspace dependencies were updated
635
+ * dependencies
636
+ * @twin.org/api-core bumped from 0.0.3-next.17 to 0.0.3-next.18
637
+ * @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
638
+ * @twin.org/api-processors bumped from 0.0.3-next.17 to 0.0.3-next.18
639
+
640
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.16...api-server-fastify-v0.0.3-next.17) (2026-01-26)
641
+
642
+
643
+ ### Miscellaneous Chores
644
+
645
+ * **api-server-fastify:** Synchronize repo versions
646
+
647
+
648
+ ### Dependencies
649
+
650
+ * The following workspace dependencies were updated
651
+ * dependencies
652
+ * @twin.org/api-core bumped from 0.0.3-next.16 to 0.0.3-next.17
653
+ * @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
654
+ * @twin.org/api-processors bumped from 0.0.3-next.16 to 0.0.3-next.17
655
+
656
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.15...api-server-fastify-v0.0.3-next.16) (2026-01-26)
657
+
658
+
659
+ ### Features
660
+
661
+ * public base url ([#70](https://github.com/iotaledger/twin-api/issues/70)) ([5b958cd](https://github.com/iotaledger/twin-api/commit/5b958cd91e8a38cdae2835ff5f2356c7e48d37c3))
662
+
663
+
664
+ ### Dependencies
665
+
666
+ * The following workspace dependencies were updated
667
+ * dependencies
668
+ * @twin.org/api-core bumped from 0.0.3-next.15 to 0.0.3-next.16
669
+ * @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
670
+ * @twin.org/api-processors bumped from 0.0.3-next.15 to 0.0.3-next.16
671
+
672
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.14...api-server-fastify-v0.0.3-next.15) (2026-01-22)
673
+
674
+
675
+ ### Bug Fixes
676
+
677
+ * missing port in server request url ([#71](https://github.com/iotaledger/twin-api/issues/71)) ([21d1bb5](https://github.com/iotaledger/twin-api/commit/21d1bb57e7dac5c737266876b7521130db1df975))
678
+
679
+
680
+ ### Dependencies
681
+
682
+ * The following workspace dependencies were updated
683
+ * dependencies
684
+ * @twin.org/api-core bumped from 0.0.3-next.14 to 0.0.3-next.15
685
+ * @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
686
+ * @twin.org/api-processors bumped from 0.0.3-next.14 to 0.0.3-next.15
687
+
688
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.13...api-server-fastify-v0.0.3-next.14) (2026-01-20)
689
+
690
+
691
+ ### Miscellaneous Chores
692
+
693
+ * **api-server-fastify:** Synchronize repo versions
694
+
695
+
696
+ ### Dependencies
697
+
698
+ * The following workspace dependencies were updated
699
+ * dependencies
700
+ * @twin.org/api-core bumped from 0.0.3-next.13 to 0.0.3-next.14
701
+ * @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
702
+ * @twin.org/api-processors bumped from 0.0.3-next.13 to 0.0.3-next.14
703
+
704
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.12...api-server-fastify-v0.0.3-next.13) (2026-01-19)
705
+
706
+
707
+ ### Miscellaneous Chores
708
+
709
+ * **api-server-fastify:** Synchronize repo versions
710
+
711
+
712
+ ### Dependencies
713
+
714
+ * The following workspace dependencies were updated
715
+ * dependencies
716
+ * @twin.org/api-core bumped from 0.0.3-next.12 to 0.0.3-next.13
717
+ * @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
718
+ * @twin.org/api-processors bumped from 0.0.3-next.12 to 0.0.3-next.13
719
+
720
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.11...api-server-fastify-v0.0.3-next.12) (2026-01-12)
721
+
722
+
723
+ ### Miscellaneous Chores
724
+
725
+ * **api-server-fastify:** Synchronize repo versions
726
+
727
+
728
+ ### Dependencies
729
+
730
+ * The following workspace dependencies were updated
731
+ * dependencies
732
+ * @twin.org/api-core bumped from 0.0.3-next.11 to 0.0.3-next.12
733
+ * @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
734
+ * @twin.org/api-processors bumped from 0.0.3-next.11 to 0.0.3-next.12
735
+
736
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.10...api-server-fastify-v0.0.3-next.11) (2026-01-08)
737
+
738
+
739
+ ### Miscellaneous Chores
740
+
741
+ * **api-server-fastify:** Synchronize repo versions
742
+
743
+
744
+ ### Dependencies
745
+
746
+ * The following workspace dependencies were updated
747
+ * dependencies
748
+ * @twin.org/api-core bumped from 0.0.3-next.10 to 0.0.3-next.11
749
+ * @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
750
+ * @twin.org/api-processors bumped from 0.0.3-next.10 to 0.0.3-next.11
751
+
752
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.9...api-server-fastify-v0.0.3-next.10) (2026-01-05)
753
+
754
+
755
+ ### Miscellaneous Chores
756
+
757
+ * **api-server-fastify:** Synchronize repo versions
758
+
759
+
760
+ ### Dependencies
761
+
762
+ * The following workspace dependencies were updated
763
+ * dependencies
764
+ * @twin.org/api-core bumped from 0.0.3-next.9 to 0.0.3-next.10
765
+ * @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
766
+ * @twin.org/api-processors bumped from 0.0.3-next.9 to 0.0.3-next.10
767
+
768
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.8...api-server-fastify-v0.0.3-next.9) (2026-01-05)
769
+
770
+
771
+ ### Features
772
+
773
+ * add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
774
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
775
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
776
+ * add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
777
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
778
+ * add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
779
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
780
+ * decodeURIComponent for query and path params ([ead68a2](https://github.com/iotaledger/twin-api/commit/ead68a257425c10dd912497f7edd473c469ca132))
781
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
782
+ * improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
783
+ * logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
784
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
785
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
786
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
787
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
23
788
 
24
789
 
25
790
  ### Bug Fixes
26
791
 
27
- * error handling make sure primary error takes precedence ([84b61f2](https://github.com/twinfoundation/api/commit/84b61f27fe5e4919c0c9f9a1edc8ff46dc45c1f7))
28
- * locales ([1b84d8e](https://github.com/twinfoundation/api/commit/1b84d8eb4dbe2302897e184e6389892b7ba12608))
29
- * use correct format for log messaging ([6b62a18](https://github.com/twinfoundation/api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
792
+ * error handling make sure primary error takes precedence ([84b61f2](https://github.com/iotaledger/twin-api/commit/84b61f27fe5e4919c0c9f9a1edc8ff46dc45c1f7))
793
+ * locales ([1b84d8e](https://github.com/iotaledger/twin-api/commit/1b84d8eb4dbe2302897e184e6389892b7ba12608))
794
+ * use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
30
795
 
31
796
 
32
797
  ### Dependencies
@@ -37,7 +802,7 @@
37
802
  * @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
38
803
  * @twin.org/api-processors bumped from 0.0.3-next.8 to 0.0.3-next.9
39
804
 
40
- ## [0.0.3-next.8](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.3-next.7...api-server-fastify-v0.0.3-next.8) (2025-12-17)
805
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.7...api-server-fastify-v0.0.3-next.8) (2025-12-17)
41
806
 
42
807
 
43
808
  ### Miscellaneous Chores
@@ -53,12 +818,12 @@
53
818
  * @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
54
819
  * @twin.org/api-processors bumped from 0.0.3-next.7 to 0.0.3-next.8
55
820
 
56
- ## [0.0.3-next.7](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.3-next.6...api-server-fastify-v0.0.3-next.7) (2025-11-26)
821
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.6...api-server-fastify-v0.0.3-next.7) (2025-11-26)
57
822
 
58
823
 
59
824
  ### Bug Fixes
60
825
 
61
- * error handling make sure primary error takes precedence ([84b61f2](https://github.com/twinfoundation/api/commit/84b61f27fe5e4919c0c9f9a1edc8ff46dc45c1f7))
826
+ * error handling make sure primary error takes precedence ([84b61f2](https://github.com/iotaledger/twin-api/commit/84b61f27fe5e4919c0c9f9a1edc8ff46dc45c1f7))
62
827
 
63
828
 
64
829
  ### Dependencies
@@ -69,7 +834,7 @@
69
834
  * @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
70
835
  * @twin.org/api-processors bumped from 0.0.3-next.6 to 0.0.3-next.7
71
836
 
72
- ## [0.0.3-next.6](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.3-next.5...api-server-fastify-v0.0.3-next.6) (2025-11-20)
837
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.5...api-server-fastify-v0.0.3-next.6) (2025-11-20)
73
838
 
74
839
 
75
840
  ### Miscellaneous Chores
@@ -85,12 +850,12 @@
85
850
  * @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
86
851
  * @twin.org/api-processors bumped from 0.0.3-next.5 to 0.0.3-next.6
87
852
 
88
- ## [0.0.3-next.5](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.3-next.4...api-server-fastify-v0.0.3-next.5) (2025-11-14)
853
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.4...api-server-fastify-v0.0.3-next.5) (2025-11-14)
89
854
 
90
855
 
91
856
  ### Features
92
857
 
93
- * decodeURIComponent for query and path params ([ead68a2](https://github.com/twinfoundation/api/commit/ead68a257425c10dd912497f7edd473c469ca132))
858
+ * decodeURIComponent for query and path params ([ead68a2](https://github.com/iotaledger/twin-api/commit/ead68a257425c10dd912497f7edd473c469ca132))
94
859
 
95
860
 
96
861
  ### Dependencies
@@ -101,31 +866,31 @@
101
866
  * @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
102
867
  * @twin.org/api-processors bumped from 0.0.3-next.4 to 0.0.3-next.5
103
868
 
104
- ## [0.0.3-next.4](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.3-next.3...api-server-fastify-v0.0.3-next.4) (2025-11-14)
869
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.3...api-server-fastify-v0.0.3-next.4) (2025-11-14)
105
870
 
106
871
 
107
872
  ### Features
108
873
 
109
- * add authentication generators and process features option ([a67edf1](https://github.com/twinfoundation/api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
110
- * add context id features ([#42](https://github.com/twinfoundation/api/issues/42)) ([0186055](https://github.com/twinfoundation/api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
111
- * add json-ld mime type processor and auth admin component ([8861791](https://github.com/twinfoundation/api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
112
- * add logging component type to request contexts ([210de1b](https://github.com/twinfoundation/api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
113
- * add root, favicon routes ([71da1c3](https://github.com/twinfoundation/api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
114
- * add socket id, connect and disconnect ([20b0d0e](https://github.com/twinfoundation/api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
115
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
116
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
117
- * improve socket route logging ([b8d9519](https://github.com/twinfoundation/api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
118
- * logging naming consistency ([a4a6ef2](https://github.com/twinfoundation/api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
119
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
120
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
121
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
122
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
874
+ * add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
875
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
876
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
877
+ * add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
878
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
879
+ * add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
880
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
881
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
882
+ * improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
883
+ * logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
884
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
885
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
886
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
887
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
123
888
 
124
889
 
125
890
  ### Bug Fixes
126
891
 
127
- * locales ([1b84d8e](https://github.com/twinfoundation/api/commit/1b84d8eb4dbe2302897e184e6389892b7ba12608))
128
- * use correct format for log messaging ([6b62a18](https://github.com/twinfoundation/api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
892
+ * locales ([1b84d8e](https://github.com/iotaledger/twin-api/commit/1b84d8eb4dbe2302897e184e6389892b7ba12608))
893
+ * use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
129
894
 
130
895
 
131
896
  ### Dependencies
@@ -136,7 +901,7 @@
136
901
  * @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
137
902
  * @twin.org/api-processors bumped from 0.0.3-next.3 to 0.0.3-next.4
138
903
 
139
- ## [0.0.3-next.3](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.3-next.2...api-server-fastify-v0.0.3-next.3) (2025-11-14)
904
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.2...api-server-fastify-v0.0.3-next.3) (2025-11-14)
140
905
 
141
906
 
142
907
  ### Miscellaneous Chores
@@ -152,7 +917,7 @@
152
917
  * @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
153
918
  * @twin.org/api-processors bumped from 0.0.3-next.2 to 0.0.3-next.3
154
919
 
155
- ## [0.0.3-next.2](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.3-next.1...api-server-fastify-v0.0.3-next.2) (2025-11-12)
920
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.1...api-server-fastify-v0.0.3-next.2) (2025-11-12)
156
921
 
157
922
 
158
923
  ### Miscellaneous Chores
@@ -168,30 +933,30 @@
168
933
  * @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
169
934
  * @twin.org/api-processors bumped from 0.0.3-next.1 to 0.0.3-next.2
170
935
 
171
- ## [0.0.3-next.1](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.3-next.0...api-server-fastify-v0.0.3-next.1) (2025-11-10)
936
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.3-next.0...api-server-fastify-v0.0.3-next.1) (2025-11-10)
172
937
 
173
938
 
174
939
  ### Features
175
940
 
176
- * add authentication generators and process features option ([a67edf1](https://github.com/twinfoundation/api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
177
- * add context id features ([#42](https://github.com/twinfoundation/api/issues/42)) ([0186055](https://github.com/twinfoundation/api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
178
- * add json-ld mime type processor and auth admin component ([8861791](https://github.com/twinfoundation/api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
179
- * add logging component type to request contexts ([210de1b](https://github.com/twinfoundation/api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
180
- * add root, favicon routes ([71da1c3](https://github.com/twinfoundation/api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
181
- * add socket id, connect and disconnect ([20b0d0e](https://github.com/twinfoundation/api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
182
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
183
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
184
- * improve socket route logging ([b8d9519](https://github.com/twinfoundation/api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
185
- * logging naming consistency ([a4a6ef2](https://github.com/twinfoundation/api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
186
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
187
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
188
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
189
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
941
+ * add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
942
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
943
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
944
+ * add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
945
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
946
+ * add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
947
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
948
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
949
+ * improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
950
+ * logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
951
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
952
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
953
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
954
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
190
955
 
191
956
 
192
957
  ### Bug Fixes
193
958
 
194
- * use correct format for log messaging ([6b62a18](https://github.com/twinfoundation/api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
959
+ * use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
195
960
 
196
961
 
197
962
  ### Dependencies
@@ -202,12 +967,12 @@
202
967
  * @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
203
968
  * @twin.org/api-processors bumped from 0.0.3-next.0 to 0.0.3-next.1
204
969
 
205
- ## [0.0.2-next.13](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.12...api-server-fastify-v0.0.2-next.13) (2025-10-09)
970
+ ## [0.0.2-next.13](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.12...api-server-fastify-v0.0.2-next.13) (2025-10-09)
206
971
 
207
972
 
208
973
  ### Bug Fixes
209
974
 
210
- * use correct format for log messaging ([6b62a18](https://github.com/twinfoundation/api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
975
+ * use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
211
976
 
212
977
 
213
978
  ### Dependencies
@@ -218,12 +983,12 @@
218
983
  * @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
219
984
  * @twin.org/api-processors bumped from 0.0.2-next.12 to 0.0.2-next.13
220
985
 
221
- ## [0.0.2-next.12](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.11...api-server-fastify-v0.0.2-next.12) (2025-10-09)
986
+ ## [0.0.2-next.12](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.11...api-server-fastify-v0.0.2-next.12) (2025-10-09)
222
987
 
223
988
 
224
989
  ### Features
225
990
 
226
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
991
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
227
992
 
228
993
 
229
994
  ### Dependencies
@@ -234,12 +999,12 @@
234
999
  * @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
235
1000
  * @twin.org/api-processors bumped from 0.0.2-next.11 to 0.0.2-next.12
236
1001
 
237
- ## [0.0.2-next.11](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.10...api-server-fastify-v0.0.2-next.11) (2025-09-29)
1002
+ ## [0.0.2-next.11](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.10...api-server-fastify-v0.0.2-next.11) (2025-09-29)
238
1003
 
239
1004
 
240
1005
  ### Features
241
1006
 
242
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
1007
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
243
1008
 
244
1009
 
245
1010
  ### Dependencies
@@ -250,12 +1015,12 @@
250
1015
  * @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
251
1016
  * @twin.org/api-processors bumped from 0.0.2-next.10 to 0.0.2-next.11
252
1017
 
253
- ## [0.0.2-next.10](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.9...api-server-fastify-v0.0.2-next.10) (2025-09-23)
1018
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.9...api-server-fastify-v0.0.2-next.10) (2025-09-23)
254
1019
 
255
1020
 
256
1021
  ### Features
257
1022
 
258
- * add authentication generators and process features option ([a67edf1](https://github.com/twinfoundation/api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
1023
+ * add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
259
1024
 
260
1025
 
261
1026
  ### Dependencies
@@ -266,12 +1031,12 @@
266
1031
  * @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
267
1032
  * @twin.org/api-processors bumped from 0.0.2-next.9 to 0.0.2-next.10
268
1033
 
269
- ## [0.0.2-next.9](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.8...api-server-fastify-v0.0.2-next.9) (2025-08-29)
1034
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.8...api-server-fastify-v0.0.2-next.9) (2025-08-29)
270
1035
 
271
1036
 
272
1037
  ### Features
273
1038
 
274
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
1039
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
275
1040
 
276
1041
 
277
1042
  ### Dependencies
@@ -282,12 +1047,12 @@
282
1047
  * @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
283
1048
  * @twin.org/api-processors bumped from 0.0.2-next.8 to 0.0.2-next.9
284
1049
 
285
- ## [0.0.2-next.8](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.7...api-server-fastify-v0.0.2-next.8) (2025-08-21)
1050
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.7...api-server-fastify-v0.0.2-next.8) (2025-08-21)
286
1051
 
287
1052
 
288
1053
  ### Features
289
1054
 
290
- * add root, favicon routes ([71da1c3](https://github.com/twinfoundation/api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
1055
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
291
1056
 
292
1057
 
293
1058
  ### Dependencies
@@ -298,12 +1063,12 @@
298
1063
  * @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
299
1064
  * @twin.org/api-processors bumped from 0.0.2-next.7 to 0.0.2-next.8
300
1065
 
301
- ## [0.0.2-next.7](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.6...api-server-fastify-v0.0.2-next.7) (2025-08-20)
1066
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.6...api-server-fastify-v0.0.2-next.7) (2025-08-20)
302
1067
 
303
1068
 
304
1069
  ### Features
305
1070
 
306
- * logging naming consistency ([a4a6ef2](https://github.com/twinfoundation/api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
1071
+ * logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
307
1072
 
308
1073
 
309
1074
  ### Dependencies
@@ -314,12 +1079,12 @@
314
1079
  * @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
315
1080
  * @twin.org/api-processors bumped from 0.0.2-next.6 to 0.0.2-next.7
316
1081
 
317
- ## [0.0.2-next.6](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.5...api-server-fastify-v0.0.2-next.6) (2025-08-19)
1082
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.5...api-server-fastify-v0.0.2-next.6) (2025-08-19)
318
1083
 
319
1084
 
320
1085
  ### Features
321
1086
 
322
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
1087
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
323
1088
 
324
1089
 
325
1090
  ### Dependencies
@@ -330,17 +1095,17 @@
330
1095
  * @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
331
1096
  * @twin.org/api-processors bumped from 0.0.2-next.5 to 0.0.2-next.6
332
1097
 
333
- ## [0.0.2-next.5](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.4...api-server-fastify-v0.0.2-next.5) (2025-07-25)
1098
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.4...api-server-fastify-v0.0.2-next.5) (2025-07-25)
334
1099
 
335
1100
 
336
1101
  ### Features
337
1102
 
338
- * add json-ld mime type processor and auth admin component ([8861791](https://github.com/twinfoundation/api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
339
- * add logging component type to request contexts ([210de1b](https://github.com/twinfoundation/api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
340
- * add socket id, connect and disconnect ([20b0d0e](https://github.com/twinfoundation/api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
341
- * improve socket route logging ([b8d9519](https://github.com/twinfoundation/api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
342
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
343
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
1103
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
1104
+ * add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
1105
+ * add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
1106
+ * improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
1107
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
1108
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
344
1109
 
345
1110
 
346
1111
  ### Dependencies
@@ -351,12 +1116,12 @@
351
1116
  * @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
352
1117
  * @twin.org/api-processors bumped from 0.0.2-next.4 to 0.0.2-next.5
353
1118
 
354
- ## [0.0.2-next.4](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.3...api-server-fastify-v0.0.2-next.4) (2025-07-25)
1119
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.3...api-server-fastify-v0.0.2-next.4) (2025-07-25)
355
1120
 
356
1121
 
357
1122
  ### Features
358
1123
 
359
- * add logging component type to request contexts ([210de1b](https://github.com/twinfoundation/api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
1124
+ * add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
360
1125
 
361
1126
 
362
1127
  ### Dependencies
@@ -367,12 +1132,12 @@
367
1132
  * @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
368
1133
  * @twin.org/api-processors bumped from 0.0.2-next.3 to 0.0.2-next.4
369
1134
 
370
- ## [0.0.2-next.3](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.2...api-server-fastify-v0.0.2-next.3) (2025-07-24)
1135
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.2...api-server-fastify-v0.0.2-next.3) (2025-07-24)
371
1136
 
372
1137
 
373
1138
  ### Features
374
1139
 
375
- * add socket id, connect and disconnect ([20b0d0e](https://github.com/twinfoundation/api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
1140
+ * add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
376
1141
 
377
1142
 
378
1143
  ### Dependencies
@@ -383,12 +1148,12 @@
383
1148
  * @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
384
1149
  * @twin.org/api-processors bumped from 0.0.2-next.2 to 0.0.2-next.3
385
1150
 
386
- ## [0.0.2-next.2](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.1...api-server-fastify-v0.0.2-next.2) (2025-07-17)
1151
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.1...api-server-fastify-v0.0.2-next.2) (2025-07-17)
387
1152
 
388
1153
 
389
1154
  ### Features
390
1155
 
391
- * improve socket route logging ([b8d9519](https://github.com/twinfoundation/api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
1156
+ * improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
392
1157
 
393
1158
 
394
1159
  ### Dependencies
@@ -399,14 +1164,14 @@
399
1164
  * @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
400
1165
  * @twin.org/api-processors bumped from 0.0.2-next.1 to 0.0.2-next.2
401
1166
 
402
- ## [0.0.2-next.1](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.2-next.0...api-server-fastify-v0.0.2-next.1) (2025-07-08)
1167
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.2-next.0...api-server-fastify-v0.0.2-next.1) (2025-07-08)
403
1168
 
404
1169
 
405
1170
  ### Features
406
1171
 
407
- * add json-ld mime type processor and auth admin component ([8861791](https://github.com/twinfoundation/api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
408
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
409
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
1172
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
1173
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
1174
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
410
1175
 
411
1176
 
412
1177
  ### Dependencies
@@ -422,7 +1187,7 @@
422
1187
 
423
1188
  ### Features
424
1189
 
425
- * release to production ([70ee2d5](https://github.com/twinfoundation/api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
1190
+ * release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
426
1191
 
427
1192
 
428
1193
  ### Dependencies
@@ -434,7 +1199,7 @@
434
1199
  * devDependencies
435
1200
  * @twin.org/api-processors bumped from ^0.0.0 to ^0.0.1
436
1201
 
437
- ## [0.0.1-next.36](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.1-next.35...api-server-fastify-v0.0.1-next.36) (2025-06-17)
1202
+ ## [0.0.1-next.36](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.1-next.35...api-server-fastify-v0.0.1-next.36) (2025-06-17)
438
1203
 
439
1204
 
440
1205
  ### Miscellaneous Chores
@@ -451,12 +1216,12 @@
451
1216
  * devDependencies
452
1217
  * @twin.org/api-processors bumped from 0.0.1-next.35 to 0.0.1-next.36
453
1218
 
454
- ## [0.0.1-next.35](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.1-next.34...api-server-fastify-v0.0.1-next.35) (2025-06-11)
1219
+ ## [0.0.1-next.35](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.1-next.34...api-server-fastify-v0.0.1-next.35) (2025-06-11)
455
1220
 
456
1221
 
457
1222
  ### Features
458
1223
 
459
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
1224
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
460
1225
 
461
1226
 
462
1227
  ### Dependencies
@@ -468,7 +1233,7 @@
468
1233
  * devDependencies
469
1234
  * @twin.org/api-processors bumped from 0.0.1-next.34 to 0.0.1-next.35
470
1235
 
471
- ## [0.0.1-next.34](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.1-next.33...api-server-fastify-v0.0.1-next.34) (2025-05-27)
1236
+ ## [0.0.1-next.34](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.1-next.33...api-server-fastify-v0.0.1-next.34) (2025-05-27)
472
1237
 
473
1238
 
474
1239
  ### Miscellaneous Chores
@@ -485,12 +1250,12 @@
485
1250
  * devDependencies
486
1251
  * @twin.org/api-processors bumped from 0.0.1-next.33 to 0.0.1-next.34
487
1252
 
488
- ## [0.0.1-next.33](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.1-next.32...api-server-fastify-v0.0.1-next.33) (2025-04-17)
1253
+ ## [0.0.1-next.33](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.1-next.32...api-server-fastify-v0.0.1-next.33) (2025-04-17)
489
1254
 
490
1255
 
491
1256
  ### Features
492
1257
 
493
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
1258
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
494
1259
 
495
1260
 
496
1261
  ### Dependencies
@@ -502,7 +1267,7 @@
502
1267
  * devDependencies
503
1268
  * @twin.org/api-processors bumped from 0.0.1-next.32 to 0.0.1-next.33
504
1269
 
505
- ## [0.0.1-next.32](https://github.com/twinfoundation/api/compare/api-server-fastify-v0.0.1-next.31...api-server-fastify-v0.0.1-next.32) (2025-03-28)
1270
+ ## [0.0.1-next.32](https://github.com/iotaledger/twin-api/compare/api-server-fastify-v0.0.1-next.31...api-server-fastify-v0.0.1-next.32) (2025-03-28)
506
1271
 
507
1272
 
508
1273
  ### Miscellaneous Chores