@twin.org/api-server-fastify 0.0.3-next.9 → 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 +857 -102
- 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,32 +1,787 @@
|
|
|
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
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
* add authentication generators and process features option ([a67edf1](https://github.com/
|
|
9
|
-
* add context id features ([#42](https://github.com/
|
|
10
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
11
|
-
* add logging component type to request contexts ([210de1b](https://github.com/
|
|
12
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
13
|
-
* add socket id, connect and disconnect ([20b0d0e](https://github.com/
|
|
14
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
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))
|
|
23
33
|
|
|
24
34
|
|
|
25
35
|
### Bug Fixes
|
|
26
36
|
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
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))
|
|
30
785
|
|
|
31
786
|
|
|
32
787
|
### Dependencies
|
|
@@ -37,7 +792,7 @@
|
|
|
37
792
|
* @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
38
793
|
* @twin.org/api-processors bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
39
794
|
|
|
40
|
-
## [0.0.3-next.8](https://github.com/
|
|
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)
|
|
41
796
|
|
|
42
797
|
|
|
43
798
|
### Miscellaneous Chores
|
|
@@ -53,12 +808,12 @@
|
|
|
53
808
|
* @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
54
809
|
* @twin.org/api-processors bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
55
810
|
|
|
56
|
-
## [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)
|
|
57
812
|
|
|
58
813
|
|
|
59
814
|
### Bug Fixes
|
|
60
815
|
|
|
61
|
-
* 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))
|
|
62
817
|
|
|
63
818
|
|
|
64
819
|
### Dependencies
|
|
@@ -69,7 +824,7 @@
|
|
|
69
824
|
* @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
70
825
|
* @twin.org/api-processors bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
71
826
|
|
|
72
|
-
## [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)
|
|
73
828
|
|
|
74
829
|
|
|
75
830
|
### Miscellaneous Chores
|
|
@@ -85,12 +840,12 @@
|
|
|
85
840
|
* @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
86
841
|
* @twin.org/api-processors bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
87
842
|
|
|
88
|
-
## [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)
|
|
89
844
|
|
|
90
845
|
|
|
91
846
|
### Features
|
|
92
847
|
|
|
93
|
-
* 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))
|
|
94
849
|
|
|
95
850
|
|
|
96
851
|
### Dependencies
|
|
@@ -101,31 +856,31 @@
|
|
|
101
856
|
* @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
102
857
|
* @twin.org/api-processors bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
103
858
|
|
|
104
|
-
## [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)
|
|
105
860
|
|
|
106
861
|
|
|
107
862
|
### Features
|
|
108
863
|
|
|
109
|
-
* add authentication generators and process features option ([a67edf1](https://github.com/
|
|
110
|
-
* add context id features ([#42](https://github.com/
|
|
111
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
112
|
-
* add logging component type to request contexts ([210de1b](https://github.com/
|
|
113
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
114
|
-
* add socket id, connect and disconnect ([20b0d0e](https://github.com/
|
|
115
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
116
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
117
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
118
|
-
* logging naming consistency ([a4a6ef2](https://github.com/
|
|
119
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
120
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
121
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
122
|
-
* 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))
|
|
123
878
|
|
|
124
879
|
|
|
125
880
|
### Bug Fixes
|
|
126
881
|
|
|
127
|
-
* locales ([1b84d8e](https://github.com/
|
|
128
|
-
* 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))
|
|
129
884
|
|
|
130
885
|
|
|
131
886
|
### Dependencies
|
|
@@ -136,7 +891,7 @@
|
|
|
136
891
|
* @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
137
892
|
* @twin.org/api-processors bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
138
893
|
|
|
139
|
-
## [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)
|
|
140
895
|
|
|
141
896
|
|
|
142
897
|
### Miscellaneous Chores
|
|
@@ -152,7 +907,7 @@
|
|
|
152
907
|
* @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
153
908
|
* @twin.org/api-processors bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
154
909
|
|
|
155
|
-
## [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)
|
|
156
911
|
|
|
157
912
|
|
|
158
913
|
### Miscellaneous Chores
|
|
@@ -168,30 +923,30 @@
|
|
|
168
923
|
* @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
169
924
|
* @twin.org/api-processors bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
170
925
|
|
|
171
|
-
## [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)
|
|
172
927
|
|
|
173
928
|
|
|
174
929
|
### Features
|
|
175
930
|
|
|
176
|
-
* add authentication generators and process features option ([a67edf1](https://github.com/
|
|
177
|
-
* add context id features ([#42](https://github.com/
|
|
178
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
179
|
-
* add logging component type to request contexts ([210de1b](https://github.com/
|
|
180
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
181
|
-
* add socket id, connect and disconnect ([20b0d0e](https://github.com/
|
|
182
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
183
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
184
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
185
|
-
* logging naming consistency ([a4a6ef2](https://github.com/
|
|
186
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
187
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
188
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
189
|
-
* 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))
|
|
190
945
|
|
|
191
946
|
|
|
192
947
|
### Bug Fixes
|
|
193
948
|
|
|
194
|
-
* 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))
|
|
195
950
|
|
|
196
951
|
|
|
197
952
|
### Dependencies
|
|
@@ -202,12 +957,12 @@
|
|
|
202
957
|
* @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
203
958
|
* @twin.org/api-processors bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
204
959
|
|
|
205
|
-
## [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)
|
|
206
961
|
|
|
207
962
|
|
|
208
963
|
### Bug Fixes
|
|
209
964
|
|
|
210
|
-
* 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))
|
|
211
966
|
|
|
212
967
|
|
|
213
968
|
### Dependencies
|
|
@@ -218,12 +973,12 @@
|
|
|
218
973
|
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
219
974
|
* @twin.org/api-processors bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
220
975
|
|
|
221
|
-
## [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)
|
|
222
977
|
|
|
223
978
|
|
|
224
979
|
### Features
|
|
225
980
|
|
|
226
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
981
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
227
982
|
|
|
228
983
|
|
|
229
984
|
### Dependencies
|
|
@@ -234,12 +989,12 @@
|
|
|
234
989
|
* @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
235
990
|
* @twin.org/api-processors bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
236
991
|
|
|
237
|
-
## [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)
|
|
238
993
|
|
|
239
994
|
|
|
240
995
|
### Features
|
|
241
996
|
|
|
242
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
997
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
243
998
|
|
|
244
999
|
|
|
245
1000
|
### Dependencies
|
|
@@ -250,12 +1005,12 @@
|
|
|
250
1005
|
* @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
251
1006
|
* @twin.org/api-processors bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
252
1007
|
|
|
253
|
-
## [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)
|
|
254
1009
|
|
|
255
1010
|
|
|
256
1011
|
### Features
|
|
257
1012
|
|
|
258
|
-
* 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))
|
|
259
1014
|
|
|
260
1015
|
|
|
261
1016
|
### Dependencies
|
|
@@ -266,12 +1021,12 @@
|
|
|
266
1021
|
* @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
267
1022
|
* @twin.org/api-processors bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
268
1023
|
|
|
269
|
-
## [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)
|
|
270
1025
|
|
|
271
1026
|
|
|
272
1027
|
### Features
|
|
273
1028
|
|
|
274
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
1029
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
275
1030
|
|
|
276
1031
|
|
|
277
1032
|
### Dependencies
|
|
@@ -282,12 +1037,12 @@
|
|
|
282
1037
|
* @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
283
1038
|
* @twin.org/api-processors bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
284
1039
|
|
|
285
|
-
## [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)
|
|
286
1041
|
|
|
287
1042
|
|
|
288
1043
|
### Features
|
|
289
1044
|
|
|
290
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
1045
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
291
1046
|
|
|
292
1047
|
|
|
293
1048
|
### Dependencies
|
|
@@ -298,12 +1053,12 @@
|
|
|
298
1053
|
* @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
299
1054
|
* @twin.org/api-processors bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
300
1055
|
|
|
301
|
-
## [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)
|
|
302
1057
|
|
|
303
1058
|
|
|
304
1059
|
### Features
|
|
305
1060
|
|
|
306
|
-
* logging naming consistency ([a4a6ef2](https://github.com/
|
|
1061
|
+
* logging naming consistency ([a4a6ef2](https://github.com/iotaledger/twin-api/commit/a4a6ef2de5049045589eb78b177ff62e744bde9d))
|
|
307
1062
|
|
|
308
1063
|
|
|
309
1064
|
### Dependencies
|
|
@@ -314,12 +1069,12 @@
|
|
|
314
1069
|
* @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
315
1070
|
* @twin.org/api-processors bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
316
1071
|
|
|
317
|
-
## [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)
|
|
318
1073
|
|
|
319
1074
|
|
|
320
1075
|
### Features
|
|
321
1076
|
|
|
322
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
1077
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
323
1078
|
|
|
324
1079
|
|
|
325
1080
|
### Dependencies
|
|
@@ -330,17 +1085,17 @@
|
|
|
330
1085
|
* @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
331
1086
|
* @twin.org/api-processors bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
332
1087
|
|
|
333
|
-
## [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)
|
|
334
1089
|
|
|
335
1090
|
|
|
336
1091
|
### Features
|
|
337
1092
|
|
|
338
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
339
|
-
* add logging component type to request contexts ([210de1b](https://github.com/
|
|
340
|
-
* add socket id, connect and disconnect ([20b0d0e](https://github.com/
|
|
341
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
342
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
343
|
-
* 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))
|
|
344
1099
|
|
|
345
1100
|
|
|
346
1101
|
### Dependencies
|
|
@@ -351,12 +1106,12 @@
|
|
|
351
1106
|
* @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
352
1107
|
* @twin.org/api-processors bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
353
1108
|
|
|
354
|
-
## [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)
|
|
355
1110
|
|
|
356
1111
|
|
|
357
1112
|
### Features
|
|
358
1113
|
|
|
359
|
-
* 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))
|
|
360
1115
|
|
|
361
1116
|
|
|
362
1117
|
### Dependencies
|
|
@@ -367,12 +1122,12 @@
|
|
|
367
1122
|
* @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
368
1123
|
* @twin.org/api-processors bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
369
1124
|
|
|
370
|
-
## [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)
|
|
371
1126
|
|
|
372
1127
|
|
|
373
1128
|
### Features
|
|
374
1129
|
|
|
375
|
-
* 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))
|
|
376
1131
|
|
|
377
1132
|
|
|
378
1133
|
### Dependencies
|
|
@@ -383,12 +1138,12 @@
|
|
|
383
1138
|
* @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
384
1139
|
* @twin.org/api-processors bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
385
1140
|
|
|
386
|
-
## [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)
|
|
387
1142
|
|
|
388
1143
|
|
|
389
1144
|
### Features
|
|
390
1145
|
|
|
391
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
1146
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
392
1147
|
|
|
393
1148
|
|
|
394
1149
|
### Dependencies
|
|
@@ -399,14 +1154,14 @@
|
|
|
399
1154
|
* @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
400
1155
|
* @twin.org/api-processors bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
401
1156
|
|
|
402
|
-
## [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)
|
|
403
1158
|
|
|
404
1159
|
|
|
405
1160
|
### Features
|
|
406
1161
|
|
|
407
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
408
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
409
|
-
* 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))
|
|
410
1165
|
|
|
411
1166
|
|
|
412
1167
|
### Dependencies
|
|
@@ -422,7 +1177,7 @@
|
|
|
422
1177
|
|
|
423
1178
|
### Features
|
|
424
1179
|
|
|
425
|
-
* release to production ([70ee2d5](https://github.com/
|
|
1180
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
426
1181
|
|
|
427
1182
|
|
|
428
1183
|
### Dependencies
|
|
@@ -434,7 +1189,7 @@
|
|
|
434
1189
|
* devDependencies
|
|
435
1190
|
* @twin.org/api-processors bumped from ^0.0.0 to ^0.0.1
|
|
436
1191
|
|
|
437
|
-
## [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)
|
|
438
1193
|
|
|
439
1194
|
|
|
440
1195
|
### Miscellaneous Chores
|
|
@@ -451,12 +1206,12 @@
|
|
|
451
1206
|
* devDependencies
|
|
452
1207
|
* @twin.org/api-processors bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
453
1208
|
|
|
454
|
-
## [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)
|
|
455
1210
|
|
|
456
1211
|
|
|
457
1212
|
### Features
|
|
458
1213
|
|
|
459
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
1214
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
460
1215
|
|
|
461
1216
|
|
|
462
1217
|
### Dependencies
|
|
@@ -468,7 +1223,7 @@
|
|
|
468
1223
|
* devDependencies
|
|
469
1224
|
* @twin.org/api-processors bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
470
1225
|
|
|
471
|
-
## [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)
|
|
472
1227
|
|
|
473
1228
|
|
|
474
1229
|
### Miscellaneous Chores
|
|
@@ -485,12 +1240,12 @@
|
|
|
485
1240
|
* devDependencies
|
|
486
1241
|
* @twin.org/api-processors bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
487
1242
|
|
|
488
|
-
## [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)
|
|
489
1244
|
|
|
490
1245
|
|
|
491
1246
|
### Features
|
|
492
1247
|
|
|
493
|
-
* 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))
|
|
494
1249
|
|
|
495
1250
|
|
|
496
1251
|
### Dependencies
|
|
@@ -502,7 +1257,7 @@
|
|
|
502
1257
|
* devDependencies
|
|
503
1258
|
* @twin.org/api-processors bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
504
1259
|
|
|
505
|
-
## [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)
|
|
506
1261
|
|
|
507
1262
|
|
|
508
1263
|
### Miscellaneous Chores
|