Unreleased
⚠ BREAKING CHANGES
- remove EcosystemPolicy-specific negotiation guard and related locale contract for v2.
0.9.2 (2026-08-24)
Features
Features
- add context id features (#51) (239922c)
- add create() to pre-register consumer-side contract negotiations (#187) (6007f83)
- add DAP (Data Access Point) (#40) (f3e684b)
- add EcosystemPolicy typed getter across PAP stack (#114) (2a8e941)
- add factory pattern (d26b4c0)
- add identity-based authorization to PNP negotiation endpoints (#92) (67c208e)
- add includeErrorDetails config (4e5cb52)
- add JSON-LD types for negotiation (6be61f8)
- add PAP-managed schema.org lifecycle timestamps to policies (#176) (8d53036)
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
- add validate-locales (78f30cf)
- adopt node/tenant identifier model in PNP + IPolicyNegotiation (#145) (0911bfc)
- capture organization identity (#88) (8fcee6e)
- change callback url to callback path (#65) (f02ceaf)
- check state before transitioning (3d29807)
- configurable timeout for mutex (d59d1b9)
- consistent uid usage (#83) (bdfb9f9)
- engine compatibility updates (490e015)
- implementing the schedule cleanup (#85) (cf44bc7)
- international dataspaces contract negotiation (#41) (41ed515)
- linting and dependency update (bb095f2)
- local optimization (#216) (13858ea)
- move create and verify proofs to helper (a4e1f4a)
- organization identifiers (#177) (98d2484)
- pass negotiationId instead of requesterType to IPolicyRequester callbacks (#80) (1dbaa42)
- pdp add (#39) (68b9a8a)
- persist trust data (#198) (af94704)
- pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath (#132) (e642154)
- policy negotiation point remote optional in config (01ad107)
- policy negotiator callback (#77) (6566ed0)
- re-use existing agreements (#287) (08ddf92)
- remove hosting component (#207) (2a51690)
- separate rest routes (538b86b)
- simplify pnap create request (be4dfe7)
- support direct REQUESTED -> AGREED contract negotiation shortcut (#239) (99aff32)
- tenant component (#165) (de9eace)
- typescript 6 update (18f6f1e)
- unused services (1d73d35)
- update contexts (#63) (e55200f)
- update dataspace protocol dependencies (9dcc477)
- update dataspace standards packages (dbd5bf6)
- update dependencies (5bfbb30)
- update dspace dependencies (072917b)
- update namespaces and contexts (#61) (033446b)
- update naming (46accce)
- update processors (#71) (d6e8c1e)
- update to more specific ds odrl types (c56dc49)
- update to use built in vc authentication (f982b86)
- use tenant admin service instead of custom tenant tracking (#118) (905745c)
- use url transformer (79b3b91)
Bug Fixes
- callbackAddress optional on negotiation messages (#158) (dc8a539)
- contract negotiation feedback (#151) (b8bd1ec)
- correct trust info capture (f91a965)
- don't terminate negotiation when callback delivery fails (#282) (4077b0d)
- notify requester via terminated() when consumer FINALIZED PAP write fails (#185) (cb8740d)
- persist correlationId in agreementFromProvider for the direct-agreement shortcut (#268) (ee32ad6)
- persist finalized agreement to consumer PAP (#170) (f09a219)
- prevent record resurrection in terminateIfResponseError (#164) (03cd272)
- resolve 5 bugs preventing PNP contract negotiation callbacks (#98) (4a065d6)
- store after delete (#155) (a0ff564)
- use async getStore in tests (61b9951)
- use the provider organization in the agreement callback address (#181) (527dce5)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.2-next.6 to 0.9.2-next.7
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.2-next.6 to 0.9.2-next.7
- @twin.org/rights-management-pip-service bumped from 0.9.2-next.6 to 0.9.2-next.7
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.2-next.5 to 0.9.2-next.6
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.2-next.5 to 0.9.2-next.6
- @twin.org/rights-management-pip-service bumped from 0.9.2-next.5 to 0.9.2-next.6
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.2-next.4 to 0.9.2-next.5
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.2-next.4 to 0.9.2-next.5
- @twin.org/rights-management-pip-service bumped from 0.9.2-next.4 to 0.9.2-next.5
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.2-next.3 to 0.9.2-next.4
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.2-next.3 to 0.9.2-next.4
- @twin.org/rights-management-pip-service bumped from 0.9.2-next.3 to 0.9.2-next.4
Features
- linting and dependency update (bb095f2)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.2-next.2 to 0.9.2-next.3
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.2-next.2 to 0.9.2-next.3
- @twin.org/rights-management-pip-service bumped from 0.9.2-next.2 to 0.9.2-next.3
Bug Fixes
- don't terminate negotiation when callback delivery fails (#282) (4077b0d)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.2-next.1 to 0.9.2-next.2
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.2-next.1 to 0.9.2-next.2
- @twin.org/rights-management-pip-service bumped from 0.9.2-next.1 to 0.9.2-next.2
Features
- add context id features (#51) (239922c)
- add create() to pre-register consumer-side contract negotiations (#187) (6007f83)
- add DAP (Data Access Point) (#40) (f3e684b)
- add EcosystemPolicy typed getter across PAP stack (#114) (2a8e941)
- add factory pattern (d26b4c0)
- add identity-based authorization to PNP negotiation endpoints (#92) (67c208e)
- add includeErrorDetails config (4e5cb52)
- add JSON-LD types for negotiation (6be61f8)
- add PAP-managed schema.org lifecycle timestamps to policies (#176) (8d53036)
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
- add validate-locales (78f30cf)
- adopt node/tenant identifier model in PNP + IPolicyNegotiation (#145) (0911bfc)
- capture organization identity (#88) (8fcee6e)
- change callback url to callback path (#65) (f02ceaf)
- check state before transitioning (3d29807)
- configurable timeout for mutex (d59d1b9)
- consistent uid usage (#83) (bdfb9f9)
- engine compatibility updates (490e015)
- implementing the schedule cleanup (#85) (cf44bc7)
- international dataspaces contract negotiation (#41) (41ed515)
- local optimization (#216) (13858ea)
- move create and verify proofs to helper (a4e1f4a)
- organization identifiers (#177) (98d2484)
- pass negotiationId instead of requesterType to IPolicyRequester callbacks (#80) (1dbaa42)
- pdp add (#39) (68b9a8a)
- persist trust data (#198) (af94704)
- pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath (#132) (e642154)
- policy negotiation point remote optional in config (01ad107)
- policy negotiator callback (#77) (6566ed0)
- remove hosting component (#207) (2a51690)
- separate rest routes (538b86b)
- simplify pnap create request (be4dfe7)
- support direct REQUESTED -> AGREED contract negotiation shortcut (#239) (99aff32)
- tenant component (#165) (de9eace)
- typescript 6 update (18f6f1e)
- unused services (1d73d35)
- update contexts (#63) (e55200f)
- update dataspace protocol dependencies (9dcc477)
- update dataspace standards packages (dbd5bf6)
- update dependencies (5bfbb30)
- update dspace dependencies (072917b)
- update namespaces and contexts (#61) (033446b)
- update naming (46accce)
- update processors (#71) (d6e8c1e)
- update to more specific ds odrl types (c56dc49)
- update to use built in vc authentication (f982b86)
- use tenant admin service instead of custom tenant tracking (#118) (905745c)
- use url transformer (79b3b91)
Bug Fixes
- callbackAddress optional on negotiation messages (#158) (dc8a539)
- contract negotiation feedback (#151) (b8bd1ec)
- correct trust info capture (f91a965)
- notify requester via terminated() when consumer FINALIZED PAP write fails (#185) (cb8740d)
- persist correlationId in agreementFromProvider for the direct-agreement shortcut (#268) (ee32ad6)
- persist finalized agreement to consumer PAP (#170) (f09a219)
- prevent record resurrection in terminateIfResponseError (#164) (03cd272)
- resolve 5 bugs preventing PNP contract negotiation callbacks (#98) (4a065d6)
- store after delete (#155) (a0ff564)
- use async getStore in tests (61b9951)
- use the provider organization in the agreement callback address (#181) (527dce5)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.2-next.0 to 0.9.2-next.1
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.2-next.0 to 0.9.2-next.1
- @twin.org/rights-management-pip-service bumped from 0.9.2-next.0 to 0.9.2-next.1
0.9.1 (2026-07-27)
Features
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.13 to 0.9.1-next.14
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.13 to 0.9.1-next.14
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.13 to 0.9.1-next.14
Bug Fixes
- persist correlationId in agreementFromProvider for the direct-agreement shortcut (#268) (ee32ad6)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.12 to 0.9.1-next.13
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.12 to 0.9.1-next.13
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.12 to 0.9.1-next.13
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.11 to 0.9.1-next.12
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.11 to 0.9.1-next.12
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.11 to 0.9.1-next.12
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.10 to 0.9.1-next.11
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.10 to 0.9.1-next.11
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.10 to 0.9.1-next.11
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.9 to 0.9.1-next.10
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.9 to 0.9.1-next.10
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.9 to 0.9.1-next.10
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.8 to 0.9.1-next.9
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.8 to 0.9.1-next.9
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.8 to 0.9.1-next.9
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.7 to 0.9.1-next.8
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.7 to 0.9.1-next.8
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.7 to 0.9.1-next.8
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.6 to 0.9.1-next.7
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.6 to 0.9.1-next.7
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.6 to 0.9.1-next.7
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.5 to 0.9.1-next.6
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.5 to 0.9.1-next.6
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.5 to 0.9.1-next.6
Features
- support direct REQUESTED -> AGREED contract negotiation shortcut (#239) (99aff32)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.4 to 0.9.1-next.5
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.4 to 0.9.1-next.5
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.4 to 0.9.1-next.5
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.3 to 0.9.1-next.4
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.3 to 0.9.1-next.4
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.3 to 0.9.1-next.4
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.2 to 0.9.1-next.3
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.2 to 0.9.1-next.3
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.2 to 0.9.1-next.3
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.1 to 0.9.1-next.2
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.1 to 0.9.1-next.2
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.1 to 0.9.1-next.2
Features
- add context id features (#51) (239922c)
- add create() to pre-register consumer-side contract negotiations (#187) (6007f83)
- add DAP (Data Access Point) (#40) (f3e684b)
- add EcosystemPolicy typed getter across PAP stack (#114) (2a8e941)
- add factory pattern (d26b4c0)
- add identity-based authorization to PNP negotiation endpoints (#92) (67c208e)
- add includeErrorDetails config (4e5cb52)
- add JSON-LD types for negotiation (6be61f8)
- add PAP-managed schema.org lifecycle timestamps to policies (#176) (8d53036)
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
- add validate-locales (78f30cf)
- adopt node/tenant identifier model in PNP + IPolicyNegotiation (#145) (0911bfc)
- capture organization identity (#88) (8fcee6e)
- change callback url to callback path (#65) (f02ceaf)
- check state before transitioning (3d29807)
- configurable timeout for mutex (d59d1b9)
- consistent uid usage (#83) (bdfb9f9)
- engine compatibility updates (490e015)
- implementing the schedule cleanup (#85) (cf44bc7)
- international dataspaces contract negotiation (#41) (41ed515)
- local optimization (#216) (13858ea)
- move create and verify proofs to helper (a4e1f4a)
- organization identifiers (#177) (98d2484)
- pass negotiationId instead of requesterType to IPolicyRequester callbacks (#80) (1dbaa42)
- pdp add (#39) (68b9a8a)
- persist trust data (#198) (af94704)
- pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath (#132) (e642154)
- policy negotiation point remote optional in config (01ad107)
- policy negotiator callback (#77) (6566ed0)
- remove hosting component (#207) (2a51690)
- separate rest routes (538b86b)
- simplify pnap create request (be4dfe7)
- tenant component (#165) (de9eace)
- typescript 6 update (18f6f1e)
- unused services (1d73d35)
- update contexts (#63) (e55200f)
- update dataspace protocol dependencies (9dcc477)
- update dataspace standards packages (dbd5bf6)
- update dependencies (5bfbb30)
- update dspace dependencies (072917b)
- update namespaces and contexts (#61) (033446b)
- update naming (46accce)
- update processors (#71) (d6e8c1e)
- update to more specific ds odrl types (c56dc49)
- update to use built in vc authentication (f982b86)
- use tenant admin service instead of custom tenant tracking (#118) (905745c)
- use url transformer (79b3b91)
Bug Fixes
- callbackAddress optional on negotiation messages (#158) (dc8a539)
- contract negotiation feedback (#151) (b8bd1ec)
- correct trust info capture (f91a965)
- notify requester via terminated() when consumer FINALIZED PAP write fails (#185) (cb8740d)
- persist finalized agreement to consumer PAP (#170) (f09a219)
- prevent record resurrection in terminateIfResponseError (#164) (03cd272)
- resolve 5 bugs preventing PNP contract negotiation callbacks (#98) (4a065d6)
- store after delete (#155) (a0ff564)
- use async getStore in tests (61b9951)
- use the provider organization in the agreement callback address (#181) (527dce5)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.1-next.0 to 0.9.1-next.1
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.1-next.0 to 0.9.1-next.1
- @twin.org/rights-management-pip-service bumped from 0.9.1-next.0 to 0.9.1-next.1
0.9.0 (2026-06-25)
Features
Features
- add context id features (#51) (239922c)
- add create() to pre-register consumer-side contract negotiations (#187) (6007f83)
- add DAP (Data Access Point) (#40) (f3e684b)
- add EcosystemPolicy typed getter across PAP stack (#114) (2a8e941)
- add factory pattern (d26b4c0)
- add identity-based authorization to PNP negotiation endpoints (#92) (67c208e)
- add includeErrorDetails config (4e5cb52)
- add JSON-LD types for negotiation (6be61f8)
- add PAP-managed schema.org lifecycle timestamps to policies (#176) (8d53036)
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
- add validate-locales (78f30cf)
- adopt node/tenant identifier model in PNP + IPolicyNegotiation (#145) (0911bfc)
- capture organization identity (#88) (8fcee6e)
- change callback url to callback path (#65) (f02ceaf)
- check state before transitioning (3d29807)
- configurable timeout for mutex (d59d1b9)
- consistent uid usage (#83) (bdfb9f9)
- engine compatibility updates (490e015)
- implementing the schedule cleanup (#85) (cf44bc7)
- international dataspaces contract negotiation (#41) (41ed515)
- local optimization (#216) (13858ea)
- move create and verify proofs to helper (a4e1f4a)
- organization identifiers (#177) (98d2484)
- pass negotiationId instead of requesterType to IPolicyRequester callbacks (#80) (1dbaa42)
- pdp add (#39) (68b9a8a)
- persist trust data (#198) (af94704)
- pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath (#132) (e642154)
- policy negotiation point remote optional in config (01ad107)
- policy negotiator callback (#77) (6566ed0)
- remove hosting component (#207) (2a51690)
- separate rest routes (538b86b)
- simplify pnap create request (be4dfe7)
- tenant component (#165) (de9eace)
- typescript 6 update (18f6f1e)
- unused services (1d73d35)
- update contexts (#63) (e55200f)
- update dataspace protocol dependencies (9dcc477)
- update dataspace standards packages (dbd5bf6)
- update dependencies (5bfbb30)
- update dspace dependencies (072917b)
- update namespaces and contexts (#61) (033446b)
- update naming (46accce)
- update processors (#71) (d6e8c1e)
- update to more specific ds odrl types (c56dc49)
- update to use built in vc authentication (f982b86)
- use tenant admin service instead of custom tenant tracking (#118) (905745c)
- use url transformer (79b3b91)
Bug Fixes
- callbackAddress optional on negotiation messages (#158) (dc8a539)
- contract negotiation feedback (#151) (b8bd1ec)
- correct trust info capture (f91a965)
- notify requester via terminated() when consumer FINALIZED PAP write fails (#185) (cb8740d)
- persist finalized agreement to consumer PAP (#170) (f09a219)
- prevent record resurrection in terminateIfResponseError (#164) (03cd272)
- resolve 5 bugs preventing PNP contract negotiation callbacks (#98) (4a065d6)
- store after delete (#155) (a0ff564)
- use async getStore in tests (61b9951)
- use the provider organization in the agreement callback address (#181) (527dce5)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.9.0-next.0 to 0.9.0-next.1
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.9.0-next.0 to 0.9.0-next.1
- @twin.org/rights-management-pip-service bumped from 0.9.0-next.0 to 0.9.0-next.1
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.57 to 0.0.3-next.58
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.57 to 0.0.3-next.58
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.57 to 0.0.3-next.58
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.56 to 0.0.3-next.57
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.56 to 0.0.3-next.57
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.56 to 0.0.3-next.57
Features
- configurable timeout for mutex (d59d1b9)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.55 to 0.0.3-next.56
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.55 to 0.0.3-next.56
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.55 to 0.0.3-next.56
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.54 to 0.0.3-next.55
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.54 to 0.0.3-next.55
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.54 to 0.0.3-next.55
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.53 to 0.0.3-next.54
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.53 to 0.0.3-next.54
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.53 to 0.0.3-next.54
Bug Fixes
- correct trust info capture (f91a965)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.52 to 0.0.3-next.53
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.52 to 0.0.3-next.53
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.52 to 0.0.3-next.53
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.51 to 0.0.3-next.52
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.51 to 0.0.3-next.52
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.51 to 0.0.3-next.52
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.50 to 0.0.3-next.51
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.50 to 0.0.3-next.51
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.50 to 0.0.3-next.51
Features
- simplify pnap create request (be4dfe7)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.49 to 0.0.3-next.50
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.49 to 0.0.3-next.50
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.49 to 0.0.3-next.50
Bug Fixes
- notify requester via terminated() when consumer FINALIZED PAP write fails (#185) (cb8740d)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.48 to 0.0.3-next.49
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.48 to 0.0.3-next.49
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.48 to 0.0.3-next.49
Features
- add create() to pre-register consumer-side contract negotiations (#187) (6007f83)
Bug Fixes
- use async getStore in tests (61b9951)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.47 to 0.0.3-next.48
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.47 to 0.0.3-next.48
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.47 to 0.0.3-next.48
Features
- add PAP-managed schema.org lifecycle timestamps to policies (#176) (8d53036)
Bug Fixes
- use the provider organization in the agreement callback address (#181) (527dce5)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.46 to 0.0.3-next.47
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.46 to 0.0.3-next.47
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.46 to 0.0.3-next.47
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.45 to 0.0.3-next.46
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.45 to 0.0.3-next.46
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.45 to 0.0.3-next.46
Features
- add context id features (#51) (239922c)
- add DAP (Data Access Point) (#40) (f3e684b)
- add EcosystemPolicy typed getter across PAP stack (#114) (2a8e941)
- add factory pattern (d26b4c0)
- add identity-based authorization to PNP negotiation endpoints (#92) (67c208e)
- add includeErrorDetails config (4e5cb52)
- add JSON-LD types for negotiation (6be61f8)
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
- add validate-locales (78f30cf)
- adopt node/tenant identifier model in PNP + IPolicyNegotiation (#145) (0911bfc)
- capture organization identity (#88) (8fcee6e)
- change callback url to callback path (#65) (f02ceaf)
- check state before transitioning (3d29807)
- consistent uid usage (#83) (bdfb9f9)
- engine compatibility updates (490e015)
- implementing the schedule cleanup (#85) (cf44bc7)
- international dataspaces contract negotiation (#41) (41ed515)
- move create and verify proofs to helper (a4e1f4a)
- pass negotiationId instead of requesterType to IPolicyRequester callbacks (#80) (1dbaa42)
- pdp add (#39) (68b9a8a)
- pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath (#132) (e642154)
- policy negotiation point remote optional in config (01ad107)
- policy negotiator callback (#77) (6566ed0)
- separate rest routes (538b86b)
- tenant component (#165) (de9eace)
- typescript 6 update (18f6f1e)
- unused services (1d73d35)
- update contexts (#63) (e55200f)
- update dataspace protocol dependencies (9dcc477)
- update dataspace standards packages (dbd5bf6)
- update dependencies (5bfbb30)
- update dspace dependencies (072917b)
- update namespaces and contexts (#61) (033446b)
- update naming (46accce)
- update processors (#71) (d6e8c1e)
- update to more specific ds odrl types (c56dc49)
- update to use built in vc authentication (f982b86)
- use tenant admin service instead of custom tenant tracking (#118) (905745c)
- use url transformer (79b3b91)
Bug Fixes
- callbackAddress optional on negotiation messages (#158) (dc8a539)
- contract negotiation feedback (#151) (b8bd1ec)
- persist finalized agreement to consumer PAP (#170) (f09a219)
- prevent record resurrection in terminateIfResponseError (#164) (03cd272)
- resolve 5 bugs preventing PNP contract negotiation callbacks (#98) (4a065d6)
- store after delete (#155) (a0ff564)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.44 to 0.0.3-next.45
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.44 to 0.0.3-next.45
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.44 to 0.0.3-next.45
Bug Fixes
- persist finalized agreement to consumer PAP (#170) (f09a219)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.43 to 0.0.3-next.44
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.43 to 0.0.3-next.44
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.43 to 0.0.3-next.44
Bug Fixes
- prevent record resurrection in terminateIfResponseError (#164) (03cd272)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.42 to 0.0.3-next.43
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.42 to 0.0.3-next.43
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.42 to 0.0.3-next.43
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.41 to 0.0.3-next.42
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.41 to 0.0.3-next.42
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.41 to 0.0.3-next.42
Bug Fixes
- callbackAddress optional on negotiation messages (#158) (dc8a539)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.40 to 0.0.3-next.41
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.40 to 0.0.3-next.41
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.40 to 0.0.3-next.41
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.39 to 0.0.3-next.40
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.39 to 0.0.3-next.40
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.39 to 0.0.3-next.40
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.38 to 0.0.3-next.39
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.38 to 0.0.3-next.39
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.38 to 0.0.3-next.39
Features
- check state before transitioning (3d29807)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.37 to 0.0.3-next.38
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.37 to 0.0.3-next.38
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.37 to 0.0.3-next.38
Features
- add context id features (#51) (239922c)
- add DAP (Data Access Point) (#40) (f3e684b)
- add EcosystemPolicy typed getter across PAP stack (#114) (2a8e941)
- add factory pattern (d26b4c0)
- add identity-based authorization to PNP negotiation endpoints (#92) (67c208e)
- add includeErrorDetails config (4e5cb52)
- add JSON-LD types for negotiation (6be61f8)
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
- add validate-locales (78f30cf)
- adopt node/tenant identifier model in PNP + IPolicyNegotiation (#145) (0911bfc)
- capture organization identity (#88) (8fcee6e)
- change callback url to callback path (#65) (f02ceaf)
- consistent uid usage (#83) (bdfb9f9)
- engine compatibility updates (490e015)
- implementing the schedule cleanup (#85) (cf44bc7)
- international dataspaces contract negotiation (#41) (41ed515)
- move create and verify proofs to helper (a4e1f4a)
- pass negotiationId instead of requesterType to IPolicyRequester callbacks (#80) (1dbaa42)
- pdp add (#39) (68b9a8a)
- pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath (#132) (e642154)
- policy negotiation point remote optional in config (01ad107)
- policy negotiator callback (#77) (6566ed0)
- separate rest routes (538b86b)
- typescript 6 update (18f6f1e)
- unused services (1d73d35)
- update contexts (#63) (e55200f)
- update dataspace protocol dependencies (9dcc477)
- update dataspace standards packages (dbd5bf6)
- update dependencies (5bfbb30)
- update dspace dependencies (072917b)
- update namespaces and contexts (#61) (033446b)
- update naming (46accce)
- update processors (#71) (d6e8c1e)
- update to more specific ds odrl types (c56dc49)
- update to use built in vc authentication (f982b86)
- use tenant admin service instead of custom tenant tracking (#118) (905745c)
- use url transformer (79b3b91)
Bug Fixes
- resolve 5 bugs preventing PNP contract negotiation callbacks (#98) (4a065d6)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.36 to 0.0.3-next.37
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.36 to 0.0.3-next.37
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.36 to 0.0.3-next.37
Features
- add context id features (#51) (239922c)
- add DAP (Data Access Point) (#40) (f3e684b)
- add EcosystemPolicy typed getter across PAP stack (#114) (2a8e941)
- add factory pattern (d26b4c0)
- add identity-based authorization to PNP negotiation endpoints (#92) (67c208e)
- add includeErrorDetails config (4e5cb52)
- add JSON-LD types for negotiation (6be61f8)
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
- add validate-locales (78f30cf)
- capture organization identity (#88) (8fcee6e)
- change callback url to callback path (#65) (f02ceaf)
- consistent uid usage (#83) (bdfb9f9)
- engine compatibility updates (490e015)
- implementing the schedule cleanup (#85) (cf44bc7)
- international dataspaces contract negotiation (#41) (41ed515)
- move create and verify proofs to helper (a4e1f4a)
- pass negotiationId instead of requesterType to IPolicyRequester callbacks (#80) (1dbaa42)
- pdp add (#39) (68b9a8a)
- pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath (#132) (e642154)
- policy negotiation point remote optional in config (01ad107)
- policy negotiator callback (#77) (6566ed0)
- separate rest routes (538b86b)
- typescript 6 update (18f6f1e)
- unused services (1d73d35)
- update contexts (#63) (e55200f)
- update dataspace protocol dependencies (9dcc477)
- update dataspace standards packages (dbd5bf6)
- update dependencies (5bfbb30)
- update dspace dependencies (072917b)
- update namespaces and contexts (#61) (033446b)
- update naming (46accce)
- update processors (#71) (d6e8c1e)
- update to more specific ds odrl types (c56dc49)
- update to use built in vc authentication (f982b86)
- use tenant admin service instead of custom tenant tracking (#118) (905745c)
- use url transformer (79b3b91)
Bug Fixes
- resolve 5 bugs preventing PNP contract negotiation callbacks (#98) (4a065d6)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.35 to 0.0.3-next.36
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.35 to 0.0.3-next.36
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.35 to 0.0.3-next.36
Features
- add context id features (#51) (239922c)
- add DAP (Data Access Point) (#40) (f3e684b)
- add EcosystemPolicy typed getter across PAP stack (#114) (2a8e941)
- add factory pattern (d26b4c0)
- add identity-based authorization to PNP negotiation endpoints (#92) (67c208e)
- add includeErrorDetails config (4e5cb52)
- add JSON-LD types for negotiation (6be61f8)
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
- add validate-locales (78f30cf)
- capture organization identity (#88) (8fcee6e)
- change callback url to callback path (#65) (f02ceaf)
- consistent uid usage (#83) (bdfb9f9)
- engine compatibility updates (490e015)
- implementing the schedule cleanup (#85) (cf44bc7)
- international dataspaces contract negotiation (#41) (41ed515)
- move create and verify proofs to helper (a4e1f4a)
- pass negotiationId instead of requesterType to IPolicyRequester callbacks (#80) (1dbaa42)
- pdp add (#39) (68b9a8a)
- pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath (#132) (e642154)
- policy negotiation point remote optional in config (01ad107)
- policy negotiator callback (#77) (6566ed0)
- separate rest routes (538b86b)
- typescript 6 update (18f6f1e)
- unused services (1d73d35)
- update contexts (#63) (e55200f)
- update dataspace protocol dependencies (9dcc477)
- update dataspace standards packages (dbd5bf6)
- update dependencies (5bfbb30)
- update dspace dependencies (072917b)
- update namespaces and contexts (#61) (033446b)
- update naming (46accce)
- update processors (#71) (d6e8c1e)
- update to more specific ds odrl types (c56dc49)
- update to use built in vc authentication (f982b86)
- use tenant admin service instead of custom tenant tracking (#118) (905745c)
- use url transformer (79b3b91)
Bug Fixes
- resolve 5 bugs preventing PNP contract negotiation callbacks (#98) (4a065d6)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.34 to 0.0.3-next.35
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.34 to 0.0.3-next.35
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.34 to 0.0.3-next.35
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.33 to 0.0.3-next.34
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.33 to 0.0.3-next.34
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.33 to 0.0.3-next.34
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.32 to 0.0.3-next.33
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.32 to 0.0.3-next.33
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.32 to 0.0.3-next.33
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.31 to 0.0.3-next.32
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.31 to 0.0.3-next.32
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.31 to 0.0.3-next.32
Features
- pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath (#132) (e642154)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.30 to 0.0.3-next.31
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.30 to 0.0.3-next.31
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.30 to 0.0.3-next.31
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.29 to 0.0.3-next.30
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.29 to 0.0.3-next.30
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.29 to 0.0.3-next.30
Features
- use tenant admin service instead of custom tenant tracking (#118) (905745c)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.28 to 0.0.3-next.29
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.28 to 0.0.3-next.29
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.28 to 0.0.3-next.29
Features
- add EcosystemPolicy typed getter across PAP stack (#114) (2a8e941)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.27 to 0.0.3-next.28
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.27 to 0.0.3-next.28
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.27 to 0.0.3-next.28
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.26 to 0.0.3-next.27
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.26 to 0.0.3-next.27
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.26 to 0.0.3-next.27
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.25 to 0.0.3-next.26
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.25 to 0.0.3-next.26
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.25 to 0.0.3-next.26
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.24 to 0.0.3-next.25
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.24 to 0.0.3-next.25
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.24 to 0.0.3-next.25
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.23 to 0.0.3-next.24
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.23 to 0.0.3-next.24
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.23 to 0.0.3-next.24
Bug Fixes
- resolve 5 bugs preventing PNP contract negotiation callbacks (#98) (4a065d6)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.22 to 0.0.3-next.23
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.22 to 0.0.3-next.23
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.22 to 0.0.3-next.23
Features
- add identity-based authorization to PNP negotiation endpoints (#92) (67c208e)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.21 to 0.0.3-next.22
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.21 to 0.0.3-next.22
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.21 to 0.0.3-next.22
Features
- update to more specific ds odrl types (c56dc49)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.20 to 0.0.3-next.21
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.20 to 0.0.3-next.21
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.20 to 0.0.3-next.21
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.19 to 0.0.3-next.20
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.19 to 0.0.3-next.20
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.19 to 0.0.3-next.20
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.18 to 0.0.3-next.19
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.18 to 0.0.3-next.19
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.18 to 0.0.3-next.19
[Unreleased]
Features
- expired negotiation cleanup now sends terminate to consumer when
policyNegotiationPointComponentType is configured
Features
- add context id features (#51) (239922c)
- add DAP (Data Access Point) (#40) (f3e684b)
- add factory pattern (d26b4c0)
- add JSON-LD types for negotiation (6be61f8)
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
- add validate-locales (78f30cf)
- change callback url to callback path (#65) (f02ceaf)
- consistent uid usage (#83) (bdfb9f9)
- engine compatibility updates (490e015)
- international dataspaces contract negotiation (#41) (41ed515)
- move create and verify proofs to helper (a4e1f4a)
- pass negotiationId instead of requesterType to IPolicyRequester callbacks (#80) (1dbaa42)
- pdp add (#39) (68b9a8a)
- policy negotiation point remote optional in config (01ad107)
- policy negotiator callback (#77) (6566ed0)
- separate rest routes (538b86b)
- update contexts (#63) (e55200f)
- update dataspace protocol dependencies (9dcc477)
- update dataspace standards packages (dbd5bf6)
- update dspace dependencies (072917b)
- update namespaces and contexts (#61) (033446b)
- update naming (46accce)
- update processors (#71) (d6e8c1e)
- update to use built in vc authentication (f982b86)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.16 to 0.0.3-next.17
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.16 to 0.0.3-next.17
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.16 to 0.0.3-next.17
Features
- pass negotiationId instead of requesterType to IPolicyRequester callbacks (#80) (1dbaa42)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.15 to 0.0.3-next.16
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.15 to 0.0.3-next.16
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.15 to 0.0.3-next.16
Features
- policy negotiation point remote optional in config (01ad107)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.14 to 0.0.3-next.15
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.14 to 0.0.3-next.15
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.14 to 0.0.3-next.15
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.13 to 0.0.3-next.14
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.13 to 0.0.3-next.14
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.13 to 0.0.3-next.14
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.12 to 0.0.3-next.13
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.12 to 0.0.3-next.13
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.12 to 0.0.3-next.13
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.11 to 0.0.3-next.12
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.11 to 0.0.3-next.12
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.11 to 0.0.3-next.12
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.10 to 0.0.3-next.11
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.10 to 0.0.3-next.11
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.10 to 0.0.3-next.11
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.9 to 0.0.3-next.10
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.9 to 0.0.3-next.10
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.9 to 0.0.3-next.10
Features
- change callback url to callback path (#65) (f02ceaf)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.8 to 0.0.3-next.9
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.8 to 0.0.3-next.9
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.8 to 0.0.3-next.9
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.7 to 0.0.3-next.8
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.7 to 0.0.3-next.8
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.7 to 0.0.3-next.8
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.6 to 0.0.3-next.7
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.6 to 0.0.3-next.7
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.6 to 0.0.3-next.7
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.5 to 0.0.3-next.6
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.5 to 0.0.3-next.6
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.5 to 0.0.3-next.6
Features
- update dspace dependencies (072917b)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.4 to 0.0.3-next.5
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.4 to 0.0.3-next.5
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.4 to 0.0.3-next.5
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.3 to 0.0.3-next.4
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.3 to 0.0.3-next.4
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.3 to 0.0.3-next.4
Features
- update dataspace standards packages (dbd5bf6)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.2 to 0.0.3-next.3
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.2 to 0.0.3-next.3
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.2 to 0.0.3-next.3
Features
- update dataspace protocol dependencies (9dcc477)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.1 to 0.0.3-next.2
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.1 to 0.0.3-next.2
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.1 to 0.0.3-next.2
Features
- add context id features (#51) (239922c)
- add DAP (Data Access Point) (#40) (f3e684b)
- add JSON-LD types for negotiation (6be61f8)
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
- add validate-locales (78f30cf)
- engine compatibility updates (490e015)
- international dataspaces contract negotiation (#41) (41ed515)
- move create and verify proofs to helper (a4e1f4a)
- pdp add (#39) (68b9a8a)
- separate rest routes (538b86b)
- update naming (46accce)
- update to use built in vc authentication (f982b86)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.3-next.0 to 0.0.3-next.1
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.3-next.0 to 0.0.3-next.1
- @twin.org/rights-management-pip-service bumped from 0.0.3-next.0 to 0.0.3-next.1
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.2-next.13 to 0.0.2-next.14
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.2-next.13 to 0.0.2-next.14
- @twin.org/rights-management-pip-service bumped from 0.0.2-next.13 to 0.0.2-next.14
Features
- update to use built in vc authentication (f982b86)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.2-next.12 to 0.0.2-next.13
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.2-next.12 to 0.0.2-next.13
- @twin.org/rights-management-pip-service bumped from 0.0.2-next.12 to 0.0.2-next.13
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.2-next.11 to 0.0.2-next.12
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.2-next.11 to 0.0.2-next.12
- @twin.org/rights-management-pip-service bumped from 0.0.2-next.11 to 0.0.2-next.12
Features
- engine compatibility updates (490e015)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.2-next.10 to 0.0.2-next.11
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.2-next.10 to 0.0.2-next.11
- @twin.org/rights-management-pip-service bumped from 0.0.2-next.10 to 0.0.2-next.11
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.2-next.9 to 0.0.2-next.10
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.2-next.9 to 0.0.2-next.10
- @twin.org/rights-management-pip-service bumped from 0.0.2-next.9 to 0.0.2-next.10
Features
- add JSON-LD types for negotiation (6be61f8)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.2-next.8 to 0.0.2-next.9
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.2-next.8 to 0.0.2-next.9
- @twin.org/rights-management-pip-service bumped from 0.0.2-next.8 to 0.0.2-next.9
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.2-next.7 to 0.0.2-next.8
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.2-next.7 to 0.0.2-next.8
- @twin.org/rights-management-pip-service bumped from 0.0.2-next.7 to 0.0.2-next.8
Miscellaneous Chores
- rights-management-pnp-service: Synchronize repo versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.2-next.6 to 0.0.2-next.7
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.2-next.6 to 0.0.2-next.7
- @twin.org/rights-management-pip-service bumped from 0.0.2-next.6 to 0.0.2-next.7
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.2-next.5 to 0.0.2-next.6
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.2-next.5 to 0.0.2-next.6
- @twin.org/rights-management-pip-service bumped from 0.0.2-next.5 to 0.0.2-next.6
Features
- add policy negotiation point PNP, PNAP and PNRP (#32) (90f0659)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @twin.org/rights-management-models bumped from 0.0.2-next.4 to 0.0.2-next.5
- devDependencies
- @twin.org/rights-management-pap-service bumped from 0.0.2-next.4 to 0.0.2-next.5
- @twin.org/rights-management-pip-service bumped from 0.0.2-next.4 to 0.0.2-next.5
Changelog