@twin.org/api-server-fastify 0.0.3-next.5 → 0.0.3-next.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/es/fastifySocketIo.js +4 -1
- package/dist/es/fastifySocketIo.js.map +1 -1
- package/dist/es/fastifyWebServer.js +151 -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 +836 -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,768 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* 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))
|
|
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.50 to 0.0.3-next.51
|
|
16
|
+
* @twin.org/api-models bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
17
|
+
* @twin.org/api-processors bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
18
|
+
|
|
19
|
+
## [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)
|
|
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.49 to 0.0.3-next.50
|
|
32
|
+
* @twin.org/api-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
33
|
+
* @twin.org/api-processors bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
34
|
+
|
|
35
|
+
## [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)
|
|
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.48 to 0.0.3-next.49
|
|
48
|
+
* @twin.org/api-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
49
|
+
* @twin.org/api-processors bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
50
|
+
|
|
51
|
+
## [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)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Miscellaneous Chores
|
|
55
|
+
|
|
56
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
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.47 to 0.0.3-next.48
|
|
64
|
+
* @twin.org/api-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
65
|
+
* @twin.org/api-processors bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
66
|
+
|
|
67
|
+
## [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)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Features
|
|
71
|
+
|
|
72
|
+
* remove hosting component ([#170](https://github.com/iotaledger/twin-api/issues/170)) ([e78c1e8](https://github.com/iotaledger/twin-api/commit/e78c1e87d2747bf58da02b6b77680708ff681122))
|
|
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.46 to 0.0.3-next.47
|
|
80
|
+
* @twin.org/api-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
81
|
+
* @twin.org/api-processors bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
82
|
+
|
|
83
|
+
## [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)
|
|
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.45 to 0.0.3-next.46
|
|
96
|
+
* @twin.org/api-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
97
|
+
* @twin.org/api-processors bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
98
|
+
|
|
99
|
+
## [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)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Miscellaneous Chores
|
|
103
|
+
|
|
104
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
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.44 to 0.0.3-next.45
|
|
112
|
+
* @twin.org/api-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
113
|
+
* @twin.org/api-processors bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
114
|
+
|
|
115
|
+
## [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)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* organization identifiers ([#158](https://github.com/iotaledger/twin-api/issues/158)) ([ce13244](https://github.com/iotaledger/twin-api/commit/ce13244aaacbf82d9e5f87d905e283b36ad63bbf))
|
|
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.43 to 0.0.3-next.44
|
|
128
|
+
* @twin.org/api-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
129
|
+
* @twin.org/api-processors bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
130
|
+
|
|
131
|
+
## [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)
|
|
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.42 to 0.0.3-next.43
|
|
144
|
+
* @twin.org/api-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
145
|
+
* @twin.org/api-processors bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
146
|
+
|
|
147
|
+
## [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)
|
|
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.41 to 0.0.3-next.42
|
|
160
|
+
* @twin.org/api-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
161
|
+
* @twin.org/api-processors bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
162
|
+
|
|
163
|
+
## [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)
|
|
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.40 to 0.0.3-next.41
|
|
176
|
+
* @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
177
|
+
* @twin.org/api-processors bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
178
|
+
|
|
179
|
+
## [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)
|
|
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.39 to 0.0.3-next.40
|
|
192
|
+
* @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
193
|
+
* @twin.org/api-processors bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
194
|
+
|
|
195
|
+
## [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)
|
|
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.38 to 0.0.3-next.39
|
|
208
|
+
* @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
209
|
+
* @twin.org/api-processors bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
210
|
+
|
|
211
|
+
## [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)
|
|
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.37 to 0.0.3-next.38
|
|
224
|
+
* @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
225
|
+
* @twin.org/api-processors bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
226
|
+
|
|
227
|
+
## [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)
|
|
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.36 to 0.0.3-next.37
|
|
240
|
+
* @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
241
|
+
* @twin.org/api-processors bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
242
|
+
|
|
243
|
+
## [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)
|
|
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.35 to 0.0.3-next.36
|
|
256
|
+
* @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
257
|
+
* @twin.org/api-processors bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
258
|
+
|
|
259
|
+
## [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)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Miscellaneous Chores
|
|
263
|
+
|
|
264
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
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.34 to 0.0.3-next.35
|
|
272
|
+
* @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
273
|
+
* @twin.org/api-processors bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
274
|
+
|
|
275
|
+
## [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)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Features
|
|
279
|
+
|
|
280
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
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.33 to 0.0.3-next.34
|
|
288
|
+
* @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
289
|
+
* @twin.org/api-processors bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
290
|
+
|
|
291
|
+
## [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)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Features
|
|
295
|
+
|
|
296
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
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.32 to 0.0.3-next.33
|
|
304
|
+
* @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
305
|
+
* @twin.org/api-processors bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
306
|
+
|
|
307
|
+
## [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)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Miscellaneous Chores
|
|
311
|
+
|
|
312
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
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.31 to 0.0.3-next.32
|
|
320
|
+
* @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
321
|
+
* @twin.org/api-processors bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
322
|
+
|
|
323
|
+
## [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)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Features
|
|
327
|
+
|
|
328
|
+
* update health format ([cfbfbbb](https://github.com/iotaledger/twin-api/commit/cfbfbbb2e9afbd2574ffd2446ad51e4217437951))
|
|
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.30 to 0.0.3-next.31
|
|
336
|
+
* @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
337
|
+
* @twin.org/api-processors bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
338
|
+
|
|
339
|
+
## [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)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Features
|
|
343
|
+
|
|
344
|
+
* separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
|
|
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.29 to 0.0.3-next.30
|
|
352
|
+
* @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
353
|
+
* @twin.org/api-processors bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
354
|
+
|
|
355
|
+
## [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)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### Features
|
|
359
|
+
|
|
360
|
+
* hosting service ([#109](https://github.com/iotaledger/twin-api/issues/109)) ([985bf1f](https://github.com/iotaledger/twin-api/commit/985bf1f5c07b09ecb800df7120bc2422ac7a6d25))
|
|
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.28 to 0.0.3-next.29
|
|
368
|
+
* @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
369
|
+
* @twin.org/api-processors bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
370
|
+
|
|
371
|
+
## [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)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Bug Fixes
|
|
375
|
+
|
|
376
|
+
* 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))
|
|
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.27 to 0.0.3-next.28
|
|
384
|
+
* @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
385
|
+
* @twin.org/api-processors bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
386
|
+
|
|
387
|
+
## [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)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Miscellaneous Chores
|
|
391
|
+
|
|
392
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
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.26 to 0.0.3-next.27
|
|
400
|
+
* @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
401
|
+
* @twin.org/api-processors bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
402
|
+
|
|
403
|
+
## [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)
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Bug Fixes
|
|
407
|
+
|
|
408
|
+
* 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))
|
|
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.25 to 0.0.3-next.26
|
|
416
|
+
* @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
417
|
+
* @twin.org/api-processors bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
418
|
+
|
|
419
|
+
## [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)
|
|
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.24 to 0.0.3-next.25
|
|
432
|
+
* @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
433
|
+
* @twin.org/api-processors bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
434
|
+
|
|
435
|
+
## [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)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Miscellaneous Chores
|
|
439
|
+
|
|
440
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
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.23 to 0.0.3-next.24
|
|
448
|
+
* @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
449
|
+
* @twin.org/api-processors bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
450
|
+
|
|
451
|
+
## [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)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Features
|
|
455
|
+
|
|
456
|
+
* auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
|
|
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.22 to 0.0.3-next.23
|
|
464
|
+
* @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
465
|
+
* @twin.org/api-processors bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
466
|
+
|
|
467
|
+
## [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)
|
|
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.21 to 0.0.3-next.22
|
|
480
|
+
* @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
481
|
+
* @twin.org/api-processors bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
482
|
+
|
|
483
|
+
## [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)
|
|
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.20 to 0.0.3-next.21
|
|
496
|
+
* @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
497
|
+
* @twin.org/api-processors bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
498
|
+
|
|
499
|
+
## [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)
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
### Miscellaneous Chores
|
|
503
|
+
|
|
504
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
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.19 to 0.0.3-next.20
|
|
512
|
+
* @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
513
|
+
* @twin.org/api-processors bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
514
|
+
|
|
515
|
+
## [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)
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
### Features
|
|
519
|
+
|
|
520
|
+
* user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
|
|
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.18 to 0.0.3-next.19
|
|
528
|
+
* @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
529
|
+
* @twin.org/api-processors bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
530
|
+
|
|
531
|
+
## [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)
|
|
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.17 to 0.0.3-next.18
|
|
544
|
+
* @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
545
|
+
* @twin.org/api-processors bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
546
|
+
|
|
547
|
+
## [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)
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Miscellaneous Chores
|
|
551
|
+
|
|
552
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
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.16 to 0.0.3-next.17
|
|
560
|
+
* @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
561
|
+
* @twin.org/api-processors bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
562
|
+
|
|
563
|
+
## [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)
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### Features
|
|
567
|
+
|
|
568
|
+
* public base url ([#70](https://github.com/iotaledger/twin-api/issues/70)) ([5b958cd](https://github.com/iotaledger/twin-api/commit/5b958cd91e8a38cdae2835ff5f2356c7e48d37c3))
|
|
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.15 to 0.0.3-next.16
|
|
576
|
+
* @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
577
|
+
* @twin.org/api-processors bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
578
|
+
|
|
579
|
+
## [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)
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
### Bug Fixes
|
|
583
|
+
|
|
584
|
+
* missing port in server request url ([#71](https://github.com/iotaledger/twin-api/issues/71)) ([21d1bb5](https://github.com/iotaledger/twin-api/commit/21d1bb57e7dac5c737266876b7521130db1df975))
|
|
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.14 to 0.0.3-next.15
|
|
592
|
+
* @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
593
|
+
* @twin.org/api-processors bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
594
|
+
|
|
595
|
+
## [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)
|
|
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.13 to 0.0.3-next.14
|
|
608
|
+
* @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
609
|
+
* @twin.org/api-processors bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
610
|
+
|
|
611
|
+
## [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)
|
|
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.12 to 0.0.3-next.13
|
|
624
|
+
* @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
625
|
+
* @twin.org/api-processors bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
626
|
+
|
|
627
|
+
## [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)
|
|
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.11 to 0.0.3-next.12
|
|
640
|
+
* @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
641
|
+
* @twin.org/api-processors bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
642
|
+
|
|
643
|
+
## [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)
|
|
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.10 to 0.0.3-next.11
|
|
656
|
+
* @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
657
|
+
* @twin.org/api-processors bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
658
|
+
|
|
659
|
+
## [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)
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
### Miscellaneous Chores
|
|
663
|
+
|
|
664
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
### Dependencies
|
|
668
|
+
|
|
669
|
+
* The following workspace dependencies were updated
|
|
670
|
+
* dependencies
|
|
671
|
+
* @twin.org/api-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
672
|
+
* @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
673
|
+
* @twin.org/api-processors bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
674
|
+
|
|
675
|
+
## [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)
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
### Features
|
|
679
|
+
|
|
680
|
+
* add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
|
|
681
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
682
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
683
|
+
* add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
|
|
684
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
685
|
+
* add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
|
|
686
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
687
|
+
* decodeURIComponent for query and path params ([ead68a2](https://github.com/iotaledger/twin-api/commit/ead68a257425c10dd912497f7edd473c469ca132))
|
|
688
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
689
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
690
|
+
* logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
|
|
691
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
692
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
693
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
694
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
### Bug Fixes
|
|
698
|
+
|
|
699
|
+
* error handling make sure primary error takes precedence ([84b61f2](https://github.com/iotaledger/twin-api/commit/84b61f27fe5e4919c0c9f9a1edc8ff46dc45c1f7))
|
|
700
|
+
* locales ([1b84d8e](https://github.com/iotaledger/twin-api/commit/1b84d8eb4dbe2302897e184e6389892b7ba12608))
|
|
701
|
+
* use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
|
|
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.8 to 0.0.3-next.9
|
|
709
|
+
* @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
710
|
+
* @twin.org/api-processors bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
711
|
+
|
|
712
|
+
## [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)
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
### Miscellaneous Chores
|
|
716
|
+
|
|
717
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
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.7 to 0.0.3-next.8
|
|
725
|
+
* @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
726
|
+
* @twin.org/api-processors bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
727
|
+
|
|
728
|
+
## [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)
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
### Bug Fixes
|
|
732
|
+
|
|
733
|
+
* error handling make sure primary error takes precedence ([84b61f2](https://github.com/iotaledger/twin-api/commit/84b61f27fe5e4919c0c9f9a1edc8ff46dc45c1f7))
|
|
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.6 to 0.0.3-next.7
|
|
741
|
+
* @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
742
|
+
* @twin.org/api-processors bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
743
|
+
|
|
744
|
+
## [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)
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
### Miscellaneous Chores
|
|
748
|
+
|
|
749
|
+
* **api-server-fastify:** Synchronize repo versions
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
### Dependencies
|
|
753
|
+
|
|
754
|
+
* The following workspace dependencies were updated
|
|
755
|
+
* dependencies
|
|
756
|
+
* @twin.org/api-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
757
|
+
* @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
758
|
+
* @twin.org/api-processors bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
759
|
+
|
|
760
|
+
## [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
761
|
|
|
5
762
|
|
|
6
763
|
### Features
|
|
7
764
|
|
|
8
|
-
* decodeURIComponent for query and path params ([ead68a2](https://github.com/
|
|
765
|
+
* decodeURIComponent for query and path params ([ead68a2](https://github.com/iotaledger/twin-api/commit/ead68a257425c10dd912497f7edd473c469ca132))
|
|
9
766
|
|
|
10
767
|
|
|
11
768
|
### Dependencies
|
|
@@ -16,31 +773,31 @@
|
|
|
16
773
|
* @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
17
774
|
* @twin.org/api-processors bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
18
775
|
|
|
19
|
-
## [0.0.3-next.4](https://github.com/
|
|
776
|
+
## [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
777
|
|
|
21
778
|
|
|
22
779
|
### Features
|
|
23
780
|
|
|
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/
|
|
781
|
+
* add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
|
|
782
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
783
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
784
|
+
* add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
|
|
785
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
786
|
+
* add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
|
|
787
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
788
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
789
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
790
|
+
* logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
|
|
791
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
792
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
793
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
794
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
38
795
|
|
|
39
796
|
|
|
40
797
|
### Bug Fixes
|
|
41
798
|
|
|
42
|
-
* locales ([1b84d8e](https://github.com/
|
|
43
|
-
* use correct format for log messaging ([6b62a18](https://github.com/
|
|
799
|
+
* locales ([1b84d8e](https://github.com/iotaledger/twin-api/commit/1b84d8eb4dbe2302897e184e6389892b7ba12608))
|
|
800
|
+
* use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
|
|
44
801
|
|
|
45
802
|
|
|
46
803
|
### Dependencies
|
|
@@ -51,7 +808,7 @@
|
|
|
51
808
|
* @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
52
809
|
* @twin.org/api-processors bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
53
810
|
|
|
54
|
-
## [0.0.3-next.3](https://github.com/
|
|
811
|
+
## [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
812
|
|
|
56
813
|
|
|
57
814
|
### Miscellaneous Chores
|
|
@@ -67,7 +824,7 @@
|
|
|
67
824
|
* @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
68
825
|
* @twin.org/api-processors bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
69
826
|
|
|
70
|
-
## [0.0.3-next.2](https://github.com/
|
|
827
|
+
## [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
828
|
|
|
72
829
|
|
|
73
830
|
### Miscellaneous Chores
|
|
@@ -83,30 +840,30 @@
|
|
|
83
840
|
* @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
84
841
|
* @twin.org/api-processors bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
85
842
|
|
|
86
|
-
## [0.0.3-next.1](https://github.com/
|
|
843
|
+
## [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
844
|
|
|
88
845
|
|
|
89
846
|
### Features
|
|
90
847
|
|
|
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/
|
|
848
|
+
* add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
|
|
849
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
850
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
851
|
+
* add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
|
|
852
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
853
|
+
* add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
|
|
854
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
855
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
856
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
857
|
+
* logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
|
|
858
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
859
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
860
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
861
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
105
862
|
|
|
106
863
|
|
|
107
864
|
### Bug Fixes
|
|
108
865
|
|
|
109
|
-
* 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))
|
|
110
867
|
|
|
111
868
|
|
|
112
869
|
### Dependencies
|
|
@@ -117,12 +874,12 @@
|
|
|
117
874
|
* @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
118
875
|
* @twin.org/api-processors bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
119
876
|
|
|
120
|
-
## [0.0.2-next.13](https://github.com/
|
|
877
|
+
## [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
878
|
|
|
122
879
|
|
|
123
880
|
### Bug Fixes
|
|
124
881
|
|
|
125
|
-
* use correct format for log messaging ([6b62a18](https://github.com/
|
|
882
|
+
* use correct format for log messaging ([6b62a18](https://github.com/iotaledger/twin-api/commit/6b62a185e1da1150bb1e4331337e2799294b83c4))
|
|
126
883
|
|
|
127
884
|
|
|
128
885
|
### Dependencies
|
|
@@ -133,12 +890,12 @@
|
|
|
133
890
|
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
134
891
|
* @twin.org/api-processors bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
135
892
|
|
|
136
|
-
## [0.0.2-next.12](https://github.com/
|
|
893
|
+
## [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
894
|
|
|
138
895
|
|
|
139
896
|
### Features
|
|
140
897
|
|
|
141
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
898
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
142
899
|
|
|
143
900
|
|
|
144
901
|
### Dependencies
|
|
@@ -149,12 +906,12 @@
|
|
|
149
906
|
* @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
150
907
|
* @twin.org/api-processors bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
151
908
|
|
|
152
|
-
## [0.0.2-next.11](https://github.com/
|
|
909
|
+
## [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
910
|
|
|
154
911
|
|
|
155
912
|
### Features
|
|
156
913
|
|
|
157
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
914
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
158
915
|
|
|
159
916
|
|
|
160
917
|
### Dependencies
|
|
@@ -165,12 +922,12 @@
|
|
|
165
922
|
* @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
166
923
|
* @twin.org/api-processors bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
167
924
|
|
|
168
|
-
## [0.0.2-next.10](https://github.com/
|
|
925
|
+
## [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
926
|
|
|
170
927
|
|
|
171
928
|
### Features
|
|
172
929
|
|
|
173
|
-
* add authentication generators and process features option ([a67edf1](https://github.com/
|
|
930
|
+
* add authentication generators and process features option ([a67edf1](https://github.com/iotaledger/twin-api/commit/a67edf1df212bd8ab94a40cddf5338551155696f))
|
|
174
931
|
|
|
175
932
|
|
|
176
933
|
### Dependencies
|
|
@@ -181,12 +938,12 @@
|
|
|
181
938
|
* @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
182
939
|
* @twin.org/api-processors bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
183
940
|
|
|
184
|
-
## [0.0.2-next.9](https://github.com/
|
|
941
|
+
## [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
942
|
|
|
186
943
|
|
|
187
944
|
### Features
|
|
188
945
|
|
|
189
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
946
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
190
947
|
|
|
191
948
|
|
|
192
949
|
### Dependencies
|
|
@@ -197,12 +954,12 @@
|
|
|
197
954
|
* @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
198
955
|
* @twin.org/api-processors bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
199
956
|
|
|
200
|
-
## [0.0.2-next.8](https://github.com/
|
|
957
|
+
## [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
958
|
|
|
202
959
|
|
|
203
960
|
### Features
|
|
204
961
|
|
|
205
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
962
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
206
963
|
|
|
207
964
|
|
|
208
965
|
### Dependencies
|
|
@@ -213,12 +970,12 @@
|
|
|
213
970
|
* @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
214
971
|
* @twin.org/api-processors bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
215
972
|
|
|
216
|
-
## [0.0.2-next.7](https://github.com/
|
|
973
|
+
## [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
974
|
|
|
218
975
|
|
|
219
976
|
### Features
|
|
220
977
|
|
|
221
|
-
* logging naming consistency ([a4a6ef2](https://github.com/
|
|
978
|
+
* logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
|
|
222
979
|
|
|
223
980
|
|
|
224
981
|
### Dependencies
|
|
@@ -229,12 +986,12 @@
|
|
|
229
986
|
* @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
230
987
|
* @twin.org/api-processors bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
231
988
|
|
|
232
|
-
## [0.0.2-next.6](https://github.com/
|
|
989
|
+
## [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
990
|
|
|
234
991
|
|
|
235
992
|
### Features
|
|
236
993
|
|
|
237
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
994
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
238
995
|
|
|
239
996
|
|
|
240
997
|
### Dependencies
|
|
@@ -245,17 +1002,17 @@
|
|
|
245
1002
|
* @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
246
1003
|
* @twin.org/api-processors bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
247
1004
|
|
|
248
|
-
## [0.0.2-next.5](https://github.com/
|
|
1005
|
+
## [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
1006
|
|
|
250
1007
|
|
|
251
1008
|
### Features
|
|
252
1009
|
|
|
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/
|
|
1010
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
1011
|
+
* add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
|
|
1012
|
+
* add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
|
|
1013
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
1014
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
1015
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
259
1016
|
|
|
260
1017
|
|
|
261
1018
|
### Dependencies
|
|
@@ -266,12 +1023,12 @@
|
|
|
266
1023
|
* @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
267
1024
|
* @twin.org/api-processors bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
268
1025
|
|
|
269
|
-
## [0.0.2-next.4](https://github.com/
|
|
1026
|
+
## [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
1027
|
|
|
271
1028
|
|
|
272
1029
|
### Features
|
|
273
1030
|
|
|
274
|
-
* add logging component type to request contexts ([210de1b](https://github.com/
|
|
1031
|
+
* add logging component type to request contexts ([210de1b](https://github.com/iotaledger/twin-api/commit/210de1b9e1c91079b59a2b90ddd57569668d647d))
|
|
275
1032
|
|
|
276
1033
|
|
|
277
1034
|
### Dependencies
|
|
@@ -282,12 +1039,12 @@
|
|
|
282
1039
|
* @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
283
1040
|
* @twin.org/api-processors bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
284
1041
|
|
|
285
|
-
## [0.0.2-next.3](https://github.com/
|
|
1042
|
+
## [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
1043
|
|
|
287
1044
|
|
|
288
1045
|
### Features
|
|
289
1046
|
|
|
290
|
-
* add socket id, connect and disconnect ([20b0d0e](https://github.com/
|
|
1047
|
+
* add socket id, connect and disconnect ([20b0d0e](https://github.com/iotaledger/twin-api/commit/20b0d0ec279cab46141fee09de2c4a7087cdce16))
|
|
291
1048
|
|
|
292
1049
|
|
|
293
1050
|
### Dependencies
|
|
@@ -298,12 +1055,12 @@
|
|
|
298
1055
|
* @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
299
1056
|
* @twin.org/api-processors bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
300
1057
|
|
|
301
|
-
## [0.0.2-next.2](https://github.com/
|
|
1058
|
+
## [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
1059
|
|
|
303
1060
|
|
|
304
1061
|
### Features
|
|
305
1062
|
|
|
306
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
1063
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
307
1064
|
|
|
308
1065
|
|
|
309
1066
|
### Dependencies
|
|
@@ -314,14 +1071,14 @@
|
|
|
314
1071
|
* @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
315
1072
|
* @twin.org/api-processors bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
316
1073
|
|
|
317
|
-
## [0.0.2-next.1](https://github.com/
|
|
1074
|
+
## [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
1075
|
|
|
319
1076
|
|
|
320
1077
|
### Features
|
|
321
1078
|
|
|
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/
|
|
1079
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
1080
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
1081
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
325
1082
|
|
|
326
1083
|
|
|
327
1084
|
### Dependencies
|
|
@@ -337,7 +1094,7 @@
|
|
|
337
1094
|
|
|
338
1095
|
### Features
|
|
339
1096
|
|
|
340
|
-
* release to production ([70ee2d5](https://github.com/
|
|
1097
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
341
1098
|
|
|
342
1099
|
|
|
343
1100
|
### Dependencies
|
|
@@ -349,7 +1106,7 @@
|
|
|
349
1106
|
* devDependencies
|
|
350
1107
|
* @twin.org/api-processors bumped from ^0.0.0 to ^0.0.1
|
|
351
1108
|
|
|
352
|
-
## [0.0.1-next.36](https://github.com/
|
|
1109
|
+
## [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
1110
|
|
|
354
1111
|
|
|
355
1112
|
### Miscellaneous Chores
|
|
@@ -366,12 +1123,12 @@
|
|
|
366
1123
|
* devDependencies
|
|
367
1124
|
* @twin.org/api-processors bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
368
1125
|
|
|
369
|
-
## [0.0.1-next.35](https://github.com/
|
|
1126
|
+
## [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
1127
|
|
|
371
1128
|
|
|
372
1129
|
### Features
|
|
373
1130
|
|
|
374
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
1131
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
375
1132
|
|
|
376
1133
|
|
|
377
1134
|
### Dependencies
|
|
@@ -383,7 +1140,7 @@
|
|
|
383
1140
|
* devDependencies
|
|
384
1141
|
* @twin.org/api-processors bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
385
1142
|
|
|
386
|
-
## [0.0.1-next.34](https://github.com/
|
|
1143
|
+
## [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
1144
|
|
|
388
1145
|
|
|
389
1146
|
### Miscellaneous Chores
|
|
@@ -400,12 +1157,12 @@
|
|
|
400
1157
|
* devDependencies
|
|
401
1158
|
* @twin.org/api-processors bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
402
1159
|
|
|
403
|
-
## [0.0.1-next.33](https://github.com/
|
|
1160
|
+
## [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
1161
|
|
|
405
1162
|
|
|
406
1163
|
### Features
|
|
407
1164
|
|
|
408
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1165
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
409
1166
|
|
|
410
1167
|
|
|
411
1168
|
### Dependencies
|
|
@@ -417,7 +1174,7 @@
|
|
|
417
1174
|
* devDependencies
|
|
418
1175
|
* @twin.org/api-processors bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
419
1176
|
|
|
420
|
-
## [0.0.1-next.32](https://github.com/
|
|
1177
|
+
## [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
1178
|
|
|
422
1179
|
|
|
423
1180
|
### Miscellaneous Chores
|