@twin.org/auditable-item-graph-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 +3 -1
- package/dist/es/auditableItemGraphRoutes.js +609 -44
- package/dist/es/auditableItemGraphRoutes.js.map +1 -1
- package/dist/es/auditableItemGraphService.js +714 -159
- package/dist/es/auditableItemGraphService.js.map +1 -1
- package/dist/es/entities/auditableItemGraphAlias.js +8 -0
- package/dist/es/entities/auditableItemGraphAlias.js.map +1 -1
- package/dist/es/entities/auditableItemGraphChangeset.js +8 -0
- package/dist/es/entities/auditableItemGraphChangeset.js.map +1 -1
- package/dist/es/entities/auditableItemGraphVertex.js +8 -0
- package/dist/es/entities/auditableItemGraphVertex.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphServiceConstructorOptions.js.map +1 -1
- package/dist/types/auditableItemGraphRoutes.d.ts +42 -2
- package/dist/types/auditableItemGraphService.d.ts +81 -55
- package/dist/types/entities/auditableItemGraphAlias.d.ts +4 -0
- package/dist/types/entities/auditableItemGraphChangeset.d.ts +4 -0
- package/dist/types/entities/auditableItemGraphVertex.d.ts +4 -0
- package/dist/types/models/IAuditableItemGraphServiceConstructorOptions.d.ts +4 -0
- package/docs/changelog.md +370 -71
- package/docs/examples.md +241 -1
- package/docs/open-api/spec.json +1218 -220
- package/docs/reference/classes/AuditableItemGraphAlias.md +18 -10
- package/docs/reference/classes/AuditableItemGraphChangeset.md +16 -8
- package/docs/reference/classes/AuditableItemGraphEdge.md +10 -10
- package/docs/reference/classes/AuditableItemGraphPatch.md +6 -6
- package/docs/reference/classes/AuditableItemGraphResource.md +9 -9
- package/docs/reference/classes/AuditableItemGraphService.md +221 -59
- package/docs/reference/classes/AuditableItemGraphVertex.md +26 -18
- package/docs/reference/functions/auditableItemGraphChangesetGet.md +31 -0
- package/docs/reference/functions/auditableItemGraphChangesetList.md +31 -0
- package/docs/reference/functions/auditableItemGraphUpdate.md +1 -1
- package/docs/reference/functions/auditableItemGraphUpdatePartial.md +31 -0
- package/docs/reference/functions/auditableItemGraphVersionGet.md +31 -0
- package/docs/reference/functions/auditableItemGraphVersionList.md +31 -0
- package/docs/reference/index.md +5 -0
- package/docs/reference/interfaces/IAuditableItemGraphServiceConstructorOptions.md +18 -10
- package/locales/en.json +7 -2
- package/package.json +6 -6
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,310 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.20...auditable-item-graph-service-v0.0.3-next.21) (2026-06-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* gate immutable proof on vertex organizationIdentity in AIG ([#81](https://github.com/iotaledger/twin-auditable-item-graph/issues/81)) ([0e67b6f](https://github.com/iotaledger/twin-auditable-item-graph/commit/0e67b6fb3511ca903667e11da3bdbcecdad7b21d))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.19...auditable-item-graph-service-v0.0.3-next.20) (2026-06-03)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* mutex on remove proof operation ([d3697a0](https://github.com/iotaledger/twin-auditable-item-graph/commit/d3697a010997c2f9da1d13922a321be002ee27d3))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.18...auditable-item-graph-service-v0.0.3-next.19) (2026-06-02)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* aig concurrent resource regression tests ([#77](https://github.com/iotaledger/twin-auditable-item-graph/issues/77)) ([82b8725](https://github.com/iotaledger/twin-auditable-item-graph/commit/82b872585686e070dde0a0c8493ded6e40a7a1d9))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Dependencies
|
|
40
|
+
|
|
41
|
+
* The following workspace dependencies were updated
|
|
42
|
+
* dependencies
|
|
43
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
44
|
+
|
|
45
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.17...auditable-item-graph-service-v0.0.3-next.18) (2026-05-29)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* update immutable proof usage ([#73](https://github.com/iotaledger/twin-auditable-item-graph/issues/73)) ([a5181d1](https://github.com/iotaledger/twin-auditable-item-graph/commit/a5181d172cbc492c7cc964d22724cc10c46fc52e))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
* The following workspace dependencies were updated
|
|
56
|
+
* dependencies
|
|
57
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
58
|
+
|
|
59
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.16...auditable-item-graph-service-v0.0.3-next.17) (2026-05-27)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Bug Fixes
|
|
63
|
+
|
|
64
|
+
* incremental edge merge and per-vertex update queue ([#70](https://github.com/iotaledger/twin-auditable-item-graph/issues/70)) ([91eb51d](https://github.com/iotaledger/twin-auditable-item-graph/commit/91eb51d135d2e609eebce90de099670f08eb20ca))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Dependencies
|
|
68
|
+
|
|
69
|
+
* The following workspace dependencies were updated
|
|
70
|
+
* dependencies
|
|
71
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
72
|
+
|
|
73
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.15...auditable-item-graph-service-v0.0.3-next.16) (2026-05-22)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* improved versioning ([#66](https://github.com/iotaledger/twin-auditable-item-graph/issues/66)) ([1b497cd](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b497cdc88eec9b6707b097283773e109baae3aa))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Dependencies
|
|
82
|
+
|
|
83
|
+
* The following workspace dependencies were updated
|
|
84
|
+
* dependencies
|
|
85
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
86
|
+
|
|
87
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.14...auditable-item-graph-service-v0.0.3-next.15) (2026-05-20)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* add event-driven telemetry metrics ([#63](https://github.com/iotaledger/twin-auditable-item-graph/issues/63)) ([8fe6cdd](https://github.com/iotaledger/twin-auditable-item-graph/commit/8fe6cdd0d56496402b766c151f002f475ddb8c0e))
|
|
93
|
+
* update dependencies ([482c97e](https://github.com/iotaledger/twin-auditable-item-graph/commit/482c97e16109e504cb495084ef51e860a7f86669))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Dependencies
|
|
97
|
+
|
|
98
|
+
* The following workspace dependencies were updated
|
|
99
|
+
* dependencies
|
|
100
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
101
|
+
|
|
102
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.13...auditable-item-graph-service-v0.0.3-next.14) (2026-05-18)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Features
|
|
106
|
+
|
|
107
|
+
* add versions ([#60](https://github.com/iotaledger/twin-auditable-item-graph/issues/60)) ([5c36f94](https://github.com/iotaledger/twin-auditable-item-graph/commit/5c36f94b1155c01dddbc8d62f3f65d599916c521))
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Dependencies
|
|
111
|
+
|
|
112
|
+
* The following workspace dependencies were updated
|
|
113
|
+
* dependencies
|
|
114
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
115
|
+
|
|
116
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.12...auditable-item-graph-service-v0.0.3-next.13) (2026-05-12)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
* typescript 6 update ([2483c31](https://github.com/iotaledger/twin-auditable-item-graph/commit/2483c3171cff4c5ecedc83d958ab551291a4a487))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Dependencies
|
|
125
|
+
|
|
126
|
+
* The following workspace dependencies were updated
|
|
127
|
+
* dependencies
|
|
128
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
129
|
+
|
|
130
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.11...auditable-item-graph-service-v0.0.3-next.12) (2026-03-24)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Features
|
|
134
|
+
|
|
135
|
+
* add vertex validation ([#54](https://github.com/iotaledger/twin-auditable-item-graph/issues/54)) ([d3ef124](https://github.com/iotaledger/twin-auditable-item-graph/commit/d3ef1241f60956dc296e22d063f188921255d68c))
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Dependencies
|
|
139
|
+
|
|
140
|
+
* The following workspace dependencies were updated
|
|
141
|
+
* dependencies
|
|
142
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
143
|
+
|
|
144
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.10...auditable-item-graph-service-v0.0.3-next.11) (2026-02-25)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Features
|
|
148
|
+
|
|
149
|
+
* update schemas ([b00bcac](https://github.com/iotaledger/twin-auditable-item-graph/commit/b00bcac6551fa524e8871e1b573a712ed0f30943))
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Dependencies
|
|
153
|
+
|
|
154
|
+
* The following workspace dependencies were updated
|
|
155
|
+
* dependencies
|
|
156
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
157
|
+
|
|
158
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.9...auditable-item-graph-service-v0.0.3-next.10) (2026-02-24)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Features
|
|
162
|
+
|
|
163
|
+
* add context id features ([#30](https://github.com/iotaledger/twin-auditable-item-graph/issues/30)) ([a35d37c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a35d37c0db62a240adde493965c0a9f7971fec45))
|
|
164
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
165
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
166
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
167
|
+
* changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
|
|
168
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
169
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
170
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
171
|
+
* only set dateModified after update ([#4](https://github.com/iotaledger/twin-auditable-item-graph/issues/4)) ([43ea6e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/43ea6e5f2d0b9181a80f0bf2935db64b3263839a))
|
|
172
|
+
* remove unused namespace ([ff1a3b4](https://github.com/iotaledger/twin-auditable-item-graph/commit/ff1a3b4e414fe2ee311a03027456ee40fbb580d7))
|
|
173
|
+
* replace nextItem property with Link header ([#39](https://github.com/iotaledger/twin-auditable-item-graph/issues/39)) ([b29a333](https://github.com/iotaledger/twin-auditable-item-graph/commit/b29a333ca78ca2091e54e3e6f4355f84c350007d))
|
|
174
|
+
* update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
|
|
175
|
+
* update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
|
|
176
|
+
* update contexts and namespaces ([#33](https://github.com/iotaledger/twin-auditable-item-graph/issues/33)) ([5dadb99](https://github.com/iotaledger/twin-auditable-item-graph/commit/5dadb99773d410aceacaba7ed92c1ccb8b46516b))
|
|
177
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
178
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
179
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
180
|
+
* update naming ([39210c4](https://github.com/iotaledger/twin-auditable-item-graph/commit/39210c45baddd3cd48805140a1c0049f3004653f))
|
|
181
|
+
* use new hosting url for cursor links ([809cdc6](https://github.com/iotaledger/twin-auditable-item-graph/commit/809cdc623491bad91000d0b0f740e40dc019198d))
|
|
182
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
183
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
184
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
185
|
+
* uuidv7 ([#46](https://github.com/iotaledger/twin-auditable-item-graph/issues/46)) ([d0179f8](https://github.com/iotaledger/twin-auditable-item-graph/commit/d0179f81290e0beae2f1c398a028aca6dd754023))
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Bug Fixes
|
|
189
|
+
|
|
190
|
+
* context usage ([9c8f64d](https://github.com/iotaledger/twin-auditable-item-graph/commit/9c8f64d342e9fb40d3514b87fd547a824ce50676))
|
|
191
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
192
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
193
|
+
* query resource type property name ([b684b31](https://github.com/iotaledger/twin-auditable-item-graph/commit/b684b3108e1e16852ee319e47edd0e40d5a2fe99))
|
|
194
|
+
* update tests with new deterministic background tasks ([#8](https://github.com/iotaledger/twin-auditable-item-graph/issues/8)) ([a96721c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a96721c28128781f9cbd983d013dcf4c5542158c))
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Dependencies
|
|
198
|
+
|
|
199
|
+
* The following workspace dependencies were updated
|
|
200
|
+
* dependencies
|
|
201
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
202
|
+
|
|
203
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.8...auditable-item-graph-service-v0.0.3-next.9) (2026-02-23)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Bug Fixes
|
|
207
|
+
|
|
208
|
+
* query resource type property name ([b684b31](https://github.com/iotaledger/twin-auditable-item-graph/commit/b684b3108e1e16852ee319e47edd0e40d5a2fe99))
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Dependencies
|
|
212
|
+
|
|
213
|
+
* The following workspace dependencies were updated
|
|
214
|
+
* dependencies
|
|
215
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
216
|
+
|
|
217
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.7...auditable-item-graph-service-v0.0.3-next.8) (2026-02-11)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Features
|
|
221
|
+
|
|
222
|
+
* uuidv7 ([#46](https://github.com/iotaledger/twin-auditable-item-graph/issues/46)) ([d0179f8](https://github.com/iotaledger/twin-auditable-item-graph/commit/d0179f81290e0beae2f1c398a028aca6dd754023))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Dependencies
|
|
226
|
+
|
|
227
|
+
* The following workspace dependencies were updated
|
|
228
|
+
* dependencies
|
|
229
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
230
|
+
|
|
231
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.6...auditable-item-graph-service-v0.0.3-next.7) (2026-02-11)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Features
|
|
235
|
+
|
|
236
|
+
* changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
|
|
237
|
+
* update naming ([39210c4](https://github.com/iotaledger/twin-auditable-item-graph/commit/39210c45baddd3cd48805140a1c0049f3004653f))
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Dependencies
|
|
241
|
+
|
|
242
|
+
* The following workspace dependencies were updated
|
|
243
|
+
* dependencies
|
|
244
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
245
|
+
|
|
246
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.5...auditable-item-graph-service-v0.0.3-next.6) (2026-01-26)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Features
|
|
250
|
+
|
|
251
|
+
* use new hosting url for cursor links ([809cdc6](https://github.com/iotaledger/twin-auditable-item-graph/commit/809cdc623491bad91000d0b0f740e40dc019198d))
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Dependencies
|
|
255
|
+
|
|
256
|
+
* The following workspace dependencies were updated
|
|
257
|
+
* dependencies
|
|
258
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
259
|
+
|
|
260
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.4...auditable-item-graph-service-v0.0.3-next.5) (2026-01-23)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### Features
|
|
264
|
+
|
|
265
|
+
* replace nextItem property with Link header ([#39](https://github.com/iotaledger/twin-auditable-item-graph/issues/39)) ([b29a333](https://github.com/iotaledger/twin-auditable-item-graph/commit/b29a333ca78ca2091e54e3e6f4355f84c350007d))
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Dependencies
|
|
269
|
+
|
|
270
|
+
* The following workspace dependencies were updated
|
|
271
|
+
* dependencies
|
|
272
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
273
|
+
|
|
274
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.3...auditable-item-graph-service-v0.0.3-next.4) (2026-01-22)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Bug Fixes
|
|
278
|
+
|
|
279
|
+
* context usage ([9c8f64d](https://github.com/iotaledger/twin-auditable-item-graph/commit/9c8f64d342e9fb40d3514b87fd547a824ce50676))
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Dependencies
|
|
283
|
+
|
|
284
|
+
* The following workspace dependencies were updated
|
|
285
|
+
* dependencies
|
|
286
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
287
|
+
|
|
288
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.2...auditable-item-graph-service-v0.0.3-next.3) (2026-01-21)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Features
|
|
292
|
+
|
|
293
|
+
* update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Dependencies
|
|
297
|
+
|
|
298
|
+
* The following workspace dependencies were updated
|
|
299
|
+
* dependencies
|
|
300
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
301
|
+
|
|
302
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.1...auditable-item-graph-service-v0.0.3-next.2) (2026-01-14)
|
|
4
303
|
|
|
5
304
|
|
|
6
305
|
### Features
|
|
7
306
|
|
|
8
|
-
* update contexts and namespaces ([#33](https://github.com/
|
|
307
|
+
* update contexts and namespaces ([#33](https://github.com/iotaledger/twin-auditable-item-graph/issues/33)) ([5dadb99](https://github.com/iotaledger/twin-auditable-item-graph/commit/5dadb99773d410aceacaba7ed92c1ccb8b46516b))
|
|
9
308
|
|
|
10
309
|
|
|
11
310
|
### Dependencies
|
|
@@ -14,34 +313,34 @@
|
|
|
14
313
|
* dependencies
|
|
15
314
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
16
315
|
|
|
17
|
-
## [0.0.3-next.1](https://github.com/
|
|
316
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.0...auditable-item-graph-service-v0.0.3-next.1) (2025-11-28)
|
|
18
317
|
|
|
19
318
|
|
|
20
319
|
### Features
|
|
21
320
|
|
|
22
|
-
* add context id features ([#30](https://github.com/
|
|
23
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
24
|
-
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/
|
|
25
|
-
* add validate-locales ([e76e6f6](https://github.com/
|
|
26
|
-
* eslint migration to flat config ([1b42a3a](https://github.com/
|
|
27
|
-
* id optional in edge updates ([6b63fe3](https://github.com/
|
|
28
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
29
|
-
* only set dateModified after update ([#4](https://github.com/
|
|
30
|
-
* remove unused namespace ([ff1a3b4](https://github.com/
|
|
31
|
-
* update background task service ([e483ddb](https://github.com/
|
|
32
|
-
* update dependencies ([6986689](https://github.com/
|
|
33
|
-
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/
|
|
34
|
-
* update framework core ([88ad4e6](https://github.com/
|
|
35
|
-
* use new nameof operators ([3921c4c](https://github.com/
|
|
36
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
37
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
321
|
+
* add context id features ([#30](https://github.com/iotaledger/twin-auditable-item-graph/issues/30)) ([a35d37c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a35d37c0db62a240adde493965c0a9f7971fec45))
|
|
322
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
323
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
324
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
325
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
326
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
327
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
328
|
+
* only set dateModified after update ([#4](https://github.com/iotaledger/twin-auditable-item-graph/issues/4)) ([43ea6e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/43ea6e5f2d0b9181a80f0bf2935db64b3263839a))
|
|
329
|
+
* remove unused namespace ([ff1a3b4](https://github.com/iotaledger/twin-auditable-item-graph/commit/ff1a3b4e414fe2ee311a03027456ee40fbb580d7))
|
|
330
|
+
* update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
|
|
331
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
332
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
333
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
334
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
335
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
336
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
38
337
|
|
|
39
338
|
|
|
40
339
|
### Bug Fixes
|
|
41
340
|
|
|
42
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
43
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
44
|
-
* update tests with new deterministic background tasks ([#8](https://github.com/
|
|
341
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
342
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
343
|
+
* update tests with new deterministic background tasks ([#8](https://github.com/iotaledger/twin-auditable-item-graph/issues/8)) ([a96721c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a96721c28128781f9cbd983d013dcf4c5542158c))
|
|
45
344
|
|
|
46
345
|
|
|
47
346
|
### Dependencies
|
|
@@ -50,12 +349,12 @@
|
|
|
50
349
|
* dependencies
|
|
51
350
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
52
351
|
|
|
53
|
-
## [0.0.2-next.8](https://github.com/
|
|
352
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.7...auditable-item-graph-service-v0.0.2-next.8) (2025-10-09)
|
|
54
353
|
|
|
55
354
|
|
|
56
355
|
### Features
|
|
57
356
|
|
|
58
|
-
* add validate-locales ([e76e6f6](https://github.com/
|
|
357
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
59
358
|
|
|
60
359
|
|
|
61
360
|
### Dependencies
|
|
@@ -64,12 +363,12 @@
|
|
|
64
363
|
* dependencies
|
|
65
364
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
66
365
|
|
|
67
|
-
## [0.0.2-next.7](https://github.com/
|
|
366
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.6...auditable-item-graph-service-v0.0.2-next.7) (2025-09-29)
|
|
68
367
|
|
|
69
368
|
|
|
70
369
|
### Features
|
|
71
370
|
|
|
72
|
-
* id optional in edge updates ([6b63fe3](https://github.com/
|
|
371
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
73
372
|
|
|
74
373
|
|
|
75
374
|
### Dependencies
|
|
@@ -78,12 +377,12 @@
|
|
|
78
377
|
* dependencies
|
|
79
378
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
80
379
|
|
|
81
|
-
## [0.0.2-next.6](https://github.com/
|
|
380
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.5...auditable-item-graph-service-v0.0.2-next.6) (2025-09-29)
|
|
82
381
|
|
|
83
382
|
|
|
84
383
|
### Features
|
|
85
384
|
|
|
86
|
-
* use new nameof operators ([3921c4c](https://github.com/
|
|
385
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
87
386
|
|
|
88
387
|
|
|
89
388
|
### Dependencies
|
|
@@ -92,12 +391,12 @@
|
|
|
92
391
|
* dependencies
|
|
93
392
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
94
393
|
|
|
95
|
-
## [0.0.2-next.5](https://github.com/
|
|
394
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.4...auditable-item-graph-service-v0.0.2-next.5) (2025-09-26)
|
|
96
395
|
|
|
97
396
|
|
|
98
397
|
### Features
|
|
99
398
|
|
|
100
|
-
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/
|
|
399
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
101
400
|
|
|
102
401
|
|
|
103
402
|
### Dependencies
|
|
@@ -106,12 +405,12 @@
|
|
|
106
405
|
* dependencies
|
|
107
406
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
108
407
|
|
|
109
|
-
## [0.0.2-next.4](https://github.com/
|
|
408
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.3...auditable-item-graph-service-v0.0.2-next.4) (2025-09-24)
|
|
110
409
|
|
|
111
410
|
|
|
112
411
|
### Features
|
|
113
412
|
|
|
114
|
-
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/
|
|
413
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
115
414
|
|
|
116
415
|
|
|
117
416
|
### Dependencies
|
|
@@ -120,12 +419,12 @@
|
|
|
120
419
|
* dependencies
|
|
121
420
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
122
421
|
|
|
123
|
-
## [0.0.2-next.3](https://github.com/
|
|
422
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.2...auditable-item-graph-service-v0.0.2-next.3) (2025-08-29)
|
|
124
423
|
|
|
125
424
|
|
|
126
425
|
### Features
|
|
127
426
|
|
|
128
|
-
* eslint migration to flat config ([1b42a3a](https://github.com/
|
|
427
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
129
428
|
|
|
130
429
|
|
|
131
430
|
### Dependencies
|
|
@@ -134,13 +433,13 @@
|
|
|
134
433
|
* dependencies
|
|
135
434
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
136
435
|
|
|
137
|
-
## [0.0.2-next.2](https://github.com/
|
|
436
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.1...auditable-item-graph-service-v0.0.2-next.2) (2025-08-20)
|
|
138
437
|
|
|
139
438
|
|
|
140
439
|
### Features
|
|
141
440
|
|
|
142
|
-
* remove unused namespace ([ff1a3b4](https://github.com/
|
|
143
|
-
* update framework core ([88ad4e6](https://github.com/
|
|
441
|
+
* remove unused namespace ([ff1a3b4](https://github.com/iotaledger/twin-auditable-item-graph/commit/ff1a3b4e414fe2ee311a03027456ee40fbb580d7))
|
|
442
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
144
443
|
|
|
145
444
|
|
|
146
445
|
### Dependencies
|
|
@@ -149,24 +448,24 @@
|
|
|
149
448
|
* dependencies
|
|
150
449
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
151
450
|
|
|
152
|
-
## [0.0.2-next.1](https://github.com/
|
|
451
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.0...auditable-item-graph-service-v0.0.2-next.1) (2025-07-21)
|
|
153
452
|
|
|
154
453
|
|
|
155
454
|
### Features
|
|
156
455
|
|
|
157
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
158
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
159
|
-
* only set dateModified after update ([#4](https://github.com/
|
|
160
|
-
* update dependencies ([6986689](https://github.com/
|
|
161
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
162
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
456
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
457
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
458
|
+
* only set dateModified after update ([#4](https://github.com/iotaledger/twin-auditable-item-graph/issues/4)) ([43ea6e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/43ea6e5f2d0b9181a80f0bf2935db64b3263839a))
|
|
459
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
460
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
461
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
163
462
|
|
|
164
463
|
|
|
165
464
|
### Bug Fixes
|
|
166
465
|
|
|
167
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
168
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
169
|
-
* update tests with new deterministic background tasks ([#8](https://github.com/
|
|
466
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
467
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
468
|
+
* update tests with new deterministic background tasks ([#8](https://github.com/iotaledger/twin-auditable-item-graph/issues/8)) ([a96721c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a96721c28128781f9cbd983d013dcf4c5542158c))
|
|
170
469
|
|
|
171
470
|
|
|
172
471
|
### Dependencies
|
|
@@ -180,7 +479,7 @@
|
|
|
180
479
|
|
|
181
480
|
### Features
|
|
182
481
|
|
|
183
|
-
* release to production ([0ce06f7](https://github.com/
|
|
482
|
+
* release to production ([0ce06f7](https://github.com/iotaledger/twin-auditable-item-graph/commit/0ce06f7825aa72d04b7a2ffd8c98cb56290b9d16))
|
|
184
483
|
|
|
185
484
|
|
|
186
485
|
### Dependencies
|
|
@@ -189,12 +488,12 @@
|
|
|
189
488
|
* dependencies
|
|
190
489
|
* @twin.org/auditable-item-graph-models bumped from ^0.0.0 to ^0.0.1
|
|
191
490
|
|
|
192
|
-
## [0.0.1-next.44](https://github.com/
|
|
491
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.43...auditable-item-graph-service-v0.0.1-next.44) (2025-06-20)
|
|
193
492
|
|
|
194
493
|
|
|
195
494
|
### Bug Fixes
|
|
196
495
|
|
|
197
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
496
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
198
497
|
|
|
199
498
|
|
|
200
499
|
### Dependencies
|
|
@@ -203,12 +502,12 @@
|
|
|
203
502
|
* dependencies
|
|
204
503
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
205
504
|
|
|
206
|
-
## [0.0.1-next.43](https://github.com/
|
|
505
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.42...auditable-item-graph-service-v0.0.1-next.43) (2025-06-17)
|
|
207
506
|
|
|
208
507
|
|
|
209
508
|
### Features
|
|
210
509
|
|
|
211
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
510
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
212
511
|
|
|
213
512
|
|
|
214
513
|
### Dependencies
|
|
@@ -217,12 +516,12 @@
|
|
|
217
516
|
* dependencies
|
|
218
517
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
219
518
|
|
|
220
|
-
## [0.0.1-next.42](https://github.com/
|
|
519
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.41...auditable-item-graph-service-v0.0.1-next.42) (2025-06-12)
|
|
221
520
|
|
|
222
521
|
|
|
223
522
|
### Features
|
|
224
523
|
|
|
225
|
-
* update dependencies ([6986689](https://github.com/
|
|
524
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
226
525
|
|
|
227
526
|
|
|
228
527
|
### Dependencies
|
|
@@ -231,7 +530,7 @@
|
|
|
231
530
|
* dependencies
|
|
232
531
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
233
532
|
|
|
234
|
-
## [0.0.1-next.41](https://github.com/
|
|
533
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.40...auditable-item-graph-service-v0.0.1-next.41) (2025-06-03)
|
|
235
534
|
|
|
236
535
|
|
|
237
536
|
### Miscellaneous Chores
|
|
@@ -245,12 +544,12 @@
|
|
|
245
544
|
* dependencies
|
|
246
545
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
247
546
|
|
|
248
|
-
## [0.0.1-next.40](https://github.com/
|
|
547
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.39...auditable-item-graph-service-v0.0.1-next.40) (2025-05-28)
|
|
249
548
|
|
|
250
549
|
|
|
251
550
|
### Features
|
|
252
551
|
|
|
253
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
552
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
254
553
|
|
|
255
554
|
|
|
256
555
|
### Dependencies
|
|
@@ -259,12 +558,12 @@
|
|
|
259
558
|
* dependencies
|
|
260
559
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.39 to 0.0.1-next.40
|
|
261
560
|
|
|
262
|
-
## [0.0.1-next.39](https://github.com/
|
|
561
|
+
## [0.0.1-next.39](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.38...auditable-item-graph-service-v0.0.1-next.39) (2025-05-08)
|
|
263
562
|
|
|
264
563
|
|
|
265
564
|
### Features
|
|
266
565
|
|
|
267
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
566
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
268
567
|
|
|
269
568
|
|
|
270
569
|
### Dependencies
|
|
@@ -273,12 +572,12 @@
|
|
|
273
572
|
* dependencies
|
|
274
573
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.38 to 0.0.1-next.39
|
|
275
574
|
|
|
276
|
-
## [0.0.1-next.38](https://github.com/
|
|
575
|
+
## [0.0.1-next.38](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.37...auditable-item-graph-service-v0.0.1-next.38) (2025-04-17)
|
|
277
576
|
|
|
278
577
|
|
|
279
578
|
### Features
|
|
280
579
|
|
|
281
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
580
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
282
581
|
|
|
283
582
|
|
|
284
583
|
### Dependencies
|
|
@@ -287,18 +586,18 @@
|
|
|
287
586
|
* dependencies
|
|
288
587
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.37 to 0.0.1-next.38
|
|
289
588
|
|
|
290
|
-
## [0.0.1-next.37](https://github.com/
|
|
589
|
+
## [0.0.1-next.37](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.36...auditable-item-graph-service-v0.0.1-next.37) (2025-04-11)
|
|
291
590
|
|
|
292
591
|
|
|
293
592
|
### Features
|
|
294
593
|
|
|
295
|
-
* only set dateModified after update ([#4](https://github.com/
|
|
594
|
+
* only set dateModified after update ([#4](https://github.com/iotaledger/twin-auditable-item-graph/issues/4)) ([43ea6e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/43ea6e5f2d0b9181a80f0bf2935db64b3263839a))
|
|
296
595
|
|
|
297
596
|
|
|
298
597
|
### Bug Fixes
|
|
299
598
|
|
|
300
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
301
|
-
* update tests with new deterministic background tasks ([#8](https://github.com/
|
|
599
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
600
|
+
* update tests with new deterministic background tasks ([#8](https://github.com/iotaledger/twin-auditable-item-graph/issues/8)) ([a96721c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a96721c28128781f9cbd983d013dcf4c5542158c))
|
|
302
601
|
|
|
303
602
|
|
|
304
603
|
### Dependencies
|
|
@@ -307,12 +606,12 @@
|
|
|
307
606
|
* dependencies
|
|
308
607
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.36 to 0.0.1-next.37
|
|
309
608
|
|
|
310
|
-
## [0.0.1-next.36](https://github.com/
|
|
609
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.35...auditable-item-graph-service-v0.0.1-next.36) (2025-04-11)
|
|
311
610
|
|
|
312
611
|
|
|
313
612
|
### Bug Fixes
|
|
314
613
|
|
|
315
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
614
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
316
615
|
|
|
317
616
|
|
|
318
617
|
### Dependencies
|
|
@@ -321,12 +620,12 @@
|
|
|
321
620
|
* dependencies
|
|
322
621
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
323
622
|
|
|
324
|
-
## [0.0.1-next.35](https://github.com/
|
|
623
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.34...auditable-item-graph-service-v0.0.1-next.35) (2025-04-10)
|
|
325
624
|
|
|
326
625
|
|
|
327
626
|
### Features
|
|
328
627
|
|
|
329
|
-
* only set dateModified after update ([#4](https://github.com/
|
|
628
|
+
* only set dateModified after update ([#4](https://github.com/iotaledger/twin-auditable-item-graph/issues/4)) ([43ea6e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/43ea6e5f2d0b9181a80f0bf2935db64b3263839a))
|
|
330
629
|
|
|
331
630
|
|
|
332
631
|
### Dependencies
|
|
@@ -335,7 +634,7 @@
|
|
|
335
634
|
* dependencies
|
|
336
635
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
337
636
|
|
|
338
|
-
## [0.0.1-next.34](https://github.com/
|
|
637
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.33...auditable-item-graph-service-v0.0.1-next.34) (2025-03-28)
|
|
339
638
|
|
|
340
639
|
|
|
341
640
|
### Miscellaneous Chores
|