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