@twin.org/api-rest-client 0.0.3-next.9 → 0.9.0
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/healthRestClient.js +35 -0
- package/dist/es/healthRestClient.js.map +1 -0
- package/dist/es/index.js +1 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/informationRestClient.js +8 -31
- package/dist/es/informationRestClient.js.map +1 -1
- package/dist/types/healthRestClient.d.ts +30 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/informationRestClient.d.ts +11 -21
- package/docs/changelog.md +773 -70
- package/docs/examples.md +64 -1
- package/docs/reference/classes/HealthRestClient.md +145 -0
- package/docs/reference/classes/InformationRestClient.md +80 -78
- package/docs/reference/index.md +1 -0
- package/locales/en.json +1 -7
- package/package.json +9 -9
package/docs/changelog.md
CHANGED
|
@@ -1,25 +1,728 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.9.0...api-rest-client-v0.9.0) (2026-06-24)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
9
|
+
* release to production ([#195](https://github.com/iotaledger/twin-api/issues/195)) ([a3f5c1f](https://github.com/iotaledger/twin-api/commit/a3f5c1fc35a748762af7efa4f7f95776004d1309))
|
|
10
|
+
* release to production ([#197](https://github.com/iotaledger/twin-api/issues/197)) ([f04c156](https://github.com/iotaledger/twin-api/commit/f04c1567f801cde36c5ec8595f9b9369109d9e42))
|
|
11
|
+
* release to production ([#201](https://github.com/iotaledger/twin-api/issues/201)) ([e1c46fd](https://github.com/iotaledger/twin-api/commit/e1c46fd02c1f4d44d5393e2f49a24f1e4468f240))
|
|
12
|
+
|
|
13
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.9.0-next.0...api-rest-client-v0.9.0-next.1) (2026-06-23)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
19
|
+
* add livez endpoint ([#57](https://github.com/iotaledger/twin-api/issues/57)) ([ef007db](https://github.com/iotaledger/twin-api/commit/ef007db8201736dd3053211f849ffd03baaa485e))
|
|
20
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
21
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
22
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
23
|
+
* remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
|
|
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 IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
30
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* not supported error handling ([5cc1a50](https://github.com/iotaledger/twin-api/commit/5cc1a507243f37fda5855acb622b2a3f4d91080f))
|
|
36
|
+
* use correct format for log messaging ([1d28474](https://github.com/iotaledger/twin-api/commit/1d284744589aa7875327ccc053446f655f2a7f62))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Dependencies
|
|
40
|
+
|
|
41
|
+
* The following workspace dependencies were updated
|
|
42
|
+
* dependencies
|
|
43
|
+
* @twin.org/api-core bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
44
|
+
* @twin.org/api-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
45
|
+
|
|
46
|
+
## [0.0.3-next.53](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.52...api-rest-client-v0.0.3-next.53) (2026-06-23)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Miscellaneous Chores
|
|
50
|
+
|
|
51
|
+
* **api-rest-client:** Synchronize repo versions
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Dependencies
|
|
55
|
+
|
|
56
|
+
* The following workspace dependencies were updated
|
|
57
|
+
* dependencies
|
|
58
|
+
* @twin.org/api-core bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
59
|
+
* @twin.org/api-models bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
60
|
+
|
|
61
|
+
## [0.0.3-next.52](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.51...api-rest-client-v0.0.3-next.52) (2026-06-22)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Miscellaneous Chores
|
|
65
|
+
|
|
66
|
+
* **api-rest-client:** Synchronize repo versions
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Dependencies
|
|
70
|
+
|
|
71
|
+
* The following workspace dependencies were updated
|
|
72
|
+
* dependencies
|
|
73
|
+
* @twin.org/api-core bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
74
|
+
* @twin.org/api-models bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
75
|
+
|
|
76
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.50...api-rest-client-v0.0.3-next.51) (2026-06-20)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Miscellaneous Chores
|
|
80
|
+
|
|
81
|
+
* **api-rest-client:** Synchronize repo versions
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Dependencies
|
|
85
|
+
|
|
86
|
+
* The following workspace dependencies were updated
|
|
87
|
+
* dependencies
|
|
88
|
+
* @twin.org/api-core bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
89
|
+
* @twin.org/api-models bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
90
|
+
|
|
91
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.49...api-rest-client-v0.0.3-next.50) (2026-06-19)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### Miscellaneous Chores
|
|
95
|
+
|
|
96
|
+
* **api-rest-client:** Synchronize repo versions
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Dependencies
|
|
100
|
+
|
|
101
|
+
* The following workspace dependencies were updated
|
|
102
|
+
* dependencies
|
|
103
|
+
* @twin.org/api-core bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
104
|
+
* @twin.org/api-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
105
|
+
|
|
106
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.48...api-rest-client-v0.0.3-next.49) (2026-06-19)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Miscellaneous Chores
|
|
110
|
+
|
|
111
|
+
* **api-rest-client:** Synchronize repo versions
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Dependencies
|
|
115
|
+
|
|
116
|
+
* The following workspace dependencies were updated
|
|
117
|
+
* dependencies
|
|
118
|
+
* @twin.org/api-core bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
119
|
+
* @twin.org/api-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
120
|
+
|
|
121
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.47...api-rest-client-v0.0.3-next.48) (2026-06-19)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Miscellaneous Chores
|
|
125
|
+
|
|
126
|
+
* **api-rest-client:** Synchronize repo versions
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Dependencies
|
|
130
|
+
|
|
131
|
+
* The following workspace dependencies were updated
|
|
132
|
+
* dependencies
|
|
133
|
+
* @twin.org/api-core bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
134
|
+
* @twin.org/api-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
135
|
+
|
|
136
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.46...api-rest-client-v0.0.3-next.47) (2026-06-18)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Miscellaneous Chores
|
|
140
|
+
|
|
141
|
+
* **api-rest-client:** Synchronize repo versions
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Dependencies
|
|
145
|
+
|
|
146
|
+
* The following workspace dependencies were updated
|
|
147
|
+
* dependencies
|
|
148
|
+
* @twin.org/api-core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
149
|
+
* @twin.org/api-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
150
|
+
|
|
151
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.45...api-rest-client-v0.0.3-next.46) (2026-06-17)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
### Miscellaneous Chores
|
|
155
|
+
|
|
156
|
+
* **api-rest-client:** Synchronize repo versions
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Dependencies
|
|
160
|
+
|
|
161
|
+
* The following workspace dependencies were updated
|
|
162
|
+
* dependencies
|
|
163
|
+
* @twin.org/api-core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
164
|
+
* @twin.org/api-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
165
|
+
|
|
166
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.44...api-rest-client-v0.0.3-next.45) (2026-06-15)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Miscellaneous Chores
|
|
170
|
+
|
|
171
|
+
* **api-rest-client:** 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.44 to 0.0.3-next.45
|
|
179
|
+
* @twin.org/api-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
180
|
+
|
|
181
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.43...api-rest-client-v0.0.3-next.44) (2026-06-11)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Miscellaneous Chores
|
|
185
|
+
|
|
186
|
+
* **api-rest-client:** Synchronize repo versions
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Dependencies
|
|
190
|
+
|
|
191
|
+
* The following workspace dependencies were updated
|
|
192
|
+
* dependencies
|
|
193
|
+
* @twin.org/api-core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
194
|
+
* @twin.org/api-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
195
|
+
|
|
196
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.42...api-rest-client-v0.0.3-next.43) (2026-06-10)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Miscellaneous Chores
|
|
200
|
+
|
|
201
|
+
* **api-rest-client:** Synchronize repo versions
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Dependencies
|
|
205
|
+
|
|
206
|
+
* The following workspace dependencies were updated
|
|
207
|
+
* dependencies
|
|
208
|
+
* @twin.org/api-core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
209
|
+
* @twin.org/api-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
210
|
+
|
|
211
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.41...api-rest-client-v0.0.3-next.42) (2026-06-08)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Miscellaneous Chores
|
|
215
|
+
|
|
216
|
+
* **api-rest-client:** Synchronize repo versions
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Dependencies
|
|
220
|
+
|
|
221
|
+
* The following workspace dependencies were updated
|
|
222
|
+
* dependencies
|
|
223
|
+
* @twin.org/api-core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
224
|
+
* @twin.org/api-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
225
|
+
|
|
226
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.40...api-rest-client-v0.0.3-next.41) (2026-06-05)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
### Miscellaneous Chores
|
|
230
|
+
|
|
231
|
+
* **api-rest-client:** Synchronize repo versions
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Dependencies
|
|
235
|
+
|
|
236
|
+
* The following workspace dependencies were updated
|
|
237
|
+
* dependencies
|
|
238
|
+
* @twin.org/api-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
239
|
+
* @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
240
|
+
|
|
241
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.39...api-rest-client-v0.0.3-next.40) (2026-06-04)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Miscellaneous Chores
|
|
245
|
+
|
|
246
|
+
* **api-rest-client:** Synchronize repo versions
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Dependencies
|
|
250
|
+
|
|
251
|
+
* The following workspace dependencies were updated
|
|
252
|
+
* dependencies
|
|
253
|
+
* @twin.org/api-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
254
|
+
* @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
255
|
+
|
|
256
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.38...api-rest-client-v0.0.3-next.39) (2026-06-02)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Miscellaneous Chores
|
|
260
|
+
|
|
261
|
+
* **api-rest-client:** Synchronize repo versions
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Dependencies
|
|
265
|
+
|
|
266
|
+
* The following workspace dependencies were updated
|
|
267
|
+
* dependencies
|
|
268
|
+
* @twin.org/api-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
269
|
+
* @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
270
|
+
|
|
271
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.37...api-rest-client-v0.0.3-next.38) (2026-05-28)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Miscellaneous Chores
|
|
275
|
+
|
|
276
|
+
* **api-rest-client:** Synchronize repo versions
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### Dependencies
|
|
280
|
+
|
|
281
|
+
* The following workspace dependencies were updated
|
|
282
|
+
* dependencies
|
|
283
|
+
* @twin.org/api-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
284
|
+
* @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
285
|
+
|
|
286
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.36...api-rest-client-v0.0.3-next.37) (2026-05-22)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Miscellaneous Chores
|
|
290
|
+
|
|
291
|
+
* **api-rest-client:** Synchronize repo versions
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Dependencies
|
|
295
|
+
|
|
296
|
+
* The following workspace dependencies were updated
|
|
297
|
+
* dependencies
|
|
298
|
+
* @twin.org/api-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
299
|
+
* @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
300
|
+
|
|
301
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.35...api-rest-client-v0.0.3-next.36) (2026-05-22)
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
### Miscellaneous Chores
|
|
305
|
+
|
|
306
|
+
* **api-rest-client:** Synchronize repo versions
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Dependencies
|
|
310
|
+
|
|
311
|
+
* The following workspace dependencies were updated
|
|
312
|
+
* dependencies
|
|
313
|
+
* @twin.org/api-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
314
|
+
* @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
315
|
+
|
|
316
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.34...api-rest-client-v0.0.3-next.35) (2026-05-21)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Miscellaneous Chores
|
|
320
|
+
|
|
321
|
+
* **api-rest-client:** Synchronize repo versions
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Dependencies
|
|
325
|
+
|
|
326
|
+
* The following workspace dependencies were updated
|
|
327
|
+
* dependencies
|
|
328
|
+
* @twin.org/api-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
329
|
+
* @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
330
|
+
|
|
331
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.33...api-rest-client-v0.0.3-next.34) (2026-05-19)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Features
|
|
335
|
+
|
|
336
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Dependencies
|
|
340
|
+
|
|
341
|
+
* The following workspace dependencies were updated
|
|
342
|
+
* dependencies
|
|
343
|
+
* @twin.org/api-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
344
|
+
* @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
345
|
+
|
|
346
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.32...api-rest-client-v0.0.3-next.33) (2026-05-11)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### Features
|
|
350
|
+
|
|
351
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Dependencies
|
|
355
|
+
|
|
356
|
+
* The following workspace dependencies were updated
|
|
357
|
+
* dependencies
|
|
358
|
+
* @twin.org/api-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
359
|
+
* @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
360
|
+
|
|
361
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.31...api-rest-client-v0.0.3-next.32) (2026-05-07)
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
### Miscellaneous Chores
|
|
365
|
+
|
|
366
|
+
* **api-rest-client:** Synchronize repo versions
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Dependencies
|
|
370
|
+
|
|
371
|
+
* The following workspace dependencies were updated
|
|
372
|
+
* dependencies
|
|
373
|
+
* @twin.org/api-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
374
|
+
* @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
375
|
+
|
|
376
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.30...api-rest-client-v0.0.3-next.31) (2026-05-06)
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Miscellaneous Chores
|
|
380
|
+
|
|
381
|
+
* **api-rest-client:** Synchronize repo versions
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Dependencies
|
|
385
|
+
|
|
386
|
+
* The following workspace dependencies were updated
|
|
387
|
+
* dependencies
|
|
388
|
+
* @twin.org/api-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
389
|
+
* @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
390
|
+
|
|
391
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.29...api-rest-client-v0.0.3-next.30) (2026-05-05)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Features
|
|
395
|
+
|
|
396
|
+
* separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Dependencies
|
|
400
|
+
|
|
401
|
+
* The following workspace dependencies were updated
|
|
402
|
+
* dependencies
|
|
403
|
+
* @twin.org/api-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
404
|
+
* @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
405
|
+
|
|
406
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.28...api-rest-client-v0.0.3-next.29) (2026-05-01)
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Miscellaneous Chores
|
|
410
|
+
|
|
411
|
+
* **api-rest-client:** Synchronize repo versions
|
|
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.28 to 0.0.3-next.29
|
|
419
|
+
* @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
420
|
+
|
|
421
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.27...api-rest-client-v0.0.3-next.28) (2026-04-30)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Miscellaneous Chores
|
|
425
|
+
|
|
426
|
+
* **api-rest-client:** Synchronize repo versions
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Dependencies
|
|
430
|
+
|
|
431
|
+
* The following workspace dependencies were updated
|
|
432
|
+
* dependencies
|
|
433
|
+
* @twin.org/api-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
434
|
+
* @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
435
|
+
|
|
436
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.26...api-rest-client-v0.0.3-next.27) (2026-04-23)
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
### Miscellaneous Chores
|
|
440
|
+
|
|
441
|
+
* **api-rest-client:** Synchronize repo versions
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### Dependencies
|
|
445
|
+
|
|
446
|
+
* The following workspace dependencies were updated
|
|
447
|
+
* dependencies
|
|
448
|
+
* @twin.org/api-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
449
|
+
* @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
450
|
+
|
|
451
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.25...api-rest-client-v0.0.3-next.26) (2026-04-22)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Miscellaneous Chores
|
|
455
|
+
|
|
456
|
+
* **api-rest-client:** Synchronize repo versions
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Dependencies
|
|
460
|
+
|
|
461
|
+
* The following workspace dependencies were updated
|
|
462
|
+
* dependencies
|
|
463
|
+
* @twin.org/api-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
464
|
+
* @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
465
|
+
|
|
466
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.24...api-rest-client-v0.0.3-next.25) (2026-04-14)
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
### Miscellaneous Chores
|
|
470
|
+
|
|
471
|
+
* **api-rest-client:** Synchronize repo versions
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Dependencies
|
|
475
|
+
|
|
476
|
+
* The following workspace dependencies were updated
|
|
477
|
+
* dependencies
|
|
478
|
+
* @twin.org/api-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
479
|
+
* @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
480
|
+
|
|
481
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.23...api-rest-client-v0.0.3-next.24) (2026-04-14)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Miscellaneous Chores
|
|
485
|
+
|
|
486
|
+
* **api-rest-client:** Synchronize repo versions
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
### Dependencies
|
|
490
|
+
|
|
491
|
+
* The following workspace dependencies were updated
|
|
492
|
+
* dependencies
|
|
493
|
+
* @twin.org/api-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
494
|
+
* @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
495
|
+
|
|
496
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.22...api-rest-client-v0.0.3-next.23) (2026-04-14)
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Miscellaneous Chores
|
|
500
|
+
|
|
501
|
+
* **api-rest-client:** Synchronize repo versions
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
### Dependencies
|
|
505
|
+
|
|
506
|
+
* The following workspace dependencies were updated
|
|
507
|
+
* dependencies
|
|
508
|
+
* @twin.org/api-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
509
|
+
* @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
510
|
+
|
|
511
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.21...api-rest-client-v0.0.3-next.22) (2026-03-27)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Miscellaneous Chores
|
|
515
|
+
|
|
516
|
+
* **api-rest-client:** Synchronize repo versions
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
### Dependencies
|
|
520
|
+
|
|
521
|
+
* The following workspace dependencies were updated
|
|
522
|
+
* dependencies
|
|
523
|
+
* @twin.org/api-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
524
|
+
* @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
525
|
+
|
|
526
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.20...api-rest-client-v0.0.3-next.21) (2026-03-11)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
### Miscellaneous Chores
|
|
530
|
+
|
|
531
|
+
* **api-rest-client:** Synchronize repo versions
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Dependencies
|
|
535
|
+
|
|
536
|
+
* The following workspace dependencies were updated
|
|
537
|
+
* dependencies
|
|
538
|
+
* @twin.org/api-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
539
|
+
* @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
540
|
+
|
|
541
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.19...api-rest-client-v0.0.3-next.20) (2026-02-09)
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Miscellaneous Chores
|
|
545
|
+
|
|
546
|
+
* **api-rest-client:** Synchronize repo versions
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### Dependencies
|
|
550
|
+
|
|
551
|
+
* The following workspace dependencies were updated
|
|
552
|
+
* dependencies
|
|
553
|
+
* @twin.org/api-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
554
|
+
* @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
555
|
+
|
|
556
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.18...api-rest-client-v0.0.3-next.19) (2026-02-06)
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
### Miscellaneous Chores
|
|
560
|
+
|
|
561
|
+
* **api-rest-client:** Synchronize repo versions
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Dependencies
|
|
565
|
+
|
|
566
|
+
* The following workspace dependencies were updated
|
|
567
|
+
* dependencies
|
|
568
|
+
* @twin.org/api-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
569
|
+
* @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
570
|
+
|
|
571
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.17...api-rest-client-v0.0.3-next.18) (2026-02-04)
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
### Miscellaneous Chores
|
|
575
|
+
|
|
576
|
+
* **api-rest-client:** Synchronize repo versions
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Dependencies
|
|
580
|
+
|
|
581
|
+
* The following workspace dependencies were updated
|
|
582
|
+
* dependencies
|
|
583
|
+
* @twin.org/api-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
584
|
+
* @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
585
|
+
|
|
586
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.16...api-rest-client-v0.0.3-next.17) (2026-01-26)
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Miscellaneous Chores
|
|
590
|
+
|
|
591
|
+
* **api-rest-client:** Synchronize repo versions
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
### Dependencies
|
|
595
|
+
|
|
596
|
+
* The following workspace dependencies were updated
|
|
597
|
+
* dependencies
|
|
598
|
+
* @twin.org/api-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
599
|
+
* @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
600
|
+
|
|
601
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.15...api-rest-client-v0.0.3-next.16) (2026-01-26)
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
### Miscellaneous Chores
|
|
605
|
+
|
|
606
|
+
* **api-rest-client:** Synchronize repo versions
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
### Dependencies
|
|
610
|
+
|
|
611
|
+
* The following workspace dependencies were updated
|
|
612
|
+
* dependencies
|
|
613
|
+
* @twin.org/api-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
614
|
+
* @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
615
|
+
|
|
616
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.14...api-rest-client-v0.0.3-next.15) (2026-01-22)
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
### Miscellaneous Chores
|
|
620
|
+
|
|
621
|
+
* **api-rest-client:** Synchronize repo versions
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
### Dependencies
|
|
625
|
+
|
|
626
|
+
* The following workspace dependencies were updated
|
|
627
|
+
* dependencies
|
|
628
|
+
* @twin.org/api-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
629
|
+
* @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
630
|
+
|
|
631
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.13...api-rest-client-v0.0.3-next.14) (2026-01-20)
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
### Miscellaneous Chores
|
|
635
|
+
|
|
636
|
+
* **api-rest-client:** Synchronize repo versions
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Dependencies
|
|
640
|
+
|
|
641
|
+
* The following workspace dependencies were updated
|
|
642
|
+
* dependencies
|
|
643
|
+
* @twin.org/api-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
644
|
+
* @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
645
|
+
|
|
646
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.12...api-rest-client-v0.0.3-next.13) (2026-01-19)
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### Features
|
|
650
|
+
|
|
651
|
+
* remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
|
|
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.12 to 0.0.3-next.13
|
|
659
|
+
* @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
660
|
+
|
|
661
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.11...api-rest-client-v0.0.3-next.12) (2026-01-12)
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
### Miscellaneous Chores
|
|
665
|
+
|
|
666
|
+
* **api-rest-client:** Synchronize repo versions
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
### Dependencies
|
|
670
|
+
|
|
671
|
+
* The following workspace dependencies were updated
|
|
672
|
+
* dependencies
|
|
673
|
+
* @twin.org/api-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
674
|
+
* @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
675
|
+
|
|
676
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.10...api-rest-client-v0.0.3-next.11) (2026-01-08)
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
### Miscellaneous Chores
|
|
680
|
+
|
|
681
|
+
* **api-rest-client:** Synchronize repo versions
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
### Dependencies
|
|
685
|
+
|
|
686
|
+
* The following workspace dependencies were updated
|
|
687
|
+
* dependencies
|
|
688
|
+
* @twin.org/api-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
689
|
+
* @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
690
|
+
|
|
691
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.9...api-rest-client-v0.0.3-next.10) (2026-01-05)
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
### Miscellaneous Chores
|
|
695
|
+
|
|
696
|
+
* **api-rest-client:** Synchronize repo versions
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
### Dependencies
|
|
700
|
+
|
|
701
|
+
* The following workspace dependencies were updated
|
|
702
|
+
* dependencies
|
|
703
|
+
* @twin.org/api-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
704
|
+
* @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
705
|
+
|
|
706
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.8...api-rest-client-v0.0.3-next.9) (2026-01-05)
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
### Features
|
|
710
|
+
|
|
711
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
712
|
+
* add livez endpoint ([#57](https://github.com/iotaledger/twin-api/issues/57)) ([ef007db](https://github.com/iotaledger/twin-api/commit/ef007db8201736dd3053211f849ffd03baaa485e))
|
|
713
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
714
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
715
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
716
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
717
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
718
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
719
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
17
720
|
|
|
18
721
|
|
|
19
722
|
### Bug Fixes
|
|
20
723
|
|
|
21
|
-
* not supported error handling ([5cc1a50](https://github.com/
|
|
22
|
-
* use correct format for log messaging ([1d28474](https://github.com/
|
|
724
|
+
* not supported error handling ([5cc1a50](https://github.com/iotaledger/twin-api/commit/5cc1a507243f37fda5855acb622b2a3f4d91080f))
|
|
725
|
+
* use correct format for log messaging ([1d28474](https://github.com/iotaledger/twin-api/commit/1d284744589aa7875327ccc053446f655f2a7f62))
|
|
23
726
|
|
|
24
727
|
|
|
25
728
|
### Dependencies
|
|
@@ -29,12 +732,12 @@
|
|
|
29
732
|
* @twin.org/api-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
30
733
|
* @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
31
734
|
|
|
32
|
-
## [0.0.3-next.8](https://github.com/
|
|
735
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.7...api-rest-client-v0.0.3-next.8) (2025-12-17)
|
|
33
736
|
|
|
34
737
|
|
|
35
738
|
### Bug Fixes
|
|
36
739
|
|
|
37
|
-
* not supported error handling ([5cc1a50](https://github.com/
|
|
740
|
+
* not supported error handling ([5cc1a50](https://github.com/iotaledger/twin-api/commit/5cc1a507243f37fda5855acb622b2a3f4d91080f))
|
|
38
741
|
|
|
39
742
|
|
|
40
743
|
### Dependencies
|
|
@@ -44,7 +747,7 @@
|
|
|
44
747
|
* @twin.org/api-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
45
748
|
* @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
46
749
|
|
|
47
|
-
## [0.0.3-next.7](https://github.com/
|
|
750
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.6...api-rest-client-v0.0.3-next.7) (2025-11-26)
|
|
48
751
|
|
|
49
752
|
|
|
50
753
|
### Miscellaneous Chores
|
|
@@ -59,7 +762,7 @@
|
|
|
59
762
|
* @twin.org/api-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
60
763
|
* @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
61
764
|
|
|
62
|
-
## [0.0.3-next.6](https://github.com/
|
|
765
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.5...api-rest-client-v0.0.3-next.6) (2025-11-20)
|
|
63
766
|
|
|
64
767
|
|
|
65
768
|
### Miscellaneous Chores
|
|
@@ -74,7 +777,7 @@
|
|
|
74
777
|
* @twin.org/api-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
75
778
|
* @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
76
779
|
|
|
77
|
-
## [0.0.3-next.5](https://github.com/
|
|
780
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.4...api-rest-client-v0.0.3-next.5) (2025-11-14)
|
|
78
781
|
|
|
79
782
|
|
|
80
783
|
### Miscellaneous Chores
|
|
@@ -89,24 +792,24 @@
|
|
|
89
792
|
* @twin.org/api-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
90
793
|
* @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
91
794
|
|
|
92
|
-
## [0.0.3-next.4](https://github.com/
|
|
795
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.3...api-rest-client-v0.0.3-next.4) (2025-11-14)
|
|
93
796
|
|
|
94
797
|
|
|
95
798
|
### Features
|
|
96
799
|
|
|
97
|
-
* add context id features ([#42](https://github.com/
|
|
98
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
99
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
100
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
101
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
102
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
103
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
104
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
800
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
801
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
802
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
803
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
804
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
805
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
806
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
807
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
105
808
|
|
|
106
809
|
|
|
107
810
|
### Bug Fixes
|
|
108
811
|
|
|
109
|
-
* use correct format for log messaging ([1d28474](https://github.com/
|
|
812
|
+
* use correct format for log messaging ([1d28474](https://github.com/iotaledger/twin-api/commit/1d284744589aa7875327ccc053446f655f2a7f62))
|
|
110
813
|
|
|
111
814
|
|
|
112
815
|
### Dependencies
|
|
@@ -116,7 +819,7 @@
|
|
|
116
819
|
* @twin.org/api-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
117
820
|
* @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
118
821
|
|
|
119
|
-
## [0.0.3-next.3](https://github.com/
|
|
822
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.2...api-rest-client-v0.0.3-next.3) (2025-11-14)
|
|
120
823
|
|
|
121
824
|
|
|
122
825
|
### Miscellaneous Chores
|
|
@@ -131,7 +834,7 @@
|
|
|
131
834
|
* @twin.org/api-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
132
835
|
* @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
133
836
|
|
|
134
|
-
## [0.0.3-next.2](https://github.com/
|
|
837
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.1...api-rest-client-v0.0.3-next.2) (2025-11-12)
|
|
135
838
|
|
|
136
839
|
|
|
137
840
|
### Miscellaneous Chores
|
|
@@ -146,24 +849,24 @@
|
|
|
146
849
|
* @twin.org/api-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
147
850
|
* @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
148
851
|
|
|
149
|
-
## [0.0.3-next.1](https://github.com/
|
|
852
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.0...api-rest-client-v0.0.3-next.1) (2025-11-10)
|
|
150
853
|
|
|
151
854
|
|
|
152
855
|
### Features
|
|
153
856
|
|
|
154
|
-
* add context id features ([#42](https://github.com/
|
|
155
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
156
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
157
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
158
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
159
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
160
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
161
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
857
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
858
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
859
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
860
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
861
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
862
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
863
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
864
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
162
865
|
|
|
163
866
|
|
|
164
867
|
### Bug Fixes
|
|
165
868
|
|
|
166
|
-
* use correct format for log messaging ([1d28474](https://github.com/
|
|
869
|
+
* use correct format for log messaging ([1d28474](https://github.com/iotaledger/twin-api/commit/1d284744589aa7875327ccc053446f655f2a7f62))
|
|
167
870
|
|
|
168
871
|
|
|
169
872
|
### Dependencies
|
|
@@ -173,7 +876,7 @@
|
|
|
173
876
|
* @twin.org/api-core bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
174
877
|
* @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
175
878
|
|
|
176
|
-
## [0.0.2-next.13](https://github.com/
|
|
879
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.12...api-rest-client-v0.0.2-next.13) (2025-10-09)
|
|
177
880
|
|
|
178
881
|
|
|
179
882
|
### Miscellaneous Chores
|
|
@@ -188,12 +891,12 @@
|
|
|
188
891
|
* @twin.org/api-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
189
892
|
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
190
893
|
|
|
191
|
-
## [0.0.2-next.12](https://github.com/
|
|
894
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.11...api-rest-client-v0.0.2-next.12) (2025-10-09)
|
|
192
895
|
|
|
193
896
|
|
|
194
897
|
### Features
|
|
195
898
|
|
|
196
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
899
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
197
900
|
|
|
198
901
|
|
|
199
902
|
### Dependencies
|
|
@@ -203,12 +906,12 @@
|
|
|
203
906
|
* @twin.org/api-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
204
907
|
* @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
205
908
|
|
|
206
|
-
## [0.0.2-next.11](https://github.com/
|
|
909
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.10...api-rest-client-v0.0.2-next.11) (2025-09-29)
|
|
207
910
|
|
|
208
911
|
|
|
209
912
|
### Features
|
|
210
913
|
|
|
211
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
914
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
212
915
|
|
|
213
916
|
|
|
214
917
|
### Dependencies
|
|
@@ -218,7 +921,7 @@
|
|
|
218
921
|
* @twin.org/api-core bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
219
922
|
* @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
220
923
|
|
|
221
|
-
## [0.0.2-next.10](https://github.com/
|
|
924
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.9...api-rest-client-v0.0.2-next.10) (2025-09-23)
|
|
222
925
|
|
|
223
926
|
|
|
224
927
|
### Miscellaneous Chores
|
|
@@ -233,12 +936,12 @@
|
|
|
233
936
|
* @twin.org/api-core bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
234
937
|
* @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
235
938
|
|
|
236
|
-
## [0.0.2-next.9](https://github.com/
|
|
939
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.8...api-rest-client-v0.0.2-next.9) (2025-08-29)
|
|
237
940
|
|
|
238
941
|
|
|
239
942
|
### Features
|
|
240
943
|
|
|
241
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
944
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
242
945
|
|
|
243
946
|
|
|
244
947
|
### Dependencies
|
|
@@ -248,12 +951,12 @@
|
|
|
248
951
|
* @twin.org/api-core bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
249
952
|
* @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
250
953
|
|
|
251
|
-
## [0.0.2-next.8](https://github.com/
|
|
954
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.7...api-rest-client-v0.0.2-next.8) (2025-08-21)
|
|
252
955
|
|
|
253
956
|
|
|
254
957
|
### Features
|
|
255
958
|
|
|
256
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
959
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
257
960
|
|
|
258
961
|
|
|
259
962
|
### Dependencies
|
|
@@ -263,7 +966,7 @@
|
|
|
263
966
|
* @twin.org/api-core bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
264
967
|
* @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
265
968
|
|
|
266
|
-
## [0.0.2-next.7](https://github.com/
|
|
969
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.6...api-rest-client-v0.0.2-next.7) (2025-08-20)
|
|
267
970
|
|
|
268
971
|
|
|
269
972
|
### Miscellaneous Chores
|
|
@@ -278,12 +981,12 @@
|
|
|
278
981
|
* @twin.org/api-core bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
279
982
|
* @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
280
983
|
|
|
281
|
-
## [0.0.2-next.6](https://github.com/
|
|
984
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.5...api-rest-client-v0.0.2-next.6) (2025-08-19)
|
|
282
985
|
|
|
283
986
|
|
|
284
987
|
### Features
|
|
285
988
|
|
|
286
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
989
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
287
990
|
|
|
288
991
|
|
|
289
992
|
### Dependencies
|
|
@@ -293,13 +996,13 @@
|
|
|
293
996
|
* @twin.org/api-core bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
294
997
|
* @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
295
998
|
|
|
296
|
-
## [0.0.2-next.5](https://github.com/
|
|
999
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.4...api-rest-client-v0.0.2-next.5) (2025-07-25)
|
|
297
1000
|
|
|
298
1001
|
|
|
299
1002
|
### Features
|
|
300
1003
|
|
|
301
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
302
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1004
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
1005
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
303
1006
|
|
|
304
1007
|
|
|
305
1008
|
### Dependencies
|
|
@@ -309,7 +1012,7 @@
|
|
|
309
1012
|
* @twin.org/api-core bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
310
1013
|
* @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
311
1014
|
|
|
312
|
-
## [0.0.2-next.4](https://github.com/
|
|
1015
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.3...api-rest-client-v0.0.2-next.4) (2025-07-25)
|
|
313
1016
|
|
|
314
1017
|
|
|
315
1018
|
### Miscellaneous Chores
|
|
@@ -324,7 +1027,7 @@
|
|
|
324
1027
|
* @twin.org/api-core bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
325
1028
|
* @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
326
1029
|
|
|
327
|
-
## [0.0.2-next.3](https://github.com/
|
|
1030
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.2...api-rest-client-v0.0.2-next.3) (2025-07-24)
|
|
328
1031
|
|
|
329
1032
|
|
|
330
1033
|
### Miscellaneous Chores
|
|
@@ -339,7 +1042,7 @@
|
|
|
339
1042
|
* @twin.org/api-core bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
340
1043
|
* @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
341
1044
|
|
|
342
|
-
## [0.0.2-next.2](https://github.com/
|
|
1045
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.1...api-rest-client-v0.0.2-next.2) (2025-07-17)
|
|
343
1046
|
|
|
344
1047
|
|
|
345
1048
|
### Miscellaneous Chores
|
|
@@ -354,13 +1057,13 @@
|
|
|
354
1057
|
* @twin.org/api-core bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
355
1058
|
* @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
356
1059
|
|
|
357
|
-
## [0.0.2-next.1](https://github.com/
|
|
1060
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.0...api-rest-client-v0.0.2-next.1) (2025-07-08)
|
|
358
1061
|
|
|
359
1062
|
|
|
360
1063
|
### Features
|
|
361
1064
|
|
|
362
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
363
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1065
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
1066
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
364
1067
|
|
|
365
1068
|
|
|
366
1069
|
### Dependencies
|
|
@@ -375,7 +1078,7 @@
|
|
|
375
1078
|
|
|
376
1079
|
### Features
|
|
377
1080
|
|
|
378
|
-
* release to production ([70ee2d5](https://github.com/
|
|
1081
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
379
1082
|
|
|
380
1083
|
|
|
381
1084
|
### Dependencies
|
|
@@ -385,7 +1088,7 @@
|
|
|
385
1088
|
* @twin.org/api-core bumped from ^0.0.0 to ^0.0.1
|
|
386
1089
|
* @twin.org/api-models bumped from ^0.0.0 to ^0.0.1
|
|
387
1090
|
|
|
388
|
-
## [0.0.1-next.36](https://github.com/
|
|
1091
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.1-next.35...api-rest-client-v0.0.1-next.36) (2025-06-17)
|
|
389
1092
|
|
|
390
1093
|
|
|
391
1094
|
### Miscellaneous Chores
|
|
@@ -400,12 +1103,12 @@
|
|
|
400
1103
|
* @twin.org/api-core bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
401
1104
|
* @twin.org/api-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
402
1105
|
|
|
403
|
-
## [0.0.1-next.35](https://github.com/
|
|
1106
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.1-next.34...api-rest-client-v0.0.1-next.35) (2025-06-11)
|
|
404
1107
|
|
|
405
1108
|
|
|
406
1109
|
### Features
|
|
407
1110
|
|
|
408
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
1111
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
409
1112
|
|
|
410
1113
|
|
|
411
1114
|
### Dependencies
|
|
@@ -415,7 +1118,7 @@
|
|
|
415
1118
|
* @twin.org/api-core bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
416
1119
|
* @twin.org/api-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
417
1120
|
|
|
418
|
-
## [0.0.1-next.34](https://github.com/
|
|
1121
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.1-next.33...api-rest-client-v0.0.1-next.34) (2025-05-27)
|
|
419
1122
|
|
|
420
1123
|
|
|
421
1124
|
### Miscellaneous Chores
|
|
@@ -430,12 +1133,12 @@
|
|
|
430
1133
|
* @twin.org/api-core bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
431
1134
|
* @twin.org/api-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
432
1135
|
|
|
433
|
-
## [0.0.1-next.33](https://github.com/
|
|
1136
|
+
## [0.0.1-next.33](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.1-next.32...api-rest-client-v0.0.1-next.33) (2025-04-17)
|
|
434
1137
|
|
|
435
1138
|
|
|
436
1139
|
### Features
|
|
437
1140
|
|
|
438
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1141
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
439
1142
|
|
|
440
1143
|
|
|
441
1144
|
### Dependencies
|
|
@@ -445,7 +1148,7 @@
|
|
|
445
1148
|
* @twin.org/api-core bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
446
1149
|
* @twin.org/api-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
447
1150
|
|
|
448
|
-
## [0.0.1-next.32](https://github.com/
|
|
1151
|
+
## [0.0.1-next.32](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.1-next.31...api-rest-client-v0.0.1-next.32) (2025-03-28)
|
|
449
1152
|
|
|
450
1153
|
|
|
451
1154
|
### Miscellaneous Chores
|