@twin.org/synchronised-storage-service 0.0.3-next.11 → 0.0.3-next.12
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/docs/changelog.md +93 -79
- package/docs/open-api/spec.json +1 -1
- package/package.json +4 -4
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **synchronised-storage-service:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
16
|
+
|
|
17
|
+
## [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)
|
|
4
18
|
|
|
5
19
|
|
|
6
20
|
### Features
|
|
7
21
|
|
|
8
|
-
* skipTenant for trust routes ([#41](https://github.com/
|
|
22
|
+
* skipTenant for trust routes ([#41](https://github.com/iotaledger/twin-synchronised-storage/issues/41)) ([b7bb0a8](https://github.com/iotaledger/twin-synchronised-storage/commit/b7bb0a8771951d4b28c419e946b715b8905b012e))
|
|
9
23
|
|
|
10
24
|
|
|
11
25
|
### Dependencies
|
|
@@ -14,12 +28,12 @@
|
|
|
14
28
|
* dependencies
|
|
15
29
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
16
30
|
|
|
17
|
-
## [0.0.3-next.10](https://github.com/
|
|
31
|
+
## [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)
|
|
18
32
|
|
|
19
33
|
|
|
20
34
|
### Bug Fixes
|
|
21
35
|
|
|
22
|
-
* remove redundant code ([19edb23](https://github.com/
|
|
36
|
+
* remove redundant code ([19edb23](https://github.com/iotaledger/twin-synchronised-storage/commit/19edb236f318b9c9454a64259d0ab5098a0c8173))
|
|
23
37
|
|
|
24
38
|
|
|
25
39
|
### Dependencies
|
|
@@ -28,12 +42,12 @@
|
|
|
28
42
|
* dependencies
|
|
29
43
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
30
44
|
|
|
31
|
-
## [0.0.3-next.9](https://github.com/
|
|
45
|
+
## [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)
|
|
32
46
|
|
|
33
47
|
|
|
34
48
|
### Bug Fixes
|
|
35
49
|
|
|
36
|
-
* use node id for encryption key namespace ([3011e96](https://github.com/
|
|
50
|
+
* use node id for encryption key namespace ([3011e96](https://github.com/iotaledger/twin-synchronised-storage/commit/3011e9697de5473b34d0f49cdb601b905b3814fe))
|
|
37
51
|
|
|
38
52
|
|
|
39
53
|
### Dependencies
|
|
@@ -42,13 +56,13 @@
|
|
|
42
56
|
* dependencies
|
|
43
57
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
44
58
|
|
|
45
|
-
## [0.0.3-next.8](https://github.com/
|
|
59
|
+
## [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)
|
|
46
60
|
|
|
47
61
|
|
|
48
62
|
### Features
|
|
49
63
|
|
|
50
|
-
* add ts-to-jsonld-context tool ([16d7677](https://github.com/
|
|
51
|
-
* update schemas ([7566c48](https://github.com/
|
|
64
|
+
* add ts-to-jsonld-context tool ([16d7677](https://github.com/iotaledger/twin-synchronised-storage/commit/16d76776e7e3f75e6c4fb9f88cb32fed2967c4b6))
|
|
65
|
+
* update schemas ([7566c48](https://github.com/iotaledger/twin-synchronised-storage/commit/7566c4860baad5ead4327ac19cb5b647e63f2ca3))
|
|
52
66
|
|
|
53
67
|
|
|
54
68
|
### Dependencies
|
|
@@ -57,12 +71,12 @@
|
|
|
57
71
|
* dependencies
|
|
58
72
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
59
73
|
|
|
60
|
-
## [0.0.3-next.7](https://github.com/
|
|
74
|
+
## [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)
|
|
61
75
|
|
|
62
76
|
|
|
63
77
|
### Features
|
|
64
78
|
|
|
65
|
-
* json ld contexts ([#36](https://github.com/
|
|
79
|
+
* json ld contexts ([#36](https://github.com/iotaledger/twin-synchronised-storage/issues/36)) ([3a87a9f](https://github.com/iotaledger/twin-synchronised-storage/commit/3a87a9fb16d21baf672e44b4e8914cf1937b1d6a))
|
|
66
80
|
|
|
67
81
|
|
|
68
82
|
### Dependencies
|
|
@@ -71,12 +85,12 @@
|
|
|
71
85
|
* dependencies
|
|
72
86
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
73
87
|
|
|
74
|
-
## [0.0.3-next.6](https://github.com/
|
|
88
|
+
## [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)
|
|
75
89
|
|
|
76
90
|
|
|
77
91
|
### Features
|
|
78
92
|
|
|
79
|
-
* update contexts ([#34](https://github.com/
|
|
93
|
+
* update contexts ([#34](https://github.com/iotaledger/twin-synchronised-storage/issues/34)) ([7be9caf](https://github.com/iotaledger/twin-synchronised-storage/commit/7be9caf3da63f8afefd625650150bed171a1d045))
|
|
80
94
|
|
|
81
95
|
|
|
82
96
|
### Dependencies
|
|
@@ -85,12 +99,12 @@
|
|
|
85
99
|
* dependencies
|
|
86
100
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
87
101
|
|
|
88
|
-
## [0.0.3-next.5](https://github.com/
|
|
102
|
+
## [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)
|
|
89
103
|
|
|
90
104
|
|
|
91
105
|
### Features
|
|
92
106
|
|
|
93
|
-
* remove unused dependencies ([518c460](https://github.com/
|
|
107
|
+
* remove unused dependencies ([518c460](https://github.com/iotaledger/twin-synchronised-storage/commit/518c460d2e5e2b2c487565acb5162a03ddb85eae))
|
|
94
108
|
|
|
95
109
|
|
|
96
110
|
### Dependencies
|
|
@@ -99,12 +113,12 @@
|
|
|
99
113
|
* dependencies
|
|
100
114
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
101
115
|
|
|
102
|
-
## [0.0.3-next.4](https://github.com/
|
|
116
|
+
## [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)
|
|
103
117
|
|
|
104
118
|
|
|
105
119
|
### Features
|
|
106
120
|
|
|
107
|
-
* update contexts and namespaces ([#31](https://github.com/
|
|
121
|
+
* update contexts and namespaces ([#31](https://github.com/iotaledger/twin-synchronised-storage/issues/31)) ([b31c8fa](https://github.com/iotaledger/twin-synchronised-storage/commit/b31c8fabb8431a230415aaa2caa47fb021489d3a))
|
|
108
122
|
|
|
109
123
|
|
|
110
124
|
### Dependencies
|
|
@@ -113,12 +127,12 @@
|
|
|
113
127
|
* dependencies
|
|
114
128
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
115
129
|
|
|
116
|
-
## [0.0.3-next.3](https://github.com/
|
|
130
|
+
## [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)
|
|
117
131
|
|
|
118
132
|
|
|
119
133
|
### Features
|
|
120
134
|
|
|
121
|
-
* read headers from pre request data ([#28](https://github.com/
|
|
135
|
+
* 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))
|
|
122
136
|
|
|
123
137
|
|
|
124
138
|
### Dependencies
|
|
@@ -127,12 +141,12 @@
|
|
|
127
141
|
* dependencies
|
|
128
142
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
129
143
|
|
|
130
|
-
## [0.0.3-next.2](https://github.com/
|
|
144
|
+
## [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)
|
|
131
145
|
|
|
132
146
|
|
|
133
147
|
### Features
|
|
134
148
|
|
|
135
|
-
* use trust component ([424f0d6](https://github.com/
|
|
149
|
+
* use trust component ([424f0d6](https://github.com/iotaledger/twin-synchronised-storage/commit/424f0d6aaacfdc7700c46fe6c2def23b2eacddc9))
|
|
136
150
|
|
|
137
151
|
|
|
138
152
|
### Dependencies
|
|
@@ -141,32 +155,32 @@
|
|
|
141
155
|
* dependencies
|
|
142
156
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
143
157
|
|
|
144
|
-
## [0.0.3-next.1](https://github.com/
|
|
158
|
+
## [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)
|
|
145
159
|
|
|
146
160
|
|
|
147
161
|
### Features
|
|
148
162
|
|
|
149
|
-
* add async item requests to reduce storage overhead ([#3](https://github.com/
|
|
150
|
-
* add context id features ([#24](https://github.com/
|
|
151
|
-
* add guards for verifiable storage keys ([5182e8b](https://github.com/
|
|
152
|
-
* add payload versioning ([3bbbce0](https://github.com/
|
|
153
|
-
* add rights management integration ([56fff6b](https://github.com/
|
|
154
|
-
* add rights management integration ([d003d33](https://github.com/
|
|
155
|
-
* add validate-locales ([e3d7b98](https://github.com/
|
|
156
|
-
* additional node identity checks ([76257c4](https://github.com/
|
|
157
|
-
* blob storage connector instead of component ([#7](https://github.com/
|
|
158
|
-
* eslint migration to flat config ([f601c14](https://github.com/
|
|
159
|
-
* improve consolidation logic ([698232f](https://github.com/
|
|
160
|
-
* initial commit ([16949b8](https://github.com/
|
|
161
|
-
* remove isTrustedNode from config and rely on trusted component ([cc2d987](https://github.com/
|
|
162
|
-
* removed unused properties ([7d4e916](https://github.com/
|
|
163
|
-
* switch to chacha20poly1305 for encryption ([ecc7137](https://github.com/
|
|
164
|
-
* switch to logging component ([a606302](https://github.com/
|
|
165
|
-
* sync testing ([#5](https://github.com/
|
|
166
|
-
* update assertion method naming ([fb0118c](https://github.com/
|
|
167
|
-
* update framework core ([99f09cc](https://github.com/
|
|
168
|
-
* update RSA components ([c57c7b8](https://github.com/
|
|
169
|
-
* update to in built vc auth mechanism ([411a371](https://github.com/
|
|
163
|
+
* 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))
|
|
164
|
+
* add context id features ([#24](https://github.com/iotaledger/twin-synchronised-storage/issues/24)) ([5266b18](https://github.com/iotaledger/twin-synchronised-storage/commit/5266b18088317c7dc274a209a79102a6fc88a8e4))
|
|
165
|
+
* add guards for verifiable storage keys ([5182e8b](https://github.com/iotaledger/twin-synchronised-storage/commit/5182e8b2a7868e8d396fd02964b0ed7f0c0a5947))
|
|
166
|
+
* add payload versioning ([3bbbce0](https://github.com/iotaledger/twin-synchronised-storage/commit/3bbbce0bdf24bbe67c1a265704538d505d7feb91))
|
|
167
|
+
* add rights management integration ([56fff6b](https://github.com/iotaledger/twin-synchronised-storage/commit/56fff6b4074f7ffaa40920e0c1e9fc98ca669111))
|
|
168
|
+
* add rights management integration ([d003d33](https://github.com/iotaledger/twin-synchronised-storage/commit/d003d33d2d2b4a4aa1379071eed71a707ebcb4de))
|
|
169
|
+
* add validate-locales ([e3d7b98](https://github.com/iotaledger/twin-synchronised-storage/commit/e3d7b98839e9ca624855717c8957d572c4e09abf))
|
|
170
|
+
* additional node identity checks ([76257c4](https://github.com/iotaledger/twin-synchronised-storage/commit/76257c4173303d484391f71f581fd0e214204029))
|
|
171
|
+
* 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))
|
|
172
|
+
* eslint migration to flat config ([f601c14](https://github.com/iotaledger/twin-synchronised-storage/commit/f601c14f6adef3290554dc7df6e6b3528aa0dc2b))
|
|
173
|
+
* improve consolidation logic ([698232f](https://github.com/iotaledger/twin-synchronised-storage/commit/698232f57640f87642ecd323cb1e4670eda33343))
|
|
174
|
+
* initial commit ([16949b8](https://github.com/iotaledger/twin-synchronised-storage/commit/16949b8e5bdb190f053c52af352290e3fd964f9a))
|
|
175
|
+
* remove isTrustedNode from config and rely on trusted component ([cc2d987](https://github.com/iotaledger/twin-synchronised-storage/commit/cc2d98795044fc97b33fadf871188f6103f5c987))
|
|
176
|
+
* removed unused properties ([7d4e916](https://github.com/iotaledger/twin-synchronised-storage/commit/7d4e9169e923142cd767c8830f2c009675484df8))
|
|
177
|
+
* switch to chacha20poly1305 for encryption ([ecc7137](https://github.com/iotaledger/twin-synchronised-storage/commit/ecc713775bc958c15453729aa1d6dacafd789906))
|
|
178
|
+
* switch to logging component ([a606302](https://github.com/iotaledger/twin-synchronised-storage/commit/a606302d7b89b922d33456b420d8f140d4fd565a))
|
|
179
|
+
* sync testing ([#5](https://github.com/iotaledger/twin-synchronised-storage/issues/5)) ([f78d5ac](https://github.com/iotaledger/twin-synchronised-storage/commit/f78d5ac661b891f9912e0a81d028453f909a64b4))
|
|
180
|
+
* update assertion method naming ([fb0118c](https://github.com/iotaledger/twin-synchronised-storage/commit/fb0118c494f0f520e1850a4e77b54e91235ce9a9))
|
|
181
|
+
* update framework core ([99f09cc](https://github.com/iotaledger/twin-synchronised-storage/commit/99f09cc94cfb9fff6b3a345775eeae2ab3192ed2))
|
|
182
|
+
* update RSA components ([c57c7b8](https://github.com/iotaledger/twin-synchronised-storage/commit/c57c7b85d4225deb6efa1228c77b8148bf6e11f7))
|
|
183
|
+
* update to in built vc auth mechanism ([411a371](https://github.com/iotaledger/twin-synchronised-storage/commit/411a3716830195ebf54755a1633b05d5c3f96754))
|
|
170
184
|
|
|
171
185
|
|
|
172
186
|
### Dependencies
|
|
@@ -175,13 +189,13 @@
|
|
|
175
189
|
* dependencies
|
|
176
190
|
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
177
191
|
|
|
178
|
-
## [0.0.1-next.16](https://github.com/
|
|
192
|
+
## [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)
|
|
179
193
|
|
|
180
194
|
|
|
181
195
|
### Features
|
|
182
196
|
|
|
183
|
-
* add validate-locales ([e3d7b98](https://github.com/
|
|
184
|
-
* update assertion method naming ([fb0118c](https://github.com/
|
|
197
|
+
* add validate-locales ([e3d7b98](https://github.com/iotaledger/twin-synchronised-storage/commit/e3d7b98839e9ca624855717c8957d572c4e09abf))
|
|
198
|
+
* update assertion method naming ([fb0118c](https://github.com/iotaledger/twin-synchronised-storage/commit/fb0118c494f0f520e1850a4e77b54e91235ce9a9))
|
|
185
199
|
|
|
186
200
|
|
|
187
201
|
### Dependencies
|
|
@@ -190,13 +204,13 @@
|
|
|
190
204
|
* dependencies
|
|
191
205
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.15 to 0.0.1-next.16
|
|
192
206
|
|
|
193
|
-
## [0.0.1-next.15](https://github.com/
|
|
207
|
+
## [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)
|
|
194
208
|
|
|
195
209
|
|
|
196
210
|
### Features
|
|
197
211
|
|
|
198
|
-
* add rights management integration ([56fff6b](https://github.com/
|
|
199
|
-
* update to in built vc auth mechanism ([411a371](https://github.com/
|
|
212
|
+
* add rights management integration ([56fff6b](https://github.com/iotaledger/twin-synchronised-storage/commit/56fff6b4074f7ffaa40920e0c1e9fc98ca669111))
|
|
213
|
+
* update to in built vc auth mechanism ([411a371](https://github.com/iotaledger/twin-synchronised-storage/commit/411a3716830195ebf54755a1633b05d5c3f96754))
|
|
200
214
|
|
|
201
215
|
|
|
202
216
|
### Dependencies
|
|
@@ -205,12 +219,12 @@
|
|
|
205
219
|
* dependencies
|
|
206
220
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.14 to 0.0.1-next.15
|
|
207
221
|
|
|
208
|
-
## [0.0.1-next.14](https://github.com/
|
|
222
|
+
## [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)
|
|
209
223
|
|
|
210
224
|
|
|
211
225
|
### Features
|
|
212
226
|
|
|
213
|
-
* add rights management integration ([d003d33](https://github.com/
|
|
227
|
+
* add rights management integration ([d003d33](https://github.com/iotaledger/twin-synchronised-storage/commit/d003d33d2d2b4a4aa1379071eed71a707ebcb4de))
|
|
214
228
|
|
|
215
229
|
|
|
216
230
|
### Dependencies
|
|
@@ -219,13 +233,13 @@
|
|
|
219
233
|
* dependencies
|
|
220
234
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.13 to 0.0.1-next.14
|
|
221
235
|
|
|
222
|
-
## [0.0.1-next.13](https://github.com/
|
|
236
|
+
## [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)
|
|
223
237
|
|
|
224
238
|
|
|
225
239
|
### Features
|
|
226
240
|
|
|
227
|
-
* eslint migration to flat config ([f601c14](https://github.com/
|
|
228
|
-
* removed unused properties ([7d4e916](https://github.com/
|
|
241
|
+
* eslint migration to flat config ([f601c14](https://github.com/iotaledger/twin-synchronised-storage/commit/f601c14f6adef3290554dc7df6e6b3528aa0dc2b))
|
|
242
|
+
* removed unused properties ([7d4e916](https://github.com/iotaledger/twin-synchronised-storage/commit/7d4e9169e923142cd767c8830f2c009675484df8))
|
|
229
243
|
|
|
230
244
|
|
|
231
245
|
### Dependencies
|
|
@@ -234,12 +248,12 @@
|
|
|
234
248
|
* dependencies
|
|
235
249
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.12 to 0.0.1-next.13
|
|
236
250
|
|
|
237
|
-
## [0.0.1-next.12](https://github.com/
|
|
251
|
+
## [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)
|
|
238
252
|
|
|
239
253
|
|
|
240
254
|
### Features
|
|
241
255
|
|
|
242
|
-
* update framework core ([99f09cc](https://github.com/
|
|
256
|
+
* update framework core ([99f09cc](https://github.com/iotaledger/twin-synchronised-storage/commit/99f09cc94cfb9fff6b3a345775eeae2ab3192ed2))
|
|
243
257
|
|
|
244
258
|
|
|
245
259
|
### Dependencies
|
|
@@ -248,12 +262,12 @@
|
|
|
248
262
|
* dependencies
|
|
249
263
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.11 to 0.0.1-next.12
|
|
250
264
|
|
|
251
|
-
## [0.0.1-next.11](https://github.com/
|
|
265
|
+
## [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)
|
|
252
266
|
|
|
253
267
|
|
|
254
268
|
### Features
|
|
255
269
|
|
|
256
|
-
* switch to chacha20poly1305 for encryption ([ecc7137](https://github.com/
|
|
270
|
+
* switch to chacha20poly1305 for encryption ([ecc7137](https://github.com/iotaledger/twin-synchronised-storage/commit/ecc713775bc958c15453729aa1d6dacafd789906))
|
|
257
271
|
|
|
258
272
|
|
|
259
273
|
### Dependencies
|
|
@@ -262,12 +276,12 @@
|
|
|
262
276
|
* dependencies
|
|
263
277
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.10 to 0.0.1-next.11
|
|
264
278
|
|
|
265
|
-
## [0.0.1-next.10](https://github.com/
|
|
279
|
+
## [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)
|
|
266
280
|
|
|
267
281
|
|
|
268
282
|
### Features
|
|
269
283
|
|
|
270
|
-
* update RSA components ([c57c7b8](https://github.com/
|
|
284
|
+
* update RSA components ([c57c7b8](https://github.com/iotaledger/twin-synchronised-storage/commit/c57c7b85d4225deb6efa1228c77b8148bf6e11f7))
|
|
271
285
|
|
|
272
286
|
|
|
273
287
|
### Dependencies
|
|
@@ -276,12 +290,12 @@
|
|
|
276
290
|
* dependencies
|
|
277
291
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.9 to 0.0.1-next.10
|
|
278
292
|
|
|
279
|
-
## [0.0.1-next.9](https://github.com/
|
|
293
|
+
## [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)
|
|
280
294
|
|
|
281
295
|
|
|
282
296
|
### Features
|
|
283
297
|
|
|
284
|
-
* add guards for verifiable storage keys ([5182e8b](https://github.com/
|
|
298
|
+
* add guards for verifiable storage keys ([5182e8b](https://github.com/iotaledger/twin-synchronised-storage/commit/5182e8b2a7868e8d396fd02964b0ed7f0c0a5947))
|
|
285
299
|
|
|
286
300
|
|
|
287
301
|
### Dependencies
|
|
@@ -290,12 +304,12 @@
|
|
|
290
304
|
* dependencies
|
|
291
305
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.8 to 0.0.1-next.9
|
|
292
306
|
|
|
293
|
-
## [0.0.1-next.8](https://github.com/
|
|
307
|
+
## [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)
|
|
294
308
|
|
|
295
309
|
|
|
296
310
|
### Features
|
|
297
311
|
|
|
298
|
-
* remove isTrustedNode from config and rely on trusted component ([cc2d987](https://github.com/
|
|
312
|
+
* remove isTrustedNode from config and rely on trusted component ([cc2d987](https://github.com/iotaledger/twin-synchronised-storage/commit/cc2d98795044fc97b33fadf871188f6103f5c987))
|
|
299
313
|
|
|
300
314
|
|
|
301
315
|
### Dependencies
|
|
@@ -304,12 +318,12 @@
|
|
|
304
318
|
* dependencies
|
|
305
319
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.7 to 0.0.1-next.8
|
|
306
320
|
|
|
307
|
-
## [0.0.1-next.7](https://github.com/
|
|
321
|
+
## [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)
|
|
308
322
|
|
|
309
323
|
|
|
310
324
|
### Features
|
|
311
325
|
|
|
312
|
-
* switch to logging component ([a606302](https://github.com/
|
|
326
|
+
* switch to logging component ([a606302](https://github.com/iotaledger/twin-synchronised-storage/commit/a606302d7b89b922d33456b420d8f140d4fd565a))
|
|
313
327
|
|
|
314
328
|
|
|
315
329
|
### Dependencies
|
|
@@ -318,12 +332,12 @@
|
|
|
318
332
|
* dependencies
|
|
319
333
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.6 to 0.0.1-next.7
|
|
320
334
|
|
|
321
|
-
## [0.0.1-next.6](https://github.com/
|
|
335
|
+
## [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)
|
|
322
336
|
|
|
323
337
|
|
|
324
338
|
### Features
|
|
325
339
|
|
|
326
|
-
* improve consolidation logic ([698232f](https://github.com/
|
|
340
|
+
* improve consolidation logic ([698232f](https://github.com/iotaledger/twin-synchronised-storage/commit/698232f57640f87642ecd323cb1e4670eda33343))
|
|
327
341
|
|
|
328
342
|
|
|
329
343
|
### Dependencies
|
|
@@ -332,12 +346,12 @@
|
|
|
332
346
|
* dependencies
|
|
333
347
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.5 to 0.0.1-next.6
|
|
334
348
|
|
|
335
|
-
## [0.0.1-next.5](https://github.com/
|
|
349
|
+
## [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)
|
|
336
350
|
|
|
337
351
|
|
|
338
352
|
### Features
|
|
339
353
|
|
|
340
|
-
* additional node identity checks ([76257c4](https://github.com/
|
|
354
|
+
* additional node identity checks ([76257c4](https://github.com/iotaledger/twin-synchronised-storage/commit/76257c4173303d484391f71f581fd0e214204029))
|
|
341
355
|
|
|
342
356
|
|
|
343
357
|
### Dependencies
|
|
@@ -346,13 +360,13 @@
|
|
|
346
360
|
* dependencies
|
|
347
361
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.4 to 0.0.1-next.5
|
|
348
362
|
|
|
349
|
-
## [0.0.1-next.4](https://github.com/
|
|
363
|
+
## [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)
|
|
350
364
|
|
|
351
365
|
|
|
352
366
|
### Features
|
|
353
367
|
|
|
354
|
-
* add payload versioning ([3bbbce0](https://github.com/
|
|
355
|
-
* blob storage connector instead of component ([#7](https://github.com/
|
|
368
|
+
* add payload versioning ([3bbbce0](https://github.com/iotaledger/twin-synchronised-storage/commit/3bbbce0bdf24bbe67c1a265704538d505d7feb91))
|
|
369
|
+
* 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))
|
|
356
370
|
|
|
357
371
|
|
|
358
372
|
### Dependencies
|
|
@@ -361,12 +375,12 @@
|
|
|
361
375
|
* dependencies
|
|
362
376
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.3 to 0.0.1-next.4
|
|
363
377
|
|
|
364
|
-
## [0.0.1-next.3](https://github.com/
|
|
378
|
+
## [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)
|
|
365
379
|
|
|
366
380
|
|
|
367
381
|
### Features
|
|
368
382
|
|
|
369
|
-
* sync testing ([#5](https://github.com/
|
|
383
|
+
* sync testing ([#5](https://github.com/iotaledger/twin-synchronised-storage/issues/5)) ([f78d5ac](https://github.com/iotaledger/twin-synchronised-storage/commit/f78d5ac661b891f9912e0a81d028453f909a64b4))
|
|
370
384
|
|
|
371
385
|
|
|
372
386
|
### Dependencies
|
|
@@ -375,12 +389,12 @@
|
|
|
375
389
|
* dependencies
|
|
376
390
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.2 to 0.0.1-next.3
|
|
377
391
|
|
|
378
|
-
## [0.0.1-next.2](https://github.com/
|
|
392
|
+
## [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)
|
|
379
393
|
|
|
380
394
|
|
|
381
395
|
### Features
|
|
382
396
|
|
|
383
|
-
* add async item requests to reduce storage overhead ([#3](https://github.com/
|
|
397
|
+
* 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))
|
|
384
398
|
|
|
385
399
|
|
|
386
400
|
### Dependencies
|
|
@@ -389,12 +403,12 @@
|
|
|
389
403
|
* dependencies
|
|
390
404
|
* @twin.org/synchronised-storage-models bumped from 0.0.1-next.1 to 0.0.1-next.2
|
|
391
405
|
|
|
392
|
-
## [0.0.1-next.1](https://github.com/
|
|
406
|
+
## [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)
|
|
393
407
|
|
|
394
408
|
|
|
395
409
|
### Features
|
|
396
410
|
|
|
397
|
-
* initial commit ([16949b8](https://github.com/
|
|
411
|
+
* initial commit ([16949b8](https://github.com/iotaledger/twin-synchronised-storage/commit/16949b8e5bdb190f053c52af352290e3fd964f9a))
|
|
398
412
|
|
|
399
413
|
|
|
400
414
|
### Dependencies
|
package/docs/open-api/spec.json
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/synchronised-storage-service",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.12",
|
|
4
4
|
"description": "Service implementation that coordinates synchronisation state and exposes REST entry points.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/iotaledger/synchronised-storage.git",
|
|
8
8
|
"directory": "packages/synchronised-storage-service"
|
|
9
9
|
},
|
|
10
10
|
"author": "martyn.janes@iota.org",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@twin.org/identity-models": "next",
|
|
27
27
|
"@twin.org/logging-models": "next",
|
|
28
28
|
"@twin.org/nameof": "next",
|
|
29
|
-
"@twin.org/synchronised-storage-models": "0.0.3-next.
|
|
29
|
+
"@twin.org/synchronised-storage-models": "0.0.3-next.12",
|
|
30
30
|
"@twin.org/trust-models": "next",
|
|
31
31
|
"@twin.org/verifiable-storage-models": "next",
|
|
32
32
|
"@twin.org/web": "next"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"business-logic"
|
|
60
60
|
],
|
|
61
61
|
"bugs": {
|
|
62
|
-
"url": "git+https://github.com/
|
|
62
|
+
"url": "git+https://github.com/iotaledger/synchronised-storage/issues"
|
|
63
63
|
},
|
|
64
64
|
"homepage": "https://twindev.org"
|
|
65
65
|
}
|