@twin.org/node 0.9.2-next.11 → 0.9.2-next.12

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.
@@ -748,7 +748,8 @@
748
748
  "datasetWrongOrganization": "The calling organization does not own this dataset.",
749
749
  "transferWrongOrganization": "The calling organization does not own this transfer.",
750
750
  "invalidDatasetId": "Dataset ID \"{id}\" is not a valid URN or URL",
751
- "providerTransferTerminateFailed": "Failed to terminate a provider transfer for a lifecycle policy (consumerPid: {consumerPid})"
751
+ "providerTransferTerminateFailed": "Failed to terminate a provider transfer for a lifecycle policy (consumerPid: {consumerPid})",
752
+ "agreementSweepRemoveFailed": "Failed to remove an agreement during the sweep (agreementId: {agreementId})"
752
753
  },
753
754
  "dataspaceControlPlanePolicyRequester": {},
754
755
  "httpDataPullTransferHandler": {
@@ -1508,6 +1509,33 @@
1508
1509
  "pushSubscriptionNotFoundForActivity": "Push subscription not found for outbound activity (consumerPid: {consumerPid})",
1509
1510
  "transferRetrievalRecordFailed": "Failed to record the transfer retrieval (consumerPid: {consumerPid})"
1510
1511
  },
1512
+ "cosmosDbEntityStorageConnector": {
1513
+ "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1514
+ },
1515
+ "dynamoDbEntityStorageConnector": {
1516
+ "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1517
+ },
1518
+ "fileEntityStorageConnector": {
1519
+ "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1520
+ },
1521
+ "firestoreEntityStorageConnector": {
1522
+ "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1523
+ },
1524
+ "memoryEntityStorageConnector": {
1525
+ "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1526
+ },
1527
+ "mongoDbEntityStorageConnector": {
1528
+ "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1529
+ },
1530
+ "mySqlEntityStorageConnector": {
1531
+ "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1532
+ },
1533
+ "postgreSqlEntityStorageConnector": {
1534
+ "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1535
+ },
1536
+ "scyllaDBTableConnector": {
1537
+ "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1538
+ },
1511
1539
  "schemaVersionService": {
1512
1540
  "migrationDisabled": "Schema migration is disabled. Schema \"{schemaName}\" requires migration from version {from} to {to}. Continuing without migration may cause errors."
1513
1541
  },
@@ -2450,7 +2478,9 @@
2450
2478
  "stalledTransfersCleanupComplete": "Stalled transfers cleanup completed (cleanedUp: {cleanedUp})",
2451
2479
  "providerTransferPolicySweepComplete": "Provider transfer policy sweep completed (terminated: {terminated})",
2452
2480
  "preparingTransfer": "Preparing consumer-initiated data transfer (agreementId: {agreementId}, providerEndpoint: {providerEndpoint}, format: {format})",
2453
- "transferPrepared": "Consumer data transfer prepared successfully (consumerPid: {consumerPid}, providerPid: {providerPid}, agreementId: {agreementId}, format: {format})"
2481
+ "transferPrepared": "Consumer data transfer prepared successfully (consumerPid: {consumerPid}, providerPid: {providerPid}, agreementId: {agreementId}, format: {format})",
2482
+ "agreementSwept": "Unused agreement removed by the sweep (agreementId: {agreementId}, reason: {reason})",
2483
+ "agreementSweepComplete": "Agreement sweep completed (scanned: {scanned}, skipped: {skipped}, candidates: {candidates}, swept: {swept})"
2454
2484
  },
2455
2485
  "dataspaceControlPlanePolicyRequester": {
2456
2486
  "offerReceived": "Offer received from provider (negotiationId: {negotiationId}, offerId: {offerId})",
@@ -2917,7 +2947,8 @@
2917
2947
  "auditableItemGraphService": {},
2918
2948
  "debug": {
2919
2949
  "dataspaceControlPlaneService": {
2920
- "engineCloneStart": "Skipping control plane startup tasks (engine clone or no engine)"
2950
+ "engineCloneStart": "Skipping control plane startup tasks (engine clone or no engine)",
2951
+ "agreementSweepSkipped": "Agreement excluded from the sweep (agreementId: {agreementId}, reason: {reason})"
2921
2952
  },
2922
2953
  "dataspaceDataPlaneService": {
2923
2954
  "newActivity": "New Activity of type \"{activityType}\" notified by \"{generator}\"",
package/docs/changelog.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.2-next.12](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.11...node-v0.9.2-next.12) (2026-08-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * add dsp sweep vars ([#340](https://github.com/iotaledger/twin-node/issues/340)) ([5487c13](https://github.com/iotaledger/twin-node/commit/5487c13197fcd386206ec37f9f342c55ec5b1176))
9
+ * rest metrics ([#341](https://github.com/iotaledger/twin-node/issues/341)) ([ebec573](https://github.com/iotaledger/twin-node/commit/ebec5736bb66adfd97f7d73912bec1ce7392e5f8))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * The following workspace dependencies were updated
15
+ * dependencies
16
+ * @twin.org/node-core bumped from 0.9.2-next.11 to 0.9.2-next.12
17
+
3
18
  ## [0.9.2-next.11](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.10...node-v0.9.2-next.11) (2026-08-14)
4
19
 
5
20
 
@@ -19394,7 +19394,7 @@
19394
19394
  },
19395
19395
  {
19396
19396
  "name": "properties",
19397
- "description": "Comma-separated list of policy property names to include in the response.",
19397
+ "description": "Comma-separated list of policy property names to include in the response, the policy \"@id\" is always included.",
19398
19398
  "in": "query",
19399
19399
  "required": false,
19400
19400
  "schema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.9.2-next.11",
3
+ "version": "0.9.2-next.12",
4
4
  "description": "TWIN Node serving APIs using the specified configuration",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/node-core": "0.9.2-next.11"
17
+ "@twin.org/node-core": "0.9.2-next.12"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "git+https://github.com/iotaledger/twin-node/issues"