@twin.org/api-service 0.0.3-next.5 → 0.0.3-next.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/es/healthRoutes.js +107 -0
- package/dist/es/healthRoutes.js.map +1 -0
- package/dist/es/healthService.js +155 -0
- package/dist/es/healthService.js.map +1 -0
- package/dist/es/index.js +7 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/informationRoutes.js +92 -62
- package/dist/es/informationRoutes.js.map +1 -1
- package/dist/es/informationService.js +13 -59
- package/dist/es/informationService.js.map +1 -1
- package/dist/es/models/IHealthServiceConfig.js +4 -0
- package/dist/es/models/IHealthServiceConfig.js.map +1 -0
- package/dist/es/models/IHealthServiceConstructorOptions.js +2 -0
- package/dist/es/models/IHealthServiceConstructorOptions.js.map +1 -0
- package/dist/es/models/IPlatformServiceConfig.js +4 -0
- package/dist/es/models/IPlatformServiceConfig.js.map +1 -0
- package/dist/es/models/IPlatformServiceConstructorOptions.js +2 -0
- package/dist/es/models/IPlatformServiceConstructorOptions.js.map +1 -0
- package/dist/es/platformService.js +112 -0
- package/dist/es/platformService.js.map +1 -0
- package/dist/es/restEntryPoints.js +10 -0
- package/dist/es/restEntryPoints.js.map +1 -1
- package/dist/types/healthRoutes.d.ts +20 -0
- package/dist/types/healthService.d.ts +42 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/informationRoutes.d.ts +11 -3
- package/dist/types/informationService.d.ts +12 -17
- package/dist/types/models/IHealthServiceConfig.d.ts +16 -0
- package/dist/types/models/IHealthServiceConstructorOptions.d.ts +10 -0
- package/dist/types/models/IPlatformServiceConfig.d.ts +10 -0
- package/dist/types/models/IPlatformServiceConstructorOptions.d.ts +15 -0
- package/dist/types/platformService.d.ts +39 -0
- package/dist/types/restEntryPoints.d.ts +3 -0
- package/docs/changelog.md +701 -56
- package/docs/examples.md +74 -1
- package/docs/reference/classes/HealthService.md +123 -0
- package/docs/reference/classes/InformationService.md +20 -66
- package/docs/reference/classes/PlatformService.md +123 -0
- package/docs/reference/functions/generateRestRoutesHealth.md +25 -0
- package/docs/reference/functions/serverLivez.md +31 -0
- package/docs/reference/functions/serverReadyz.md +31 -0
- package/docs/reference/index.md +11 -1
- package/docs/reference/interfaces/IHealthServiceConfig.md +32 -0
- package/docs/reference/interfaces/IHealthServiceConstructorOptions.md +11 -0
- package/docs/reference/interfaces/IInformationServiceConfig.md +5 -5
- package/docs/reference/interfaces/IInformationServiceConstructorOptions.md +1 -1
- package/docs/reference/interfaces/IPlatformServiceConfig.md +17 -0
- package/docs/reference/interfaces/IPlatformServiceConstructorOptions.md +25 -0
- package/docs/reference/variables/restEntryPoints.md +2 -0
- package/docs/reference/variables/tagsHealth.md +5 -0
- package/locales/en.json +7 -1
- package/package.json +10 -5
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,651 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.49...api-service-v0.0.3-next.50) (2026-06-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* ensure publicOrigin is unique ([1aaf7f5](https://github.com/iotaledger/twin-api/commit/1aaf7f518d1e090e25f38ed335f8d1efa3c69197))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/api-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.48...api-service-v0.0.3-next.49) (2026-06-19)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add getLocalOriginContext ([bd3162f](https://github.com/iotaledger/twin-api/commit/bd3162f5b06e22bfb09a95bb9aca40471efe6a64))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @twin.org/api-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.47...api-service-v0.0.3-next.48) (2026-06-19)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* add platform isLocalOrigin ([#173](https://github.com/iotaledger/twin-api/issues/173)) ([5e024d5](https://github.com/iotaledger/twin-api/commit/5e024d55c0201a5109ad9c688c0e755fe50cb554))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Dependencies
|
|
40
|
+
|
|
41
|
+
* The following workspace dependencies were updated
|
|
42
|
+
* dependencies
|
|
43
|
+
* @twin.org/api-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
44
|
+
|
|
45
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.46...api-service-v0.0.3-next.47) (2026-06-18)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* remove hosting component ([#170](https://github.com/iotaledger/twin-api/issues/170)) ([e78c1e8](https://github.com/iotaledger/twin-api/commit/e78c1e87d2747bf58da02b6b77680708ff681122))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
* The following workspace dependencies were updated
|
|
56
|
+
* dependencies
|
|
57
|
+
* @twin.org/api-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
58
|
+
|
|
59
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.45...api-service-v0.0.3-next.46) (2026-06-17)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Miscellaneous Chores
|
|
63
|
+
|
|
64
|
+
* **api-service:** Synchronize repo versions
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Dependencies
|
|
68
|
+
|
|
69
|
+
* The following workspace dependencies were updated
|
|
70
|
+
* dependencies
|
|
71
|
+
* @twin.org/api-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
72
|
+
|
|
73
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.44...api-service-v0.0.3-next.45) (2026-06-15)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* throw AlreadyExistsError on duplicate tenant id in create() ([#164](https://github.com/iotaledger/twin-api/issues/164)) ([b69f408](https://github.com/iotaledger/twin-api/commit/b69f408fc06a0599723b048fa4a5053305a06b78))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Dependencies
|
|
82
|
+
|
|
83
|
+
* The following workspace dependencies were updated
|
|
84
|
+
* dependencies
|
|
85
|
+
* @twin.org/api-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
86
|
+
|
|
87
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.43...api-service-v0.0.3-next.44) (2026-06-11)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* organization identifiers ([#158](https://github.com/iotaledger/twin-api/issues/158)) ([ce13244](https://github.com/iotaledger/twin-api/commit/ce13244aaacbf82d9e5f87d905e283b36ad63bbf))
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Dependencies
|
|
96
|
+
|
|
97
|
+
* The following workspace dependencies were updated
|
|
98
|
+
* dependencies
|
|
99
|
+
* @twin.org/api-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
100
|
+
|
|
101
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.42...api-service-v0.0.3-next.43) (2026-06-10)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Miscellaneous Chores
|
|
105
|
+
|
|
106
|
+
* **api-service:** Synchronize repo versions
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Dependencies
|
|
110
|
+
|
|
111
|
+
* The following workspace dependencies were updated
|
|
112
|
+
* dependencies
|
|
113
|
+
* @twin.org/api-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
114
|
+
|
|
115
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.41...api-service-v0.0.3-next.42) (2026-06-08)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Miscellaneous Chores
|
|
119
|
+
|
|
120
|
+
* **api-service:** Synchronize repo versions
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Dependencies
|
|
124
|
+
|
|
125
|
+
* The following workspace dependencies were updated
|
|
126
|
+
* dependencies
|
|
127
|
+
* @twin.org/api-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
128
|
+
|
|
129
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.40...api-service-v0.0.3-next.41) (2026-06-05)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Features
|
|
133
|
+
|
|
134
|
+
* matches local origin ([#148](https://github.com/iotaledger/twin-api/issues/148)) ([7f6d30c](https://github.com/iotaledger/twin-api/commit/7f6d30c4dd1fe699f6171c41251bb56b803934e5))
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Dependencies
|
|
138
|
+
|
|
139
|
+
* The following workspace dependencies were updated
|
|
140
|
+
* dependencies
|
|
141
|
+
* @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
142
|
+
|
|
143
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.39...api-service-v0.0.3-next.40) (2026-06-04)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Features
|
|
147
|
+
|
|
148
|
+
* add tenant component ([#145](https://github.com/iotaledger/twin-api/issues/145)) ([a440c53](https://github.com/iotaledger/twin-api/commit/a440c53f36618946daee7372fe664f8ace341a08))
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Dependencies
|
|
152
|
+
|
|
153
|
+
* The following workspace dependencies were updated
|
|
154
|
+
* dependencies
|
|
155
|
+
* @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
156
|
+
|
|
157
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.38...api-service-v0.0.3-next.39) (2026-06-02)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Features
|
|
161
|
+
|
|
162
|
+
* tenant id in jwt ([#140](https://github.com/iotaledger/twin-api/issues/140)) ([8d37a7b](https://github.com/iotaledger/twin-api/commit/8d37a7b98b45fde53df1e909cffc0869aa758655))
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Dependencies
|
|
166
|
+
|
|
167
|
+
* The following workspace dependencies were updated
|
|
168
|
+
* dependencies
|
|
169
|
+
* @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
170
|
+
|
|
171
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.37...api-service-v0.0.3-next.38) (2026-05-28)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Miscellaneous Chores
|
|
175
|
+
|
|
176
|
+
* **api-service:** Synchronize repo versions
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Dependencies
|
|
180
|
+
|
|
181
|
+
* The following workspace dependencies were updated
|
|
182
|
+
* dependencies
|
|
183
|
+
* @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
184
|
+
|
|
185
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.36...api-service-v0.0.3-next.37) (2026-05-22)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Features
|
|
189
|
+
|
|
190
|
+
* add initial interval config for health service ([daf0412](https://github.com/iotaledger/twin-api/commit/daf0412cb24d856bd80f2a6eda02f7294677baae))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Dependencies
|
|
194
|
+
|
|
195
|
+
* The following workspace dependencies were updated
|
|
196
|
+
* dependencies
|
|
197
|
+
* @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
198
|
+
|
|
199
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.35...api-service-v0.0.3-next.36) (2026-05-22)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Miscellaneous Chores
|
|
203
|
+
|
|
204
|
+
* **api-service:** Synchronize repo versions
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Dependencies
|
|
208
|
+
|
|
209
|
+
* The following workspace dependencies were updated
|
|
210
|
+
* dependencies
|
|
211
|
+
* @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
212
|
+
|
|
213
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.34...api-service-v0.0.3-next.35) (2026-05-21)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Miscellaneous Chores
|
|
217
|
+
|
|
218
|
+
* **api-service:** Synchronize repo versions
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Dependencies
|
|
222
|
+
|
|
223
|
+
* The following workspace dependencies were updated
|
|
224
|
+
* dependencies
|
|
225
|
+
* @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
226
|
+
|
|
227
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.33...api-service-v0.0.3-next.34) (2026-05-19)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Features
|
|
231
|
+
|
|
232
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### Dependencies
|
|
236
|
+
|
|
237
|
+
* The following workspace dependencies were updated
|
|
238
|
+
* dependencies
|
|
239
|
+
* @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
240
|
+
|
|
241
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.32...api-service-v0.0.3-next.33) (2026-05-11)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Features
|
|
245
|
+
|
|
246
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Bug Fixes
|
|
250
|
+
|
|
251
|
+
* docs ([4d7e1d2](https://github.com/iotaledger/twin-api/commit/4d7e1d265a2b2225ea02409a31989727a0534265))
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Dependencies
|
|
255
|
+
|
|
256
|
+
* The following workspace dependencies were updated
|
|
257
|
+
* dependencies
|
|
258
|
+
* @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
259
|
+
|
|
260
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.31...api-service-v0.0.3-next.32) (2026-05-07)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### Features
|
|
264
|
+
|
|
265
|
+
* avoid overlapping health checks ([35150b8](https://github.com/iotaledger/twin-api/commit/35150b81861cd2911641d0c36cd7dc3dfa5fcb68))
|
|
266
|
+
* update health service interval defaults ([2c66ae1](https://github.com/iotaledger/twin-api/commit/2c66ae1320acb0c80a0d7cba4e11a00358707dbb))
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Dependencies
|
|
270
|
+
|
|
271
|
+
* The following workspace dependencies were updated
|
|
272
|
+
* dependencies
|
|
273
|
+
* @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
274
|
+
|
|
275
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.30...api-service-v0.0.3-next.31) (2026-05-06)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Features
|
|
279
|
+
|
|
280
|
+
* update health format ([cfbfbbb](https://github.com/iotaledger/twin-api/commit/cfbfbbb2e9afbd2574ffd2446ad51e4217437951))
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Dependencies
|
|
284
|
+
|
|
285
|
+
* The following workspace dependencies were updated
|
|
286
|
+
* dependencies
|
|
287
|
+
* @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
288
|
+
|
|
289
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.29...api-service-v0.0.3-next.30) (2026-05-05)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Features
|
|
293
|
+
|
|
294
|
+
* separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Dependencies
|
|
298
|
+
|
|
299
|
+
* The following workspace dependencies were updated
|
|
300
|
+
* dependencies
|
|
301
|
+
* @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
302
|
+
|
|
303
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.28...api-service-v0.0.3-next.29) (2026-05-01)
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### Features
|
|
307
|
+
|
|
308
|
+
* hosting service ([#109](https://github.com/iotaledger/twin-api/issues/109)) ([985bf1f](https://github.com/iotaledger/twin-api/commit/985bf1f5c07b09ecb800df7120bc2422ac7a6d25))
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Dependencies
|
|
312
|
+
|
|
313
|
+
* The following workspace dependencies were updated
|
|
314
|
+
* dependencies
|
|
315
|
+
* @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
316
|
+
|
|
317
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.27...api-service-v0.0.3-next.28) (2026-04-30)
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
### Miscellaneous Chores
|
|
321
|
+
|
|
322
|
+
* **api-service:** Synchronize repo versions
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
### Dependencies
|
|
326
|
+
|
|
327
|
+
* The following workspace dependencies were updated
|
|
328
|
+
* dependencies
|
|
329
|
+
* @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
330
|
+
|
|
331
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.26...api-service-v0.0.3-next.27) (2026-04-23)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Miscellaneous Chores
|
|
335
|
+
|
|
336
|
+
* **api-service:** Synchronize repo versions
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Dependencies
|
|
340
|
+
|
|
341
|
+
* The following workspace dependencies were updated
|
|
342
|
+
* dependencies
|
|
343
|
+
* @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
344
|
+
|
|
345
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.25...api-service-v0.0.3-next.26) (2026-04-22)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Miscellaneous Chores
|
|
349
|
+
|
|
350
|
+
* **api-service:** Synchronize repo versions
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
### Dependencies
|
|
354
|
+
|
|
355
|
+
* The following workspace dependencies were updated
|
|
356
|
+
* dependencies
|
|
357
|
+
* @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
358
|
+
|
|
359
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.24...api-service-v0.0.3-next.25) (2026-04-14)
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
### Miscellaneous Chores
|
|
363
|
+
|
|
364
|
+
* **api-service:** Synchronize repo versions
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Dependencies
|
|
368
|
+
|
|
369
|
+
* The following workspace dependencies were updated
|
|
370
|
+
* dependencies
|
|
371
|
+
* @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
372
|
+
|
|
373
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.23...api-service-v0.0.3-next.24) (2026-04-14)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Miscellaneous Chores
|
|
377
|
+
|
|
378
|
+
* **api-service:** Synchronize repo versions
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Dependencies
|
|
382
|
+
|
|
383
|
+
* The following workspace dependencies were updated
|
|
384
|
+
* dependencies
|
|
385
|
+
* @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
386
|
+
|
|
387
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.22...api-service-v0.0.3-next.23) (2026-04-14)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Miscellaneous Chores
|
|
391
|
+
|
|
392
|
+
* **api-service:** Synchronize repo versions
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Dependencies
|
|
396
|
+
|
|
397
|
+
* The following workspace dependencies were updated
|
|
398
|
+
* dependencies
|
|
399
|
+
* @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
400
|
+
|
|
401
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.21...api-service-v0.0.3-next.22) (2026-03-27)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Miscellaneous Chores
|
|
405
|
+
|
|
406
|
+
* **api-service:** Synchronize repo versions
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Dependencies
|
|
410
|
+
|
|
411
|
+
* The following workspace dependencies were updated
|
|
412
|
+
* dependencies
|
|
413
|
+
* @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
414
|
+
|
|
415
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.20...api-service-v0.0.3-next.21) (2026-03-11)
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
### Miscellaneous Chores
|
|
419
|
+
|
|
420
|
+
* **api-service:** Synchronize repo versions
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### Dependencies
|
|
424
|
+
|
|
425
|
+
* The following workspace dependencies were updated
|
|
426
|
+
* dependencies
|
|
427
|
+
* @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
428
|
+
|
|
429
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.19...api-service-v0.0.3-next.20) (2026-02-09)
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
### Miscellaneous Chores
|
|
433
|
+
|
|
434
|
+
* **api-service:** Synchronize repo versions
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Dependencies
|
|
438
|
+
|
|
439
|
+
* The following workspace dependencies were updated
|
|
440
|
+
* dependencies
|
|
441
|
+
* @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
442
|
+
|
|
443
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.18...api-service-v0.0.3-next.19) (2026-02-06)
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
### Miscellaneous Chores
|
|
447
|
+
|
|
448
|
+
* **api-service:** Synchronize repo versions
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
### Dependencies
|
|
452
|
+
|
|
453
|
+
* The following workspace dependencies were updated
|
|
454
|
+
* dependencies
|
|
455
|
+
* @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
456
|
+
|
|
457
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.17...api-service-v0.0.3-next.18) (2026-02-04)
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
### Miscellaneous Chores
|
|
461
|
+
|
|
462
|
+
* **api-service:** Synchronize repo versions
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Dependencies
|
|
466
|
+
|
|
467
|
+
* The following workspace dependencies were updated
|
|
468
|
+
* dependencies
|
|
469
|
+
* @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
470
|
+
|
|
471
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.16...api-service-v0.0.3-next.17) (2026-01-26)
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Features
|
|
475
|
+
|
|
476
|
+
* update public origin building ([6c8e042](https://github.com/iotaledger/twin-api/commit/6c8e0422d9ddbed42a843e1c23498c99977b2fc7))
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Dependencies
|
|
480
|
+
|
|
481
|
+
* The following workspace dependencies were updated
|
|
482
|
+
* dependencies
|
|
483
|
+
* @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
484
|
+
|
|
485
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.15...api-service-v0.0.3-next.16) (2026-01-26)
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
### Features
|
|
489
|
+
|
|
490
|
+
* public base url ([#70](https://github.com/iotaledger/twin-api/issues/70)) ([5b958cd](https://github.com/iotaledger/twin-api/commit/5b958cd91e8a38cdae2835ff5f2356c7e48d37c3))
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
### Dependencies
|
|
494
|
+
|
|
495
|
+
* The following workspace dependencies were updated
|
|
496
|
+
* dependencies
|
|
497
|
+
* @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
498
|
+
|
|
499
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.14...api-service-v0.0.3-next.15) (2026-01-22)
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
### Miscellaneous Chores
|
|
503
|
+
|
|
504
|
+
* **api-service:** Synchronize repo versions
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### Dependencies
|
|
508
|
+
|
|
509
|
+
* The following workspace dependencies were updated
|
|
510
|
+
* dependencies
|
|
511
|
+
* @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
512
|
+
|
|
513
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.13...api-service-v0.0.3-next.14) (2026-01-20)
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
### Miscellaneous Chores
|
|
517
|
+
|
|
518
|
+
* **api-service:** Synchronize repo versions
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### Dependencies
|
|
522
|
+
|
|
523
|
+
* The following workspace dependencies were updated
|
|
524
|
+
* dependencies
|
|
525
|
+
* @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
526
|
+
|
|
527
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.12...api-service-v0.0.3-next.13) (2026-01-19)
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
### Miscellaneous Chores
|
|
531
|
+
|
|
532
|
+
* **api-service:** Synchronize repo versions
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
### Dependencies
|
|
536
|
+
|
|
537
|
+
* The following workspace dependencies were updated
|
|
538
|
+
* dependencies
|
|
539
|
+
* @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
540
|
+
|
|
541
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.11...api-service-v0.0.3-next.12) (2026-01-12)
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Miscellaneous Chores
|
|
545
|
+
|
|
546
|
+
* **api-service:** Synchronize repo versions
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### Dependencies
|
|
550
|
+
|
|
551
|
+
* The following workspace dependencies were updated
|
|
552
|
+
* dependencies
|
|
553
|
+
* @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
554
|
+
|
|
555
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.10...api-service-v0.0.3-next.11) (2026-01-08)
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
### Miscellaneous Chores
|
|
559
|
+
|
|
560
|
+
* **api-service:** Synchronize repo versions
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Dependencies
|
|
564
|
+
|
|
565
|
+
* The following workspace dependencies were updated
|
|
566
|
+
* dependencies
|
|
567
|
+
* @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
568
|
+
|
|
569
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.9...api-service-v0.0.3-next.10) (2026-01-05)
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
### Miscellaneous Chores
|
|
573
|
+
|
|
574
|
+
* **api-service:** Synchronize repo versions
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
### Dependencies
|
|
578
|
+
|
|
579
|
+
* The following workspace dependencies were updated
|
|
580
|
+
* dependencies
|
|
581
|
+
* @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
582
|
+
|
|
583
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.8...api-service-v0.0.3-next.9) (2026-01-05)
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
### Features
|
|
587
|
+
|
|
588
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
589
|
+
* add livez endpoint ([#57](https://github.com/iotaledger/twin-api/issues/57)) ([ef007db](https://github.com/iotaledger/twin-api/commit/ef007db8201736dd3053211f849ffd03baaa485e))
|
|
590
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
591
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
592
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
593
|
+
* remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
|
|
594
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
595
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
596
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
597
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
### Dependencies
|
|
601
|
+
|
|
602
|
+
* The following workspace dependencies were updated
|
|
603
|
+
* dependencies
|
|
604
|
+
* @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
605
|
+
|
|
606
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.7...api-service-v0.0.3-next.8) (2025-12-17)
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
### Miscellaneous Chores
|
|
610
|
+
|
|
611
|
+
* **api-service:** Synchronize repo versions
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
### Dependencies
|
|
615
|
+
|
|
616
|
+
* The following workspace dependencies were updated
|
|
617
|
+
* dependencies
|
|
618
|
+
* @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
619
|
+
|
|
620
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.6...api-service-v0.0.3-next.7) (2025-11-26)
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
### Miscellaneous Chores
|
|
624
|
+
|
|
625
|
+
* **api-service:** Synchronize repo versions
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
### Dependencies
|
|
629
|
+
|
|
630
|
+
* The following workspace dependencies were updated
|
|
631
|
+
* dependencies
|
|
632
|
+
* @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
633
|
+
|
|
634
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.5...api-service-v0.0.3-next.6) (2025-11-20)
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
### Miscellaneous Chores
|
|
638
|
+
|
|
639
|
+
* **api-service:** Synchronize repo versions
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
### Dependencies
|
|
643
|
+
|
|
644
|
+
* The following workspace dependencies were updated
|
|
645
|
+
* dependencies
|
|
646
|
+
* @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
647
|
+
|
|
648
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.4...api-service-v0.0.3-next.5) (2025-11-14)
|
|
4
649
|
|
|
5
650
|
|
|
6
651
|
### Miscellaneous Chores
|
|
@@ -14,20 +659,20 @@
|
|
|
14
659
|
* dependencies
|
|
15
660
|
* @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
16
661
|
|
|
17
|
-
## [0.0.3-next.4](https://github.com/
|
|
662
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.3...api-service-v0.0.3-next.4) (2025-11-14)
|
|
18
663
|
|
|
19
664
|
|
|
20
665
|
### Features
|
|
21
666
|
|
|
22
|
-
* add context id features ([#42](https://github.com/
|
|
23
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
24
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
25
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
26
|
-
* remove unused namespace ([08478f2](https://github.com/
|
|
27
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
28
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
29
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
30
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
667
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
668
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
669
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
670
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
671
|
+
* remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
|
|
672
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
673
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
674
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
675
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
31
676
|
|
|
32
677
|
|
|
33
678
|
### Dependencies
|
|
@@ -36,7 +681,7 @@
|
|
|
36
681
|
* dependencies
|
|
37
682
|
* @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
38
683
|
|
|
39
|
-
## [0.0.3-next.3](https://github.com/
|
|
684
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.2...api-service-v0.0.3-next.3) (2025-11-14)
|
|
40
685
|
|
|
41
686
|
|
|
42
687
|
### Miscellaneous Chores
|
|
@@ -50,7 +695,7 @@
|
|
|
50
695
|
* dependencies
|
|
51
696
|
* @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
52
697
|
|
|
53
|
-
## [0.0.3-next.2](https://github.com/
|
|
698
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.1...api-service-v0.0.3-next.2) (2025-11-12)
|
|
54
699
|
|
|
55
700
|
|
|
56
701
|
### Miscellaneous Chores
|
|
@@ -64,20 +709,20 @@
|
|
|
64
709
|
* dependencies
|
|
65
710
|
* @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
66
711
|
|
|
67
|
-
## [0.0.3-next.1](https://github.com/
|
|
712
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.0...api-service-v0.0.3-next.1) (2025-11-10)
|
|
68
713
|
|
|
69
714
|
|
|
70
715
|
### Features
|
|
71
716
|
|
|
72
|
-
* add context id features ([#42](https://github.com/
|
|
73
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
74
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
75
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
76
|
-
* remove unused namespace ([08478f2](https://github.com/
|
|
77
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
78
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
79
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
80
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
717
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
718
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
719
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
720
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
721
|
+
* remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
|
|
722
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
723
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
724
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
725
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
81
726
|
|
|
82
727
|
|
|
83
728
|
### Dependencies
|
|
@@ -86,7 +731,7 @@
|
|
|
86
731
|
* dependencies
|
|
87
732
|
* @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
88
733
|
|
|
89
|
-
## [0.0.2-next.13](https://github.com/
|
|
734
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.12...api-service-v0.0.2-next.13) (2025-10-09)
|
|
90
735
|
|
|
91
736
|
|
|
92
737
|
### Miscellaneous Chores
|
|
@@ -100,12 +745,12 @@
|
|
|
100
745
|
* dependencies
|
|
101
746
|
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
102
747
|
|
|
103
|
-
## [0.0.2-next.12](https://github.com/
|
|
748
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.11...api-service-v0.0.2-next.12) (2025-10-09)
|
|
104
749
|
|
|
105
750
|
|
|
106
751
|
### Features
|
|
107
752
|
|
|
108
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
753
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
109
754
|
|
|
110
755
|
|
|
111
756
|
### Dependencies
|
|
@@ -114,12 +759,12 @@
|
|
|
114
759
|
* dependencies
|
|
115
760
|
* @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
116
761
|
|
|
117
|
-
## [0.0.2-next.11](https://github.com/
|
|
762
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.10...api-service-v0.0.2-next.11) (2025-09-29)
|
|
118
763
|
|
|
119
764
|
|
|
120
765
|
### Features
|
|
121
766
|
|
|
122
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
767
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
123
768
|
|
|
124
769
|
|
|
125
770
|
### Dependencies
|
|
@@ -128,7 +773,7 @@
|
|
|
128
773
|
* dependencies
|
|
129
774
|
* @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
130
775
|
|
|
131
|
-
## [0.0.2-next.10](https://github.com/
|
|
776
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.9...api-service-v0.0.2-next.10) (2025-09-23)
|
|
132
777
|
|
|
133
778
|
|
|
134
779
|
### Miscellaneous Chores
|
|
@@ -142,12 +787,12 @@
|
|
|
142
787
|
* dependencies
|
|
143
788
|
* @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
144
789
|
|
|
145
|
-
## [0.0.2-next.9](https://github.com/
|
|
790
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.8...api-service-v0.0.2-next.9) (2025-08-29)
|
|
146
791
|
|
|
147
792
|
|
|
148
793
|
### Features
|
|
149
794
|
|
|
150
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
795
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
151
796
|
|
|
152
797
|
|
|
153
798
|
### Dependencies
|
|
@@ -156,12 +801,12 @@
|
|
|
156
801
|
* dependencies
|
|
157
802
|
* @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
158
803
|
|
|
159
|
-
## [0.0.2-next.8](https://github.com/
|
|
804
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.7...api-service-v0.0.2-next.8) (2025-08-21)
|
|
160
805
|
|
|
161
806
|
|
|
162
807
|
### Features
|
|
163
808
|
|
|
164
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
809
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
165
810
|
|
|
166
811
|
|
|
167
812
|
### Dependencies
|
|
@@ -170,7 +815,7 @@
|
|
|
170
815
|
* dependencies
|
|
171
816
|
* @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
172
817
|
|
|
173
|
-
## [0.0.2-next.7](https://github.com/
|
|
818
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.6...api-service-v0.0.2-next.7) (2025-08-20)
|
|
174
819
|
|
|
175
820
|
|
|
176
821
|
### Miscellaneous Chores
|
|
@@ -184,12 +829,12 @@
|
|
|
184
829
|
* dependencies
|
|
185
830
|
* @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
186
831
|
|
|
187
|
-
## [0.0.2-next.6](https://github.com/
|
|
832
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.5...api-service-v0.0.2-next.6) (2025-08-19)
|
|
188
833
|
|
|
189
834
|
|
|
190
835
|
### Features
|
|
191
836
|
|
|
192
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
837
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
193
838
|
|
|
194
839
|
|
|
195
840
|
### Dependencies
|
|
@@ -198,14 +843,14 @@
|
|
|
198
843
|
* dependencies
|
|
199
844
|
* @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
200
845
|
|
|
201
|
-
## [0.0.2-next.5](https://github.com/
|
|
846
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.4...api-service-v0.0.2-next.5) (2025-07-25)
|
|
202
847
|
|
|
203
848
|
|
|
204
849
|
### Features
|
|
205
850
|
|
|
206
|
-
* remove unused namespace ([08478f2](https://github.com/
|
|
207
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
208
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
851
|
+
* remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
|
|
852
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
853
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
209
854
|
|
|
210
855
|
|
|
211
856
|
### Dependencies
|
|
@@ -214,7 +859,7 @@
|
|
|
214
859
|
* dependencies
|
|
215
860
|
* @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
216
861
|
|
|
217
|
-
## [0.0.2-next.4](https://github.com/
|
|
862
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.3...api-service-v0.0.2-next.4) (2025-07-25)
|
|
218
863
|
|
|
219
864
|
|
|
220
865
|
### Miscellaneous Chores
|
|
@@ -228,12 +873,12 @@
|
|
|
228
873
|
* dependencies
|
|
229
874
|
* @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
230
875
|
|
|
231
|
-
## [0.0.2-next.3](https://github.com/
|
|
876
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.2...api-service-v0.0.2-next.3) (2025-07-24)
|
|
232
877
|
|
|
233
878
|
|
|
234
879
|
### Features
|
|
235
880
|
|
|
236
|
-
* remove unused namespace ([08478f2](https://github.com/
|
|
881
|
+
* remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
|
|
237
882
|
|
|
238
883
|
|
|
239
884
|
### Dependencies
|
|
@@ -242,7 +887,7 @@
|
|
|
242
887
|
* dependencies
|
|
243
888
|
* @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
244
889
|
|
|
245
|
-
## [0.0.2-next.2](https://github.com/
|
|
890
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.1...api-service-v0.0.2-next.2) (2025-07-17)
|
|
246
891
|
|
|
247
892
|
|
|
248
893
|
### Miscellaneous Chores
|
|
@@ -256,13 +901,13 @@
|
|
|
256
901
|
* dependencies
|
|
257
902
|
* @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
258
903
|
|
|
259
|
-
## [0.0.2-next.1](https://github.com/
|
|
904
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.0...api-service-v0.0.2-next.1) (2025-07-08)
|
|
260
905
|
|
|
261
906
|
|
|
262
907
|
### Features
|
|
263
908
|
|
|
264
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
265
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
909
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
910
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
266
911
|
|
|
267
912
|
|
|
268
913
|
### Dependencies
|
|
@@ -276,7 +921,7 @@
|
|
|
276
921
|
|
|
277
922
|
### Features
|
|
278
923
|
|
|
279
|
-
* release to production ([70ee2d5](https://github.com/
|
|
924
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
280
925
|
|
|
281
926
|
|
|
282
927
|
### Dependencies
|
|
@@ -285,7 +930,7 @@
|
|
|
285
930
|
* dependencies
|
|
286
931
|
* @twin.org/api-models bumped from ^0.0.0 to ^0.0.1
|
|
287
932
|
|
|
288
|
-
## [0.0.1-next.36](https://github.com/
|
|
933
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.35...api-service-v0.0.1-next.36) (2025-06-17)
|
|
289
934
|
|
|
290
935
|
|
|
291
936
|
### Miscellaneous Chores
|
|
@@ -299,12 +944,12 @@
|
|
|
299
944
|
* dependencies
|
|
300
945
|
* @twin.org/api-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
301
946
|
|
|
302
|
-
## [0.0.1-next.35](https://github.com/
|
|
947
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.34...api-service-v0.0.1-next.35) (2025-06-11)
|
|
303
948
|
|
|
304
949
|
|
|
305
950
|
### Features
|
|
306
951
|
|
|
307
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
952
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
308
953
|
|
|
309
954
|
|
|
310
955
|
### Dependencies
|
|
@@ -313,7 +958,7 @@
|
|
|
313
958
|
* dependencies
|
|
314
959
|
* @twin.org/api-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
315
960
|
|
|
316
|
-
## [0.0.1-next.34](https://github.com/
|
|
961
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.33...api-service-v0.0.1-next.34) (2025-05-27)
|
|
317
962
|
|
|
318
963
|
|
|
319
964
|
### Miscellaneous Chores
|
|
@@ -327,12 +972,12 @@
|
|
|
327
972
|
* dependencies
|
|
328
973
|
* @twin.org/api-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
329
974
|
|
|
330
|
-
## [0.0.1-next.33](https://github.com/
|
|
975
|
+
## [0.0.1-next.33](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.32...api-service-v0.0.1-next.33) (2025-04-17)
|
|
331
976
|
|
|
332
977
|
|
|
333
978
|
### Features
|
|
334
979
|
|
|
335
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
980
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
336
981
|
|
|
337
982
|
|
|
338
983
|
### Dependencies
|
|
@@ -341,7 +986,7 @@
|
|
|
341
986
|
* dependencies
|
|
342
987
|
* @twin.org/api-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
343
988
|
|
|
344
|
-
## [0.0.1-next.32](https://github.com/
|
|
989
|
+
## [0.0.1-next.32](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.31...api-service-v0.0.1-next.32) (2025-03-28)
|
|
345
990
|
|
|
346
991
|
|
|
347
992
|
### Miscellaneous Chores
|