@twin.org/identity-connector-entity-storage 0.0.3-next.9 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/es/entityStorageIdentityConnector.js +198 -42
- package/dist/es/entityStorageIdentityConnector.js.map +1 -1
- package/dist/es/entityStorageIdentityProfileConnector.js +3 -3
- package/dist/es/entityStorageIdentityProfileConnector.js.map +1 -1
- package/dist/es/entityStorageIdentityResolverConnector.js +1 -1
- package/dist/es/entityStorageIdentityResolverConnector.js.map +1 -1
- package/dist/es/models/IEntityStorageIdentityConnectorConstructorOptions.js.map +1 -1
- package/dist/types/entityStorageIdentityConnector.d.ts +58 -13
- package/dist/types/entityStorageIdentityProfileConnector.d.ts +3 -3
- package/docs/changelog.md +625 -91
- package/docs/examples.md +221 -1
- package/docs/reference/classes/EntityStorageIdentityConnector.md +177 -45
- package/docs/reference/classes/EntityStorageIdentityProfileConnector.md +11 -11
- package/docs/reference/classes/EntityStorageIdentityResolverConnector.md +4 -4
- package/docs/reference/classes/IdentityDocument.md +4 -4
- package/docs/reference/classes/IdentityProfile.md +5 -5
- package/docs/reference/interfaces/IEntityStorageIdentityConnectorConstructorOptions.md +4 -4
- package/docs/reference/interfaces/IEntityStorageIdentityProfileConnectorConstructorOptions.md +2 -2
- package/docs/reference/interfaces/IEntityStorageIdentityResolverConnectorConstructorOptions.md +4 -4
- package/locales/en.json +21 -16
- package/package.json +14 -14
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,545 @@
|
|
|
1
1
|
# @twin.org/identity-connector-entity-storage- Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.9.0...identity-connector-entity-storage-v0.9.0) (2026-06-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([dabf4c5](https://github.com/iotaledger/twin-identity/commit/dabf4c5bb19e04c09bfbc8533f23dc9d42b35e4c))
|
|
9
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
10
|
+
* release to production ([#161](https://github.com/iotaledger/twin-identity/issues/161)) ([ad151fa](https://github.com/iotaledger/twin-identity/commit/ad151facfcaadc1d183d935a6db525379d48002f))
|
|
11
|
+
|
|
12
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.9.0-next.0...identity-connector-entity-storage-v0.9.0-next.1) (2026-06-23)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
18
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
19
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
20
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
21
|
+
* add optional jwt payload and headers to vc and vp tokens ([#135](https://github.com/iotaledger/twin-identity/issues/135)) ([aa1de0f](https://github.com/iotaledger/twin-identity/commit/aa1de0f63be95ff62bae3c699aabc85ea93d74c2))
|
|
22
|
+
* add proof to vc in entity storage connector ([2a968a1](https://github.com/iotaledger/twin-identity/commit/2a968a1a011cbafb8a0997234e069c91c4eaa793))
|
|
23
|
+
* 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))
|
|
24
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
25
|
+
* add vault signing ([#153](https://github.com/iotaledger/twin-identity/issues/153)) ([9458e4c](https://github.com/iotaledger/twin-identity/commit/9458e4c96ce19e0fc704905dfb3aac04dc6cf237))
|
|
26
|
+
* common connector tests ([4f9642c](https://github.com/iotaledger/twin-identity/commit/4f9642ceb09843870909fc6819bf69fb20ef952a))
|
|
27
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
28
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
29
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
30
|
+
* implement async proof signing with vault security ([#110](https://github.com/iotaledger/twin-identity/issues/110)) ([9651c24](https://github.com/iotaledger/twin-identity/commit/9651c2492d63eca6545735f5638d3191e25bd185))
|
|
31
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
32
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
33
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
34
|
+
* update contexts ([#100](https://github.com/iotaledger/twin-identity/issues/100)) ([7c17f98](https://github.com/iotaledger/twin-identity/commit/7c17f983110b2fc5db1b19531d0b2a7c53e02aaa))
|
|
35
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
36
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
37
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
38
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* add exp to jwt payload in entity storage vc ([41f0fbd](https://github.com/iotaledger/twin-identity/commit/41f0fbd641b4fd1fe3b23f1a16f4748e09b31f50))
|
|
44
|
+
* associate vault keys with document not controller ([#86](https://github.com/iotaledger/twin-identity/issues/86)) ([6430f4b](https://github.com/iotaledger/twin-identity/commit/6430f4b559315a1fe99b60c6db1c661d317bc243))
|
|
45
|
+
* identity subject type property ([#146](https://github.com/iotaledger/twin-identity/issues/146)) ([fe71dc6](https://github.com/iotaledger/twin-identity/commit/fe71dc66972120b42f1ff0e1dc8732cb48e1dd2a))
|
|
46
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
47
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
48
|
+
* linting ([08dd93e](https://github.com/iotaledger/twin-identity/commit/08dd93e7b6ba3877c9cd051533f08aff39733a5b))
|
|
49
|
+
* update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
|
|
50
|
+
* use async getStore in tests ([cfc0d87](https://github.com/iotaledger/twin-identity/commit/cfc0d873532e8ab2010f86f05bffaad3bbaf5786))
|
|
51
|
+
* use async getStore in tests ([3424c81](https://github.com/iotaledger/twin-identity/commit/3424c81cf7407ede4a89a026072720d52bf689b2))
|
|
52
|
+
* use nameof for property guards ([9d571cf](https://github.com/iotaledger/twin-identity/commit/9d571cffae8838035fcbca8966795783013e1a99))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Dependencies
|
|
56
|
+
|
|
57
|
+
* The following workspace dependencies were updated
|
|
58
|
+
* dependencies
|
|
59
|
+
* @twin.org/identity-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
60
|
+
|
|
61
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.35...identity-connector-entity-storage-v0.0.3-next.36) (2026-06-17)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Features
|
|
65
|
+
|
|
66
|
+
* add vault signing ([#153](https://github.com/iotaledger/twin-identity/issues/153)) ([9458e4c](https://github.com/iotaledger/twin-identity/commit/9458e4c96ce19e0fc704905dfb3aac04dc6cf237))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* use async getStore in tests ([cfc0d87](https://github.com/iotaledger/twin-identity/commit/cfc0d873532e8ab2010f86f05bffaad3bbaf5786))
|
|
72
|
+
* use async getStore in tests ([3424c81](https://github.com/iotaledger/twin-identity/commit/3424c81cf7407ede4a89a026072720d52bf689b2))
|
|
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.35 to 0.0.3-next.36
|
|
80
|
+
|
|
81
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.34...identity-connector-entity-storage-v0.0.3-next.35) (2026-06-01)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Miscellaneous Chores
|
|
85
|
+
|
|
86
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Dependencies
|
|
90
|
+
|
|
91
|
+
* The following workspace dependencies were updated
|
|
92
|
+
* dependencies
|
|
93
|
+
* @twin.org/identity-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
94
|
+
|
|
95
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.33...identity-connector-entity-storage-v0.0.3-next.34) (2026-06-01)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Features
|
|
99
|
+
|
|
100
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
101
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
102
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
103
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
104
|
+
* add optional jwt payload and headers to vc and vp tokens ([#135](https://github.com/iotaledger/twin-identity/issues/135)) ([aa1de0f](https://github.com/iotaledger/twin-identity/commit/aa1de0f63be95ff62bae3c699aabc85ea93d74c2))
|
|
105
|
+
* add proof to vc in entity storage connector ([2a968a1](https://github.com/iotaledger/twin-identity/commit/2a968a1a011cbafb8a0997234e069c91c4eaa793))
|
|
106
|
+
* 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))
|
|
107
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
108
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
109
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
110
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
111
|
+
* implement async proof signing with vault security ([#110](https://github.com/iotaledger/twin-identity/issues/110)) ([9651c24](https://github.com/iotaledger/twin-identity/commit/9651c2492d63eca6545735f5638d3191e25bd185))
|
|
112
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
113
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
114
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
115
|
+
* update contexts ([#100](https://github.com/iotaledger/twin-identity/issues/100)) ([7c17f98](https://github.com/iotaledger/twin-identity/commit/7c17f983110b2fc5db1b19531d0b2a7c53e02aaa))
|
|
116
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
117
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
118
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
119
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### Bug Fixes
|
|
123
|
+
|
|
124
|
+
* add exp to jwt payload in entity storage vc ([41f0fbd](https://github.com/iotaledger/twin-identity/commit/41f0fbd641b4fd1fe3b23f1a16f4748e09b31f50))
|
|
125
|
+
* associate vault keys with document not controller ([#86](https://github.com/iotaledger/twin-identity/issues/86)) ([6430f4b](https://github.com/iotaledger/twin-identity/commit/6430f4b559315a1fe99b60c6db1c661d317bc243))
|
|
126
|
+
* identity subject type property ([#146](https://github.com/iotaledger/twin-identity/issues/146)) ([fe71dc6](https://github.com/iotaledger/twin-identity/commit/fe71dc66972120b42f1ff0e1dc8732cb48e1dd2a))
|
|
127
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
128
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
129
|
+
* linting ([08dd93e](https://github.com/iotaledger/twin-identity/commit/08dd93e7b6ba3877c9cd051533f08aff39733a5b))
|
|
130
|
+
* update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
|
|
131
|
+
* use nameof for property guards ([9d571cf](https://github.com/iotaledger/twin-identity/commit/9d571cffae8838035fcbca8966795783013e1a99))
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Dependencies
|
|
135
|
+
|
|
136
|
+
* The following workspace dependencies were updated
|
|
137
|
+
* dependencies
|
|
138
|
+
* @twin.org/identity-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
139
|
+
|
|
140
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.32...identity-connector-entity-storage-v0.0.3-next.33) (2026-06-01)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Features
|
|
144
|
+
|
|
145
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
146
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
147
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
148
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
149
|
+
* add optional jwt payload and headers to vc and vp tokens ([#135](https://github.com/iotaledger/twin-identity/issues/135)) ([aa1de0f](https://github.com/iotaledger/twin-identity/commit/aa1de0f63be95ff62bae3c699aabc85ea93d74c2))
|
|
150
|
+
* add proof to vc in entity storage connector ([2a968a1](https://github.com/iotaledger/twin-identity/commit/2a968a1a011cbafb8a0997234e069c91c4eaa793))
|
|
151
|
+
* 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))
|
|
152
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
153
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
154
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
155
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
156
|
+
* implement async proof signing with vault security ([#110](https://github.com/iotaledger/twin-identity/issues/110)) ([9651c24](https://github.com/iotaledger/twin-identity/commit/9651c2492d63eca6545735f5638d3191e25bd185))
|
|
157
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
158
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
159
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
160
|
+
* update contexts ([#100](https://github.com/iotaledger/twin-identity/issues/100)) ([7c17f98](https://github.com/iotaledger/twin-identity/commit/7c17f983110b2fc5db1b19531d0b2a7c53e02aaa))
|
|
161
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
162
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
163
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
164
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
### Bug Fixes
|
|
168
|
+
|
|
169
|
+
* add exp to jwt payload in entity storage vc ([41f0fbd](https://github.com/iotaledger/twin-identity/commit/41f0fbd641b4fd1fe3b23f1a16f4748e09b31f50))
|
|
170
|
+
* associate vault keys with document not controller ([#86](https://github.com/iotaledger/twin-identity/issues/86)) ([6430f4b](https://github.com/iotaledger/twin-identity/commit/6430f4b559315a1fe99b60c6db1c661d317bc243))
|
|
171
|
+
* identity subject type property ([#146](https://github.com/iotaledger/twin-identity/issues/146)) ([fe71dc6](https://github.com/iotaledger/twin-identity/commit/fe71dc66972120b42f1ff0e1dc8732cb48e1dd2a))
|
|
172
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
173
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
174
|
+
* linting ([08dd93e](https://github.com/iotaledger/twin-identity/commit/08dd93e7b6ba3877c9cd051533f08aff39733a5b))
|
|
175
|
+
* update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
|
|
176
|
+
* use nameof for property guards ([9d571cf](https://github.com/iotaledger/twin-identity/commit/9d571cffae8838035fcbca8966795783013e1a99))
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Dependencies
|
|
180
|
+
|
|
181
|
+
* The following workspace dependencies were updated
|
|
182
|
+
* dependencies
|
|
183
|
+
* @twin.org/identity-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
184
|
+
|
|
185
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.31...identity-connector-entity-storage-v0.0.3-next.32) (2026-06-01)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Bug Fixes
|
|
189
|
+
|
|
190
|
+
* identity subject type property ([#146](https://github.com/iotaledger/twin-identity/issues/146)) ([fe71dc6](https://github.com/iotaledger/twin-identity/commit/fe71dc66972120b42f1ff0e1dc8732cb48e1dd2a))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Dependencies
|
|
194
|
+
|
|
195
|
+
* The following workspace dependencies were updated
|
|
196
|
+
* dependencies
|
|
197
|
+
* @twin.org/identity-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
198
|
+
|
|
199
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.30...identity-connector-entity-storage-v0.0.3-next.31) (2026-05-28)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Miscellaneous Chores
|
|
203
|
+
|
|
204
|
+
* **identity-connector-entity-storage:** 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.30 to 0.0.3-next.31
|
|
212
|
+
|
|
213
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.29...identity-connector-entity-storage-v0.0.3-next.30) (2026-05-28)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Miscellaneous Chores
|
|
217
|
+
|
|
218
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Dependencies
|
|
222
|
+
|
|
223
|
+
* The following workspace dependencies were updated
|
|
224
|
+
* dependencies
|
|
225
|
+
* @twin.org/identity-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
226
|
+
|
|
227
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.28...identity-connector-entity-storage-v0.0.3-next.29) (2026-05-22)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Miscellaneous Chores
|
|
231
|
+
|
|
232
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### Dependencies
|
|
236
|
+
|
|
237
|
+
* The following workspace dependencies were updated
|
|
238
|
+
* dependencies
|
|
239
|
+
* @twin.org/identity-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
240
|
+
|
|
241
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.27...identity-connector-entity-storage-v0.0.3-next.28) (2026-05-21)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Miscellaneous Chores
|
|
245
|
+
|
|
246
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Dependencies
|
|
250
|
+
|
|
251
|
+
* The following workspace dependencies were updated
|
|
252
|
+
* dependencies
|
|
253
|
+
* @twin.org/identity-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
254
|
+
|
|
255
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.26...identity-connector-entity-storage-v0.0.3-next.27) (2026-05-21)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Features
|
|
259
|
+
|
|
260
|
+
* add optional jwt payload and headers to vc and vp tokens ([#135](https://github.com/iotaledger/twin-identity/issues/135)) ([aa1de0f](https://github.com/iotaledger/twin-identity/commit/aa1de0f63be95ff62bae3c699aabc85ea93d74c2))
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### Dependencies
|
|
264
|
+
|
|
265
|
+
* The following workspace dependencies were updated
|
|
266
|
+
* dependencies
|
|
267
|
+
* @twin.org/identity-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
268
|
+
|
|
269
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.25...identity-connector-entity-storage-v0.0.3-next.26) (2026-05-21)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Miscellaneous Chores
|
|
273
|
+
|
|
274
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Dependencies
|
|
278
|
+
|
|
279
|
+
* The following workspace dependencies were updated
|
|
280
|
+
* dependencies
|
|
281
|
+
* @twin.org/identity-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
282
|
+
|
|
283
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.24...identity-connector-entity-storage-v0.0.3-next.25) (2026-05-20)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Miscellaneous Chores
|
|
287
|
+
|
|
288
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Dependencies
|
|
292
|
+
|
|
293
|
+
* The following workspace dependencies were updated
|
|
294
|
+
* dependencies
|
|
295
|
+
* @twin.org/identity-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
296
|
+
|
|
297
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.23...identity-connector-entity-storage-v0.0.3-next.24) (2026-05-13)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Miscellaneous Chores
|
|
301
|
+
|
|
302
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### Dependencies
|
|
306
|
+
|
|
307
|
+
* The following workspace dependencies were updated
|
|
308
|
+
* dependencies
|
|
309
|
+
* @twin.org/identity-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
310
|
+
|
|
311
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.22...identity-connector-entity-storage-v0.0.3-next.23) (2026-05-12)
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Features
|
|
315
|
+
|
|
316
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Dependencies
|
|
320
|
+
|
|
321
|
+
* The following workspace dependencies were updated
|
|
322
|
+
* dependencies
|
|
323
|
+
* @twin.org/identity-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
324
|
+
|
|
325
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.21...identity-connector-entity-storage-v0.0.3-next.22) (2026-05-07)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Miscellaneous Chores
|
|
329
|
+
|
|
330
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Dependencies
|
|
334
|
+
|
|
335
|
+
* The following workspace dependencies were updated
|
|
336
|
+
* dependencies
|
|
337
|
+
* @twin.org/identity-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
338
|
+
|
|
339
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.20...identity-connector-entity-storage-v0.0.3-next.21) (2026-05-07)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Miscellaneous Chores
|
|
343
|
+
|
|
344
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Dependencies
|
|
348
|
+
|
|
349
|
+
* The following workspace dependencies were updated
|
|
350
|
+
* dependencies
|
|
351
|
+
* @twin.org/identity-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
352
|
+
|
|
353
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.19...identity-connector-entity-storage-v0.0.3-next.20) (2026-04-29)
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Features
|
|
357
|
+
|
|
358
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Dependencies
|
|
362
|
+
|
|
363
|
+
* The following workspace dependencies were updated
|
|
364
|
+
* dependencies
|
|
365
|
+
* @twin.org/identity-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
366
|
+
|
|
367
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.18...identity-connector-entity-storage-v0.0.3-next.19) (2026-04-29)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Features
|
|
371
|
+
|
|
372
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
### Bug Fixes
|
|
376
|
+
|
|
377
|
+
* linting ([08dd93e](https://github.com/iotaledger/twin-identity/commit/08dd93e7b6ba3877c9cd051533f08aff39733a5b))
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Dependencies
|
|
381
|
+
|
|
382
|
+
* The following workspace dependencies were updated
|
|
383
|
+
* dependencies
|
|
384
|
+
* @twin.org/identity-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
385
|
+
|
|
386
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.17...identity-connector-entity-storage-v0.0.3-next.18) (2026-02-27)
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Miscellaneous Chores
|
|
390
|
+
|
|
391
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Dependencies
|
|
395
|
+
|
|
396
|
+
* The following workspace dependencies were updated
|
|
397
|
+
* dependencies
|
|
398
|
+
* @twin.org/identity-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
399
|
+
|
|
400
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.16...identity-connector-entity-storage-v0.0.3-next.17) (2026-02-24)
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
### Features
|
|
404
|
+
|
|
405
|
+
* implement async proof signing with vault security ([#110](https://github.com/iotaledger/twin-identity/issues/110)) ([9651c24](https://github.com/iotaledger/twin-identity/commit/9651c2492d63eca6545735f5638d3191e25bd185))
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
### Dependencies
|
|
409
|
+
|
|
410
|
+
* The following workspace dependencies were updated
|
|
411
|
+
* dependencies
|
|
412
|
+
* @twin.org/identity-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
413
|
+
|
|
414
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.15...identity-connector-entity-storage-v0.0.3-next.16) (2026-02-13)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Miscellaneous Chores
|
|
418
|
+
|
|
419
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Dependencies
|
|
423
|
+
|
|
424
|
+
* The following workspace dependencies were updated
|
|
425
|
+
* dependencies
|
|
426
|
+
* @twin.org/identity-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
427
|
+
|
|
428
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.14...identity-connector-entity-storage-v0.0.3-next.15) (2026-02-12)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Miscellaneous Chores
|
|
432
|
+
|
|
433
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
### Dependencies
|
|
437
|
+
|
|
438
|
+
* The following workspace dependencies were updated
|
|
439
|
+
* dependencies
|
|
440
|
+
* @twin.org/identity-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
441
|
+
|
|
442
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.13...identity-connector-entity-storage-v0.0.3-next.14) (2026-02-10)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Features
|
|
446
|
+
|
|
447
|
+
* add proof to vc in entity storage connector ([2a968a1](https://github.com/iotaledger/twin-identity/commit/2a968a1a011cbafb8a0997234e069c91c4eaa793))
|
|
448
|
+
* 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))
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
### Dependencies
|
|
452
|
+
|
|
453
|
+
* The following workspace dependencies were updated
|
|
454
|
+
* dependencies
|
|
455
|
+
* @twin.org/identity-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
456
|
+
|
|
457
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.12...identity-connector-entity-storage-v0.0.3-next.13) (2026-01-21)
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
### Features
|
|
461
|
+
|
|
462
|
+
* update contexts ([#100](https://github.com/iotaledger/twin-identity/issues/100)) ([7c17f98](https://github.com/iotaledger/twin-identity/commit/7c17f983110b2fc5db1b19531d0b2a7c53e02aaa))
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Bug Fixes
|
|
466
|
+
|
|
467
|
+
* use nameof for property guards ([9d571cf](https://github.com/iotaledger/twin-identity/commit/9d571cffae8838035fcbca8966795783013e1a99))
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Dependencies
|
|
471
|
+
|
|
472
|
+
* The following workspace dependencies were updated
|
|
473
|
+
* dependencies
|
|
474
|
+
* @twin.org/identity-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
475
|
+
|
|
476
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.11...identity-connector-entity-storage-v0.0.3-next.12) (2026-01-19)
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Features
|
|
480
|
+
|
|
481
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Dependencies
|
|
485
|
+
|
|
486
|
+
* The following workspace dependencies were updated
|
|
487
|
+
* dependencies
|
|
488
|
+
* @twin.org/identity-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
489
|
+
|
|
490
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.10...identity-connector-entity-storage-v0.0.3-next.11) (2026-01-15)
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
### Features
|
|
494
|
+
|
|
495
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
496
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
497
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
498
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
499
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
500
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
501
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
502
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
503
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
504
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
505
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
### Bug Fixes
|
|
509
|
+
|
|
510
|
+
* add exp to jwt payload in entity storage vc ([41f0fbd](https://github.com/iotaledger/twin-identity/commit/41f0fbd641b4fd1fe3b23f1a16f4748e09b31f50))
|
|
511
|
+
* associate vault keys with document not controller ([#86](https://github.com/iotaledger/twin-identity/issues/86)) ([6430f4b](https://github.com/iotaledger/twin-identity/commit/6430f4b559315a1fe99b60c6db1c661d317bc243))
|
|
512
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
513
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
514
|
+
* update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
### Dependencies
|
|
518
|
+
|
|
519
|
+
* The following workspace dependencies were updated
|
|
520
|
+
* dependencies
|
|
521
|
+
* @twin.org/identity-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
522
|
+
|
|
523
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.9...identity-connector-entity-storage-v0.0.3-next.10) (2026-01-15)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
### Miscellaneous Chores
|
|
527
|
+
|
|
528
|
+
* **identity-connector-entity-storage:** Synchronize repo versions
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
### Dependencies
|
|
532
|
+
|
|
533
|
+
* The following workspace dependencies were updated
|
|
534
|
+
* dependencies
|
|
535
|
+
* @twin.org/identity-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
536
|
+
|
|
537
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.8...identity-connector-entity-storage-v0.0.3-next.9) (2026-01-14)
|
|
4
538
|
|
|
5
539
|
|
|
6
540
|
### Bug Fixes
|
|
7
541
|
|
|
8
|
-
* update vault key naming convention to use document ID prefix ([#94](https://github.com/
|
|
542
|
+
* update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
|
|
9
543
|
|
|
10
544
|
|
|
11
545
|
### Dependencies
|
|
@@ -14,12 +548,12 @@
|
|
|
14
548
|
* dependencies
|
|
15
549
|
* @twin.org/identity-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
550
|
|
|
17
|
-
## [0.0.3-next.8](https://github.com/
|
|
551
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.7...identity-connector-entity-storage-v0.0.3-next.8) (2026-01-14)
|
|
18
552
|
|
|
19
553
|
|
|
20
554
|
### Features
|
|
21
555
|
|
|
22
|
-
* update namespaces and contexts ([#90](https://github.com/
|
|
556
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
23
557
|
|
|
24
558
|
|
|
25
559
|
### Dependencies
|
|
@@ -28,12 +562,12 @@
|
|
|
28
562
|
* dependencies
|
|
29
563
|
* @twin.org/identity-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
30
564
|
|
|
31
|
-
## [0.0.3-next.7](https://github.com/
|
|
565
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.6...identity-connector-entity-storage-v0.0.3-next.7) (2026-01-13)
|
|
32
566
|
|
|
33
567
|
|
|
34
568
|
### Bug Fixes
|
|
35
569
|
|
|
36
|
-
* associate vault keys with document not controller ([#86](https://github.com/
|
|
570
|
+
* associate vault keys with document not controller ([#86](https://github.com/iotaledger/twin-identity/issues/86)) ([6430f4b](https://github.com/iotaledger/twin-identity/commit/6430f4b559315a1fe99b60c6db1c661d317bc243))
|
|
37
571
|
|
|
38
572
|
|
|
39
573
|
### Dependencies
|
|
@@ -42,7 +576,7 @@
|
|
|
42
576
|
* dependencies
|
|
43
577
|
* @twin.org/identity-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
44
578
|
|
|
45
|
-
## [0.0.3-next.6](https://github.com/
|
|
579
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.5...identity-connector-entity-storage-v0.0.3-next.6) (2025-11-26)
|
|
46
580
|
|
|
47
581
|
|
|
48
582
|
### Miscellaneous Chores
|
|
@@ -56,7 +590,7 @@
|
|
|
56
590
|
* dependencies
|
|
57
591
|
* @twin.org/identity-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
58
592
|
|
|
59
|
-
## [0.0.3-next.5](https://github.com/
|
|
593
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.4...identity-connector-entity-storage-v0.0.3-next.5) (2025-11-20)
|
|
60
594
|
|
|
61
595
|
|
|
62
596
|
### Miscellaneous Chores
|
|
@@ -70,27 +604,27 @@
|
|
|
70
604
|
* dependencies
|
|
71
605
|
* @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
72
606
|
|
|
73
|
-
## [0.0.3-next.4](https://github.com/
|
|
607
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.3...identity-connector-entity-storage-v0.0.3-next.4) (2025-11-17)
|
|
74
608
|
|
|
75
609
|
|
|
76
610
|
### Features
|
|
77
611
|
|
|
78
|
-
* add context id features ([#62](https://github.com/
|
|
79
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
80
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
81
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
82
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
83
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
84
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
85
|
-
* update framework core ([c824497](https://github.com/
|
|
86
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
87
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
612
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
613
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
614
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
615
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
616
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
617
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
618
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
619
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
620
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
621
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
88
622
|
|
|
89
623
|
|
|
90
624
|
### Bug Fixes
|
|
91
625
|
|
|
92
|
-
* Import path and bump version ([#21](https://github.com/
|
|
93
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
626
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
627
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
94
628
|
|
|
95
629
|
|
|
96
630
|
### Dependencies
|
|
@@ -99,7 +633,7 @@
|
|
|
99
633
|
* dependencies
|
|
100
634
|
* @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
101
635
|
|
|
102
|
-
## [0.0.3-next.3](https://github.com/
|
|
636
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.2...identity-connector-entity-storage-v0.0.3-next.3) (2025-11-17)
|
|
103
637
|
|
|
104
638
|
|
|
105
639
|
### Miscellaneous Chores
|
|
@@ -113,7 +647,7 @@
|
|
|
113
647
|
* dependencies
|
|
114
648
|
* @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
115
649
|
|
|
116
|
-
## [0.0.3-next.2](https://github.com/
|
|
650
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.1...identity-connector-entity-storage-v0.0.3-next.2) (2025-11-14)
|
|
117
651
|
|
|
118
652
|
|
|
119
653
|
### Miscellaneous Chores
|
|
@@ -127,27 +661,27 @@
|
|
|
127
661
|
* dependencies
|
|
128
662
|
* @twin.org/identity-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
129
663
|
|
|
130
|
-
## [0.0.3-next.1](https://github.com/
|
|
664
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.0...identity-connector-entity-storage-v0.0.3-next.1) (2025-11-11)
|
|
131
665
|
|
|
132
666
|
|
|
133
667
|
### Features
|
|
134
668
|
|
|
135
|
-
* add context id features ([#62](https://github.com/
|
|
136
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
137
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
138
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
139
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
140
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
141
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
142
|
-
* update framework core ([c824497](https://github.com/
|
|
143
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
144
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
669
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
670
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
671
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
672
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
673
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
674
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
675
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
676
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
677
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
678
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
145
679
|
|
|
146
680
|
|
|
147
681
|
### Bug Fixes
|
|
148
682
|
|
|
149
|
-
* Import path and bump version ([#21](https://github.com/
|
|
150
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
683
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
684
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
151
685
|
|
|
152
686
|
|
|
153
687
|
### Dependencies
|
|
@@ -156,7 +690,7 @@
|
|
|
156
690
|
* dependencies
|
|
157
691
|
* @twin.org/identity-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
158
692
|
|
|
159
|
-
## [0.0.2-next.10](https://github.com/
|
|
693
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.2-next.9...identity-connector-entity-storage-v0.0.2-next.10) (2025-10-27)
|
|
160
694
|
|
|
161
695
|
|
|
162
696
|
### Miscellaneous Chores
|
|
@@ -170,12 +704,12 @@
|
|
|
170
704
|
* dependencies
|
|
171
705
|
* @twin.org/identity-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
172
706
|
|
|
173
|
-
## [0.0.2-next.9](https://github.com/
|
|
707
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.2-next.8...identity-connector-entity-storage-v0.0.2-next.9) (2025-10-09)
|
|
174
708
|
|
|
175
709
|
|
|
176
710
|
### Features
|
|
177
711
|
|
|
178
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
712
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
179
713
|
|
|
180
714
|
|
|
181
715
|
### Dependencies
|
|
@@ -184,7 +718,7 @@
|
|
|
184
718
|
* dependencies
|
|
185
719
|
* @twin.org/identity-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
186
720
|
|
|
187
|
-
## [0.0.2-next.8](https://github.com/
|
|
721
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.2-next.7...identity-connector-entity-storage-v0.0.2-next.8) (2025-09-25)
|
|
188
722
|
|
|
189
723
|
|
|
190
724
|
### Miscellaneous Chores
|
|
@@ -198,7 +732,7 @@
|
|
|
198
732
|
* dependencies
|
|
199
733
|
* @twin.org/identity-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
200
734
|
|
|
201
|
-
## [0.0.2-next.7](https://github.com/
|
|
735
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.2-next.6...identity-connector-entity-storage-v0.0.2-next.7) (2025-09-23)
|
|
202
736
|
|
|
203
737
|
|
|
204
738
|
### Miscellaneous Chores
|
|
@@ -212,7 +746,7 @@
|
|
|
212
746
|
* dependencies
|
|
213
747
|
* @twin.org/identity-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
214
748
|
|
|
215
|
-
## [0.0.2-next.6](https://github.com/
|
|
749
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.2-next.5...identity-connector-entity-storage-v0.0.2-next.6) (2025-09-23)
|
|
216
750
|
|
|
217
751
|
|
|
218
752
|
### Miscellaneous Chores
|
|
@@ -226,7 +760,7 @@
|
|
|
226
760
|
* dependencies
|
|
227
761
|
* @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
228
762
|
|
|
229
|
-
## [0.0.2-next.5](https://github.com/
|
|
763
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.2-next.4...identity-connector-entity-storage-v0.0.2-next.5) (2025-09-15)
|
|
230
764
|
|
|
231
765
|
|
|
232
766
|
### Miscellaneous Chores
|
|
@@ -240,12 +774,12 @@
|
|
|
240
774
|
* dependencies
|
|
241
775
|
* @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
242
776
|
|
|
243
|
-
## [0.0.2-next.4](https://github.com/
|
|
777
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.2-next.3...identity-connector-entity-storage-v0.0.2-next.4) (2025-09-12)
|
|
244
778
|
|
|
245
779
|
|
|
246
780
|
### Features
|
|
247
781
|
|
|
248
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
782
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
249
783
|
|
|
250
784
|
|
|
251
785
|
### Dependencies
|
|
@@ -254,12 +788,12 @@
|
|
|
254
788
|
* dependencies
|
|
255
789
|
* @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
256
790
|
|
|
257
|
-
## [0.0.2-next.3](https://github.com/
|
|
791
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.2-next.2...identity-connector-entity-storage-v0.0.2-next.3) (2025-08-29)
|
|
258
792
|
|
|
259
793
|
|
|
260
794
|
### Features
|
|
261
795
|
|
|
262
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
796
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
263
797
|
|
|
264
798
|
|
|
265
799
|
### Dependencies
|
|
@@ -268,12 +802,12 @@
|
|
|
268
802
|
* dependencies
|
|
269
803
|
* @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
270
804
|
|
|
271
|
-
## [0.0.2-next.2](https://github.com/
|
|
805
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.2-next.1...identity-connector-entity-storage-v0.0.2-next.2) (2025-08-20)
|
|
272
806
|
|
|
273
807
|
|
|
274
808
|
### Features
|
|
275
809
|
|
|
276
|
-
* update framework core ([c824497](https://github.com/
|
|
810
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
277
811
|
|
|
278
812
|
|
|
279
813
|
### Dependencies
|
|
@@ -282,22 +816,22 @@
|
|
|
282
816
|
* dependencies
|
|
283
817
|
* @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
284
818
|
|
|
285
|
-
## [0.0.2-next.1](https://github.com/
|
|
819
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.2-next.0...identity-connector-entity-storage-v0.0.2-next.1) (2025-08-18)
|
|
286
820
|
|
|
287
821
|
|
|
288
822
|
### Features
|
|
289
823
|
|
|
290
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
291
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
292
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
293
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
294
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
824
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
825
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
826
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
827
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
828
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
295
829
|
|
|
296
830
|
|
|
297
831
|
### Bug Fixes
|
|
298
832
|
|
|
299
|
-
* Import path and bump version ([#21](https://github.com/
|
|
300
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
833
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
834
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
301
835
|
|
|
302
836
|
|
|
303
837
|
### Dependencies
|
|
@@ -311,7 +845,7 @@
|
|
|
311
845
|
|
|
312
846
|
### Features
|
|
313
847
|
|
|
314
|
-
* release to production ([8450ad7](https://github.com/
|
|
848
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
315
849
|
|
|
316
850
|
|
|
317
851
|
### Dependencies
|
|
@@ -320,12 +854,12 @@
|
|
|
320
854
|
* dependencies
|
|
321
855
|
* @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
|
|
322
856
|
|
|
323
|
-
## [0.0.1-next.57](https://github.com/
|
|
857
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.56...identity-connector-entity-storage-v0.0.1-next.57) (2025-07-08)
|
|
324
858
|
|
|
325
859
|
|
|
326
860
|
### Features
|
|
327
861
|
|
|
328
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
862
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
329
863
|
|
|
330
864
|
|
|
331
865
|
### Dependencies
|
|
@@ -334,12 +868,12 @@
|
|
|
334
868
|
* dependencies
|
|
335
869
|
* @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
336
870
|
|
|
337
|
-
## [0.0.1-next.56](https://github.com/
|
|
871
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.55...identity-connector-entity-storage-v0.0.1-next.56) (2025-06-30)
|
|
338
872
|
|
|
339
873
|
|
|
340
874
|
### Features
|
|
341
875
|
|
|
342
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
876
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
343
877
|
|
|
344
878
|
|
|
345
879
|
### Dependencies
|
|
@@ -348,20 +882,20 @@
|
|
|
348
882
|
* dependencies
|
|
349
883
|
* @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
350
884
|
|
|
351
|
-
## [0.0.1-next.55](https://github.com/
|
|
885
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.54...identity-connector-entity-storage-v0.0.1-next.55) (2025-06-26)
|
|
352
886
|
|
|
353
887
|
|
|
354
888
|
### Features
|
|
355
889
|
|
|
356
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
357
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
358
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
890
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
891
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
892
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
359
893
|
|
|
360
894
|
|
|
361
895
|
### Bug Fixes
|
|
362
896
|
|
|
363
|
-
* Import path and bump version ([#21](https://github.com/
|
|
364
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
897
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
898
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
365
899
|
|
|
366
900
|
|
|
367
901
|
### Dependencies
|
|
@@ -370,7 +904,7 @@
|
|
|
370
904
|
* dependencies
|
|
371
905
|
* @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
372
906
|
|
|
373
|
-
## [0.0.1-next.54](https://github.com/
|
|
907
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.53...identity-connector-entity-storage-v0.0.1-next.54) (2025-06-26)
|
|
374
908
|
|
|
375
909
|
|
|
376
910
|
### Miscellaneous Chores
|
|
@@ -384,7 +918,7 @@
|
|
|
384
918
|
* dependencies
|
|
385
919
|
* @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
386
920
|
|
|
387
|
-
## [0.0.1-next.53](https://github.com/
|
|
921
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.52...identity-connector-entity-storage-v0.0.1-next.53) (2025-06-23)
|
|
388
922
|
|
|
389
923
|
|
|
390
924
|
### Miscellaneous Chores
|
|
@@ -398,7 +932,7 @@
|
|
|
398
932
|
* dependencies
|
|
399
933
|
* @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
400
934
|
|
|
401
|
-
## [0.0.1-next.52](https://github.com/
|
|
935
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.51...identity-connector-entity-storage-v0.0.1-next.52) (2025-06-20)
|
|
402
936
|
|
|
403
937
|
|
|
404
938
|
### Miscellaneous Chores
|
|
@@ -412,7 +946,7 @@
|
|
|
412
946
|
* dependencies
|
|
413
947
|
* @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
414
948
|
|
|
415
|
-
## [0.0.1-next.51](https://github.com/
|
|
949
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.50...identity-connector-entity-storage-v0.0.1-next.51) (2025-06-19)
|
|
416
950
|
|
|
417
951
|
|
|
418
952
|
### Miscellaneous Chores
|
|
@@ -426,12 +960,12 @@
|
|
|
426
960
|
* dependencies
|
|
427
961
|
* @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
428
962
|
|
|
429
|
-
## [0.0.1-next.50](https://github.com/
|
|
963
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.49...identity-connector-entity-storage-v0.0.1-next.50) (2025-06-19)
|
|
430
964
|
|
|
431
965
|
|
|
432
966
|
### Features
|
|
433
967
|
|
|
434
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
968
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
435
969
|
|
|
436
970
|
|
|
437
971
|
### Dependencies
|
|
@@ -440,7 +974,7 @@
|
|
|
440
974
|
* dependencies
|
|
441
975
|
* @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
442
976
|
|
|
443
|
-
## [0.0.1-next.49](https://github.com/
|
|
977
|
+
## [0.0.1-next.49](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.48...identity-connector-entity-storage-v0.0.1-next.49) (2025-06-18)
|
|
444
978
|
|
|
445
979
|
|
|
446
980
|
### Miscellaneous Chores
|
|
@@ -454,7 +988,7 @@
|
|
|
454
988
|
* dependencies
|
|
455
989
|
* @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
456
990
|
|
|
457
|
-
## [0.0.1-next.48](https://github.com/
|
|
991
|
+
## [0.0.1-next.48](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.47...identity-connector-entity-storage-v0.0.1-next.48) (2025-06-17)
|
|
458
992
|
|
|
459
993
|
|
|
460
994
|
### Miscellaneous Chores
|
|
@@ -468,12 +1002,12 @@
|
|
|
468
1002
|
* dependencies
|
|
469
1003
|
* @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
470
1004
|
|
|
471
|
-
## [0.0.1-next.47](https://github.com/
|
|
1005
|
+
## [0.0.1-next.47](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.46...identity-connector-entity-storage-v0.0.1-next.47) (2025-06-12)
|
|
472
1006
|
|
|
473
1007
|
|
|
474
1008
|
### Features
|
|
475
1009
|
|
|
476
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
1010
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
477
1011
|
|
|
478
1012
|
|
|
479
1013
|
### Dependencies
|
|
@@ -482,18 +1016,18 @@
|
|
|
482
1016
|
* dependencies
|
|
483
1017
|
* @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
484
1018
|
|
|
485
|
-
## [0.0.1-next.46](https://github.com/
|
|
1019
|
+
## [0.0.1-next.46](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.45...identity-connector-entity-storage-v0.0.1-next.46) (2025-05-20)
|
|
486
1020
|
|
|
487
1021
|
|
|
488
1022
|
### Features
|
|
489
1023
|
|
|
490
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
1024
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
491
1025
|
|
|
492
1026
|
|
|
493
1027
|
### Bug Fixes
|
|
494
1028
|
|
|
495
|
-
* Import path and bump version ([#21](https://github.com/
|
|
496
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
1029
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
1030
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
497
1031
|
|
|
498
1032
|
|
|
499
1033
|
### Dependencies
|
|
@@ -502,7 +1036,7 @@
|
|
|
502
1036
|
* dependencies
|
|
503
1037
|
* @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
504
1038
|
|
|
505
|
-
## [0.0.1-next.45](https://github.com/
|
|
1039
|
+
## [0.0.1-next.45](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.44...identity-connector-entity-storage-v0.0.1-next.45) (2025-05-06)
|
|
506
1040
|
|
|
507
1041
|
|
|
508
1042
|
### Miscellaneous Chores
|
|
@@ -516,7 +1050,7 @@
|
|
|
516
1050
|
* dependencies
|
|
517
1051
|
* @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
518
1052
|
|
|
519
|
-
## [0.0.1-next.44](https://github.com/
|
|
1053
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.43...identity-connector-entity-storage-v0.0.1-next.44) (2025-04-30)
|
|
520
1054
|
|
|
521
1055
|
|
|
522
1056
|
### Miscellaneous Chores
|
|
@@ -530,7 +1064,7 @@
|
|
|
530
1064
|
* dependencies
|
|
531
1065
|
* @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
532
1066
|
|
|
533
|
-
## [0.0.1-next.43](https://github.com/
|
|
1067
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.42...identity-connector-entity-storage-v0.0.1-next.43) (2025-04-25)
|
|
534
1068
|
|
|
535
1069
|
|
|
536
1070
|
### Miscellaneous Chores
|
|
@@ -544,12 +1078,12 @@
|
|
|
544
1078
|
* dependencies
|
|
545
1079
|
* @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
546
1080
|
|
|
547
|
-
## [0.0.1-next.42](https://github.com/
|
|
1081
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.41...identity-connector-entity-storage-v0.0.1-next.42) (2025-04-17)
|
|
548
1082
|
|
|
549
1083
|
|
|
550
1084
|
### Features
|
|
551
1085
|
|
|
552
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
1086
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
553
1087
|
|
|
554
1088
|
|
|
555
1089
|
### Dependencies
|
|
@@ -558,7 +1092,7 @@
|
|
|
558
1092
|
* dependencies
|
|
559
1093
|
* @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
560
1094
|
|
|
561
|
-
## [0.0.1-next.41](https://github.com/
|
|
1095
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.40...identity-connector-entity-storage-v0.0.1-next.41) (2025-04-09)
|
|
562
1096
|
|
|
563
1097
|
|
|
564
1098
|
### Miscellaneous Chores
|
|
@@ -572,13 +1106,13 @@
|
|
|
572
1106
|
* dependencies
|
|
573
1107
|
* @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
574
1108
|
|
|
575
|
-
## [0.0.1-next.40](https://github.com/
|
|
1109
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.1-next.39...identity-connector-entity-storage-v0.0.1-next.40) (2025-03-28)
|
|
576
1110
|
|
|
577
1111
|
|
|
578
1112
|
### Bug Fixes
|
|
579
1113
|
|
|
580
|
-
* Import path and bump version ([#21](https://github.com/
|
|
581
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
1114
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
1115
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
582
1116
|
|
|
583
1117
|
|
|
584
1118
|
### Dependencies
|