@twin.org/api-server-fastify 0.0.3-next.5 → 0.0.3-next.50
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/fastifySocketIo.js +4 -1
- package/dist/es/fastifySocketIo.js.map +1 -1
- package/dist/es/fastifyWebServer.js +150 -34
- package/dist/es/fastifyWebServer.js.map +1 -1
- package/dist/types/fastifySocketIo.d.ts +4 -0
- package/dist/types/fastifyWebServer.d.ts +14 -3
- package/docs/changelog.md +820 -79
- package/docs/examples.md +37 -1
- package/docs/reference/classes/FastifyWebServer.md +44 -8
- package/docs/reference/interfaces/IFastifyWebServerConfig.md +6 -6
- package/docs/reference/interfaces/IFastifyWebServerConstructorOptions.md +6 -6
- package/locales/.validate-ignore +3 -2
- package/locales/en.json +9 -1
- package/package.json +11 -11
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,752 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/api-core bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
16
|
+
* @twin.org/api-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
17
|
+
* @twin.org/api-processors bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
18
|
+
|
|
19
|
+
## [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)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Miscellaneous Chores
|
|
23
|
+
|
|
24
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Dependencies
|
|
28
|
+
|
|
29
|
+
* The following workspace dependencies were updated
|
|
30
|
+
* dependencies
|
|
31
|
+
* @twin.org/api-core bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
32
|
+
* @twin.org/api-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
33
|
+
* @twin.org/api-processors bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
34
|
+
|
|
35
|
+
## [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)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Miscellaneous Chores
|
|
39
|
+
|
|
40
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Dependencies
|
|
44
|
+
|
|
45
|
+
* The following workspace dependencies were updated
|
|
46
|
+
* dependencies
|
|
47
|
+
* @twin.org/api-core bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
48
|
+
* @twin.org/api-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
49
|
+
* @twin.org/api-processors bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
50
|
+
|
|
51
|
+
## [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)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Features
|
|
55
|
+
|
|
56
|
+
* remove hosting component ([#170](https://github.com/iotaledger/twin-api/issues/170)) ([e78c1e8](https://github.com/iotaledger/twin-api/commit/e78c1e87d2747bf58da02b6b77680708ff681122))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Dependencies
|
|
60
|
+
|
|
61
|
+
* The following workspace dependencies were updated
|
|
62
|
+
* dependencies
|
|
63
|
+
* @twin.org/api-core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
64
|
+
* @twin.org/api-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
65
|
+
* @twin.org/api-processors bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
66
|
+
|
|
67
|
+
## [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)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Miscellaneous Chores
|
|
71
|
+
|
|
72
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Dependencies
|
|
76
|
+
|
|
77
|
+
* The following workspace dependencies were updated
|
|
78
|
+
* dependencies
|
|
79
|
+
* @twin.org/api-core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
80
|
+
* @twin.org/api-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
81
|
+
* @twin.org/api-processors bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
82
|
+
|
|
83
|
+
## [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)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Miscellaneous Chores
|
|
87
|
+
|
|
88
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/api-core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
96
|
+
* @twin.org/api-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
97
|
+
* @twin.org/api-processors bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
98
|
+
|
|
99
|
+
## [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)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Features
|
|
103
|
+
|
|
104
|
+
* organization identifiers ([#158](https://github.com/iotaledger/twin-api/issues/158)) ([ce13244](https://github.com/iotaledger/twin-api/commit/ce13244aaacbf82d9e5f87d905e283b36ad63bbf))
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Dependencies
|
|
108
|
+
|
|
109
|
+
* The following workspace dependencies were updated
|
|
110
|
+
* dependencies
|
|
111
|
+
* @twin.org/api-core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
112
|
+
* @twin.org/api-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
113
|
+
* @twin.org/api-processors bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
114
|
+
|
|
115
|
+
## [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)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Miscellaneous Chores
|
|
119
|
+
|
|
120
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Dependencies
|
|
124
|
+
|
|
125
|
+
* The following workspace dependencies were updated
|
|
126
|
+
* dependencies
|
|
127
|
+
* @twin.org/api-core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
128
|
+
* @twin.org/api-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
129
|
+
* @twin.org/api-processors bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
130
|
+
|
|
131
|
+
## [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)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Miscellaneous Chores
|
|
135
|
+
|
|
136
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Dependencies
|
|
140
|
+
|
|
141
|
+
* The following workspace dependencies were updated
|
|
142
|
+
* dependencies
|
|
143
|
+
* @twin.org/api-core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
144
|
+
* @twin.org/api-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
145
|
+
* @twin.org/api-processors bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
146
|
+
|
|
147
|
+
## [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)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Miscellaneous Chores
|
|
151
|
+
|
|
152
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Dependencies
|
|
156
|
+
|
|
157
|
+
* The following workspace dependencies were updated
|
|
158
|
+
* dependencies
|
|
159
|
+
* @twin.org/api-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
160
|
+
* @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
161
|
+
* @twin.org/api-processors bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
162
|
+
|
|
163
|
+
## [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)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Miscellaneous Chores
|
|
167
|
+
|
|
168
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Dependencies
|
|
172
|
+
|
|
173
|
+
* The following workspace dependencies were updated
|
|
174
|
+
* dependencies
|
|
175
|
+
* @twin.org/api-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
176
|
+
* @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
177
|
+
* @twin.org/api-processors bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
178
|
+
|
|
179
|
+
## [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)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Miscellaneous Chores
|
|
183
|
+
|
|
184
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Dependencies
|
|
188
|
+
|
|
189
|
+
* The following workspace dependencies were updated
|
|
190
|
+
* dependencies
|
|
191
|
+
* @twin.org/api-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
192
|
+
* @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
193
|
+
* @twin.org/api-processors bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
194
|
+
|
|
195
|
+
## [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)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Miscellaneous Chores
|
|
199
|
+
|
|
200
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Dependencies
|
|
204
|
+
|
|
205
|
+
* The following workspace dependencies were updated
|
|
206
|
+
* dependencies
|
|
207
|
+
* @twin.org/api-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
208
|
+
* @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
209
|
+
* @twin.org/api-processors bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
210
|
+
|
|
211
|
+
## [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)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Miscellaneous Chores
|
|
215
|
+
|
|
216
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Dependencies
|
|
220
|
+
|
|
221
|
+
* The following workspace dependencies were updated
|
|
222
|
+
* dependencies
|
|
223
|
+
* @twin.org/api-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
224
|
+
* @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
225
|
+
* @twin.org/api-processors bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
226
|
+
|
|
227
|
+
## [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)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Miscellaneous Chores
|
|
231
|
+
|
|
232
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### Dependencies
|
|
236
|
+
|
|
237
|
+
* The following workspace dependencies were updated
|
|
238
|
+
* dependencies
|
|
239
|
+
* @twin.org/api-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
240
|
+
* @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
241
|
+
* @twin.org/api-processors bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
242
|
+
|
|
243
|
+
## [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)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Miscellaneous Chores
|
|
247
|
+
|
|
248
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### Dependencies
|
|
252
|
+
|
|
253
|
+
* The following workspace dependencies were updated
|
|
254
|
+
* dependencies
|
|
255
|
+
* @twin.org/api-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
256
|
+
* @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
257
|
+
* @twin.org/api-processors bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
258
|
+
|
|
259
|
+
## [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)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Features
|
|
263
|
+
|
|
264
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Dependencies
|
|
268
|
+
|
|
269
|
+
* The following workspace dependencies were updated
|
|
270
|
+
* dependencies
|
|
271
|
+
* @twin.org/api-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
272
|
+
* @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
273
|
+
* @twin.org/api-processors bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
274
|
+
|
|
275
|
+
## [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)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Features
|
|
279
|
+
|
|
280
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Dependencies
|
|
284
|
+
|
|
285
|
+
* The following workspace dependencies were updated
|
|
286
|
+
* dependencies
|
|
287
|
+
* @twin.org/api-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
288
|
+
* @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
289
|
+
* @twin.org/api-processors bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
290
|
+
|
|
291
|
+
## [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)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Miscellaneous Chores
|
|
295
|
+
|
|
296
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Dependencies
|
|
300
|
+
|
|
301
|
+
* The following workspace dependencies were updated
|
|
302
|
+
* dependencies
|
|
303
|
+
* @twin.org/api-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
304
|
+
* @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
305
|
+
* @twin.org/api-processors bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
306
|
+
|
|
307
|
+
## [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)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Features
|
|
311
|
+
|
|
312
|
+
* update health format ([cfbfbbb](https://github.com/iotaledger/twin-api/commit/cfbfbbb2e9afbd2574ffd2446ad51e4217437951))
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Dependencies
|
|
316
|
+
|
|
317
|
+
* The following workspace dependencies were updated
|
|
318
|
+
* dependencies
|
|
319
|
+
* @twin.org/api-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
320
|
+
* @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
321
|
+
* @twin.org/api-processors bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
322
|
+
|
|
323
|
+
## [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)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Features
|
|
327
|
+
|
|
328
|
+
* separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Dependencies
|
|
332
|
+
|
|
333
|
+
* The following workspace dependencies were updated
|
|
334
|
+
* dependencies
|
|
335
|
+
* @twin.org/api-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
336
|
+
* @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
337
|
+
* @twin.org/api-processors bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
338
|
+
|
|
339
|
+
## [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)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Features
|
|
343
|
+
|
|
344
|
+
* hosting service ([#109](https://github.com/iotaledger/twin-api/issues/109)) ([985bf1f](https://github.com/iotaledger/twin-api/commit/985bf1f5c07b09ecb800df7120bc2422ac7a6d25))
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Dependencies
|
|
348
|
+
|
|
349
|
+
* The following workspace dependencies were updated
|
|
350
|
+
* dependencies
|
|
351
|
+
* @twin.org/api-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
352
|
+
* @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
353
|
+
* @twin.org/api-processors bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
354
|
+
|
|
355
|
+
## [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)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### Bug Fixes
|
|
359
|
+
|
|
360
|
+
* 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))
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Dependencies
|
|
364
|
+
|
|
365
|
+
* The following workspace dependencies were updated
|
|
366
|
+
* dependencies
|
|
367
|
+
* @twin.org/api-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
368
|
+
* @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
369
|
+
* @twin.org/api-processors bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
370
|
+
|
|
371
|
+
## [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)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Miscellaneous Chores
|
|
375
|
+
|
|
376
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Dependencies
|
|
380
|
+
|
|
381
|
+
* The following workspace dependencies were updated
|
|
382
|
+
* dependencies
|
|
383
|
+
* @twin.org/api-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
384
|
+
* @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
385
|
+
* @twin.org/api-processors bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
386
|
+
|
|
387
|
+
## [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)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Bug Fixes
|
|
391
|
+
|
|
392
|
+
* 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))
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Dependencies
|
|
396
|
+
|
|
397
|
+
* The following workspace dependencies were updated
|
|
398
|
+
* dependencies
|
|
399
|
+
* @twin.org/api-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
400
|
+
* @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
401
|
+
* @twin.org/api-processors bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
402
|
+
|
|
403
|
+
## [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)
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Miscellaneous Chores
|
|
407
|
+
|
|
408
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### Dependencies
|
|
412
|
+
|
|
413
|
+
* The following workspace dependencies were updated
|
|
414
|
+
* dependencies
|
|
415
|
+
* @twin.org/api-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
416
|
+
* @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
417
|
+
* @twin.org/api-processors bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
418
|
+
|
|
419
|
+
## [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)
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Miscellaneous Chores
|
|
423
|
+
|
|
424
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### Dependencies
|
|
428
|
+
|
|
429
|
+
* The following workspace dependencies were updated
|
|
430
|
+
* dependencies
|
|
431
|
+
* @twin.org/api-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
432
|
+
* @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
433
|
+
* @twin.org/api-processors bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
434
|
+
|
|
435
|
+
## [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)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Features
|
|
439
|
+
|
|
440
|
+
* auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### Dependencies
|
|
444
|
+
|
|
445
|
+
* The following workspace dependencies were updated
|
|
446
|
+
* dependencies
|
|
447
|
+
* @twin.org/api-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
448
|
+
* @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
449
|
+
* @twin.org/api-processors bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
450
|
+
|
|
451
|
+
## [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)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Miscellaneous Chores
|
|
455
|
+
|
|
456
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Dependencies
|
|
460
|
+
|
|
461
|
+
* The following workspace dependencies were updated
|
|
462
|
+
* dependencies
|
|
463
|
+
* @twin.org/api-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
464
|
+
* @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
465
|
+
* @twin.org/api-processors bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
466
|
+
|
|
467
|
+
## [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)
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Miscellaneous Chores
|
|
471
|
+
|
|
472
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
### Dependencies
|
|
476
|
+
|
|
477
|
+
* The following workspace dependencies were updated
|
|
478
|
+
* dependencies
|
|
479
|
+
* @twin.org/api-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
480
|
+
* @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
481
|
+
* @twin.org/api-processors bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
482
|
+
|
|
483
|
+
## [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)
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
### Miscellaneous Chores
|
|
487
|
+
|
|
488
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Dependencies
|
|
492
|
+
|
|
493
|
+
* The following workspace dependencies were updated
|
|
494
|
+
* dependencies
|
|
495
|
+
* @twin.org/api-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
496
|
+
* @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
497
|
+
* @twin.org/api-processors bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
498
|
+
|
|
499
|
+
## [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)
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
### Features
|
|
503
|
+
|
|
504
|
+
* user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### Dependencies
|
|
508
|
+
|
|
509
|
+
* The following workspace dependencies were updated
|
|
510
|
+
* dependencies
|
|
511
|
+
* @twin.org/api-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
512
|
+
* @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
513
|
+
* @twin.org/api-processors bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
514
|
+
|
|
515
|
+
## [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)
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
### Miscellaneous Chores
|
|
519
|
+
|
|
520
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
### Dependencies
|
|
524
|
+
|
|
525
|
+
* The following workspace dependencies were updated
|
|
526
|
+
* dependencies
|
|
527
|
+
* @twin.org/api-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
528
|
+
* @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
529
|
+
* @twin.org/api-processors bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
530
|
+
|
|
531
|
+
## [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)
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Miscellaneous Chores
|
|
535
|
+
|
|
536
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
### Dependencies
|
|
540
|
+
|
|
541
|
+
* The following workspace dependencies were updated
|
|
542
|
+
* dependencies
|
|
543
|
+
* @twin.org/api-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
544
|
+
* @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
545
|
+
* @twin.org/api-processors bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
546
|
+
|
|
547
|
+
## [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)
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Features
|
|
551
|
+
|
|
552
|
+
* public base url ([#70](https://github.com/iotaledger/twin-api/issues/70)) ([5b958cd](https://github.com/iotaledger/twin-api/commit/5b958cd91e8a38cdae2835ff5f2356c7e48d37c3))
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
### Dependencies
|
|
556
|
+
|
|
557
|
+
* The following workspace dependencies were updated
|
|
558
|
+
* dependencies
|
|
559
|
+
* @twin.org/api-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
560
|
+
* @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
561
|
+
* @twin.org/api-processors bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
562
|
+
|
|
563
|
+
## [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)
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### Bug Fixes
|
|
567
|
+
|
|
568
|
+
* missing port in server request url ([#71](https://github.com/iotaledger/twin-api/issues/71)) ([21d1bb5](https://github.com/iotaledger/twin-api/commit/21d1bb57e7dac5c737266876b7521130db1df975))
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
### Dependencies
|
|
572
|
+
|
|
573
|
+
* The following workspace dependencies were updated
|
|
574
|
+
* dependencies
|
|
575
|
+
* @twin.org/api-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
576
|
+
* @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
577
|
+
* @twin.org/api-processors bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
578
|
+
|
|
579
|
+
## [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)
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
### Miscellaneous Chores
|
|
583
|
+
|
|
584
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
### Dependencies
|
|
588
|
+
|
|
589
|
+
* The following workspace dependencies were updated
|
|
590
|
+
* dependencies
|
|
591
|
+
* @twin.org/api-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
592
|
+
* @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
593
|
+
* @twin.org/api-processors bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
594
|
+
|
|
595
|
+
## [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)
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
### Miscellaneous Chores
|
|
599
|
+
|
|
600
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
### Dependencies
|
|
604
|
+
|
|
605
|
+
* The following workspace dependencies were updated
|
|
606
|
+
* dependencies
|
|
607
|
+
* @twin.org/api-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
608
|
+
* @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
609
|
+
* @twin.org/api-processors bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
610
|
+
|
|
611
|
+
## [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)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
### Miscellaneous Chores
|
|
615
|
+
|
|
616
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
### Dependencies
|
|
620
|
+
|
|
621
|
+
* The following workspace dependencies were updated
|
|
622
|
+
* dependencies
|
|
623
|
+
* @twin.org/api-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
624
|
+
* @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
625
|
+
* @twin.org/api-processors bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
626
|
+
|
|
627
|
+
## [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)
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
### Miscellaneous Chores
|
|
631
|
+
|
|
632
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
### Dependencies
|
|
636
|
+
|
|
637
|
+
* The following workspace dependencies were updated
|
|
638
|
+
* dependencies
|
|
639
|
+
* @twin.org/api-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
640
|
+
* @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
641
|
+
* @twin.org/api-processors bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
642
|
+
|
|
643
|
+
## [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)
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
### Miscellaneous Chores
|
|
647
|
+
|
|
648
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
### Dependencies
|
|
652
|
+
|
|
653
|
+
* The following workspace dependencies were updated
|
|
654
|
+
* dependencies
|
|
655
|
+
* @twin.org/api-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
656
|
+
* @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
657
|
+
* @twin.org/api-processors bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
658
|
+
|
|
659
|
+
## [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)
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
### Features
|
|
663
|
+
|
|
664
|
+
* add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
|
|
665
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
666
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
667
|
+
* add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
|
|
668
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
669
|
+
* add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
|
|
670
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
671
|
+
* decodeURIComponent for query and path params ([ead68a2](https://github.com/iotaledger/twin-api/commit/ead68a257425c10dd912497f7edd473c469ca132))
|
|
672
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
673
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
674
|
+
* logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
|
|
675
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
676
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
677
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
678
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
### Bug Fixes
|
|
682
|
+
|
|
683
|
+
* error handling make sure primary error takes precedence ([84b61f2](https://github.com/iotaledger/twin-api/commit/84b61f27fe5e4919c0c9f9a1edc8ff46dc45c1f7))
|
|
684
|
+
* locales ([1b84d8e](https://github.com/iotaledger/twin-api/commit/1b84d8eb4dbe2302897e184e6389892b7ba12608))
|
|
685
|
+
* use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
### Dependencies
|
|
689
|
+
|
|
690
|
+
* The following workspace dependencies were updated
|
|
691
|
+
* dependencies
|
|
692
|
+
* @twin.org/api-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
693
|
+
* @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
694
|
+
* @twin.org/api-processors bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
695
|
+
|
|
696
|
+
## [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)
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
### Miscellaneous Chores
|
|
700
|
+
|
|
701
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
### Dependencies
|
|
705
|
+
|
|
706
|
+
* The following workspace dependencies were updated
|
|
707
|
+
* dependencies
|
|
708
|
+
* @twin.org/api-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
709
|
+
* @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
710
|
+
* @twin.org/api-processors bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
711
|
+
|
|
712
|
+
## [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)
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
### Bug Fixes
|
|
716
|
+
|
|
717
|
+
* error handling make sure primary error takes precedence ([84b61f2](https://github.com/iotaledger/twin-api/commit/84b61f27fe5e4919c0c9f9a1edc8ff46dc45c1f7))
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
### Dependencies
|
|
721
|
+
|
|
722
|
+
* The following workspace dependencies were updated
|
|
723
|
+
* dependencies
|
|
724
|
+
* @twin.org/api-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
725
|
+
* @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
726
|
+
* @twin.org/api-processors bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
727
|
+
|
|
728
|
+
## [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)
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
### Miscellaneous Chores
|
|
732
|
+
|
|
733
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
### Dependencies
|
|
737
|
+
|
|
738
|
+
* The following workspace dependencies were updated
|
|
739
|
+
* dependencies
|
|
740
|
+
* @twin.org/api-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
741
|
+
* @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
742
|
+
* @twin.org/api-processors bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
743
|
+
|
|
744
|
+
## [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)
|
|
4
745
|
|
|
5
746
|
|
|
6
747
|
### Features
|
|
7
748
|
|
|
8
|
-
* decodeURIComponent for query and path params ([ead68a2](https://github.com/
|
|
749
|
+
* decodeURIComponent for query and path params ([ead68a2](https://github.com/iotaledger/twin-api/commit/ead68a257425c10dd912497f7edd473c469ca132))
|
|
9
750
|
|
|
10
751
|
|
|
11
752
|
### Dependencies
|
|
@@ -16,31 +757,31 @@
|
|
|
16
757
|
* @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
17
758
|
* @twin.org/api-processors bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
18
759
|
|
|
19
|
-
## [0.0.3-next.4](https://github.com/
|
|
760
|
+
## [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)
|
|
20
761
|
|
|
21
762
|
|
|
22
763
|
### Features
|
|
23
764
|
|
|
24
|
-
* add authentication generators and process features option ([a67edf1](https://github.com/
|
|
25
|
-
* add context id features ([#42](https://github.com/
|
|
26
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
27
|
-
* add logging component type to request contexts ([210de1b](https://github.com/
|
|
28
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
29
|
-
* add socket id, connect and disconnect ([20b0d0e](https://github.com/
|
|
30
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
31
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
32
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
33
|
-
* logging naming consistency ([a4a6ef2](https://github.com/
|
|
34
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
35
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
36
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
37
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
765
|
+
* add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
|
|
766
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
767
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
768
|
+
* add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
|
|
769
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
770
|
+
* add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
|
|
771
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
772
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
773
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
774
|
+
* logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
|
|
775
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
776
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
777
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
778
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
38
779
|
|
|
39
780
|
|
|
40
781
|
### Bug Fixes
|
|
41
782
|
|
|
42
|
-
* locales ([1b84d8e](https://github.com/
|
|
43
|
-
* use correct format for log messaging ([6b62a18](https://github.com/
|
|
783
|
+
* locales ([1b84d8e](https://github.com/iotaledger/twin-api/commit/1b84d8eb4dbe2302897e184e6389892b7ba12608))
|
|
784
|
+
* use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
|
|
44
785
|
|
|
45
786
|
|
|
46
787
|
### Dependencies
|
|
@@ -51,7 +792,7 @@
|
|
|
51
792
|
* @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
52
793
|
* @twin.org/api-processors bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
53
794
|
|
|
54
|
-
## [0.0.3-next.3](https://github.com/
|
|
795
|
+
## [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)
|
|
55
796
|
|
|
56
797
|
|
|
57
798
|
### Miscellaneous Chores
|
|
@@ -67,7 +808,7 @@
|
|
|
67
808
|
* @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
68
809
|
* @twin.org/api-processors bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
69
810
|
|
|
70
|
-
## [0.0.3-next.2](https://github.com/
|
|
811
|
+
## [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)
|
|
71
812
|
|
|
72
813
|
|
|
73
814
|
### Miscellaneous Chores
|
|
@@ -83,30 +824,30 @@
|
|
|
83
824
|
* @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
84
825
|
* @twin.org/api-processors bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
85
826
|
|
|
86
|
-
## [0.0.3-next.1](https://github.com/
|
|
827
|
+
## [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)
|
|
87
828
|
|
|
88
829
|
|
|
89
830
|
### Features
|
|
90
831
|
|
|
91
|
-
* add authentication generators and process features option ([a67edf1](https://github.com/
|
|
92
|
-
* add context id features ([#42](https://github.com/
|
|
93
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
94
|
-
* add logging component type to request contexts ([210de1b](https://github.com/
|
|
95
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
96
|
-
* add socket id, connect and disconnect ([20b0d0e](https://github.com/
|
|
97
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
98
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
99
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
100
|
-
* logging naming consistency ([a4a6ef2](https://github.com/
|
|
101
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
102
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
103
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
104
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
832
|
+
* add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
|
|
833
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
834
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
835
|
+
* add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
|
|
836
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
837
|
+
* add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
|
|
838
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
839
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
840
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
841
|
+
* logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
|
|
842
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
843
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
844
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
845
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
105
846
|
|
|
106
847
|
|
|
107
848
|
### Bug Fixes
|
|
108
849
|
|
|
109
|
-
* use correct format for log messaging ([6b62a18](https://github.com/
|
|
850
|
+
* use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
|
|
110
851
|
|
|
111
852
|
|
|
112
853
|
### Dependencies
|
|
@@ -117,12 +858,12 @@
|
|
|
117
858
|
* @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
118
859
|
* @twin.org/api-processors bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
119
860
|
|
|
120
|
-
## [0.0.2-next.13](https://github.com/
|
|
861
|
+
## [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)
|
|
121
862
|
|
|
122
863
|
|
|
123
864
|
### Bug Fixes
|
|
124
865
|
|
|
125
|
-
* use correct format for log messaging ([6b62a18](https://github.com/
|
|
866
|
+
* use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
|
|
126
867
|
|
|
127
868
|
|
|
128
869
|
### Dependencies
|
|
@@ -133,12 +874,12 @@
|
|
|
133
874
|
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
134
875
|
* @twin.org/api-processors bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
135
876
|
|
|
136
|
-
## [0.0.2-next.12](https://github.com/
|
|
877
|
+
## [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)
|
|
137
878
|
|
|
138
879
|
|
|
139
880
|
### Features
|
|
140
881
|
|
|
141
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
882
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
142
883
|
|
|
143
884
|
|
|
144
885
|
### Dependencies
|
|
@@ -149,12 +890,12 @@
|
|
|
149
890
|
* @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
150
891
|
* @twin.org/api-processors bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
151
892
|
|
|
152
|
-
## [0.0.2-next.11](https://github.com/
|
|
893
|
+
## [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)
|
|
153
894
|
|
|
154
895
|
|
|
155
896
|
### Features
|
|
156
897
|
|
|
157
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
898
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
158
899
|
|
|
159
900
|
|
|
160
901
|
### Dependencies
|
|
@@ -165,12 +906,12 @@
|
|
|
165
906
|
* @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
166
907
|
* @twin.org/api-processors bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
167
908
|
|
|
168
|
-
## [0.0.2-next.10](https://github.com/
|
|
909
|
+
## [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)
|
|
169
910
|
|
|
170
911
|
|
|
171
912
|
### Features
|
|
172
913
|
|
|
173
|
-
* add authentication generators and process features option ([a67edf1](https://github.com/
|
|
914
|
+
* add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
|
|
174
915
|
|
|
175
916
|
|
|
176
917
|
### Dependencies
|
|
@@ -181,12 +922,12 @@
|
|
|
181
922
|
* @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
182
923
|
* @twin.org/api-processors bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
183
924
|
|
|
184
|
-
## [0.0.2-next.9](https://github.com/
|
|
925
|
+
## [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)
|
|
185
926
|
|
|
186
927
|
|
|
187
928
|
### Features
|
|
188
929
|
|
|
189
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
930
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
190
931
|
|
|
191
932
|
|
|
192
933
|
### Dependencies
|
|
@@ -197,12 +938,12 @@
|
|
|
197
938
|
* @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
198
939
|
* @twin.org/api-processors bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
199
940
|
|
|
200
|
-
## [0.0.2-next.8](https://github.com/
|
|
941
|
+
## [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)
|
|
201
942
|
|
|
202
943
|
|
|
203
944
|
### Features
|
|
204
945
|
|
|
205
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
946
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
206
947
|
|
|
207
948
|
|
|
208
949
|
### Dependencies
|
|
@@ -213,12 +954,12 @@
|
|
|
213
954
|
* @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
214
955
|
* @twin.org/api-processors bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
215
956
|
|
|
216
|
-
## [0.0.2-next.7](https://github.com/
|
|
957
|
+
## [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)
|
|
217
958
|
|
|
218
959
|
|
|
219
960
|
### Features
|
|
220
961
|
|
|
221
|
-
* logging naming consistency ([a4a6ef2](https://github.com/
|
|
962
|
+
* logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
|
|
222
963
|
|
|
223
964
|
|
|
224
965
|
### Dependencies
|
|
@@ -229,12 +970,12 @@
|
|
|
229
970
|
* @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
230
971
|
* @twin.org/api-processors bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
231
972
|
|
|
232
|
-
## [0.0.2-next.6](https://github.com/
|
|
973
|
+
## [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)
|
|
233
974
|
|
|
234
975
|
|
|
235
976
|
### Features
|
|
236
977
|
|
|
237
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
978
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
238
979
|
|
|
239
980
|
|
|
240
981
|
### Dependencies
|
|
@@ -245,17 +986,17 @@
|
|
|
245
986
|
* @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
246
987
|
* @twin.org/api-processors bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
247
988
|
|
|
248
|
-
## [0.0.2-next.5](https://github.com/
|
|
989
|
+
## [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)
|
|
249
990
|
|
|
250
991
|
|
|
251
992
|
### Features
|
|
252
993
|
|
|
253
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
254
|
-
* add logging component type to request contexts ([210de1b](https://github.com/
|
|
255
|
-
* add socket id, connect and disconnect ([20b0d0e](https://github.com/
|
|
256
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
257
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
258
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
994
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
995
|
+
* add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
|
|
996
|
+
* add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
|
|
997
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
998
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
999
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
259
1000
|
|
|
260
1001
|
|
|
261
1002
|
### Dependencies
|
|
@@ -266,12 +1007,12 @@
|
|
|
266
1007
|
* @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
267
1008
|
* @twin.org/api-processors bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
268
1009
|
|
|
269
|
-
## [0.0.2-next.4](https://github.com/
|
|
1010
|
+
## [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)
|
|
270
1011
|
|
|
271
1012
|
|
|
272
1013
|
### Features
|
|
273
1014
|
|
|
274
|
-
* add logging component type to request contexts ([210de1b](https://github.com/
|
|
1015
|
+
* add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
|
|
275
1016
|
|
|
276
1017
|
|
|
277
1018
|
### Dependencies
|
|
@@ -282,12 +1023,12 @@
|
|
|
282
1023
|
* @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
283
1024
|
* @twin.org/api-processors bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
284
1025
|
|
|
285
|
-
## [0.0.2-next.3](https://github.com/
|
|
1026
|
+
## [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)
|
|
286
1027
|
|
|
287
1028
|
|
|
288
1029
|
### Features
|
|
289
1030
|
|
|
290
|
-
* add socket id, connect and disconnect ([20b0d0e](https://github.com/
|
|
1031
|
+
* add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
|
|
291
1032
|
|
|
292
1033
|
|
|
293
1034
|
### Dependencies
|
|
@@ -298,12 +1039,12 @@
|
|
|
298
1039
|
* @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
299
1040
|
* @twin.org/api-processors bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
300
1041
|
|
|
301
|
-
## [0.0.2-next.2](https://github.com/
|
|
1042
|
+
## [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)
|
|
302
1043
|
|
|
303
1044
|
|
|
304
1045
|
### Features
|
|
305
1046
|
|
|
306
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
1047
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
307
1048
|
|
|
308
1049
|
|
|
309
1050
|
### Dependencies
|
|
@@ -314,14 +1055,14 @@
|
|
|
314
1055
|
* @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
315
1056
|
* @twin.org/api-processors bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
316
1057
|
|
|
317
|
-
## [0.0.2-next.1](https://github.com/
|
|
1058
|
+
## [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)
|
|
318
1059
|
|
|
319
1060
|
|
|
320
1061
|
### Features
|
|
321
1062
|
|
|
322
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
323
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
324
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1063
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
1064
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
1065
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
325
1066
|
|
|
326
1067
|
|
|
327
1068
|
### Dependencies
|
|
@@ -337,7 +1078,7 @@
|
|
|
337
1078
|
|
|
338
1079
|
### Features
|
|
339
1080
|
|
|
340
|
-
* release to production ([70ee2d5](https://github.com/
|
|
1081
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
341
1082
|
|
|
342
1083
|
|
|
343
1084
|
### Dependencies
|
|
@@ -349,7 +1090,7 @@
|
|
|
349
1090
|
* devDependencies
|
|
350
1091
|
* @twin.org/api-processors bumped from ^0.0.0 to ^0.0.1
|
|
351
1092
|
|
|
352
|
-
## [0.0.1-next.36](https://github.com/
|
|
1093
|
+
## [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)
|
|
353
1094
|
|
|
354
1095
|
|
|
355
1096
|
### Miscellaneous Chores
|
|
@@ -366,12 +1107,12 @@
|
|
|
366
1107
|
* devDependencies
|
|
367
1108
|
* @twin.org/api-processors bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
368
1109
|
|
|
369
|
-
## [0.0.1-next.35](https://github.com/
|
|
1110
|
+
## [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)
|
|
370
1111
|
|
|
371
1112
|
|
|
372
1113
|
### Features
|
|
373
1114
|
|
|
374
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
1115
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
375
1116
|
|
|
376
1117
|
|
|
377
1118
|
### Dependencies
|
|
@@ -383,7 +1124,7 @@
|
|
|
383
1124
|
* devDependencies
|
|
384
1125
|
* @twin.org/api-processors bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
385
1126
|
|
|
386
|
-
## [0.0.1-next.34](https://github.com/
|
|
1127
|
+
## [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)
|
|
387
1128
|
|
|
388
1129
|
|
|
389
1130
|
### Miscellaneous Chores
|
|
@@ -400,12 +1141,12 @@
|
|
|
400
1141
|
* devDependencies
|
|
401
1142
|
* @twin.org/api-processors bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
402
1143
|
|
|
403
|
-
## [0.0.1-next.33](https://github.com/
|
|
1144
|
+
## [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)
|
|
404
1145
|
|
|
405
1146
|
|
|
406
1147
|
### Features
|
|
407
1148
|
|
|
408
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1149
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
409
1150
|
|
|
410
1151
|
|
|
411
1152
|
### Dependencies
|
|
@@ -417,7 +1158,7 @@
|
|
|
417
1158
|
* devDependencies
|
|
418
1159
|
* @twin.org/api-processors bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
419
1160
|
|
|
420
|
-
## [0.0.1-next.32](https://github.com/
|
|
1161
|
+
## [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)
|
|
421
1162
|
|
|
422
1163
|
|
|
423
1164
|
### Miscellaneous Chores
|