@twin.org/identity-service 0.0.3-next.2 → 0.0.3-next.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/es/identityProfileService.js.map +1 -1
- package/dist/es/identityRoutes.js +277 -8
- package/dist/es/identityRoutes.js.map +1 -1
- package/dist/es/identityService.js +91 -23
- package/dist/es/identityService.js.map +1 -1
- package/dist/types/identityRoutes.d.ts +33 -1
- package/dist/types/identityService.d.ts +31 -6
- package/docs/changelog.md +420 -77
- package/docs/examples.md +196 -1
- package/docs/open-api/spec.json +497 -364
- package/docs/reference/classes/IdentityProfileService.md +8 -8
- package/docs/reference/classes/IdentityResolverService.md +3 -3
- package/docs/reference/classes/IdentityService.md +136 -38
- package/docs/reference/functions/identityAlsoKnownAsCreate.md +31 -0
- package/docs/reference/functions/identityAlsoKnownAsRemove.md +31 -0
- package/docs/reference/functions/identityVerifiableCredentialVerifyDocument.md +31 -0
- package/docs/reference/functions/identityVerifiablePresentationVerifyDocument.md +31 -0
- package/docs/reference/index.md +4 -0
- package/docs/reference/interfaces/IIdentityProfileServiceConstructorOptions.md +2 -2
- package/docs/reference/interfaces/IIdentityResolverServiceConfig.md +2 -2
- package/docs/reference/interfaces/IIdentityResolverServiceConstructorOptions.md +4 -4
- package/docs/reference/interfaces/IIdentityServiceConfig.md +2 -2
- package/docs/reference/interfaces/IIdentityServiceConstructorOptions.md +2 -2
- package/locales/en.json +2 -0
- package/package.json +5 -5
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,349 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.20...identity-service-v0.0.3-next.21) (2026-05-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **identity-service:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/identity-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
16
|
+
* devDependencies
|
|
17
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
18
|
+
|
|
19
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.19...identity-service-v0.0.3-next.20) (2026-04-29)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Dependencies
|
|
28
|
+
|
|
29
|
+
* The following workspace dependencies were updated
|
|
30
|
+
* dependencies
|
|
31
|
+
* @twin.org/identity-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
32
|
+
* devDependencies
|
|
33
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
34
|
+
|
|
35
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.18...identity-service-v0.0.3-next.19) (2026-04-29)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Dependencies
|
|
44
|
+
|
|
45
|
+
* The following workspace dependencies were updated
|
|
46
|
+
* dependencies
|
|
47
|
+
* @twin.org/identity-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
48
|
+
* devDependencies
|
|
49
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
50
|
+
|
|
51
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.17...identity-service-v0.0.3-next.18) (2026-02-27)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* allow empty subject data in vc ([5bbf14e](https://github.com/iotaledger/twin-identity/commit/5bbf14eefd3c99b6cdca1af0ca741954d1b02cd3))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Dependencies
|
|
60
|
+
|
|
61
|
+
* The following workspace dependencies were updated
|
|
62
|
+
* dependencies
|
|
63
|
+
* @twin.org/identity-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
64
|
+
* devDependencies
|
|
65
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
66
|
+
|
|
67
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.16...identity-service-v0.0.3-next.17) (2026-02-24)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Miscellaneous Chores
|
|
71
|
+
|
|
72
|
+
* **identity-service:** Synchronize repo versions
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Dependencies
|
|
76
|
+
|
|
77
|
+
* The following workspace dependencies were updated
|
|
78
|
+
* dependencies
|
|
79
|
+
* @twin.org/identity-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
80
|
+
* devDependencies
|
|
81
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.15...identity-service-v0.0.3-next.16) (2026-02-13)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/identity-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
96
|
+
* devDependencies
|
|
97
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
98
|
+
|
|
99
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.14...identity-service-v0.0.3-next.15) (2026-02-12)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Miscellaneous Chores
|
|
103
|
+
|
|
104
|
+
* **identity-service:** Synchronize repo versions
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Dependencies
|
|
108
|
+
|
|
109
|
+
* The following workspace dependencies were updated
|
|
110
|
+
* dependencies
|
|
111
|
+
* @twin.org/identity-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
112
|
+
* devDependencies
|
|
113
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
114
|
+
|
|
115
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.13...identity-service-v0.0.3-next.14) (2026-02-10)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* add proof to vcs and verify vs documents ([#103](https://github.com/iotaledger/twin-identity/issues/103)) ([b60bf0c](https://github.com/iotaledger/twin-identity/commit/b60bf0cb7d453d67574c5c0e4f769e67cf7cd6d1))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Dependencies
|
|
124
|
+
|
|
125
|
+
* The following workspace dependencies were updated
|
|
126
|
+
* dependencies
|
|
127
|
+
* @twin.org/identity-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
128
|
+
* devDependencies
|
|
129
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
130
|
+
|
|
131
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.12...identity-service-v0.0.3-next.13) (2026-01-21)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
* update contexts ([#100](https://github.com/iotaledger/twin-identity/issues/100)) ([7c17f98](https://github.com/iotaledger/twin-identity/commit/7c17f983110b2fc5db1b19531d0b2a7c53e02aaa))
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Dependencies
|
|
140
|
+
|
|
141
|
+
* The following workspace dependencies were updated
|
|
142
|
+
* dependencies
|
|
143
|
+
* @twin.org/identity-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
144
|
+
* devDependencies
|
|
145
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
146
|
+
|
|
147
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.11...identity-service-v0.0.3-next.12) (2026-01-19)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Features
|
|
151
|
+
|
|
152
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Dependencies
|
|
156
|
+
|
|
157
|
+
* The following workspace dependencies were updated
|
|
158
|
+
* dependencies
|
|
159
|
+
* @twin.org/identity-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
160
|
+
* devDependencies
|
|
161
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
162
|
+
|
|
163
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.10...identity-service-v0.0.3-next.11) (2026-01-15)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Features
|
|
167
|
+
|
|
168
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
169
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
170
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
171
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
172
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
173
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
174
|
+
* remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
|
|
175
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
176
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
177
|
+
* update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
|
|
178
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
179
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Bug Fixes
|
|
183
|
+
|
|
184
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
185
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
186
|
+
* missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
|
|
187
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
188
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Dependencies
|
|
192
|
+
|
|
193
|
+
* The following workspace dependencies were updated
|
|
194
|
+
* dependencies
|
|
195
|
+
* @twin.org/identity-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
196
|
+
* devDependencies
|
|
197
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
198
|
+
|
|
199
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.9...identity-service-v0.0.3-next.10) (2026-01-15)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Miscellaneous Chores
|
|
203
|
+
|
|
204
|
+
* **identity-service:** Synchronize repo versions
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Dependencies
|
|
208
|
+
|
|
209
|
+
* The following workspace dependencies were updated
|
|
210
|
+
* dependencies
|
|
211
|
+
* @twin.org/identity-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
212
|
+
* devDependencies
|
|
213
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
214
|
+
|
|
215
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.8...identity-service-v0.0.3-next.9) (2026-01-14)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Miscellaneous Chores
|
|
219
|
+
|
|
220
|
+
* **identity-service:** Synchronize repo versions
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Dependencies
|
|
224
|
+
|
|
225
|
+
* The following workspace dependencies were updated
|
|
226
|
+
* dependencies
|
|
227
|
+
* @twin.org/identity-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
228
|
+
* devDependencies
|
|
229
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
230
|
+
|
|
231
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.7...identity-service-v0.0.3-next.8) (2026-01-14)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Features
|
|
235
|
+
|
|
236
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Dependencies
|
|
240
|
+
|
|
241
|
+
* The following workspace dependencies were updated
|
|
242
|
+
* dependencies
|
|
243
|
+
* @twin.org/identity-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
244
|
+
* devDependencies
|
|
245
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
246
|
+
|
|
247
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.6...identity-service-v0.0.3-next.7) (2026-01-13)
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
### Miscellaneous Chores
|
|
251
|
+
|
|
252
|
+
* **identity-service:** Synchronize repo versions
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
### Dependencies
|
|
256
|
+
|
|
257
|
+
* The following workspace dependencies were updated
|
|
258
|
+
* dependencies
|
|
259
|
+
* @twin.org/identity-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
260
|
+
* devDependencies
|
|
261
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
262
|
+
|
|
263
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.5...identity-service-v0.0.3-next.6) (2025-11-26)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Miscellaneous Chores
|
|
267
|
+
|
|
268
|
+
* **identity-service:** Synchronize repo versions
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Dependencies
|
|
272
|
+
|
|
273
|
+
* The following workspace dependencies were updated
|
|
274
|
+
* dependencies
|
|
275
|
+
* @twin.org/identity-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
276
|
+
* devDependencies
|
|
277
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
278
|
+
|
|
279
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.4...identity-service-v0.0.3-next.5) (2025-11-20)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Miscellaneous Chores
|
|
283
|
+
|
|
284
|
+
* **identity-service:** Synchronize repo versions
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Dependencies
|
|
288
|
+
|
|
289
|
+
* The following workspace dependencies were updated
|
|
290
|
+
* dependencies
|
|
291
|
+
* @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
292
|
+
* devDependencies
|
|
293
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
294
|
+
|
|
295
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.3...identity-service-v0.0.3-next.4) (2025-11-17)
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
### Features
|
|
299
|
+
|
|
300
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
301
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
302
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
303
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
304
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
305
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
306
|
+
* remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
|
|
307
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
308
|
+
* update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
|
|
309
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
310
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
### Bug Fixes
|
|
314
|
+
|
|
315
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
316
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
317
|
+
* missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
|
|
318
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
319
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Dependencies
|
|
323
|
+
|
|
324
|
+
* The following workspace dependencies were updated
|
|
325
|
+
* dependencies
|
|
326
|
+
* @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
327
|
+
* devDependencies
|
|
328
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
329
|
+
|
|
330
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.2...identity-service-v0.0.3-next.3) (2025-11-17)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Miscellaneous Chores
|
|
334
|
+
|
|
335
|
+
* **identity-service:** Synchronize repo versions
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Dependencies
|
|
339
|
+
|
|
340
|
+
* The following workspace dependencies were updated
|
|
341
|
+
* dependencies
|
|
342
|
+
* @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
343
|
+
* devDependencies
|
|
344
|
+
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
345
|
+
|
|
346
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.1...identity-service-v0.0.3-next.2) (2025-11-14)
|
|
4
347
|
|
|
5
348
|
|
|
6
349
|
### Miscellaneous Chores
|
|
@@ -16,30 +359,30 @@
|
|
|
16
359
|
* devDependencies
|
|
17
360
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
18
361
|
|
|
19
|
-
## [0.0.3-next.1](https://github.com/
|
|
362
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.0...identity-service-v0.0.3-next.1) (2025-11-11)
|
|
20
363
|
|
|
21
364
|
|
|
22
365
|
### Features
|
|
23
366
|
|
|
24
|
-
* add context id features ([#62](https://github.com/
|
|
25
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
26
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
27
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
28
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
29
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
30
|
-
* remove unused namespace ([1987f72](https://github.com/
|
|
31
|
-
* update framework core ([c824497](https://github.com/
|
|
32
|
-
* update twindev schemas ([f5b2735](https://github.com/
|
|
33
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
34
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
367
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
368
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
369
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
370
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
371
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
372
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
373
|
+
* remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
|
|
374
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
375
|
+
* update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
|
|
376
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
377
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
35
378
|
|
|
36
379
|
|
|
37
380
|
### Bug Fixes
|
|
38
381
|
|
|
39
|
-
* Import path and bump version ([#21](https://github.com/
|
|
40
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
41
|
-
* missing path params ([02acbde](https://github.com/
|
|
42
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
382
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
383
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
384
|
+
* missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
|
|
385
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
43
386
|
|
|
44
387
|
|
|
45
388
|
### Dependencies
|
|
@@ -50,12 +393,12 @@
|
|
|
50
393
|
* devDependencies
|
|
51
394
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
52
395
|
|
|
53
|
-
## [0.0.2-next.10](https://github.com/
|
|
396
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.9...identity-service-v0.0.2-next.10) (2025-10-27)
|
|
54
397
|
|
|
55
398
|
|
|
56
399
|
### Bug Fixes
|
|
57
400
|
|
|
58
|
-
* missing path params ([02acbde](https://github.com/
|
|
401
|
+
* missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
|
|
59
402
|
|
|
60
403
|
|
|
61
404
|
### Dependencies
|
|
@@ -66,12 +409,12 @@
|
|
|
66
409
|
* devDependencies
|
|
67
410
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
68
411
|
|
|
69
|
-
## [0.0.2-next.9](https://github.com/
|
|
412
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.8...identity-service-v0.0.2-next.9) (2025-10-09)
|
|
70
413
|
|
|
71
414
|
|
|
72
415
|
### Features
|
|
73
416
|
|
|
74
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
417
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
75
418
|
|
|
76
419
|
|
|
77
420
|
### Dependencies
|
|
@@ -82,7 +425,7 @@
|
|
|
82
425
|
* devDependencies
|
|
83
426
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
84
427
|
|
|
85
|
-
## [0.0.2-next.8](https://github.com/
|
|
428
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.7...identity-service-v0.0.2-next.8) (2025-09-25)
|
|
86
429
|
|
|
87
430
|
|
|
88
431
|
### Miscellaneous Chores
|
|
@@ -98,7 +441,7 @@
|
|
|
98
441
|
* devDependencies
|
|
99
442
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
100
443
|
|
|
101
|
-
## [0.0.2-next.7](https://github.com/
|
|
444
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.6...identity-service-v0.0.2-next.7) (2025-09-23)
|
|
102
445
|
|
|
103
446
|
|
|
104
447
|
### Miscellaneous Chores
|
|
@@ -114,7 +457,7 @@
|
|
|
114
457
|
* devDependencies
|
|
115
458
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
116
459
|
|
|
117
|
-
## [0.0.2-next.6](https://github.com/
|
|
460
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.5...identity-service-v0.0.2-next.6) (2025-09-23)
|
|
118
461
|
|
|
119
462
|
|
|
120
463
|
### Miscellaneous Chores
|
|
@@ -129,7 +472,7 @@
|
|
|
129
472
|
* @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
130
473
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
131
474
|
|
|
132
|
-
## [0.0.2-next.5](https://github.com/
|
|
475
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.4...identity-service-v0.0.2-next.5) (2025-09-15)
|
|
133
476
|
|
|
134
477
|
|
|
135
478
|
### Miscellaneous Chores
|
|
@@ -144,12 +487,12 @@
|
|
|
144
487
|
* @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
145
488
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
146
489
|
|
|
147
|
-
## [0.0.2-next.4](https://github.com/
|
|
490
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.3...identity-service-v0.0.2-next.4) (2025-09-12)
|
|
148
491
|
|
|
149
492
|
|
|
150
493
|
### Features
|
|
151
494
|
|
|
152
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
495
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
153
496
|
|
|
154
497
|
|
|
155
498
|
### Dependencies
|
|
@@ -159,12 +502,12 @@
|
|
|
159
502
|
* @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
160
503
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
161
504
|
|
|
162
|
-
## [0.0.2-next.3](https://github.com/
|
|
505
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.2...identity-service-v0.0.2-next.3) (2025-08-29)
|
|
163
506
|
|
|
164
507
|
|
|
165
508
|
### Features
|
|
166
509
|
|
|
167
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
510
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
168
511
|
|
|
169
512
|
|
|
170
513
|
### Dependencies
|
|
@@ -174,12 +517,12 @@
|
|
|
174
517
|
* @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
175
518
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
176
519
|
|
|
177
|
-
## [0.0.2-next.2](https://github.com/
|
|
520
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.1...identity-service-v0.0.2-next.2) (2025-08-20)
|
|
178
521
|
|
|
179
522
|
|
|
180
523
|
### Features
|
|
181
524
|
|
|
182
|
-
* update framework core ([c824497](https://github.com/
|
|
525
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
183
526
|
|
|
184
527
|
|
|
185
528
|
### Dependencies
|
|
@@ -189,24 +532,24 @@
|
|
|
189
532
|
* @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
190
533
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
191
534
|
|
|
192
|
-
## [0.0.2-next.1](https://github.com/
|
|
535
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.0...identity-service-v0.0.2-next.1) (2025-08-18)
|
|
193
536
|
|
|
194
537
|
|
|
195
538
|
### Features
|
|
196
539
|
|
|
197
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
198
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
199
|
-
* remove unused namespace ([1987f72](https://github.com/
|
|
200
|
-
* update twindev schemas ([f5b2735](https://github.com/
|
|
201
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
202
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
540
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
541
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
542
|
+
* remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
|
|
543
|
+
* update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
|
|
544
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
545
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
203
546
|
|
|
204
547
|
|
|
205
548
|
### Bug Fixes
|
|
206
549
|
|
|
207
|
-
* Import path and bump version ([#21](https://github.com/
|
|
208
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
209
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
550
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
551
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
552
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
210
553
|
|
|
211
554
|
|
|
212
555
|
### Dependencies
|
|
@@ -221,7 +564,7 @@
|
|
|
221
564
|
|
|
222
565
|
### Features
|
|
223
566
|
|
|
224
|
-
* release to production ([8450ad7](https://github.com/
|
|
567
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
225
568
|
|
|
226
569
|
|
|
227
570
|
### Dependencies
|
|
@@ -231,12 +574,12 @@
|
|
|
231
574
|
* @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
|
|
232
575
|
* @twin.org/identity-connector-entity-storage bumped from ^0.0.0 to ^0.0.1
|
|
233
576
|
|
|
234
|
-
## [0.0.1-next.57](https://github.com/
|
|
577
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.56...identity-service-v0.0.1-next.57) (2025-07-08)
|
|
235
578
|
|
|
236
579
|
|
|
237
580
|
### Features
|
|
238
581
|
|
|
239
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
582
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
240
583
|
|
|
241
584
|
|
|
242
585
|
### Dependencies
|
|
@@ -246,7 +589,7 @@
|
|
|
246
589
|
* @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
247
590
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
248
591
|
|
|
249
|
-
## [0.0.1-next.56](https://github.com/
|
|
592
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.55...identity-service-v0.0.1-next.56) (2025-06-30)
|
|
250
593
|
|
|
251
594
|
|
|
252
595
|
### Miscellaneous Chores
|
|
@@ -261,21 +604,21 @@
|
|
|
261
604
|
* @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
262
605
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
263
606
|
|
|
264
|
-
## [0.0.1-next.55](https://github.com/
|
|
607
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.54...identity-service-v0.0.1-next.55) (2025-06-26)
|
|
265
608
|
|
|
266
609
|
|
|
267
610
|
### Features
|
|
268
611
|
|
|
269
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
270
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
271
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
612
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
613
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
614
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
272
615
|
|
|
273
616
|
|
|
274
617
|
### Bug Fixes
|
|
275
618
|
|
|
276
|
-
* Import path and bump version ([#21](https://github.com/
|
|
277
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
278
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
619
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
620
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
621
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
279
622
|
|
|
280
623
|
|
|
281
624
|
### Dependencies
|
|
@@ -285,7 +628,7 @@
|
|
|
285
628
|
* @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
286
629
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
287
630
|
|
|
288
|
-
## [0.0.1-next.54](https://github.com/
|
|
631
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.53...identity-service-v0.0.1-next.54) (2025-06-26)
|
|
289
632
|
|
|
290
633
|
|
|
291
634
|
### Miscellaneous Chores
|
|
@@ -300,7 +643,7 @@
|
|
|
300
643
|
* @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
301
644
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
302
645
|
|
|
303
|
-
## [0.0.1-next.53](https://github.com/
|
|
646
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.52...identity-service-v0.0.1-next.53) (2025-06-23)
|
|
304
647
|
|
|
305
648
|
|
|
306
649
|
### Miscellaneous Chores
|
|
@@ -315,12 +658,12 @@
|
|
|
315
658
|
* @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
316
659
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
317
660
|
|
|
318
|
-
## [0.0.1-next.52](https://github.com/
|
|
661
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.51...identity-service-v0.0.1-next.52) (2025-06-20)
|
|
319
662
|
|
|
320
663
|
|
|
321
664
|
### Bug Fixes
|
|
322
665
|
|
|
323
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
666
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
324
667
|
|
|
325
668
|
|
|
326
669
|
### Dependencies
|
|
@@ -330,7 +673,7 @@
|
|
|
330
673
|
* @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
331
674
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
332
675
|
|
|
333
|
-
## [0.0.1-next.51](https://github.com/
|
|
676
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.50...identity-service-v0.0.1-next.51) (2025-06-19)
|
|
334
677
|
|
|
335
678
|
|
|
336
679
|
### Miscellaneous Chores
|
|
@@ -345,12 +688,12 @@
|
|
|
345
688
|
* @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
346
689
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
347
690
|
|
|
348
|
-
## [0.0.1-next.50](https://github.com/
|
|
691
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.49...identity-service-v0.0.1-next.50) (2025-06-19)
|
|
349
692
|
|
|
350
693
|
|
|
351
694
|
### Features
|
|
352
695
|
|
|
353
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
696
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
354
697
|
|
|
355
698
|
|
|
356
699
|
### Dependencies
|
|
@@ -360,7 +703,7 @@
|
|
|
360
703
|
* @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
361
704
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
362
705
|
|
|
363
|
-
## [0.0.1-next.49](https://github.com/
|
|
706
|
+
## [0.0.1-next.49](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.48...identity-service-v0.0.1-next.49) (2025-06-18)
|
|
364
707
|
|
|
365
708
|
|
|
366
709
|
### Miscellaneous Chores
|
|
@@ -375,7 +718,7 @@
|
|
|
375
718
|
* @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
376
719
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
377
720
|
|
|
378
|
-
## [0.0.1-next.48](https://github.com/
|
|
721
|
+
## [0.0.1-next.48](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.47...identity-service-v0.0.1-next.48) (2025-06-17)
|
|
379
722
|
|
|
380
723
|
|
|
381
724
|
### Miscellaneous Chores
|
|
@@ -390,12 +733,12 @@
|
|
|
390
733
|
* @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
391
734
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
392
735
|
|
|
393
|
-
## [0.0.1-next.47](https://github.com/
|
|
736
|
+
## [0.0.1-next.47](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.46...identity-service-v0.0.1-next.47) (2025-06-12)
|
|
394
737
|
|
|
395
738
|
|
|
396
739
|
### Features
|
|
397
740
|
|
|
398
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
741
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
399
742
|
|
|
400
743
|
|
|
401
744
|
### Dependencies
|
|
@@ -405,18 +748,18 @@
|
|
|
405
748
|
* @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
406
749
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
407
750
|
|
|
408
|
-
## [0.0.1-next.46](https://github.com/
|
|
751
|
+
## [0.0.1-next.46](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.45...identity-service-v0.0.1-next.46) (2025-05-20)
|
|
409
752
|
|
|
410
753
|
|
|
411
754
|
### Features
|
|
412
755
|
|
|
413
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
756
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
414
757
|
|
|
415
758
|
|
|
416
759
|
### Bug Fixes
|
|
417
760
|
|
|
418
|
-
* Import path and bump version ([#21](https://github.com/
|
|
419
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
761
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
762
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
420
763
|
|
|
421
764
|
|
|
422
765
|
### Dependencies
|
|
@@ -426,7 +769,7 @@
|
|
|
426
769
|
* @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
427
770
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
428
771
|
|
|
429
|
-
## [0.0.1-next.45](https://github.com/
|
|
772
|
+
## [0.0.1-next.45](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.44...identity-service-v0.0.1-next.45) (2025-05-06)
|
|
430
773
|
|
|
431
774
|
|
|
432
775
|
### Miscellaneous Chores
|
|
@@ -441,7 +784,7 @@
|
|
|
441
784
|
* @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
442
785
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
443
786
|
|
|
444
|
-
## [0.0.1-next.44](https://github.com/
|
|
787
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.43...identity-service-v0.0.1-next.44) (2025-04-30)
|
|
445
788
|
|
|
446
789
|
|
|
447
790
|
### Miscellaneous Chores
|
|
@@ -456,7 +799,7 @@
|
|
|
456
799
|
* @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
457
800
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
458
801
|
|
|
459
|
-
## [0.0.1-next.43](https://github.com/
|
|
802
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.42...identity-service-v0.0.1-next.43) (2025-04-25)
|
|
460
803
|
|
|
461
804
|
|
|
462
805
|
### Miscellaneous Chores
|
|
@@ -471,12 +814,12 @@
|
|
|
471
814
|
* @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
472
815
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
473
816
|
|
|
474
|
-
## [0.0.1-next.42](https://github.com/
|
|
817
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.41...identity-service-v0.0.1-next.42) (2025-04-17)
|
|
475
818
|
|
|
476
819
|
|
|
477
820
|
### Features
|
|
478
821
|
|
|
479
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
822
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
480
823
|
|
|
481
824
|
|
|
482
825
|
### Dependencies
|
|
@@ -486,7 +829,7 @@
|
|
|
486
829
|
* @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
487
830
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
488
831
|
|
|
489
|
-
## [0.0.1-next.41](https://github.com/
|
|
832
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.40...identity-service-v0.0.1-next.41) (2025-04-09)
|
|
490
833
|
|
|
491
834
|
|
|
492
835
|
### Miscellaneous Chores
|
|
@@ -501,13 +844,13 @@
|
|
|
501
844
|
* @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
502
845
|
* @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
503
846
|
|
|
504
|
-
## [0.0.1-next.40](https://github.com/
|
|
847
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.39...identity-service-v0.0.1-next.40) (2025-03-28)
|
|
505
848
|
|
|
506
849
|
|
|
507
850
|
### Bug Fixes
|
|
508
851
|
|
|
509
|
-
* Import path and bump version ([#21](https://github.com/
|
|
510
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
852
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
853
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
511
854
|
|
|
512
855
|
|
|
513
856
|
### Dependencies
|