@twin.org/synchronised-storage-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.
Files changed (36) hide show
  1. package/README.md +2 -2
  2. package/dist/es/helpers/blobStorageHelper.js +1 -1
  3. package/dist/es/helpers/blobStorageHelper.js.map +1 -1
  4. package/dist/es/helpers/changeSetHelper.js +3 -3
  5. package/dist/es/helpers/changeSetHelper.js.map +1 -1
  6. package/dist/es/helpers/localSyncStateHelper.js +7 -7
  7. package/dist/es/helpers/localSyncStateHelper.js.map +1 -1
  8. package/dist/es/helpers/remoteSyncStateHelper.js +14 -9
  9. package/dist/es/helpers/remoteSyncStateHelper.js.map +1 -1
  10. package/dist/es/helpers/versions.js +9 -0
  11. package/dist/es/helpers/versions.js.map +1 -1
  12. package/dist/es/restEntryPoints.js +3 -0
  13. package/dist/es/restEntryPoints.js.map +1 -1
  14. package/dist/es/synchronisedStorageRoutes.js +4 -2
  15. package/dist/es/synchronisedStorageRoutes.js.map +1 -1
  16. package/dist/es/synchronisedStorageService.js +14 -11
  17. package/dist/es/synchronisedStorageService.js.map +1 -1
  18. package/dist/types/helpers/blobStorageHelper.d.ts +1 -1
  19. package/dist/types/helpers/changeSetHelper.d.ts +3 -3
  20. package/dist/types/helpers/localSyncStateHelper.d.ts +5 -5
  21. package/dist/types/helpers/remoteSyncStateHelper.d.ts +10 -19
  22. package/dist/types/helpers/versions.d.ts +9 -0
  23. package/dist/types/restEntryPoints.d.ts +3 -0
  24. package/dist/types/synchronisedStorageService.d.ts +3 -3
  25. package/docs/changelog.md +229 -76
  26. package/docs/examples.md +80 -1
  27. package/docs/open-api/spec.json +17 -21
  28. package/docs/reference/classes/SyncSnapshotEntry.md +12 -12
  29. package/docs/reference/classes/SynchronisedStorageService.md +9 -9
  30. package/docs/reference/interfaces/ISyncPointerStore.md +2 -2
  31. package/docs/reference/interfaces/ISyncSnapshot.md +7 -7
  32. package/docs/reference/interfaces/ISyncState.md +3 -3
  33. package/docs/reference/interfaces/ISynchronisedStorageServiceConfig.md +13 -13
  34. package/docs/reference/interfaces/ISynchronisedStorageServiceConstructorOptions.md +19 -19
  35. package/docs/reference/variables/restEntryPoints.md +2 -0
  36. package/package.json +20 -22
package/docs/changelog.md CHANGED
@@ -1,11 +1,164 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.9](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.8...synchronised-storage-service-v0.0.3-next.9) (2026-03-04)
3
+ ## [0.9.0](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.9.0...synchronised-storage-service-v0.9.0) (2026-06-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * initial commit ([16949b8](https://github.com/iotaledger/twin-synchronised-storage/commit/16949b8e5bdb190f053c52af352290e3fd964f9a))
9
+ * release to production ([#55](https://github.com/iotaledger/twin-synchronised-storage/issues/55)) ([8e5df2f](https://github.com/iotaledger/twin-synchronised-storage/commit/8e5df2fd3ef9c7a39d7bd9f366fe54b266eb0d5b))
10
+
11
+ ## [0.9.0-next.1](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.9.0-next.0...synchronised-storage-service-v0.9.0-next.1) (2026-06-24)
12
+
13
+
14
+ ### Features
15
+
16
+ * add async item requests to reduce storage overhead ([#3](https://github.com/iotaledger/twin-synchronised-storage/issues/3)) ([af4e17d](https://github.com/iotaledger/twin-synchronised-storage/commit/af4e17d826f0a8278fd60dc69aaa21fe6895425f))
17
+ * add context id features ([#24](https://github.com/iotaledger/twin-synchronised-storage/issues/24)) ([5266b18](https://github.com/iotaledger/twin-synchronised-storage/commit/5266b18088317c7dc274a209a79102a6fc88a8e4))
18
+ * add guards for verifiable storage keys ([5182e8b](https://github.com/iotaledger/twin-synchronised-storage/commit/5182e8b2a7868e8d396fd02964b0ed7f0c0a5947))
19
+ * add payload versioning ([3bbbce0](https://github.com/iotaledger/twin-synchronised-storage/commit/3bbbce0bdf24bbe67c1a265704538d505d7feb91))
20
+ * add rights management integration ([56fff6b](https://github.com/iotaledger/twin-synchronised-storage/commit/56fff6b4074f7ffaa40920e0c1e9fc98ca669111))
21
+ * add rights management integration ([d003d33](https://github.com/iotaledger/twin-synchronised-storage/commit/d003d33d2d2b4a4aa1379071eed71a707ebcb4de))
22
+ * add ts-to-jsonld-context tool ([16d7677](https://github.com/iotaledger/twin-synchronised-storage/commit/16d76776e7e3f75e6c4fb9f88cb32fed2967c4b6))
23
+ * add validate-locales ([e3d7b98](https://github.com/iotaledger/twin-synchronised-storage/commit/e3d7b98839e9ca624855717c8957d572c4e09abf))
24
+ * additional node identity checks ([76257c4](https://github.com/iotaledger/twin-synchronised-storage/commit/76257c4173303d484391f71f581fd0e214204029))
25
+ * blob storage connector instead of component ([#7](https://github.com/iotaledger/twin-synchronised-storage/issues/7)) ([ea27241](https://github.com/iotaledger/twin-synchronised-storage/commit/ea27241cf0810b52ab7a6be7346809d127b7109a))
26
+ * eslint migration to flat config ([f601c14](https://github.com/iotaledger/twin-synchronised-storage/commit/f601c14f6adef3290554dc7df6e6b3528aa0dc2b))
27
+ * improve consolidation logic ([698232f](https://github.com/iotaledger/twin-synchronised-storage/commit/698232f57640f87642ecd323cb1e4670eda33343))
28
+ * initial commit ([16949b8](https://github.com/iotaledger/twin-synchronised-storage/commit/16949b8e5bdb190f053c52af352290e3fd964f9a))
29
+ * json ld contexts ([#36](https://github.com/iotaledger/twin-synchronised-storage/issues/36)) ([3a87a9f](https://github.com/iotaledger/twin-synchronised-storage/commit/3a87a9fb16d21baf672e44b4e8914cf1937b1d6a))
30
+ * read headers from pre request data ([#28](https://github.com/iotaledger/twin-synchronised-storage/issues/28)) ([3360bf5](https://github.com/iotaledger/twin-synchronised-storage/commit/3360bf5b22fe62f312ba177f8812941de7e8cf2c))
31
+ * remove default loggers ([964ba87](https://github.com/iotaledger/twin-synchronised-storage/commit/964ba8762dc4403f57f2f2fb4711b7275d0f8352))
32
+ * remove default loggers ([59c95b2](https://github.com/iotaledger/twin-synchronised-storage/commit/59c95b251e19270c9eb552d81bb7f25cdd6e8f03))
33
+ * remove default loggers ([d5f8630](https://github.com/iotaledger/twin-synchronised-storage/commit/d5f86307630fd94c3bb7dfd0c0165696a29fa425))
34
+ * remove default loggers ([b276692](https://github.com/iotaledger/twin-synchronised-storage/commit/b2766926d48bf599cc9629ee2daa526843026159))
35
+ * remove default loggers ([5619842](https://github.com/iotaledger/twin-synchronised-storage/commit/5619842f997d285d8ac6e8c6060d7974b90f61c1))
36
+ * remove isTrustedNode from config and rely on trusted component ([cc2d987](https://github.com/iotaledger/twin-synchronised-storage/commit/cc2d98795044fc97b33fadf871188f6103f5c987))
37
+ * remove unused dependencies ([518c460](https://github.com/iotaledger/twin-synchronised-storage/commit/518c460d2e5e2b2c487565acb5162a03ddb85eae))
38
+ * removed unused properties ([7d4e916](https://github.com/iotaledger/twin-synchronised-storage/commit/7d4e9169e923142cd767c8830f2c009675484df8))
39
+ * skipTenant for trust routes ([#41](https://github.com/iotaledger/twin-synchronised-storage/issues/41)) ([b7bb0a8](https://github.com/iotaledger/twin-synchronised-storage/commit/b7bb0a8771951d4b28c419e946b715b8905b012e))
40
+ * switch to chacha20poly1305 for encryption ([ecc7137](https://github.com/iotaledger/twin-synchronised-storage/commit/ecc713775bc958c15453729aa1d6dacafd789906))
41
+ * switch to logging component ([a606302](https://github.com/iotaledger/twin-synchronised-storage/commit/a606302d7b89b922d33456b420d8f140d4fd565a))
42
+ * sync testing ([#5](https://github.com/iotaledger/twin-synchronised-storage/issues/5)) ([f78d5ac](https://github.com/iotaledger/twin-synchronised-storage/commit/f78d5ac661b891f9912e0a81d028453f909a64b4))
43
+ * typescript 6 update ([b0e6d52](https://github.com/iotaledger/twin-synchronised-storage/commit/b0e6d52f622dc1ff2273f5e09e8370382742ae50))
44
+ * update assertion method naming ([fb0118c](https://github.com/iotaledger/twin-synchronised-storage/commit/fb0118c494f0f520e1850a4e77b54e91235ce9a9))
45
+ * update contexts ([#34](https://github.com/iotaledger/twin-synchronised-storage/issues/34)) ([7be9caf](https://github.com/iotaledger/twin-synchronised-storage/commit/7be9caf3da63f8afefd625650150bed171a1d045))
46
+ * update contexts and namespaces ([#31](https://github.com/iotaledger/twin-synchronised-storage/issues/31)) ([b31c8fa](https://github.com/iotaledger/twin-synchronised-storage/commit/b31c8fabb8431a230415aaa2caa47fb021489d3a))
47
+ * update dependencies ([2bce2e2](https://github.com/iotaledger/twin-synchronised-storage/commit/2bce2e205f9e1acdef41681720e192b77aa50468))
48
+ * update framework core ([99f09cc](https://github.com/iotaledger/twin-synchronised-storage/commit/99f09cc94cfb9fff6b3a345775eeae2ab3192ed2))
49
+ * update RSA components ([c57c7b8](https://github.com/iotaledger/twin-synchronised-storage/commit/c57c7b85d4225deb6efa1228c77b8148bf6e11f7))
50
+ * update schemas ([7566c48](https://github.com/iotaledger/twin-synchronised-storage/commit/7566c4860baad5ead4327ac19cb5b647e63f2ca3))
51
+ * update to in built vc auth mechanism ([411a371](https://github.com/iotaledger/twin-synchronised-storage/commit/411a3716830195ebf54755a1633b05d5c3f96754))
52
+ * use trust component ([bb93324](https://github.com/iotaledger/twin-synchronised-storage/commit/bb93324abc19598a30d07ab2f05b94eccd5722fa))
53
+ * use trust component ([424f0d6](https://github.com/iotaledger/twin-synchronised-storage/commit/424f0d6aaacfdc7700c46fe6c2def23b2eacddc9))
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * platform registration in tests ([e487964](https://github.com/iotaledger/twin-synchronised-storage/commit/e487964622d91f289eb29e04a581ace555d81344))
59
+ * remove redundant code ([19edb23](https://github.com/iotaledger/twin-synchronised-storage/commit/19edb236f318b9c9454a64259d0ab5098a0c8173))
60
+ * test mocks ([0fdc9bf](https://github.com/iotaledger/twin-synchronised-storage/commit/0fdc9bf1469e88df481cc8fd88f3c5b19dd51cba))
61
+ * use async getStore in tests ([b883778](https://github.com/iotaledger/twin-synchronised-storage/commit/b8837787b9876d836e69e3f81ac6508fd97a5465))
62
+ * use node id for encryption key namespace ([3011e96](https://github.com/iotaledger/twin-synchronised-storage/commit/3011e9697de5473b34d0f49cdb601b905b3814fe))
63
+
64
+
65
+ ### Dependencies
66
+
67
+ * The following workspace dependencies were updated
68
+ * dependencies
69
+ * @twin.org/synchronised-storage-models bumped from 0.9.0-next.0 to 0.9.0-next.1
70
+
71
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.14...synchronised-storage-service-v0.0.3-next.15) (2026-06-11)
72
+
73
+
74
+ ### Features
75
+
76
+ * remove default loggers ([b276692](https://github.com/iotaledger/twin-synchronised-storage/commit/b2766926d48bf599cc9629ee2daa526843026159))
77
+ * remove default loggers ([5619842](https://github.com/iotaledger/twin-synchronised-storage/commit/5619842f997d285d8ac6e8c6060d7974b90f61c1))
78
+
79
+
80
+ ### Dependencies
81
+
82
+ * The following workspace dependencies were updated
83
+ * dependencies
84
+ * @twin.org/synchronised-storage-models bumped from 0.0.3-next.14 to 0.0.3-next.15
85
+
86
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.13...synchronised-storage-service-v0.0.3-next.14) (2026-05-20)
87
+
88
+
89
+ ### Features
90
+
91
+ * update dependencies ([2bce2e2](https://github.com/iotaledger/twin-synchronised-storage/commit/2bce2e205f9e1acdef41681720e192b77aa50468))
92
+
93
+
94
+ ### Dependencies
95
+
96
+ * The following workspace dependencies were updated
97
+ * dependencies
98
+ * @twin.org/synchronised-storage-models bumped from 0.0.3-next.13 to 0.0.3-next.14
99
+
100
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.12...synchronised-storage-service-v0.0.3-next.13) (2026-05-12)
101
+
102
+
103
+ ### Features
104
+
105
+ * typescript 6 update ([b0e6d52](https://github.com/iotaledger/twin-synchronised-storage/commit/b0e6d52f622dc1ff2273f5e09e8370382742ae50))
106
+
107
+
108
+ ### Dependencies
109
+
110
+ * The following workspace dependencies were updated
111
+ * dependencies
112
+ * @twin.org/synchronised-storage-models bumped from 0.0.3-next.12 to 0.0.3-next.13
113
+
114
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.11...synchronised-storage-service-v0.0.3-next.12) (2026-05-07)
115
+
116
+
117
+ ### Miscellaneous Chores
118
+
119
+ * **synchronised-storage-service:** Synchronize repo versions
120
+
121
+
122
+ ### Dependencies
123
+
124
+ * The following workspace dependencies were updated
125
+ * dependencies
126
+ * @twin.org/synchronised-storage-models bumped from 0.0.3-next.11 to 0.0.3-next.12
127
+
128
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.10...synchronised-storage-service-v0.0.3-next.11) (2026-04-10)
129
+
130
+
131
+ ### Features
132
+
133
+ * skipTenant for trust routes ([#41](https://github.com/iotaledger/twin-synchronised-storage/issues/41)) ([b7bb0a8](https://github.com/iotaledger/twin-synchronised-storage/commit/b7bb0a8771951d4b28c419e946b715b8905b012e))
134
+
135
+
136
+ ### Dependencies
137
+
138
+ * The following workspace dependencies were updated
139
+ * dependencies
140
+ * @twin.org/synchronised-storage-models bumped from 0.0.3-next.10 to 0.0.3-next.11
141
+
142
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.9...synchronised-storage-service-v0.0.3-next.10) (2026-03-20)
143
+
144
+
145
+ ### Bug Fixes
146
+
147
+ * remove redundant code ([19edb23](https://github.com/iotaledger/twin-synchronised-storage/commit/19edb236f318b9c9454a64259d0ab5098a0c8173))
148
+
149
+
150
+ ### Dependencies
151
+
152
+ * The following workspace dependencies were updated
153
+ * dependencies
154
+ * @twin.org/synchronised-storage-models bumped from 0.0.3-next.9 to 0.0.3-next.10
155
+
156
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.8...synchronised-storage-service-v0.0.3-next.9) (2026-03-04)
4
157
 
5
158
 
6
159
  ### Bug Fixes
7
160
 
8
- * use node id for encryption key namespace ([3011e96](https://github.com/twinfoundation/synchronised-storage/commit/3011e9697de5473b34d0f49cdb601b905b3814fe))
161
+ * use node id for encryption key namespace ([3011e96](https://github.com/iotaledger/twin-synchronised-storage/commit/3011e9697de5473b34d0f49cdb601b905b3814fe))
9
162
 
10
163
 
11
164
  ### Dependencies
@@ -14,13 +167,13 @@
14
167
  * dependencies
15
168
  * @twin.org/synchronised-storage-models bumped from 0.0.3-next.8 to 0.0.3-next.9
16
169
 
17
- ## [0.0.3-next.8](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.7...synchronised-storage-service-v0.0.3-next.8) (2026-02-25)
170
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.7...synchronised-storage-service-v0.0.3-next.8) (2026-02-25)
18
171
 
19
172
 
20
173
  ### Features
21
174
 
22
- * add ts-to-jsonld-context tool ([16d7677](https://github.com/twinfoundation/synchronised-storage/commit/16d76776e7e3f75e6c4fb9f88cb32fed2967c4b6))
23
- * update schemas ([7566c48](https://github.com/twinfoundation/synchronised-storage/commit/7566c4860baad5ead4327ac19cb5b647e63f2ca3))
175
+ * add ts-to-jsonld-context tool ([16d7677](https://github.com/iotaledger/twin-synchronised-storage/commit/16d76776e7e3f75e6c4fb9f88cb32fed2967c4b6))
176
+ * update schemas ([7566c48](https://github.com/iotaledger/twin-synchronised-storage/commit/7566c4860baad5ead4327ac19cb5b647e63f2ca3))
24
177
 
25
178
 
26
179
  ### Dependencies
@@ -29,12 +182,12 @@
29
182
  * dependencies
30
183
  * @twin.org/synchronised-storage-models bumped from 0.0.3-next.7 to 0.0.3-next.8
31
184
 
32
- ## [0.0.3-next.7](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.6...synchronised-storage-service-v0.0.3-next.7) (2026-01-28)
185
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.6...synchronised-storage-service-v0.0.3-next.7) (2026-01-28)
33
186
 
34
187
 
35
188
  ### Features
36
189
 
37
- * json ld contexts ([#36](https://github.com/twinfoundation/synchronised-storage/issues/36)) ([3a87a9f](https://github.com/twinfoundation/synchronised-storage/commit/3a87a9fb16d21baf672e44b4e8914cf1937b1d6a))
190
+ * json ld contexts ([#36](https://github.com/iotaledger/twin-synchronised-storage/issues/36)) ([3a87a9f](https://github.com/iotaledger/twin-synchronised-storage/commit/3a87a9fb16d21baf672e44b4e8914cf1937b1d6a))
38
191
 
39
192
 
40
193
  ### Dependencies
@@ -43,12 +196,12 @@
43
196
  * dependencies
44
197
  * @twin.org/synchronised-storage-models bumped from 0.0.3-next.6 to 0.0.3-next.7
45
198
 
46
- ## [0.0.3-next.6](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.5...synchronised-storage-service-v0.0.3-next.6) (2026-01-22)
199
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.5...synchronised-storage-service-v0.0.3-next.6) (2026-01-22)
47
200
 
48
201
 
49
202
  ### Features
50
203
 
51
- * update contexts ([#34](https://github.com/twinfoundation/synchronised-storage/issues/34)) ([7be9caf](https://github.com/twinfoundation/synchronised-storage/commit/7be9caf3da63f8afefd625650150bed171a1d045))
204
+ * update contexts ([#34](https://github.com/iotaledger/twin-synchronised-storage/issues/34)) ([7be9caf](https://github.com/iotaledger/twin-synchronised-storage/commit/7be9caf3da63f8afefd625650150bed171a1d045))
52
205
 
53
206
 
54
207
  ### Dependencies
@@ -57,12 +210,12 @@
57
210
  * dependencies
58
211
  * @twin.org/synchronised-storage-models bumped from 0.0.3-next.5 to 0.0.3-next.6
59
212
 
60
- ## [0.0.3-next.5](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.4...synchronised-storage-service-v0.0.3-next.5) (2026-01-19)
213
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.4...synchronised-storage-service-v0.0.3-next.5) (2026-01-19)
61
214
 
62
215
 
63
216
  ### Features
64
217
 
65
- * remove unused dependencies ([518c460](https://github.com/twinfoundation/synchronised-storage/commit/518c460d2e5e2b2c487565acb5162a03ddb85eae))
218
+ * remove unused dependencies ([518c460](https://github.com/iotaledger/twin-synchronised-storage/commit/518c460d2e5e2b2c487565acb5162a03ddb85eae))
66
219
 
67
220
 
68
221
  ### Dependencies
@@ -71,12 +224,12 @@
71
224
  * dependencies
72
225
  * @twin.org/synchronised-storage-models bumped from 0.0.3-next.4 to 0.0.3-next.5
73
226
 
74
- ## [0.0.3-next.4](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.3...synchronised-storage-service-v0.0.3-next.4) (2026-01-15)
227
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.3...synchronised-storage-service-v0.0.3-next.4) (2026-01-15)
75
228
 
76
229
 
77
230
  ### Features
78
231
 
79
- * update contexts and namespaces ([#31](https://github.com/twinfoundation/synchronised-storage/issues/31)) ([b31c8fa](https://github.com/twinfoundation/synchronised-storage/commit/b31c8fabb8431a230415aaa2caa47fb021489d3a))
232
+ * update contexts and namespaces ([#31](https://github.com/iotaledger/twin-synchronised-storage/issues/31)) ([b31c8fa](https://github.com/iotaledger/twin-synchronised-storage/commit/b31c8fabb8431a230415aaa2caa47fb021489d3a))
80
233
 
81
234
 
82
235
  ### Dependencies
@@ -85,12 +238,12 @@
85
238
  * dependencies
86
239
  * @twin.org/synchronised-storage-models bumped from 0.0.3-next.3 to 0.0.3-next.4
87
240
 
88
- ## [0.0.3-next.3](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.2...synchronised-storage-service-v0.0.3-next.3) (2026-01-12)
241
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.2...synchronised-storage-service-v0.0.3-next.3) (2026-01-12)
89
242
 
90
243
 
91
244
  ### Features
92
245
 
93
- * read headers from pre request data ([#28](https://github.com/twinfoundation/synchronised-storage/issues/28)) ([3360bf5](https://github.com/twinfoundation/synchronised-storage/commit/3360bf5b22fe62f312ba177f8812941de7e8cf2c))
246
+ * read headers from pre request data ([#28](https://github.com/iotaledger/twin-synchronised-storage/issues/28)) ([3360bf5](https://github.com/iotaledger/twin-synchronised-storage/commit/3360bf5b22fe62f312ba177f8812941de7e8cf2c))
94
247
 
95
248
 
96
249
  ### Dependencies
@@ -99,12 +252,12 @@
99
252
  * dependencies
100
253
  * @twin.org/synchronised-storage-models bumped from 0.0.3-next.2 to 0.0.3-next.3
101
254
 
102
- ## [0.0.3-next.2](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.1...synchronised-storage-service-v0.0.3-next.2) (2025-12-04)
255
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.1...synchronised-storage-service-v0.0.3-next.2) (2025-12-04)
103
256
 
104
257
 
105
258
  ### Features
106
259
 
107
- * use trust component ([424f0d6](https://github.com/twinfoundation/synchronised-storage/commit/424f0d6aaacfdc7700c46fe6c2def23b2eacddc9))
260
+ * use trust component ([424f0d6](https://github.com/iotaledger/twin-synchronised-storage/commit/424f0d6aaacfdc7700c46fe6c2def23b2eacddc9))
108
261
 
109
262
 
110
263
  ### Dependencies
@@ -113,32 +266,32 @@
113
266
  * dependencies
114
267
  * @twin.org/synchronised-storage-models bumped from 0.0.3-next.1 to 0.0.3-next.2
115
268
 
116
- ## [0.0.3-next.1](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.0...synchronised-storage-service-v0.0.3-next.1) (2025-11-12)
269
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.0...synchronised-storage-service-v0.0.3-next.1) (2025-11-12)
117
270
 
118
271
 
119
272
  ### Features
120
273
 
121
- * add async item requests to reduce storage overhead ([#3](https://github.com/twinfoundation/synchronised-storage/issues/3)) ([af4e17d](https://github.com/twinfoundation/synchronised-storage/commit/af4e17d826f0a8278fd60dc69aaa21fe6895425f))
122
- * add context id features ([#24](https://github.com/twinfoundation/synchronised-storage/issues/24)) ([5266b18](https://github.com/twinfoundation/synchronised-storage/commit/5266b18088317c7dc274a209a79102a6fc88a8e4))
123
- * add guards for verifiable storage keys ([5182e8b](https://github.com/twinfoundation/synchronised-storage/commit/5182e8b2a7868e8d396fd02964b0ed7f0c0a5947))
124
- * add payload versioning ([3bbbce0](https://github.com/twinfoundation/synchronised-storage/commit/3bbbce0bdf24bbe67c1a265704538d505d7feb91))
125
- * add rights management integration ([56fff6b](https://github.com/twinfoundation/synchronised-storage/commit/56fff6b4074f7ffaa40920e0c1e9fc98ca669111))
126
- * add rights management integration ([d003d33](https://github.com/twinfoundation/synchronised-storage/commit/d003d33d2d2b4a4aa1379071eed71a707ebcb4de))
127
- * add validate-locales ([e3d7b98](https://github.com/twinfoundation/synchronised-storage/commit/e3d7b98839e9ca624855717c8957d572c4e09abf))
128
- * additional node identity checks ([76257c4](https://github.com/twinfoundation/synchronised-storage/commit/76257c4173303d484391f71f581fd0e214204029))
129
- * blob storage connector instead of component ([#7](https://github.com/twinfoundation/synchronised-storage/issues/7)) ([ea27241](https://github.com/twinfoundation/synchronised-storage/commit/ea27241cf0810b52ab7a6be7346809d127b7109a))
130
- * eslint migration to flat config ([f601c14](https://github.com/twinfoundation/synchronised-storage/commit/f601c14f6adef3290554dc7df6e6b3528aa0dc2b))
131
- * improve consolidation logic ([698232f](https://github.com/twinfoundation/synchronised-storage/commit/698232f57640f87642ecd323cb1e4670eda33343))
132
- * initial commit ([16949b8](https://github.com/twinfoundation/synchronised-storage/commit/16949b8e5bdb190f053c52af352290e3fd964f9a))
133
- * remove isTrustedNode from config and rely on trusted component ([cc2d987](https://github.com/twinfoundation/synchronised-storage/commit/cc2d98795044fc97b33fadf871188f6103f5c987))
134
- * removed unused properties ([7d4e916](https://github.com/twinfoundation/synchronised-storage/commit/7d4e9169e923142cd767c8830f2c009675484df8))
135
- * switch to chacha20poly1305 for encryption ([ecc7137](https://github.com/twinfoundation/synchronised-storage/commit/ecc713775bc958c15453729aa1d6dacafd789906))
136
- * switch to logging component ([a606302](https://github.com/twinfoundation/synchronised-storage/commit/a606302d7b89b922d33456b420d8f140d4fd565a))
137
- * sync testing ([#5](https://github.com/twinfoundation/synchronised-storage/issues/5)) ([f78d5ac](https://github.com/twinfoundation/synchronised-storage/commit/f78d5ac661b891f9912e0a81d028453f909a64b4))
138
- * update assertion method naming ([fb0118c](https://github.com/twinfoundation/synchronised-storage/commit/fb0118c494f0f520e1850a4e77b54e91235ce9a9))
139
- * update framework core ([99f09cc](https://github.com/twinfoundation/synchronised-storage/commit/99f09cc94cfb9fff6b3a345775eeae2ab3192ed2))
140
- * update RSA components ([c57c7b8](https://github.com/twinfoundation/synchronised-storage/commit/c57c7b85d4225deb6efa1228c77b8148bf6e11f7))
141
- * update to in built vc auth mechanism ([411a371](https://github.com/twinfoundation/synchronised-storage/commit/411a3716830195ebf54755a1633b05d5c3f96754))
274
+ * add async item requests to reduce storage overhead ([#3](https://github.com/iotaledger/twin-synchronised-storage/issues/3)) ([af4e17d](https://github.com/iotaledger/twin-synchronised-storage/commit/af4e17d826f0a8278fd60dc69aaa21fe6895425f))
275
+ * add context id features ([#24](https://github.com/iotaledger/twin-synchronised-storage/issues/24)) ([5266b18](https://github.com/iotaledger/twin-synchronised-storage/commit/5266b18088317c7dc274a209a79102a6fc88a8e4))
276
+ * add guards for verifiable storage keys ([5182e8b](https://github.com/iotaledger/twin-synchronised-storage/commit/5182e8b2a7868e8d396fd02964b0ed7f0c0a5947))
277
+ * add payload versioning ([3bbbce0](https://github.com/iotaledger/twin-synchronised-storage/commit/3bbbce0bdf24bbe67c1a265704538d505d7feb91))
278
+ * add rights management integration ([56fff6b](https://github.com/iotaledger/twin-synchronised-storage/commit/56fff6b4074f7ffaa40920e0c1e9fc98ca669111))
279
+ * add rights management integration ([d003d33](https://github.com/iotaledger/twin-synchronised-storage/commit/d003d33d2d2b4a4aa1379071eed71a707ebcb4de))
280
+ * add validate-locales ([e3d7b98](https://github.com/iotaledger/twin-synchronised-storage/commit/e3d7b98839e9ca624855717c8957d572c4e09abf))
281
+ * additional node identity checks ([76257c4](https://github.com/iotaledger/twin-synchronised-storage/commit/76257c4173303d484391f71f581fd0e214204029))
282
+ * blob storage connector instead of component ([#7](https://github.com/iotaledger/twin-synchronised-storage/issues/7)) ([ea27241](https://github.com/iotaledger/twin-synchronised-storage/commit/ea27241cf0810b52ab7a6be7346809d127b7109a))
283
+ * eslint migration to flat config ([f601c14](https://github.com/iotaledger/twin-synchronised-storage/commit/f601c14f6adef3290554dc7df6e6b3528aa0dc2b))
284
+ * improve consolidation logic ([698232f](https://github.com/iotaledger/twin-synchronised-storage/commit/698232f57640f87642ecd323cb1e4670eda33343))
285
+ * initial commit ([16949b8](https://github.com/iotaledger/twin-synchronised-storage/commit/16949b8e5bdb190f053c52af352290e3fd964f9a))
286
+ * remove isTrustedNode from config and rely on trusted component ([cc2d987](https://github.com/iotaledger/twin-synchronised-storage/commit/cc2d98795044fc97b33fadf871188f6103f5c987))
287
+ * removed unused properties ([7d4e916](https://github.com/iotaledger/twin-synchronised-storage/commit/7d4e9169e923142cd767c8830f2c009675484df8))
288
+ * switch to chacha20poly1305 for encryption ([ecc7137](https://github.com/iotaledger/twin-synchronised-storage/commit/ecc713775bc958c15453729aa1d6dacafd789906))
289
+ * switch to logging component ([a606302](https://github.com/iotaledger/twin-synchronised-storage/commit/a606302d7b89b922d33456b420d8f140d4fd565a))
290
+ * sync testing ([#5](https://github.com/iotaledger/twin-synchronised-storage/issues/5)) ([f78d5ac](https://github.com/iotaledger/twin-synchronised-storage/commit/f78d5ac661b891f9912e0a81d028453f909a64b4))
291
+ * update assertion method naming ([fb0118c](https://github.com/iotaledger/twin-synchronised-storage/commit/fb0118c494f0f520e1850a4e77b54e91235ce9a9))
292
+ * update framework core ([99f09cc](https://github.com/iotaledger/twin-synchronised-storage/commit/99f09cc94cfb9fff6b3a345775eeae2ab3192ed2))
293
+ * update RSA components ([c57c7b8](https://github.com/iotaledger/twin-synchronised-storage/commit/c57c7b85d4225deb6efa1228c77b8148bf6e11f7))
294
+ * update to in built vc auth mechanism ([411a371](https://github.com/iotaledger/twin-synchronised-storage/commit/411a3716830195ebf54755a1633b05d5c3f96754))
142
295
 
143
296
 
144
297
  ### Dependencies
@@ -147,13 +300,13 @@
147
300
  * dependencies
148
301
  * @twin.org/synchronised-storage-models bumped from 0.0.3-next.0 to 0.0.3-next.1
149
302
 
150
- ## [0.0.1-next.16](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.15...synchronised-storage-service-v0.0.1-next.16) (2025-10-09)
303
+ ## [0.0.1-next.16](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.15...synchronised-storage-service-v0.0.1-next.16) (2025-10-09)
151
304
 
152
305
 
153
306
  ### Features
154
307
 
155
- * add validate-locales ([e3d7b98](https://github.com/twinfoundation/synchronised-storage/commit/e3d7b98839e9ca624855717c8957d572c4e09abf))
156
- * update assertion method naming ([fb0118c](https://github.com/twinfoundation/synchronised-storage/commit/fb0118c494f0f520e1850a4e77b54e91235ce9a9))
308
+ * add validate-locales ([e3d7b98](https://github.com/iotaledger/twin-synchronised-storage/commit/e3d7b98839e9ca624855717c8957d572c4e09abf))
309
+ * update assertion method naming ([fb0118c](https://github.com/iotaledger/twin-synchronised-storage/commit/fb0118c494f0f520e1850a4e77b54e91235ce9a9))
157
310
 
158
311
 
159
312
  ### Dependencies
@@ -162,13 +315,13 @@
162
315
  * dependencies
163
316
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.15 to 0.0.1-next.16
164
317
 
165
- ## [0.0.1-next.15](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.14...synchronised-storage-service-v0.0.1-next.15) (2025-09-23)
318
+ ## [0.0.1-next.15](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.14...synchronised-storage-service-v0.0.1-next.15) (2025-09-23)
166
319
 
167
320
 
168
321
  ### Features
169
322
 
170
- * add rights management integration ([56fff6b](https://github.com/twinfoundation/synchronised-storage/commit/56fff6b4074f7ffaa40920e0c1e9fc98ca669111))
171
- * update to in built vc auth mechanism ([411a371](https://github.com/twinfoundation/synchronised-storage/commit/411a3716830195ebf54755a1633b05d5c3f96754))
323
+ * add rights management integration ([56fff6b](https://github.com/iotaledger/twin-synchronised-storage/commit/56fff6b4074f7ffaa40920e0c1e9fc98ca669111))
324
+ * update to in built vc auth mechanism ([411a371](https://github.com/iotaledger/twin-synchronised-storage/commit/411a3716830195ebf54755a1633b05d5c3f96754))
172
325
 
173
326
 
174
327
  ### Dependencies
@@ -177,12 +330,12 @@
177
330
  * dependencies
178
331
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.14 to 0.0.1-next.15
179
332
 
180
- ## [0.0.1-next.14](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.13...synchronised-storage-service-v0.0.1-next.14) (2025-09-22)
333
+ ## [0.0.1-next.14](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.13...synchronised-storage-service-v0.0.1-next.14) (2025-09-22)
181
334
 
182
335
 
183
336
  ### Features
184
337
 
185
- * add rights management integration ([d003d33](https://github.com/twinfoundation/synchronised-storage/commit/d003d33d2d2b4a4aa1379071eed71a707ebcb4de))
338
+ * add rights management integration ([d003d33](https://github.com/iotaledger/twin-synchronised-storage/commit/d003d33d2d2b4a4aa1379071eed71a707ebcb4de))
186
339
 
187
340
 
188
341
  ### Dependencies
@@ -191,13 +344,13 @@
191
344
  * dependencies
192
345
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.13 to 0.0.1-next.14
193
346
 
194
- ## [0.0.1-next.13](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.12...synchronised-storage-service-v0.0.1-next.13) (2025-08-29)
347
+ ## [0.0.1-next.13](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.12...synchronised-storage-service-v0.0.1-next.13) (2025-08-29)
195
348
 
196
349
 
197
350
  ### Features
198
351
 
199
- * eslint migration to flat config ([f601c14](https://github.com/twinfoundation/synchronised-storage/commit/f601c14f6adef3290554dc7df6e6b3528aa0dc2b))
200
- * removed unused properties ([7d4e916](https://github.com/twinfoundation/synchronised-storage/commit/7d4e9169e923142cd767c8830f2c009675484df8))
352
+ * eslint migration to flat config ([f601c14](https://github.com/iotaledger/twin-synchronised-storage/commit/f601c14f6adef3290554dc7df6e6b3528aa0dc2b))
353
+ * removed unused properties ([7d4e916](https://github.com/iotaledger/twin-synchronised-storage/commit/7d4e9169e923142cd767c8830f2c009675484df8))
201
354
 
202
355
 
203
356
  ### Dependencies
@@ -206,12 +359,12 @@
206
359
  * dependencies
207
360
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.12 to 0.0.1-next.13
208
361
 
209
- ## [0.0.1-next.12](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.11...synchronised-storage-service-v0.0.1-next.12) (2025-08-21)
362
+ ## [0.0.1-next.12](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.11...synchronised-storage-service-v0.0.1-next.12) (2025-08-21)
210
363
 
211
364
 
212
365
  ### Features
213
366
 
214
- * update framework core ([99f09cc](https://github.com/twinfoundation/synchronised-storage/commit/99f09cc94cfb9fff6b3a345775eeae2ab3192ed2))
367
+ * update framework core ([99f09cc](https://github.com/iotaledger/twin-synchronised-storage/commit/99f09cc94cfb9fff6b3a345775eeae2ab3192ed2))
215
368
 
216
369
 
217
370
  ### Dependencies
@@ -220,12 +373,12 @@
220
373
  * dependencies
221
374
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.11 to 0.0.1-next.12
222
375
 
223
- ## [0.0.1-next.11](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.10...synchronised-storage-service-v0.0.1-next.11) (2025-08-15)
376
+ ## [0.0.1-next.11](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.10...synchronised-storage-service-v0.0.1-next.11) (2025-08-15)
224
377
 
225
378
 
226
379
  ### Features
227
380
 
228
- * switch to chacha20poly1305 for encryption ([ecc7137](https://github.com/twinfoundation/synchronised-storage/commit/ecc713775bc958c15453729aa1d6dacafd789906))
381
+ * switch to chacha20poly1305 for encryption ([ecc7137](https://github.com/iotaledger/twin-synchronised-storage/commit/ecc713775bc958c15453729aa1d6dacafd789906))
229
382
 
230
383
 
231
384
  ### Dependencies
@@ -234,12 +387,12 @@
234
387
  * dependencies
235
388
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.10 to 0.0.1-next.11
236
389
 
237
- ## [0.0.1-next.10](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.9...synchronised-storage-service-v0.0.1-next.10) (2025-08-15)
390
+ ## [0.0.1-next.10](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.9...synchronised-storage-service-v0.0.1-next.10) (2025-08-15)
238
391
 
239
392
 
240
393
  ### Features
241
394
 
242
- * update RSA components ([c57c7b8](https://github.com/twinfoundation/synchronised-storage/commit/c57c7b85d4225deb6efa1228c77b8148bf6e11f7))
395
+ * update RSA components ([c57c7b8](https://github.com/iotaledger/twin-synchronised-storage/commit/c57c7b85d4225deb6efa1228c77b8148bf6e11f7))
243
396
 
244
397
 
245
398
  ### Dependencies
@@ -248,12 +401,12 @@
248
401
  * dependencies
249
402
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.9 to 0.0.1-next.10
250
403
 
251
- ## [0.0.1-next.9](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.8...synchronised-storage-service-v0.0.1-next.9) (2025-08-13)
404
+ ## [0.0.1-next.9](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.8...synchronised-storage-service-v0.0.1-next.9) (2025-08-13)
252
405
 
253
406
 
254
407
  ### Features
255
408
 
256
- * add guards for verifiable storage keys ([5182e8b](https://github.com/twinfoundation/synchronised-storage/commit/5182e8b2a7868e8d396fd02964b0ed7f0c0a5947))
409
+ * add guards for verifiable storage keys ([5182e8b](https://github.com/iotaledger/twin-synchronised-storage/commit/5182e8b2a7868e8d396fd02964b0ed7f0c0a5947))
257
410
 
258
411
 
259
412
  ### Dependencies
@@ -262,12 +415,12 @@
262
415
  * dependencies
263
416
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.8 to 0.0.1-next.9
264
417
 
265
- ## [0.0.1-next.8](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.7...synchronised-storage-service-v0.0.1-next.8) (2025-08-13)
418
+ ## [0.0.1-next.8](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.7...synchronised-storage-service-v0.0.1-next.8) (2025-08-13)
266
419
 
267
420
 
268
421
  ### Features
269
422
 
270
- * remove isTrustedNode from config and rely on trusted component ([cc2d987](https://github.com/twinfoundation/synchronised-storage/commit/cc2d98795044fc97b33fadf871188f6103f5c987))
423
+ * remove isTrustedNode from config and rely on trusted component ([cc2d987](https://github.com/iotaledger/twin-synchronised-storage/commit/cc2d98795044fc97b33fadf871188f6103f5c987))
271
424
 
272
425
 
273
426
  ### Dependencies
@@ -276,12 +429,12 @@
276
429
  * dependencies
277
430
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.7 to 0.0.1-next.8
278
431
 
279
- ## [0.0.1-next.7](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.6...synchronised-storage-service-v0.0.1-next.7) (2025-08-12)
432
+ ## [0.0.1-next.7](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.6...synchronised-storage-service-v0.0.1-next.7) (2025-08-12)
280
433
 
281
434
 
282
435
  ### Features
283
436
 
284
- * switch to logging component ([a606302](https://github.com/twinfoundation/synchronised-storage/commit/a606302d7b89b922d33456b420d8f140d4fd565a))
437
+ * switch to logging component ([a606302](https://github.com/iotaledger/twin-synchronised-storage/commit/a606302d7b89b922d33456b420d8f140d4fd565a))
285
438
 
286
439
 
287
440
  ### Dependencies
@@ -290,12 +443,12 @@
290
443
  * dependencies
291
444
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.6 to 0.0.1-next.7
292
445
 
293
- ## [0.0.1-next.6](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.5...synchronised-storage-service-v0.0.1-next.6) (2025-08-11)
446
+ ## [0.0.1-next.6](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.5...synchronised-storage-service-v0.0.1-next.6) (2025-08-11)
294
447
 
295
448
 
296
449
  ### Features
297
450
 
298
- * improve consolidation logic ([698232f](https://github.com/twinfoundation/synchronised-storage/commit/698232f57640f87642ecd323cb1e4670eda33343))
451
+ * improve consolidation logic ([698232f](https://github.com/iotaledger/twin-synchronised-storage/commit/698232f57640f87642ecd323cb1e4670eda33343))
299
452
 
300
453
 
301
454
  ### Dependencies
@@ -304,12 +457,12 @@
304
457
  * dependencies
305
458
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.5 to 0.0.1-next.6
306
459
 
307
- ## [0.0.1-next.5](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.4...synchronised-storage-service-v0.0.1-next.5) (2025-08-11)
460
+ ## [0.0.1-next.5](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.4...synchronised-storage-service-v0.0.1-next.5) (2025-08-11)
308
461
 
309
462
 
310
463
  ### Features
311
464
 
312
- * additional node identity checks ([76257c4](https://github.com/twinfoundation/synchronised-storage/commit/76257c4173303d484391f71f581fd0e214204029))
465
+ * additional node identity checks ([76257c4](https://github.com/iotaledger/twin-synchronised-storage/commit/76257c4173303d484391f71f581fd0e214204029))
313
466
 
314
467
 
315
468
  ### Dependencies
@@ -318,13 +471,13 @@
318
471
  * dependencies
319
472
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.4 to 0.0.1-next.5
320
473
 
321
- ## [0.0.1-next.4](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.3...synchronised-storage-service-v0.0.1-next.4) (2025-08-08)
474
+ ## [0.0.1-next.4](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.3...synchronised-storage-service-v0.0.1-next.4) (2025-08-08)
322
475
 
323
476
 
324
477
  ### Features
325
478
 
326
- * add payload versioning ([3bbbce0](https://github.com/twinfoundation/synchronised-storage/commit/3bbbce0bdf24bbe67c1a265704538d505d7feb91))
327
- * blob storage connector instead of component ([#7](https://github.com/twinfoundation/synchronised-storage/issues/7)) ([ea27241](https://github.com/twinfoundation/synchronised-storage/commit/ea27241cf0810b52ab7a6be7346809d127b7109a))
479
+ * add payload versioning ([3bbbce0](https://github.com/iotaledger/twin-synchronised-storage/commit/3bbbce0bdf24bbe67c1a265704538d505d7feb91))
480
+ * blob storage connector instead of component ([#7](https://github.com/iotaledger/twin-synchronised-storage/issues/7)) ([ea27241](https://github.com/iotaledger/twin-synchronised-storage/commit/ea27241cf0810b52ab7a6be7346809d127b7109a))
328
481
 
329
482
 
330
483
  ### Dependencies
@@ -333,12 +486,12 @@
333
486
  * dependencies
334
487
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.3 to 0.0.1-next.4
335
488
 
336
- ## [0.0.1-next.3](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.2...synchronised-storage-service-v0.0.1-next.3) (2025-07-25)
489
+ ## [0.0.1-next.3](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.2...synchronised-storage-service-v0.0.1-next.3) (2025-07-25)
337
490
 
338
491
 
339
492
  ### Features
340
493
 
341
- * sync testing ([#5](https://github.com/twinfoundation/synchronised-storage/issues/5)) ([f78d5ac](https://github.com/twinfoundation/synchronised-storage/commit/f78d5ac661b891f9912e0a81d028453f909a64b4))
494
+ * sync testing ([#5](https://github.com/iotaledger/twin-synchronised-storage/issues/5)) ([f78d5ac](https://github.com/iotaledger/twin-synchronised-storage/commit/f78d5ac661b891f9912e0a81d028453f909a64b4))
342
495
 
343
496
 
344
497
  ### Dependencies
@@ -347,12 +500,12 @@
347
500
  * dependencies
348
501
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.2 to 0.0.1-next.3
349
502
 
350
- ## [0.0.1-next.2](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.1...synchronised-storage-service-v0.0.1-next.2) (2025-07-22)
503
+ ## [0.0.1-next.2](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.1...synchronised-storage-service-v0.0.1-next.2) (2025-07-22)
351
504
 
352
505
 
353
506
  ### Features
354
507
 
355
- * add async item requests to reduce storage overhead ([#3](https://github.com/twinfoundation/synchronised-storage/issues/3)) ([af4e17d](https://github.com/twinfoundation/synchronised-storage/commit/af4e17d826f0a8278fd60dc69aaa21fe6895425f))
508
+ * add async item requests to reduce storage overhead ([#3](https://github.com/iotaledger/twin-synchronised-storage/issues/3)) ([af4e17d](https://github.com/iotaledger/twin-synchronised-storage/commit/af4e17d826f0a8278fd60dc69aaa21fe6895425f))
356
509
 
357
510
 
358
511
  ### Dependencies
@@ -361,12 +514,12 @@
361
514
  * dependencies
362
515
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.1 to 0.0.1-next.2
363
516
 
364
- ## [0.0.1-next.1](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.0...synchronised-storage-service-v0.0.1-next.1) (2025-07-18)
517
+ ## [0.0.1-next.1](https://github.com/iotaledger/twin-synchronised-storage/compare/synchronised-storage-service-v0.0.1-next.0...synchronised-storage-service-v0.0.1-next.1) (2025-07-18)
365
518
 
366
519
 
367
520
  ### Features
368
521
 
369
- * initial commit ([16949b8](https://github.com/twinfoundation/synchronised-storage/commit/16949b8e5bdb190f053c52af352290e3fd964f9a))
522
+ * initial commit ([16949b8](https://github.com/iotaledger/twin-synchronised-storage/commit/16949b8e5bdb190f053c52af352290e3fd964f9a))
370
523
 
371
524
 
372
525
  ### Dependencies
@@ -375,4 +528,4 @@
375
528
  * dependencies
376
529
  * @twin.org/synchronised-storage-models bumped from 0.0.1-next.0 to 0.0.1-next.1
377
530
 
378
- ## @twin.org/synchronised-storage-service - Changelog
531
+ ## Changelog