@twin.org/auditable-item-stream-service 0.0.3-next.2 → 0.0.3-next.21
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 +2 -2
- package/dist/es/auditableItemStreamRoutes.js +471 -130
- package/dist/es/auditableItemStreamRoutes.js.map +1 -1
- package/dist/es/auditableItemStreamService.js +330 -138
- package/dist/es/auditableItemStreamService.js.map +1 -1
- package/dist/es/entities/auditableItemStream.js +20 -6
- package/dist/es/entities/auditableItemStream.js.map +1 -1
- package/dist/es/models/IAuditableItemStreamServiceConstructorOptions.js.map +1 -1
- package/dist/es/models/IAuditableItemStreamServiceContext.js.map +1 -1
- package/dist/types/auditableItemStreamRoutes.d.ts +33 -1
- package/dist/types/auditableItemStreamService.d.ts +44 -37
- package/dist/types/entities/auditableItemStream.d.ts +12 -3
- package/dist/types/models/IAuditableItemStreamServiceConstructorOptions.d.ts +4 -0
- package/dist/types/models/IAuditableItemStreamServiceContext.d.ts +4 -0
- package/docs/changelog.md +355 -77
- package/docs/examples.md +211 -1
- package/docs/open-api/spec.json +839 -177
- package/docs/reference/classes/AuditableItemStream.md +32 -16
- package/docs/reference/classes/AuditableItemStreamEntry.md +13 -13
- package/docs/reference/classes/AuditableItemStreamService.md +107 -84
- package/docs/reference/functions/auditableItemStreamClose.md +31 -0
- package/docs/reference/functions/auditableItemStreamListEntriesNoStream.md +31 -0
- package/docs/reference/functions/auditableItemStreamListEntryObjectsNoStream.md +31 -0
- package/docs/reference/functions/auditableItemStreamRemoveProof.md +31 -0
- package/docs/reference/index.md +4 -0
- package/docs/reference/interfaces/IAuditableItemStreamServiceConfig.md +2 -2
- package/docs/reference/interfaces/IAuditableItemStreamServiceConstructorOptions.md +18 -10
- package/locales/en.json +6 -1
- package/package.json +6 -5
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,289 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.20...auditable-item-stream-service-v0.0.3-next.21) (2026-06-11)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* organization identifiers ([#81](https://github.com/iotaledger/twin-auditable-item-stream/issues/81)) ([2ec82bd](https://github.com/iotaledger/twin-auditable-item-stream/commit/2ec82bd18136fddf982c60968d6b0ff89575d51c))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* add removeProof to ais REST surface ([#80](https://github.com/iotaledger/twin-auditable-item-stream/issues/80)) ([c1ea8ae](https://github.com/iotaledger/twin-auditable-item-stream/commit/c1ea8aee6aa7b4620b92b88e0406cbf235d92cc3))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* The following workspace dependencies were updated
|
|
19
|
+
* dependencies
|
|
20
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
21
|
+
|
|
22
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.19...auditable-item-stream-service-v0.0.3-next.20) (2026-06-03)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* proof only created if organization id is available ([#77](https://github.com/iotaledger/twin-auditable-item-stream/issues/77)) ([335d95b](https://github.com/iotaledger/twin-auditable-item-stream/commit/335d95b0cfa9156fa6830355787dff7bc8444cea))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* The following workspace dependencies were updated
|
|
33
|
+
* dependencies
|
|
34
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
35
|
+
|
|
36
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.18...auditable-item-stream-service-v0.0.3-next.19) (2026-06-02)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* additional mutex locks ([07f271f](https://github.com/iotaledger/twin-auditable-item-stream/commit/07f271f411b2835ea9aa5d31ed6557e7aa659939))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* guard stream mutations with per-stream Mutex ([#75](https://github.com/iotaledger/twin-auditable-item-stream/issues/75)) ([83aaf55](https://github.com/iotaledger/twin-auditable-item-stream/commit/83aaf550264dd2ffcbea8c6b1e5641d943cc7108))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Dependencies
|
|
50
|
+
|
|
51
|
+
* The following workspace dependencies were updated
|
|
52
|
+
* dependencies
|
|
53
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
54
|
+
|
|
55
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.17...auditable-item-stream-service-v0.0.3-next.18) (2026-05-29)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* update immutable proof usage ([#71](https://github.com/iotaledger/twin-auditable-item-stream/issues/71)) ([1fd7c16](https://github.com/iotaledger/twin-auditable-item-stream/commit/1fd7c1666ef77f96e807a9d944e0f31b8f043ae6))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Dependencies
|
|
64
|
+
|
|
65
|
+
* The following workspace dependencies were updated
|
|
66
|
+
* dependencies
|
|
67
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
68
|
+
|
|
69
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.16...auditable-item-stream-service-v0.0.3-next.17) (2026-05-22)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Features
|
|
73
|
+
|
|
74
|
+
* add event-driven telemetry metrics ([#68](https://github.com/iotaledger/twin-auditable-item-stream/issues/68)) ([a24d179](https://github.com/iotaledger/twin-auditable-item-stream/commit/a24d1791977245b76894a494bfc64d1d68867d8f))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Dependencies
|
|
78
|
+
|
|
79
|
+
* The following workspace dependencies were updated
|
|
80
|
+
* dependencies
|
|
81
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.15...auditable-item-stream-service-v0.0.3-next.16) (2026-05-20)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* update dependencies ([24ececa](https://github.com/iotaledger/twin-auditable-item-stream/commit/24ececa966a408c03e6e7d9de4236182f318f431))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
96
|
+
|
|
97
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.14...auditable-item-stream-service-v0.0.3-next.15) (2026-05-12)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Features
|
|
101
|
+
|
|
102
|
+
* typescript 6 update ([eb9a4db](https://github.com/iotaledger/twin-auditable-item-stream/commit/eb9a4db5dc693602464ab11b55759a3e86d1ecab))
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Dependencies
|
|
106
|
+
|
|
107
|
+
* The following workspace dependencies were updated
|
|
108
|
+
* dependencies
|
|
109
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
110
|
+
|
|
111
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.13...auditable-item-stream-service-v0.0.3-next.14) (2026-04-16)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Features
|
|
115
|
+
|
|
116
|
+
* change close REST route from POST to PUT ([047eb4f](https://github.com/iotaledger/twin-auditable-item-stream/commit/047eb4ff63f5cd4a29fdca006799b8c5fee08ec9))
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Dependencies
|
|
120
|
+
|
|
121
|
+
* The following workspace dependencies were updated
|
|
122
|
+
* dependencies
|
|
123
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
124
|
+
|
|
125
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.12...auditable-item-stream-service-v0.0.3-next.13) (2026-04-15)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Features
|
|
129
|
+
|
|
130
|
+
* add append only mode ([#60](https://github.com/iotaledger/twin-auditable-item-stream/issues/60)) ([377b3f5](https://github.com/iotaledger/twin-auditable-item-stream/commit/377b3f5daec91257950a8f0d3a9e576db806b4c1))
|
|
131
|
+
* add closable stream ([#59](https://github.com/iotaledger/twin-auditable-item-stream/issues/59)) ([26d3d08](https://github.com/iotaledger/twin-auditable-item-stream/commit/26d3d0887e1e57ca81859be5b56e853335a88d78))
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Dependencies
|
|
135
|
+
|
|
136
|
+
* The following workspace dependencies were updated
|
|
137
|
+
* dependencies
|
|
138
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
139
|
+
|
|
140
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.11...auditable-item-stream-service-v0.0.3-next.12) (2026-03-25)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Features
|
|
144
|
+
|
|
145
|
+
* add validation and create structural changes ([#56](https://github.com/iotaledger/twin-auditable-item-stream/issues/56)) ([f7183b4](https://github.com/iotaledger/twin-auditable-item-stream/commit/f7183b42bf9563f8aa015476b82959fba2936bcd))
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Dependencies
|
|
149
|
+
|
|
150
|
+
* The following workspace dependencies were updated
|
|
151
|
+
* dependencies
|
|
152
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
153
|
+
|
|
154
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.10...auditable-item-stream-service-v0.0.3-next.11) (2026-02-25)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Features
|
|
158
|
+
|
|
159
|
+
* update schemas ([8f870cc](https://github.com/iotaledger/twin-auditable-item-stream/commit/8f870cc3d463137b759fb509905089908135e92a))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### Dependencies
|
|
163
|
+
|
|
164
|
+
* The following workspace dependencies were updated
|
|
165
|
+
* dependencies
|
|
166
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
167
|
+
|
|
168
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.9...auditable-item-stream-service-v0.0.3-next.10) (2026-02-23)
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Features
|
|
172
|
+
|
|
173
|
+
* query with no stream id ([#53](https://github.com/iotaledger/twin-auditable-item-stream/issues/53)) ([733fb20](https://github.com/iotaledger/twin-auditable-item-stream/commit/733fb209dfdb05a5f031bacd47ceab1901140286))
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Dependencies
|
|
177
|
+
|
|
178
|
+
* The following workspace dependencies were updated
|
|
179
|
+
* dependencies
|
|
180
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
181
|
+
|
|
182
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.8...auditable-item-stream-service-v0.0.3-next.9) (2026-02-12)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### Features
|
|
186
|
+
|
|
187
|
+
* add number of items ([#47](https://github.com/iotaledger/twin-auditable-item-stream/issues/47)) ([149fc9f](https://github.com/iotaledger/twin-auditable-item-stream/commit/149fc9f505a86af0578551c09f7e8aa763f01be7))
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Dependencies
|
|
191
|
+
|
|
192
|
+
* The following workspace dependencies were updated
|
|
193
|
+
* dependencies
|
|
194
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
195
|
+
|
|
196
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.7...auditable-item-stream-service-v0.0.3-next.8) (2026-02-11)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Features
|
|
200
|
+
|
|
201
|
+
* update naming ([b89e5ce](https://github.com/iotaledger/twin-auditable-item-stream/commit/b89e5ce9bb46e5e4f1d63407eb0ccd195743542d))
|
|
202
|
+
* use uuidv7 for ids ([#40](https://github.com/iotaledger/twin-auditable-item-stream/issues/40)) ([a550757](https://github.com/iotaledger/twin-auditable-item-stream/commit/a5507579e5667d1ff9984934af0969ea4681416e))
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Dependencies
|
|
206
|
+
|
|
207
|
+
* The following workspace dependencies were updated
|
|
208
|
+
* dependencies
|
|
209
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
210
|
+
|
|
211
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.6...auditable-item-stream-service-v0.0.3-next.7) (2026-01-26)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Features
|
|
215
|
+
|
|
216
|
+
* use new hosting url for cursor links ([b4a7ae0](https://github.com/iotaledger/twin-auditable-item-stream/commit/b4a7ae0be43f5e59b9951bf7967996021d99aa9b))
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Dependencies
|
|
220
|
+
|
|
221
|
+
* The following workspace dependencies were updated
|
|
222
|
+
* dependencies
|
|
223
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
224
|
+
|
|
225
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.5...auditable-item-stream-service-v0.0.3-next.6) (2026-01-23)
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Features
|
|
229
|
+
|
|
230
|
+
* replace nextItem property with Link header ([#37](https://github.com/iotaledger/twin-auditable-item-stream/issues/37)) ([83578f1](https://github.com/iotaledger/twin-auditable-item-stream/commit/83578f19fb964703f1b452c5d13430060e36e620))
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Dependencies
|
|
234
|
+
|
|
235
|
+
* The following workspace dependencies were updated
|
|
236
|
+
* dependencies
|
|
237
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
238
|
+
|
|
239
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.4...auditable-item-stream-service-v0.0.3-next.5) (2026-01-22)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Bug Fixes
|
|
243
|
+
|
|
244
|
+
* context usage ([6f45f33](https://github.com/iotaledger/twin-auditable-item-stream/commit/6f45f33b77b64ba7fe543782718f7364e2c11b2f))
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Dependencies
|
|
248
|
+
|
|
249
|
+
* The following workspace dependencies were updated
|
|
250
|
+
* dependencies
|
|
251
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
252
|
+
|
|
253
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.3...auditable-item-stream-service-v0.0.3-next.4) (2026-01-21)
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
### Features
|
|
257
|
+
|
|
258
|
+
* update contexts ([#34](https://github.com/iotaledger/twin-auditable-item-stream/issues/34)) ([e4f485e](https://github.com/iotaledger/twin-auditable-item-stream/commit/e4f485e360f553013b4a850f5fe7b060b1f2d058))
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Dependencies
|
|
262
|
+
|
|
263
|
+
* The following workspace dependencies were updated
|
|
264
|
+
* dependencies
|
|
265
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
266
|
+
|
|
267
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.2...auditable-item-stream-service-v0.0.3-next.3) (2026-01-14)
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### Features
|
|
271
|
+
|
|
272
|
+
* update contexts and namespaces ([#31](https://github.com/iotaledger/twin-auditable-item-stream/issues/31)) ([3d446ad](https://github.com/iotaledger/twin-auditable-item-stream/commit/3d446ad2fc67ec9b1d43bd054386575bb936c84f))
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Dependencies
|
|
276
|
+
|
|
277
|
+
* The following workspace dependencies were updated
|
|
278
|
+
* dependencies
|
|
279
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
280
|
+
|
|
281
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.1...auditable-item-stream-service-v0.0.3-next.2) (2025-11-28)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### Features
|
|
285
|
+
|
|
286
|
+
* update background task service ([a7b8857](https://github.com/iotaledger/twin-auditable-item-stream/commit/a7b885783dfd37d3757127e61e8b0b982c232d36))
|
|
9
287
|
|
|
10
288
|
|
|
11
289
|
### Dependencies
|
|
@@ -14,32 +292,32 @@
|
|
|
14
292
|
* dependencies
|
|
15
293
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
16
294
|
|
|
17
|
-
## [0.0.3-next.1](https://github.com/
|
|
295
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.0...auditable-item-stream-service-v0.0.3-next.1) (2025-11-12)
|
|
18
296
|
|
|
19
297
|
|
|
20
298
|
### Features
|
|
21
299
|
|
|
22
|
-
* add context id features ([#28](https://github.com/
|
|
23
|
-
* add validate-locales ([4babc73](https://github.com/
|
|
24
|
-
* data types registered with fully qualified names ([3bcd927](https://github.com/
|
|
25
|
-
* eslint migration to flat config ([bd9cb2e](https://github.com/
|
|
26
|
-
* improve schemas ([a658264](https://github.com/
|
|
27
|
-
* improve schemas ([b253580](https://github.com/
|
|
28
|
-
* remove unused namespace ([6085988](https://github.com/
|
|
29
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
30
|
-
* update framework core ([5621601](https://github.com/
|
|
31
|
-
* use new nameof operators ([d1a3bf8](https://github.com/
|
|
32
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
33
|
-
* use standard list json ld types ([54ee4d7](https://github.com/
|
|
300
|
+
* add context id features ([#28](https://github.com/iotaledger/twin-auditable-item-stream/issues/28)) ([10d788a](https://github.com/iotaledger/twin-auditable-item-stream/commit/10d788abfd73fdafe40b9218b399c4d652be2370))
|
|
301
|
+
* add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
|
|
302
|
+
* data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
|
|
303
|
+
* eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
|
|
304
|
+
* improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
|
|
305
|
+
* improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
|
|
306
|
+
* remove unused namespace ([6085988](https://github.com/iotaledger/twin-auditable-item-stream/commit/608598812ac2f1d0f6d73f5efcc6a169b0f3b38a))
|
|
307
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
308
|
+
* update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
|
|
309
|
+
* use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
|
|
310
|
+
* use shared store mechanism ([#7](https://github.com/iotaledger/twin-auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/iotaledger/twin-auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
|
|
311
|
+
* use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
|
|
34
312
|
|
|
35
313
|
|
|
36
314
|
### Bug Fixes
|
|
37
315
|
|
|
38
|
-
* immutable remove parameter order ([19f60d6](https://github.com/
|
|
39
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
40
|
-
* remove misses removing entries ([a58bc09](https://github.com/
|
|
41
|
-
* update entry use correct deconstructed object ([801e857](https://github.com/
|
|
42
|
-
* update tests for deterministic background tasks ([#5](https://github.com/
|
|
316
|
+
* immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
|
|
317
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
318
|
+
* remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
|
|
319
|
+
* update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
|
|
320
|
+
* update tests for deterministic background tasks ([#5](https://github.com/iotaledger/twin-auditable-item-stream/issues/5)) ([75d844e](https://github.com/iotaledger/twin-auditable-item-stream/commit/75d844eb98d0af63a089105379f9859def47e92a))
|
|
43
321
|
|
|
44
322
|
|
|
45
323
|
### Dependencies
|
|
@@ -48,12 +326,12 @@
|
|
|
48
326
|
* dependencies
|
|
49
327
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
50
328
|
|
|
51
|
-
## [0.0.2-next.5](https://github.com/
|
|
329
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.2-next.4...auditable-item-stream-service-v0.0.2-next.5) (2025-10-09)
|
|
52
330
|
|
|
53
331
|
|
|
54
332
|
### Features
|
|
55
333
|
|
|
56
|
-
* add validate-locales ([4babc73](https://github.com/
|
|
334
|
+
* add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
|
|
57
335
|
|
|
58
336
|
|
|
59
337
|
### Dependencies
|
|
@@ -62,12 +340,12 @@
|
|
|
62
340
|
* dependencies
|
|
63
341
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
64
342
|
|
|
65
|
-
## [0.0.2-next.4](https://github.com/
|
|
343
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.2-next.3...auditable-item-stream-service-v0.0.2-next.4) (2025-09-29)
|
|
66
344
|
|
|
67
345
|
|
|
68
346
|
### Features
|
|
69
347
|
|
|
70
|
-
* use new nameof operators ([d1a3bf8](https://github.com/
|
|
348
|
+
* use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
|
|
71
349
|
|
|
72
350
|
|
|
73
351
|
### Dependencies
|
|
@@ -76,12 +354,12 @@
|
|
|
76
354
|
* dependencies
|
|
77
355
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
78
356
|
|
|
79
|
-
## [0.0.2-next.3](https://github.com/
|
|
357
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.2-next.2...auditable-item-stream-service-v0.0.2-next.3) (2025-08-29)
|
|
80
358
|
|
|
81
359
|
|
|
82
360
|
### Features
|
|
83
361
|
|
|
84
|
-
* eslint migration to flat config ([bd9cb2e](https://github.com/
|
|
362
|
+
* eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
|
|
85
363
|
|
|
86
364
|
|
|
87
365
|
### Dependencies
|
|
@@ -90,13 +368,13 @@
|
|
|
90
368
|
* dependencies
|
|
91
369
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
92
370
|
|
|
93
|
-
## [0.0.2-next.2](https://github.com/
|
|
371
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.2-next.1...auditable-item-stream-service-v0.0.2-next.2) (2025-08-20)
|
|
94
372
|
|
|
95
373
|
|
|
96
374
|
### Features
|
|
97
375
|
|
|
98
|
-
* remove unused namespace ([6085988](https://github.com/
|
|
99
|
-
* update framework core ([5621601](https://github.com/
|
|
376
|
+
* remove unused namespace ([6085988](https://github.com/iotaledger/twin-auditable-item-stream/commit/608598812ac2f1d0f6d73f5efcc6a169b0f3b38a))
|
|
377
|
+
* update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
|
|
100
378
|
|
|
101
379
|
|
|
102
380
|
### Dependencies
|
|
@@ -105,26 +383,26 @@
|
|
|
105
383
|
* dependencies
|
|
106
384
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
107
385
|
|
|
108
|
-
## [0.0.2-next.1](https://github.com/
|
|
386
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.2-next.0...auditable-item-stream-service-v0.0.2-next.1) (2025-07-21)
|
|
109
387
|
|
|
110
388
|
|
|
111
389
|
### Features
|
|
112
390
|
|
|
113
|
-
* data types registered with fully qualified names ([3bcd927](https://github.com/
|
|
114
|
-
* improve schemas ([a658264](https://github.com/
|
|
115
|
-
* improve schemas ([b253580](https://github.com/
|
|
116
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
117
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
118
|
-
* use standard list json ld types ([54ee4d7](https://github.com/
|
|
391
|
+
* data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
|
|
392
|
+
* improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
|
|
393
|
+
* improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
|
|
394
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
395
|
+
* use shared store mechanism ([#7](https://github.com/iotaledger/twin-auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/iotaledger/twin-auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
|
|
396
|
+
* use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
|
|
119
397
|
|
|
120
398
|
|
|
121
399
|
### Bug Fixes
|
|
122
400
|
|
|
123
|
-
* immutable remove parameter order ([19f60d6](https://github.com/
|
|
124
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
125
|
-
* remove misses removing entries ([a58bc09](https://github.com/
|
|
126
|
-
* update entry use correct deconstructed object ([801e857](https://github.com/
|
|
127
|
-
* update tests for deterministic background tasks ([#5](https://github.com/
|
|
401
|
+
* immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
|
|
402
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
403
|
+
* remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
|
|
404
|
+
* update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
|
|
405
|
+
* update tests for deterministic background tasks ([#5](https://github.com/iotaledger/twin-auditable-item-stream/issues/5)) ([75d844e](https://github.com/iotaledger/twin-auditable-item-stream/commit/75d844eb98d0af63a089105379f9859def47e92a))
|
|
128
406
|
|
|
129
407
|
|
|
130
408
|
### Dependencies
|
|
@@ -138,22 +416,22 @@
|
|
|
138
416
|
|
|
139
417
|
### Features
|
|
140
418
|
|
|
141
|
-
* data types registered with fully qualified names ([3bcd927](https://github.com/
|
|
142
|
-
* improve schemas ([a658264](https://github.com/
|
|
143
|
-
* improve schemas ([b253580](https://github.com/
|
|
144
|
-
* release to production ([94d5757](https://github.com/
|
|
145
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
146
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
147
|
-
* use standard list json ld types ([54ee4d7](https://github.com/
|
|
419
|
+
* data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
|
|
420
|
+
* improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
|
|
421
|
+
* improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
|
|
422
|
+
* release to production ([94d5757](https://github.com/iotaledger/twin-auditable-item-stream/commit/94d5757ff28b5462564f4ded56c8a3db781f2901))
|
|
423
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
424
|
+
* use shared store mechanism ([#7](https://github.com/iotaledger/twin-auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/iotaledger/twin-auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
|
|
425
|
+
* use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
|
|
148
426
|
|
|
149
427
|
|
|
150
428
|
### Bug Fixes
|
|
151
429
|
|
|
152
|
-
* immutable remove parameter order ([19f60d6](https://github.com/
|
|
153
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
154
|
-
* remove misses removing entries ([a58bc09](https://github.com/
|
|
155
|
-
* update entry use correct deconstructed object ([801e857](https://github.com/
|
|
156
|
-
* update tests for deterministic background tasks ([#5](https://github.com/
|
|
430
|
+
* immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
|
|
431
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
432
|
+
* remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
|
|
433
|
+
* update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
|
|
434
|
+
* update tests for deterministic background tasks ([#5](https://github.com/iotaledger/twin-auditable-item-stream/issues/5)) ([75d844e](https://github.com/iotaledger/twin-auditable-item-stream/commit/75d844eb98d0af63a089105379f9859def47e92a))
|
|
157
435
|
|
|
158
436
|
|
|
159
437
|
### Dependencies
|
|
@@ -162,12 +440,12 @@
|
|
|
162
440
|
* dependencies
|
|
163
441
|
* @twin.org/auditable-item-stream-models bumped from ^0.0.0 to ^0.0.1
|
|
164
442
|
|
|
165
|
-
## [0.0.1-next.37](https://github.com/
|
|
443
|
+
## [0.0.1-next.37](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.36...auditable-item-stream-service-v0.0.1-next.37) (2025-06-20)
|
|
166
444
|
|
|
167
445
|
|
|
168
446
|
### Bug Fixes
|
|
169
447
|
|
|
170
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
448
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
171
449
|
|
|
172
450
|
|
|
173
451
|
### Dependencies
|
|
@@ -176,13 +454,13 @@
|
|
|
176
454
|
* dependencies
|
|
177
455
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.36 to 0.0.1-next.37
|
|
178
456
|
|
|
179
|
-
## [0.0.1-next.36](https://github.com/
|
|
457
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.35...auditable-item-stream-service-v0.0.1-next.36) (2025-06-18)
|
|
180
458
|
|
|
181
459
|
|
|
182
460
|
### Features
|
|
183
461
|
|
|
184
|
-
* improve schemas ([a658264](https://github.com/
|
|
185
|
-
* improve schemas ([b253580](https://github.com/
|
|
462
|
+
* improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
|
|
463
|
+
* improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
|
|
186
464
|
|
|
187
465
|
|
|
188
466
|
### Dependencies
|
|
@@ -191,12 +469,12 @@
|
|
|
191
469
|
* dependencies
|
|
192
470
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
193
471
|
|
|
194
|
-
## [0.0.1-next.35](https://github.com/
|
|
472
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.34...auditable-item-stream-service-v0.0.1-next.35) (2025-06-12)
|
|
195
473
|
|
|
196
474
|
|
|
197
475
|
### Features
|
|
198
476
|
|
|
199
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
477
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
200
478
|
|
|
201
479
|
|
|
202
480
|
### Dependencies
|
|
@@ -205,7 +483,7 @@
|
|
|
205
483
|
* dependencies
|
|
206
484
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
207
485
|
|
|
208
|
-
## [0.0.1-next.34](https://github.com/
|
|
486
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.33...auditable-item-stream-service-v0.0.1-next.34) (2025-06-03)
|
|
209
487
|
|
|
210
488
|
|
|
211
489
|
### Miscellaneous Chores
|
|
@@ -219,12 +497,12 @@
|
|
|
219
497
|
* dependencies
|
|
220
498
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
221
499
|
|
|
222
|
-
## [0.0.1-next.33](https://github.com/
|
|
500
|
+
## [0.0.1-next.33](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.32...auditable-item-stream-service-v0.0.1-next.33) (2025-05-28)
|
|
223
501
|
|
|
224
502
|
|
|
225
503
|
### Features
|
|
226
504
|
|
|
227
|
-
* data types registered with fully qualified names ([3bcd927](https://github.com/
|
|
505
|
+
* data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
|
|
228
506
|
|
|
229
507
|
|
|
230
508
|
### Dependencies
|
|
@@ -233,12 +511,12 @@
|
|
|
233
511
|
* dependencies
|
|
234
512
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
235
513
|
|
|
236
|
-
## [0.0.1-next.32](https://github.com/
|
|
514
|
+
## [0.0.1-next.32](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.31...auditable-item-stream-service-v0.0.1-next.32) (2025-05-08)
|
|
237
515
|
|
|
238
516
|
|
|
239
517
|
### Features
|
|
240
518
|
|
|
241
|
-
* use standard list json ld types ([54ee4d7](https://github.com/
|
|
519
|
+
* use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
|
|
242
520
|
|
|
243
521
|
|
|
244
522
|
### Dependencies
|
|
@@ -247,12 +525,12 @@
|
|
|
247
525
|
* dependencies
|
|
248
526
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.31 to 0.0.1-next.32
|
|
249
527
|
|
|
250
|
-
## [0.0.1-next.31](https://github.com/
|
|
528
|
+
## [0.0.1-next.31](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.30...auditable-item-stream-service-v0.0.1-next.31) (2025-04-25)
|
|
251
529
|
|
|
252
530
|
|
|
253
531
|
### Bug Fixes
|
|
254
532
|
|
|
255
|
-
* remove misses removing entries ([a58bc09](https://github.com/
|
|
533
|
+
* remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
|
|
256
534
|
|
|
257
535
|
|
|
258
536
|
### Dependencies
|
|
@@ -261,12 +539,12 @@
|
|
|
261
539
|
* dependencies
|
|
262
540
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.30 to 0.0.1-next.31
|
|
263
541
|
|
|
264
|
-
## [0.0.1-next.30](https://github.com/
|
|
542
|
+
## [0.0.1-next.30](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.29...auditable-item-stream-service-v0.0.1-next.30) (2025-04-25)
|
|
265
543
|
|
|
266
544
|
|
|
267
545
|
### Bug Fixes
|
|
268
546
|
|
|
269
|
-
* update entry use correct deconstructed object ([801e857](https://github.com/
|
|
547
|
+
* update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
|
|
270
548
|
|
|
271
549
|
|
|
272
550
|
### Dependencies
|
|
@@ -275,12 +553,12 @@
|
|
|
275
553
|
* dependencies
|
|
276
554
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.29 to 0.0.1-next.30
|
|
277
555
|
|
|
278
|
-
## [0.0.1-next.29](https://github.com/
|
|
556
|
+
## [0.0.1-next.29](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.28...auditable-item-stream-service-v0.0.1-next.29) (2025-04-25)
|
|
279
557
|
|
|
280
558
|
|
|
281
559
|
### Bug Fixes
|
|
282
560
|
|
|
283
|
-
* immutable remove parameter order ([19f60d6](https://github.com/
|
|
561
|
+
* immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
|
|
284
562
|
|
|
285
563
|
|
|
286
564
|
### Dependencies
|
|
@@ -289,12 +567,12 @@
|
|
|
289
567
|
* dependencies
|
|
290
568
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.28 to 0.0.1-next.29
|
|
291
569
|
|
|
292
|
-
## [0.0.1-next.28](https://github.com/
|
|
570
|
+
## [0.0.1-next.28](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.27...auditable-item-stream-service-v0.0.1-next.28) (2025-04-17)
|
|
293
571
|
|
|
294
572
|
|
|
295
573
|
### Features
|
|
296
574
|
|
|
297
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
575
|
+
* use shared store mechanism ([#7](https://github.com/iotaledger/twin-auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/iotaledger/twin-auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
|
|
298
576
|
|
|
299
577
|
|
|
300
578
|
### Dependencies
|
|
@@ -303,12 +581,12 @@
|
|
|
303
581
|
* dependencies
|
|
304
582
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.27 to 0.0.1-next.28
|
|
305
583
|
|
|
306
|
-
## [0.0.1-next.27](https://github.com/
|
|
584
|
+
## [0.0.1-next.27](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.26...auditable-item-stream-service-v0.0.1-next.27) (2025-04-11)
|
|
307
585
|
|
|
308
586
|
|
|
309
587
|
### Bug Fixes
|
|
310
588
|
|
|
311
|
-
* update tests for deterministic background tasks ([#5](https://github.com/
|
|
589
|
+
* update tests for deterministic background tasks ([#5](https://github.com/iotaledger/twin-auditable-item-stream/issues/5)) ([75d844e](https://github.com/iotaledger/twin-auditable-item-stream/commit/75d844eb98d0af63a089105379f9859def47e92a))
|
|
312
590
|
|
|
313
591
|
|
|
314
592
|
### Dependencies
|
|
@@ -317,7 +595,7 @@
|
|
|
317
595
|
* dependencies
|
|
318
596
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.26 to 0.0.1-next.27
|
|
319
597
|
|
|
320
|
-
## [0.0.1-next.26](https://github.com/
|
|
598
|
+
## [0.0.1-next.26](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.1-next.25...auditable-item-stream-service-v0.0.1-next.26) (2025-03-28)
|
|
321
599
|
|
|
322
600
|
|
|
323
601
|
### Miscellaneous Chores
|