Changelog
0.9.2 (2026-08-24)
Features
- release to production (0ce06f7)
- release to production (#110) (3117da3)
- release to production (#113) (4efe407)
- release to production (#129) (34417f9)
- release to production (#137) (959187f)
Bug Fixes
- tests (3875814)
0.9.2-next.1 (2026-08-07)
Features
- add context id features (#30) (a35d37c)
- add data types with fully qualified name (93e1ee7)
- add event-driven telemetry metrics (#63) (8fe6cdd)
- add health provider (#132) (5183025)
- add unique flag for alias, and exact match option for id query (33dbd19)
- add validate-locales (e76e6f6)
- add versions (#60) (5c36f94)
- add vertex validation (#54) (d3ef124)
- additional query conditions (#100) (4fc6b7a)
- changeset endpoints (#44) (7c854de)
- configurable timeout for mutex (5178789)
- enhanced rest testing (#119) (11f5653)
- eslint migration to flat config (1b42a3a)
- id optional in edge updates (6b63fe3)
- improve JSON schemas (bec8dc1)
- improved versioning (#66) (1b497cd)
- mutex on remove proof operation (d3697a0)
- only set dateModified after update (#4) (43ea6e5)
- organization identifiers (#88) (c58d35b)
- remove hosting component (#91) (d6180a8)
- remove unused namespace (ff1a3b4)
- replace nextItem property with Link header (#39) (b29a333)
- rest enhancements (1e51050)
- typescript 6 update (2483c31)
- update background task service (e483ddb)
- update contexts (#35) (cdf0989)
- update contexts and namespaces (#33) (5dadb99)
- update dependencies (482c97e)
- update dependencies (6986689)
- update edges to use targetId instead of id (6c5d0e3)
- update framework core (88ad4e6)
- update immutable proof usage (#73) (a5181d1)
- update naming (39210c4)
- update schemas (b00bcac)
- use new hosting url for cursor links (809cdc6)
- use new nameof operators (3921c4c)
- use shared store mechanism (#10) (da035e5)
- use standard list json ld types (8f53836)
- uuidv7 (#46) (d0179f8)
Bug Fixes
- aig concurrent resource regression tests (#77) (82b8725)
- context usage (9c8f64d)
- gate immutable proof on vertex organizationIdentity in AIG (#81) (0e67b6f)
- implement removeProof on AuditableItemGraphRestClient and expose DELETE /:id/proof route (#85) (ed74458)
- incremental edge merge and per-vertex update queue (#70) (91eb51d)
- only include alias in index if not deleted (#6) (5da3c41)
- query fixed ordering (#124) (f28d46d)
- query params force coercion (2dd9afe)
- query resource type property name (b684b31)
- support new compactArrays flag (2809b2b)
- update tests with new deterministic background tasks (#8) (a96721c)
- use async getStore in tests (0a911c0)
- use async getStore in tests (8d2969b)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.9.2-next.0 to 0.9.2-next.1
- dependencies
0.9.1 (2026-07-27)
Features
- release to production (0ce06f7)
- release to production (#110) (3117da3)
- release to production (#113) (4efe407)
- release to production (#129) (34417f9)
Bug Fixes
- tests (3875814)
0.9.1-next.4 (2026-07-20)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.9.1-next.3 to 0.9.1-next.4
- dependencies
0.9.1-next.3 (2026-06-30)
Features
- rest enhancements (1e51050)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.9.1-next.2 to 0.9.1-next.3
- dependencies
0.9.1-next.2 (2026-06-29)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.9.1-next.1 to 0.9.1-next.2
- dependencies
0.9.1-next.1 (2026-06-26)
Features
- add context id features (#30) (a35d37c)
- add data types with fully qualified name (93e1ee7)
- add event-driven telemetry metrics (#63) (8fe6cdd)
- add unique flag for alias, and exact match option for id query (33dbd19)
- add validate-locales (e76e6f6)
- add versions (#60) (5c36f94)
- add vertex validation (#54) (d3ef124)
- additional query conditions (#100) (4fc6b7a)
- changeset endpoints (#44) (7c854de)
- configurable timeout for mutex (5178789)
- eslint migration to flat config (1b42a3a)
- id optional in edge updates (6b63fe3)
- improve JSON schemas (bec8dc1)
- improved versioning (#66) (1b497cd)
- mutex on remove proof operation (d3697a0)
- only set dateModified after update (#4) (43ea6e5)
- organization identifiers (#88) (c58d35b)
- remove hosting component (#91) (d6180a8)
- remove unused namespace (ff1a3b4)
- replace nextItem property with Link header (#39) (b29a333)
- typescript 6 update (2483c31)
- update background task service (e483ddb)
- update contexts (#35) (cdf0989)
- update contexts and namespaces (#33) (5dadb99)
- update dependencies (482c97e)
- update dependencies (6986689)
- update edges to use targetId instead of id (6c5d0e3)
- update framework core (88ad4e6)
- update immutable proof usage (#73) (a5181d1)
- update naming (39210c4)
- update schemas (b00bcac)
- use new hosting url for cursor links (809cdc6)
- use new nameof operators (3921c4c)
- use shared store mechanism (#10) (da035e5)
- use standard list json ld types (8f53836)
- uuidv7 (#46) (d0179f8)
Bug Fixes
- aig concurrent resource regression tests (#77) (82b8725)
- context usage (9c8f64d)
- gate immutable proof on vertex organizationIdentity in AIG (#81) (0e67b6f)
- implement removeProof on AuditableItemGraphRestClient and expose DELETE /:id/proof route (#85) (ed74458)
- incremental edge merge and per-vertex update queue (#70) (91eb51d)
- only include alias in index if not deleted (#6) (5da3c41)
- query params force coercion (2dd9afe)
- query resource type property name (b684b31)
- update tests with new deterministic background tasks (#8) (a96721c)
- use async getStore in tests (0a911c0)
- use async getStore in tests (8d2969b)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.9.1-next.0 to 0.9.1-next.1
- dependencies
0.9.0 (2026-06-25)
Features
- release to production (0ce06f7)
- release to production (#110) (3117da3)
- release to production (#113) (4efe407)
Bug Fixes
- tests (3875814)
0.9.0-next.2 (2026-06-25)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.9.0-next.1 to 0.9.0-next.2
- dependencies
0.9.0-next.1 (2026-06-24)
Features
- add context id features (#30) (a35d37c)
- add data types with fully qualified name (93e1ee7)
- add event-driven telemetry metrics (#63) (8fe6cdd)
- add unique flag for alias, and exact match option for id query (33dbd19)
- add validate-locales (e76e6f6)
- add versions (#60) (5c36f94)
- add vertex validation (#54) (d3ef124)
- changeset endpoints (#44) (7c854de)
- configurable timeout for mutex (5178789)
- eslint migration to flat config (1b42a3a)
- id optional in edge updates (6b63fe3)
- improve JSON schemas (bec8dc1)
- improved versioning (#66) (1b497cd)
- mutex on remove proof operation (d3697a0)
- only set dateModified after update (#4) (43ea6e5)
- organization identifiers (#88) (c58d35b)
- remove hosting component (#91) (d6180a8)
- remove unused namespace (ff1a3b4)
- replace nextItem property with Link header (#39) (b29a333)
- typescript 6 update (2483c31)
- update background task service (e483ddb)
- update contexts (#35) (cdf0989)
- update contexts and namespaces (#33) (5dadb99)
- update dependencies (482c97e)
- update dependencies (6986689)
- update edges to use targetId instead of id (6c5d0e3)
- update framework core (88ad4e6)
- update immutable proof usage (#73) (a5181d1)
- update naming (39210c4)
- update schemas (b00bcac)
- use new hosting url for cursor links (809cdc6)
- use new nameof operators (3921c4c)
- use shared store mechanism (#10) (da035e5)
- use standard list json ld types (8f53836)
- uuidv7 (#46) (d0179f8)
Bug Fixes
- aig concurrent resource regression tests (#77) (82b8725)
- context usage (9c8f64d)
- gate immutable proof on vertex organizationIdentity in AIG (#81) (0e67b6f)
- implement removeProof on AuditableItemGraphRestClient and expose DELETE /:id/proof route (#85) (ed74458)
- incremental edge merge and per-vertex update queue (#70) (91eb51d)
- only include alias in index if not deleted (#6) (5da3c41)
- query params force coercion (2dd9afe)
- query resource type property name (b684b31)
- update tests with new deterministic background tasks (#8) (a96721c)
- use async getStore in tests (0a911c0)
- use async getStore in tests (8d2969b)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.9.0-next.0 to 0.9.0-next.1
- dependencies
0.0.3-next.25 (2026-06-19)
Features
- configurable timeout for mutex (5178789)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.24 to 0.0.3-next.25
- dependencies
0.0.3-next.24 (2026-06-18)
Features
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.23 to 0.0.3-next.24
- dependencies
0.0.3-next.23 (2026-06-11)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.22 to 0.0.3-next.23
- dependencies
0.0.3-next.22 (2026-06-09)
Bug Fixes
- implement removeProof on AuditableItemGraphRestClient and expose DELETE /:id/proof route (#85) (ed74458)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.21 to 0.0.3-next.22
- dependencies
0.0.3-next.21 (2026-06-03)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.20 to 0.0.3-next.21
- dependencies
0.0.3-next.20 (2026-06-03)
Features
- mutex on remove proof operation (d3697a0)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.19 to 0.0.3-next.20
- dependencies
0.0.3-next.19 (2026-06-02)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.18 to 0.0.3-next.19
- dependencies
0.0.3-next.18 (2026-05-29)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.17 to 0.0.3-next.18
- dependencies
0.0.3-next.17 (2026-05-27)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.16 to 0.0.3-next.17
- dependencies
0.0.3-next.16 (2026-05-22)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.15 to 0.0.3-next.16
- dependencies
0.0.3-next.15 (2026-05-20)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.14 to 0.0.3-next.15
- dependencies
0.0.3-next.14 (2026-05-18)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.13 to 0.0.3-next.14
- dependencies
0.0.3-next.13 (2026-05-12)
Features
- typescript 6 update (2483c31)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.12 to 0.0.3-next.13
- dependencies
0.0.3-next.12 (2026-03-24)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.11 to 0.0.3-next.12
- dependencies
0.0.3-next.11 (2026-02-25)
Features
- update schemas (b00bcac)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.10 to 0.0.3-next.11
- dependencies
0.0.3-next.10 (2026-02-24)
Features
- add context id features (#30) (a35d37c)
- add data types with fully qualified name (93e1ee7)
- add unique flag for alias, and exact match option for id query (33dbd19)
- add validate-locales (e76e6f6)
- changeset endpoints (#44) (7c854de)
- eslint migration to flat config (1b42a3a)
- id optional in edge updates (6b63fe3)
- improve JSON schemas (bec8dc1)
- only set dateModified after update (#4) (43ea6e5)
- remove unused namespace (ff1a3b4)
- replace nextItem property with Link header (#39) (b29a333)
- update background task service (e483ddb)
- update contexts (#35) (cdf0989)
- update contexts and namespaces (#33) (5dadb99)
- update dependencies (6986689)
- update edges to use targetId instead of id (6c5d0e3)
- update framework core (88ad4e6)
- update naming (39210c4)
- use new hosting url for cursor links (809cdc6)
- use new nameof operators (3921c4c)
- use shared store mechanism (#10) (da035e5)
- use standard list json ld types (8f53836)
- uuidv7 (#46) (d0179f8)
Bug Fixes
- context usage (9c8f64d)
- only include alias in index if not deleted (#6) (5da3c41)
- query params force coercion (2dd9afe)
- query resource type property name (b684b31)
- update tests with new deterministic background tasks (#8) (a96721c)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.9 to 0.0.3-next.10
- dependencies
0.0.3-next.9 (2026-02-23)
Bug Fixes
- query resource type property name (b684b31)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.8 to 0.0.3-next.9
- dependencies
0.0.3-next.8 (2026-02-11)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.7 to 0.0.3-next.8
- dependencies
0.0.3-next.7 (2026-02-11)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.6 to 0.0.3-next.7
- dependencies
0.0.3-next.6 (2026-01-26)
Features
- use new hosting url for cursor links (809cdc6)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.5 to 0.0.3-next.6
- dependencies
0.0.3-next.5 (2026-01-23)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.4 to 0.0.3-next.5
- dependencies
0.0.3-next.4 (2026-01-22)
Bug Fixes
- context usage (9c8f64d)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.3 to 0.0.3-next.4
- dependencies
0.0.3-next.3 (2026-01-21)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.2 to 0.0.3-next.3
- dependencies
0.0.3-next.2 (2026-01-14)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.1 to 0.0.3-next.2
- dependencies
0.0.3-next.1 (2025-11-28)
Features
- add context id features (#30) (a35d37c)
- add data types with fully qualified name (93e1ee7)
- add unique flag for alias, and exact match option for id query (33dbd19)
- add validate-locales (e76e6f6)
- eslint migration to flat config (1b42a3a)
- id optional in edge updates (6b63fe3)
- improve JSON schemas (bec8dc1)
- only set dateModified after update (#4) (43ea6e5)
- remove unused namespace (ff1a3b4)
- update background task service (e483ddb)
- update dependencies (6986689)
- update edges to use targetId instead of id (6c5d0e3)
- update framework core (88ad4e6)
- use new nameof operators (3921c4c)
- use shared store mechanism (#10) (da035e5)
- use standard list json ld types (8f53836)
Bug Fixes
- only include alias in index if not deleted (#6) (5da3c41)
- query params force coercion (2dd9afe)
- update tests with new deterministic background tasks (#8) (a96721c)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.3-next.0 to 0.0.3-next.1
- dependencies
0.0.2-next.8 (2025-10-09)
Features
- add validate-locales (e76e6f6)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.2-next.7 to 0.0.2-next.8
- dependencies
0.0.2-next.7 (2025-09-29)
Features
- id optional in edge updates (6b63fe3)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.2-next.6 to 0.0.2-next.7
- dependencies
0.0.2-next.6 (2025-09-29)
Features
- use new nameof operators (3921c4c)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.2-next.5 to 0.0.2-next.6
- dependencies
0.0.2-next.5 (2025-09-26)
Features
- update edges to use targetId instead of id (6c5d0e3)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.2-next.4 to 0.0.2-next.5
- dependencies
0.0.2-next.4 (2025-09-24)
Features
- add unique flag for alias, and exact match option for id query (33dbd19)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.2-next.3 to 0.0.2-next.4
- dependencies
0.0.2-next.3 (2025-08-29)
Features
- eslint migration to flat config (1b42a3a)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.2-next.2 to 0.0.2-next.3
- dependencies
0.0.2-next.2 (2025-08-20)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.2-next.1 to 0.0.2-next.2
- dependencies
0.0.2-next.1 (2025-07-21)
Features
- add data types with fully qualified name (93e1ee7)
- improve JSON schemas (bec8dc1)
- only set dateModified after update (#4) (43ea6e5)
- update dependencies (6986689)
- use shared store mechanism (#10) (da035e5)
- use standard list json ld types (8f53836)
Bug Fixes
- only include alias in index if not deleted (#6) (5da3c41)
- query params force coercion (2dd9afe)
- update tests with new deterministic background tasks (#8) (a96721c)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.2-next.0 to 0.0.2-next.1
- dependencies
0.0.1 (2025-07-09)
Features
- release to production (0ce06f7)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from ^0.0.0 to ^0.0.1
- dependencies
0.0.1-next.44 (2025-06-20)
Bug Fixes
- query params force coercion (2dd9afe)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.43 to 0.0.1-next.44
- dependencies
0.0.1-next.43 (2025-06-17)
Features
- improve JSON schemas (bec8dc1)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.42 to 0.0.1-next.43
- dependencies
0.0.1-next.42 (2025-06-12)
Features
- update dependencies (6986689)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.41 to 0.0.1-next.42
- dependencies
0.0.1-next.41 (2025-06-03)
Miscellaneous Chores
- auditable-item-graph-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.40 to 0.0.1-next.41
- dependencies
0.0.1-next.40 (2025-05-28)
Features
- add data types with fully qualified name (93e1ee7)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.39 to 0.0.1-next.40
- dependencies
0.0.1-next.39 (2025-05-08)
Features
- use standard list json ld types (8f53836)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.38 to 0.0.1-next.39
- dependencies
0.0.1-next.38 (2025-04-17)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.37 to 0.0.1-next.38
- dependencies
0.0.1-next.37 (2025-04-11)
Features
Bug Fixes
- only include alias in index if not deleted (#6) (5da3c41)
- update tests with new deterministic background tasks (#8) (a96721c)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.36 to 0.0.1-next.37
- dependencies
0.0.1-next.36 (2025-04-11)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.35 to 0.0.1-next.36
- dependencies
0.0.1-next.35 (2025-04-10)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.34 to 0.0.1-next.35
- dependencies
0.0.1-next.34 (2025-03-28)
Miscellaneous Chores
- auditable-item-graph-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/auditable-item-graph-models bumped from 0.0.1-next.33 to 0.0.1-next.34
- dependencies
v0.0.1-next.33
- Initial Release