@twin.org/auditable-item-stream-service 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 +2 -2
- package/dist/es/auditableItemStreamRoutes.js +401 -73
- package/dist/es/auditableItemStreamRoutes.js.map +1 -1
- package/dist/es/auditableItemStreamService.js +304 -113
- package/dist/es/auditableItemStreamService.js.map +1 -1
- package/dist/es/entities/auditableItemStream.js +17 -3
- package/dist/es/entities/auditableItemStream.js.map +1 -1
- package/dist/es/models/IAuditableItemStreamServiceConfig.js.map +1 -1
- package/dist/es/models/IAuditableItemStreamServiceConstructorOptions.js.map +1 -1
- package/dist/es/models/IAuditableItemStreamServiceContext.js.map +1 -1
- package/dist/es/restEntryPoints.js +3 -0
- package/dist/es/restEntryPoints.js.map +1 -1
- package/dist/types/auditableItemStreamRoutes.d.ts +37 -5
- package/dist/types/auditableItemStreamService.d.ts +37 -38
- package/dist/types/entities/auditableItemStream.d.ts +10 -1
- package/dist/types/models/IAuditableItemStreamServiceConfig.d.ts +4 -0
- package/dist/types/models/IAuditableItemStreamServiceConstructorOptions.d.ts +4 -0
- package/dist/types/models/IAuditableItemStreamServiceContext.d.ts +4 -0
- package/dist/types/restEntryPoints.d.ts +3 -0
- package/docs/changelog.md +396 -92
- package/docs/examples.md +211 -1
- package/docs/open-api/spec.json +832 -169
- package/docs/reference/classes/AuditableItemStream.md +30 -14
- package/docs/reference/classes/AuditableItemStreamEntry.md +13 -13
- package/docs/reference/classes/AuditableItemStreamService.md +109 -84
- package/docs/reference/functions/auditableItemStreamClose.md +31 -0
- package/docs/reference/functions/auditableItemStreamDeleteEntry.md +1 -1
- package/docs/reference/functions/auditableItemStreamList.md +1 -1
- package/docs/reference/functions/auditableItemStreamListEntries.md +1 -1
- package/docs/reference/functions/auditableItemStreamListEntriesNoStream.md +31 -0
- package/docs/reference/functions/auditableItemStreamListEntryObjects.md +1 -1
- 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 +10 -2
- package/docs/reference/interfaces/IAuditableItemStreamServiceConstructorOptions.md +18 -10
- package/docs/reference/variables/restEntryPoints.md +2 -0
- package/locales/en.json +6 -1
- package/package.json +19 -18
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,315 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.9.0...auditable-item-stream-service-v0.9.0) (2026-06-25)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
|
|
9
|
+
* improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
|
|
10
|
+
* improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
|
|
11
|
+
* release to production ([94d5757](https://github.com/iotaledger/twin-auditable-item-stream/commit/94d5757ff28b5462564f4ded56c8a3db781f2901))
|
|
12
|
+
* release to production ([#94](https://github.com/iotaledger/twin-auditable-item-stream/issues/94)) ([dc0df9d](https://github.com/iotaledger/twin-auditable-item-stream/commit/dc0df9d624a65771d8c3f756570ad6d2e0249f8e))
|
|
13
|
+
* release to production ([#97](https://github.com/iotaledger/twin-auditable-item-stream/issues/97)) ([d1f8cf4](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1f8cf4cda650536335b92bd96b7817ab00c4e24))
|
|
14
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
15
|
+
* 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))
|
|
16
|
+
* use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
|
|
22
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
23
|
+
* remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
|
|
24
|
+
* tests ([0cb8ef2](https://github.com/iotaledger/twin-auditable-item-stream/commit/0cb8ef26a6d6607099eacd13b4e3284d14b22bb8))
|
|
25
|
+
* update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
|
|
26
|
+
* 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))
|
|
27
|
+
|
|
28
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.9.0-next.0...auditable-item-stream-service-v0.9.0-next.1) (2026-06-24)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* 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))
|
|
34
|
+
* 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))
|
|
35
|
+
* 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))
|
|
36
|
+
* 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))
|
|
37
|
+
* 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))
|
|
38
|
+
* add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
|
|
39
|
+
* 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))
|
|
40
|
+
* additional mutex locks ([07f271f](https://github.com/iotaledger/twin-auditable-item-stream/commit/07f271f411b2835ea9aa5d31ed6557e7aa659939))
|
|
41
|
+
* change close REST route from POST to PUT ([047eb4f](https://github.com/iotaledger/twin-auditable-item-stream/commit/047eb4ff63f5cd4a29fdca006799b8c5fee08ec9))
|
|
42
|
+
* configurable timeout for mutex ([b32e744](https://github.com/iotaledger/twin-auditable-item-stream/commit/b32e74476d7c9da3e7b079c675494849dad5bdd3))
|
|
43
|
+
* data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
|
|
44
|
+
* eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
|
|
45
|
+
* improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
|
|
46
|
+
* improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
|
|
47
|
+
* organization identifiers ([#81](https://github.com/iotaledger/twin-auditable-item-stream/issues/81)) ([2ec82bd](https://github.com/iotaledger/twin-auditable-item-stream/commit/2ec82bd18136fddf982c60968d6b0ff89575d51c))
|
|
48
|
+
* 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))
|
|
49
|
+
* remove hosting component ([#84](https://github.com/iotaledger/twin-auditable-item-stream/issues/84)) ([148c1a7](https://github.com/iotaledger/twin-auditable-item-stream/commit/148c1a788a2104bb1b5a83f629d88175f495cd09))
|
|
50
|
+
* remove unused namespace ([6085988](https://github.com/iotaledger/twin-auditable-item-stream/commit/608598812ac2f1d0f6d73f5efcc6a169b0f3b38a))
|
|
51
|
+
* 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))
|
|
52
|
+
* typescript 6 update ([eb9a4db](https://github.com/iotaledger/twin-auditable-item-stream/commit/eb9a4db5dc693602464ab11b55759a3e86d1ecab))
|
|
53
|
+
* update background task service ([a7b8857](https://github.com/iotaledger/twin-auditable-item-stream/commit/a7b885783dfd37d3757127e61e8b0b982c232d36))
|
|
54
|
+
* update contexts ([#34](https://github.com/iotaledger/twin-auditable-item-stream/issues/34)) ([e4f485e](https://github.com/iotaledger/twin-auditable-item-stream/commit/e4f485e360f553013b4a850f5fe7b060b1f2d058))
|
|
55
|
+
* 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))
|
|
56
|
+
* update dependencies ([24ececa](https://github.com/iotaledger/twin-auditable-item-stream/commit/24ececa966a408c03e6e7d9de4236182f318f431))
|
|
57
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
58
|
+
* update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
|
|
59
|
+
* 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))
|
|
60
|
+
* update naming ([b89e5ce](https://github.com/iotaledger/twin-auditable-item-stream/commit/b89e5ce9bb46e5e4f1d63407eb0ccd195743542d))
|
|
61
|
+
* update schemas ([8f870cc](https://github.com/iotaledger/twin-auditable-item-stream/commit/8f870cc3d463137b759fb509905089908135e92a))
|
|
62
|
+
* use new hosting url for cursor links ([b4a7ae0](https://github.com/iotaledger/twin-auditable-item-stream/commit/b4a7ae0be43f5e59b9951bf7967996021d99aa9b))
|
|
63
|
+
* use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
|
|
64
|
+
* 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))
|
|
65
|
+
* use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
|
|
66
|
+
* 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))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* 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))
|
|
72
|
+
* context usage ([6f45f33](https://github.com/iotaledger/twin-auditable-item-stream/commit/6f45f33b77b64ba7fe543782718f7364e2c11b2f))
|
|
73
|
+
* 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))
|
|
74
|
+
* immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
|
|
75
|
+
* 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))
|
|
76
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
77
|
+
* remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
|
|
78
|
+
* update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
|
|
79
|
+
* 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))
|
|
80
|
+
* use async getStore in tests ([7bf0aab](https://github.com/iotaledger/twin-auditable-item-stream/commit/7bf0aab543cda544133dcae7e852d9752968ee4e))
|
|
81
|
+
* use async getStore in tests ([ff176b0](https://github.com/iotaledger/twin-auditable-item-stream/commit/ff176b04798da8909c5921ed101998028d082890))
|
|
82
|
+
* use async getStore in tests ([eb595e7](https://github.com/iotaledger/twin-auditable-item-stream/commit/eb595e72a348d4d030dba8378a0def3a6d5148dc))
|
|
83
|
+
* use async getStore in tests ([fb827d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/fb827d658d8217714887f44f2d02811a8af6f4d6))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Dependencies
|
|
87
|
+
|
|
88
|
+
* The following workspace dependencies were updated
|
|
89
|
+
* dependencies
|
|
90
|
+
* @twin.org/auditable-item-stream-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
91
|
+
|
|
92
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.22...auditable-item-stream-service-v0.0.3-next.23) (2026-06-19)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Features
|
|
96
|
+
|
|
97
|
+
* configurable timeout for mutex ([b32e744](https://github.com/iotaledger/twin-auditable-item-stream/commit/b32e74476d7c9da3e7b079c675494849dad5bdd3))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Dependencies
|
|
101
|
+
|
|
102
|
+
* The following workspace dependencies were updated
|
|
103
|
+
* dependencies
|
|
104
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
105
|
+
|
|
106
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.21...auditable-item-stream-service-v0.0.3-next.22) (2026-06-18)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
* remove hosting component ([#84](https://github.com/iotaledger/twin-auditable-item-stream/issues/84)) ([148c1a7](https://github.com/iotaledger/twin-auditable-item-stream/commit/148c1a788a2104bb1b5a83f629d88175f495cd09))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Bug Fixes
|
|
115
|
+
|
|
116
|
+
* use async getStore in tests ([7bf0aab](https://github.com/iotaledger/twin-auditable-item-stream/commit/7bf0aab543cda544133dcae7e852d9752968ee4e))
|
|
117
|
+
* use async getStore in tests ([ff176b0](https://github.com/iotaledger/twin-auditable-item-stream/commit/ff176b04798da8909c5921ed101998028d082890))
|
|
118
|
+
* use async getStore in tests ([eb595e7](https://github.com/iotaledger/twin-auditable-item-stream/commit/eb595e72a348d4d030dba8378a0def3a6d5148dc))
|
|
119
|
+
* use async getStore in tests ([fb827d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/fb827d658d8217714887f44f2d02811a8af6f4d6))
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### Dependencies
|
|
123
|
+
|
|
124
|
+
* The following workspace dependencies were updated
|
|
125
|
+
* dependencies
|
|
126
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
127
|
+
|
|
128
|
+
## [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)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Features
|
|
132
|
+
|
|
133
|
+
* organization identifiers ([#81](https://github.com/iotaledger/twin-auditable-item-stream/issues/81)) ([2ec82bd](https://github.com/iotaledger/twin-auditable-item-stream/commit/2ec82bd18136fddf982c60968d6b0ff89575d51c))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### Bug Fixes
|
|
137
|
+
|
|
138
|
+
* 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))
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Dependencies
|
|
142
|
+
|
|
143
|
+
* The following workspace dependencies were updated
|
|
144
|
+
* dependencies
|
|
145
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
146
|
+
|
|
147
|
+
## [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)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Bug Fixes
|
|
151
|
+
|
|
152
|
+
* 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))
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Dependencies
|
|
156
|
+
|
|
157
|
+
* The following workspace dependencies were updated
|
|
158
|
+
* dependencies
|
|
159
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
160
|
+
|
|
161
|
+
## [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)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Features
|
|
165
|
+
|
|
166
|
+
* additional mutex locks ([07f271f](https://github.com/iotaledger/twin-auditable-item-stream/commit/07f271f411b2835ea9aa5d31ed6557e7aa659939))
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Bug Fixes
|
|
170
|
+
|
|
171
|
+
* 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))
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Dependencies
|
|
175
|
+
|
|
176
|
+
* The following workspace dependencies were updated
|
|
177
|
+
* dependencies
|
|
178
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
179
|
+
|
|
180
|
+
## [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)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Features
|
|
184
|
+
|
|
185
|
+
* 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))
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Dependencies
|
|
189
|
+
|
|
190
|
+
* The following workspace dependencies were updated
|
|
191
|
+
* dependencies
|
|
192
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
193
|
+
|
|
194
|
+
## [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)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Features
|
|
198
|
+
|
|
199
|
+
* 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))
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Dependencies
|
|
203
|
+
|
|
204
|
+
* The following workspace dependencies were updated
|
|
205
|
+
* dependencies
|
|
206
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
207
|
+
|
|
208
|
+
## [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)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Features
|
|
212
|
+
|
|
213
|
+
* update dependencies ([24ececa](https://github.com/iotaledger/twin-auditable-item-stream/commit/24ececa966a408c03e6e7d9de4236182f318f431))
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Dependencies
|
|
217
|
+
|
|
218
|
+
* The following workspace dependencies were updated
|
|
219
|
+
* dependencies
|
|
220
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
221
|
+
|
|
222
|
+
## [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)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Features
|
|
226
|
+
|
|
227
|
+
* typescript 6 update ([eb9a4db](https://github.com/iotaledger/twin-auditable-item-stream/commit/eb9a4db5dc693602464ab11b55759a3e86d1ecab))
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Dependencies
|
|
231
|
+
|
|
232
|
+
* The following workspace dependencies were updated
|
|
233
|
+
* dependencies
|
|
234
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
235
|
+
|
|
236
|
+
## [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)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Features
|
|
240
|
+
|
|
241
|
+
* change close REST route from POST to PUT ([047eb4f](https://github.com/iotaledger/twin-auditable-item-stream/commit/047eb4ff63f5cd4a29fdca006799b8c5fee08ec9))
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Dependencies
|
|
245
|
+
|
|
246
|
+
* The following workspace dependencies were updated
|
|
247
|
+
* dependencies
|
|
248
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
249
|
+
|
|
250
|
+
## [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)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Features
|
|
254
|
+
|
|
255
|
+
* 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))
|
|
256
|
+
* 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))
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Dependencies
|
|
260
|
+
|
|
261
|
+
* The following workspace dependencies were updated
|
|
262
|
+
* dependencies
|
|
263
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
264
|
+
|
|
265
|
+
## [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)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Features
|
|
269
|
+
|
|
270
|
+
* 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))
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
### Dependencies
|
|
274
|
+
|
|
275
|
+
* The following workspace dependencies were updated
|
|
276
|
+
* dependencies
|
|
277
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
278
|
+
|
|
279
|
+
## [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)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Features
|
|
283
|
+
|
|
284
|
+
* update schemas ([8f870cc](https://github.com/iotaledger/twin-auditable-item-stream/commit/8f870cc3d463137b759fb509905089908135e92a))
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Dependencies
|
|
288
|
+
|
|
289
|
+
* The following workspace dependencies were updated
|
|
290
|
+
* dependencies
|
|
291
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
292
|
+
|
|
293
|
+
## [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)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Features
|
|
297
|
+
|
|
298
|
+
* 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))
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Dependencies
|
|
302
|
+
|
|
303
|
+
* The following workspace dependencies were updated
|
|
304
|
+
* dependencies
|
|
305
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
306
|
+
|
|
307
|
+
## [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)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Features
|
|
311
|
+
|
|
312
|
+
* 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))
|
|
9
313
|
|
|
10
314
|
|
|
11
315
|
### Dependencies
|
|
@@ -14,13 +318,13 @@
|
|
|
14
318
|
* dependencies
|
|
15
319
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
320
|
|
|
17
|
-
## [0.0.3-next.8](https://github.com/
|
|
321
|
+
## [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)
|
|
18
322
|
|
|
19
323
|
|
|
20
324
|
### Features
|
|
21
325
|
|
|
22
|
-
* update naming ([b89e5ce](https://github.com/
|
|
23
|
-
* use uuidv7 for ids ([#40](https://github.com/
|
|
326
|
+
* update naming ([b89e5ce](https://github.com/iotaledger/twin-auditable-item-stream/commit/b89e5ce9bb46e5e4f1d63407eb0ccd195743542d))
|
|
327
|
+
* 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))
|
|
24
328
|
|
|
25
329
|
|
|
26
330
|
### Dependencies
|
|
@@ -29,12 +333,12 @@
|
|
|
29
333
|
* dependencies
|
|
30
334
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
31
335
|
|
|
32
|
-
## [0.0.3-next.7](https://github.com/
|
|
336
|
+
## [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)
|
|
33
337
|
|
|
34
338
|
|
|
35
339
|
### Features
|
|
36
340
|
|
|
37
|
-
* use new hosting url for cursor links ([b4a7ae0](https://github.com/
|
|
341
|
+
* use new hosting url for cursor links ([b4a7ae0](https://github.com/iotaledger/twin-auditable-item-stream/commit/b4a7ae0be43f5e59b9951bf7967996021d99aa9b))
|
|
38
342
|
|
|
39
343
|
|
|
40
344
|
### Dependencies
|
|
@@ -43,12 +347,12 @@
|
|
|
43
347
|
* dependencies
|
|
44
348
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
45
349
|
|
|
46
|
-
## [0.0.3-next.6](https://github.com/
|
|
350
|
+
## [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)
|
|
47
351
|
|
|
48
352
|
|
|
49
353
|
### Features
|
|
50
354
|
|
|
51
|
-
* replace nextItem property with Link header ([#37](https://github.com/
|
|
355
|
+
* 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))
|
|
52
356
|
|
|
53
357
|
|
|
54
358
|
### Dependencies
|
|
@@ -57,12 +361,12 @@
|
|
|
57
361
|
* dependencies
|
|
58
362
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
59
363
|
|
|
60
|
-
## [0.0.3-next.5](https://github.com/
|
|
364
|
+
## [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)
|
|
61
365
|
|
|
62
366
|
|
|
63
367
|
### Bug Fixes
|
|
64
368
|
|
|
65
|
-
* context usage ([6f45f33](https://github.com/
|
|
369
|
+
* context usage ([6f45f33](https://github.com/iotaledger/twin-auditable-item-stream/commit/6f45f33b77b64ba7fe543782718f7364e2c11b2f))
|
|
66
370
|
|
|
67
371
|
|
|
68
372
|
### Dependencies
|
|
@@ -71,12 +375,12 @@
|
|
|
71
375
|
* dependencies
|
|
72
376
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
73
377
|
|
|
74
|
-
## [0.0.3-next.4](https://github.com/
|
|
378
|
+
## [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)
|
|
75
379
|
|
|
76
380
|
|
|
77
381
|
### Features
|
|
78
382
|
|
|
79
|
-
* update contexts ([#34](https://github.com/
|
|
383
|
+
* update contexts ([#34](https://github.com/iotaledger/twin-auditable-item-stream/issues/34)) ([e4f485e](https://github.com/iotaledger/twin-auditable-item-stream/commit/e4f485e360f553013b4a850f5fe7b060b1f2d058))
|
|
80
384
|
|
|
81
385
|
|
|
82
386
|
### Dependencies
|
|
@@ -85,12 +389,12 @@
|
|
|
85
389
|
* dependencies
|
|
86
390
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
87
391
|
|
|
88
|
-
## [0.0.3-next.3](https://github.com/
|
|
392
|
+
## [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)
|
|
89
393
|
|
|
90
394
|
|
|
91
395
|
### Features
|
|
92
396
|
|
|
93
|
-
* update contexts and namespaces ([#31](https://github.com/
|
|
397
|
+
* 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))
|
|
94
398
|
|
|
95
399
|
|
|
96
400
|
### Dependencies
|
|
@@ -99,12 +403,12 @@
|
|
|
99
403
|
* dependencies
|
|
100
404
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
101
405
|
|
|
102
|
-
## [0.0.3-next.2](https://github.com/
|
|
406
|
+
## [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)
|
|
103
407
|
|
|
104
408
|
|
|
105
409
|
### Features
|
|
106
410
|
|
|
107
|
-
* update background task service ([a7b8857](https://github.com/
|
|
411
|
+
* update background task service ([a7b8857](https://github.com/iotaledger/twin-auditable-item-stream/commit/a7b885783dfd37d3757127e61e8b0b982c232d36))
|
|
108
412
|
|
|
109
413
|
|
|
110
414
|
### Dependencies
|
|
@@ -113,32 +417,32 @@
|
|
|
113
417
|
* dependencies
|
|
114
418
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
115
419
|
|
|
116
|
-
## [0.0.3-next.1](https://github.com/
|
|
420
|
+
## [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)
|
|
117
421
|
|
|
118
422
|
|
|
119
423
|
### Features
|
|
120
424
|
|
|
121
|
-
* add context id features ([#28](https://github.com/
|
|
122
|
-
* add validate-locales ([4babc73](https://github.com/
|
|
123
|
-
* data types registered with fully qualified names ([3bcd927](https://github.com/
|
|
124
|
-
* eslint migration to flat config ([bd9cb2e](https://github.com/
|
|
125
|
-
* improve schemas ([a658264](https://github.com/
|
|
126
|
-
* improve schemas ([b253580](https://github.com/
|
|
127
|
-
* remove unused namespace ([6085988](https://github.com/
|
|
128
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
129
|
-
* update framework core ([5621601](https://github.com/
|
|
130
|
-
* use new nameof operators ([d1a3bf8](https://github.com/
|
|
131
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
132
|
-
* use standard list json ld types ([54ee4d7](https://github.com/
|
|
425
|
+
* 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))
|
|
426
|
+
* add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
|
|
427
|
+
* data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
|
|
428
|
+
* eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
|
|
429
|
+
* improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
|
|
430
|
+
* improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
|
|
431
|
+
* remove unused namespace ([6085988](https://github.com/iotaledger/twin-auditable-item-stream/commit/608598812ac2f1d0f6d73f5efcc6a169b0f3b38a))
|
|
432
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
433
|
+
* update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
|
|
434
|
+
* use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
|
|
435
|
+
* 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))
|
|
436
|
+
* use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
|
|
133
437
|
|
|
134
438
|
|
|
135
439
|
### Bug Fixes
|
|
136
440
|
|
|
137
|
-
* immutable remove parameter order ([19f60d6](https://github.com/
|
|
138
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
139
|
-
* remove misses removing entries ([a58bc09](https://github.com/
|
|
140
|
-
* update entry use correct deconstructed object ([801e857](https://github.com/
|
|
141
|
-
* update tests for deterministic background tasks ([#5](https://github.com/
|
|
441
|
+
* immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
|
|
442
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
443
|
+
* remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
|
|
444
|
+
* update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
|
|
445
|
+
* 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))
|
|
142
446
|
|
|
143
447
|
|
|
144
448
|
### Dependencies
|
|
@@ -147,12 +451,12 @@
|
|
|
147
451
|
* dependencies
|
|
148
452
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
149
453
|
|
|
150
|
-
## [0.0.2-next.5](https://github.com/
|
|
454
|
+
## [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)
|
|
151
455
|
|
|
152
456
|
|
|
153
457
|
### Features
|
|
154
458
|
|
|
155
|
-
* add validate-locales ([4babc73](https://github.com/
|
|
459
|
+
* add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
|
|
156
460
|
|
|
157
461
|
|
|
158
462
|
### Dependencies
|
|
@@ -161,12 +465,12 @@
|
|
|
161
465
|
* dependencies
|
|
162
466
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
163
467
|
|
|
164
|
-
## [0.0.2-next.4](https://github.com/
|
|
468
|
+
## [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)
|
|
165
469
|
|
|
166
470
|
|
|
167
471
|
### Features
|
|
168
472
|
|
|
169
|
-
* use new nameof operators ([d1a3bf8](https://github.com/
|
|
473
|
+
* use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
|
|
170
474
|
|
|
171
475
|
|
|
172
476
|
### Dependencies
|
|
@@ -175,12 +479,12 @@
|
|
|
175
479
|
* dependencies
|
|
176
480
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
177
481
|
|
|
178
|
-
## [0.0.2-next.3](https://github.com/
|
|
482
|
+
## [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)
|
|
179
483
|
|
|
180
484
|
|
|
181
485
|
### Features
|
|
182
486
|
|
|
183
|
-
* eslint migration to flat config ([bd9cb2e](https://github.com/
|
|
487
|
+
* eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
|
|
184
488
|
|
|
185
489
|
|
|
186
490
|
### Dependencies
|
|
@@ -189,13 +493,13 @@
|
|
|
189
493
|
* dependencies
|
|
190
494
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
191
495
|
|
|
192
|
-
## [0.0.2-next.2](https://github.com/
|
|
496
|
+
## [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)
|
|
193
497
|
|
|
194
498
|
|
|
195
499
|
### Features
|
|
196
500
|
|
|
197
|
-
* remove unused namespace ([6085988](https://github.com/
|
|
198
|
-
* update framework core ([5621601](https://github.com/
|
|
501
|
+
* remove unused namespace ([6085988](https://github.com/iotaledger/twin-auditable-item-stream/commit/608598812ac2f1d0f6d73f5efcc6a169b0f3b38a))
|
|
502
|
+
* update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
|
|
199
503
|
|
|
200
504
|
|
|
201
505
|
### Dependencies
|
|
@@ -204,26 +508,26 @@
|
|
|
204
508
|
* dependencies
|
|
205
509
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
206
510
|
|
|
207
|
-
## [0.0.2-next.1](https://github.com/
|
|
511
|
+
## [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)
|
|
208
512
|
|
|
209
513
|
|
|
210
514
|
### Features
|
|
211
515
|
|
|
212
|
-
* data types registered with fully qualified names ([3bcd927](https://github.com/
|
|
213
|
-
* improve schemas ([a658264](https://github.com/
|
|
214
|
-
* improve schemas ([b253580](https://github.com/
|
|
215
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
216
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
217
|
-
* use standard list json ld types ([54ee4d7](https://github.com/
|
|
516
|
+
* data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
|
|
517
|
+
* improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
|
|
518
|
+
* improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
|
|
519
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
520
|
+
* 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))
|
|
521
|
+
* use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
|
|
218
522
|
|
|
219
523
|
|
|
220
524
|
### Bug Fixes
|
|
221
525
|
|
|
222
|
-
* immutable remove parameter order ([19f60d6](https://github.com/
|
|
223
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
224
|
-
* remove misses removing entries ([a58bc09](https://github.com/
|
|
225
|
-
* update entry use correct deconstructed object ([801e857](https://github.com/
|
|
226
|
-
* update tests for deterministic background tasks ([#5](https://github.com/
|
|
526
|
+
* immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
|
|
527
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
528
|
+
* remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
|
|
529
|
+
* update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
|
|
530
|
+
* 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))
|
|
227
531
|
|
|
228
532
|
|
|
229
533
|
### Dependencies
|
|
@@ -237,22 +541,22 @@
|
|
|
237
541
|
|
|
238
542
|
### Features
|
|
239
543
|
|
|
240
|
-
* data types registered with fully qualified names ([3bcd927](https://github.com/
|
|
241
|
-
* improve schemas ([a658264](https://github.com/
|
|
242
|
-
* improve schemas ([b253580](https://github.com/
|
|
243
|
-
* release to production ([94d5757](https://github.com/
|
|
244
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
245
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
246
|
-
* use standard list json ld types ([54ee4d7](https://github.com/
|
|
544
|
+
* data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
|
|
545
|
+
* improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
|
|
546
|
+
* improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
|
|
547
|
+
* release to production ([94d5757](https://github.com/iotaledger/twin-auditable-item-stream/commit/94d5757ff28b5462564f4ded56c8a3db781f2901))
|
|
548
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
549
|
+
* 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))
|
|
550
|
+
* use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
|
|
247
551
|
|
|
248
552
|
|
|
249
553
|
### Bug Fixes
|
|
250
554
|
|
|
251
|
-
* immutable remove parameter order ([19f60d6](https://github.com/
|
|
252
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
253
|
-
* remove misses removing entries ([a58bc09](https://github.com/
|
|
254
|
-
* update entry use correct deconstructed object ([801e857](https://github.com/
|
|
255
|
-
* update tests for deterministic background tasks ([#5](https://github.com/
|
|
555
|
+
* immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
|
|
556
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
557
|
+
* remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
|
|
558
|
+
* update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
|
|
559
|
+
* 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))
|
|
256
560
|
|
|
257
561
|
|
|
258
562
|
### Dependencies
|
|
@@ -261,12 +565,12 @@
|
|
|
261
565
|
* dependencies
|
|
262
566
|
* @twin.org/auditable-item-stream-models bumped from ^0.0.0 to ^0.0.1
|
|
263
567
|
|
|
264
|
-
## [0.0.1-next.37](https://github.com/
|
|
568
|
+
## [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)
|
|
265
569
|
|
|
266
570
|
|
|
267
571
|
### Bug Fixes
|
|
268
572
|
|
|
269
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
573
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
270
574
|
|
|
271
575
|
|
|
272
576
|
### Dependencies
|
|
@@ -275,13 +579,13 @@
|
|
|
275
579
|
* dependencies
|
|
276
580
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.36 to 0.0.1-next.37
|
|
277
581
|
|
|
278
|
-
## [0.0.1-next.36](https://github.com/
|
|
582
|
+
## [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)
|
|
279
583
|
|
|
280
584
|
|
|
281
585
|
### Features
|
|
282
586
|
|
|
283
|
-
* improve schemas ([a658264](https://github.com/
|
|
284
|
-
* improve schemas ([b253580](https://github.com/
|
|
587
|
+
* improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
|
|
588
|
+
* improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
|
|
285
589
|
|
|
286
590
|
|
|
287
591
|
### Dependencies
|
|
@@ -290,12 +594,12 @@
|
|
|
290
594
|
* dependencies
|
|
291
595
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
292
596
|
|
|
293
|
-
## [0.0.1-next.35](https://github.com/
|
|
597
|
+
## [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)
|
|
294
598
|
|
|
295
599
|
|
|
296
600
|
### Features
|
|
297
601
|
|
|
298
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
602
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
299
603
|
|
|
300
604
|
|
|
301
605
|
### Dependencies
|
|
@@ -304,7 +608,7 @@
|
|
|
304
608
|
* dependencies
|
|
305
609
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
306
610
|
|
|
307
|
-
## [0.0.1-next.34](https://github.com/
|
|
611
|
+
## [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)
|
|
308
612
|
|
|
309
613
|
|
|
310
614
|
### Miscellaneous Chores
|
|
@@ -318,12 +622,12 @@
|
|
|
318
622
|
* dependencies
|
|
319
623
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
320
624
|
|
|
321
|
-
## [0.0.1-next.33](https://github.com/
|
|
625
|
+
## [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)
|
|
322
626
|
|
|
323
627
|
|
|
324
628
|
### Features
|
|
325
629
|
|
|
326
|
-
* data types registered with fully qualified names ([3bcd927](https://github.com/
|
|
630
|
+
* data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
|
|
327
631
|
|
|
328
632
|
|
|
329
633
|
### Dependencies
|
|
@@ -332,12 +636,12 @@
|
|
|
332
636
|
* dependencies
|
|
333
637
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
334
638
|
|
|
335
|
-
## [0.0.1-next.32](https://github.com/
|
|
639
|
+
## [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)
|
|
336
640
|
|
|
337
641
|
|
|
338
642
|
### Features
|
|
339
643
|
|
|
340
|
-
* use standard list json ld types ([54ee4d7](https://github.com/
|
|
644
|
+
* use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
|
|
341
645
|
|
|
342
646
|
|
|
343
647
|
### Dependencies
|
|
@@ -346,12 +650,12 @@
|
|
|
346
650
|
* dependencies
|
|
347
651
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.31 to 0.0.1-next.32
|
|
348
652
|
|
|
349
|
-
## [0.0.1-next.31](https://github.com/
|
|
653
|
+
## [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)
|
|
350
654
|
|
|
351
655
|
|
|
352
656
|
### Bug Fixes
|
|
353
657
|
|
|
354
|
-
* remove misses removing entries ([a58bc09](https://github.com/
|
|
658
|
+
* remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
|
|
355
659
|
|
|
356
660
|
|
|
357
661
|
### Dependencies
|
|
@@ -360,12 +664,12 @@
|
|
|
360
664
|
* dependencies
|
|
361
665
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.30 to 0.0.1-next.31
|
|
362
666
|
|
|
363
|
-
## [0.0.1-next.30](https://github.com/
|
|
667
|
+
## [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)
|
|
364
668
|
|
|
365
669
|
|
|
366
670
|
### Bug Fixes
|
|
367
671
|
|
|
368
|
-
* update entry use correct deconstructed object ([801e857](https://github.com/
|
|
672
|
+
* update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
|
|
369
673
|
|
|
370
674
|
|
|
371
675
|
### Dependencies
|
|
@@ -374,12 +678,12 @@
|
|
|
374
678
|
* dependencies
|
|
375
679
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.29 to 0.0.1-next.30
|
|
376
680
|
|
|
377
|
-
## [0.0.1-next.29](https://github.com/
|
|
681
|
+
## [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)
|
|
378
682
|
|
|
379
683
|
|
|
380
684
|
### Bug Fixes
|
|
381
685
|
|
|
382
|
-
* immutable remove parameter order ([19f60d6](https://github.com/
|
|
686
|
+
* immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
|
|
383
687
|
|
|
384
688
|
|
|
385
689
|
### Dependencies
|
|
@@ -388,12 +692,12 @@
|
|
|
388
692
|
* dependencies
|
|
389
693
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.28 to 0.0.1-next.29
|
|
390
694
|
|
|
391
|
-
## [0.0.1-next.28](https://github.com/
|
|
695
|
+
## [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)
|
|
392
696
|
|
|
393
697
|
|
|
394
698
|
### Features
|
|
395
699
|
|
|
396
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
700
|
+
* 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))
|
|
397
701
|
|
|
398
702
|
|
|
399
703
|
### Dependencies
|
|
@@ -402,12 +706,12 @@
|
|
|
402
706
|
* dependencies
|
|
403
707
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.27 to 0.0.1-next.28
|
|
404
708
|
|
|
405
|
-
## [0.0.1-next.27](https://github.com/
|
|
709
|
+
## [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)
|
|
406
710
|
|
|
407
711
|
|
|
408
712
|
### Bug Fixes
|
|
409
713
|
|
|
410
|
-
* update tests for deterministic background tasks ([#5](https://github.com/
|
|
714
|
+
* 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))
|
|
411
715
|
|
|
412
716
|
|
|
413
717
|
### Dependencies
|
|
@@ -416,7 +720,7 @@
|
|
|
416
720
|
* dependencies
|
|
417
721
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.26 to 0.0.1-next.27
|
|
418
722
|
|
|
419
|
-
## [0.0.1-next.26](https://github.com/
|
|
723
|
+
## [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)
|
|
420
724
|
|
|
421
725
|
|
|
422
726
|
### Miscellaneous Chores
|