@twin.org/node 0.9.2-next.11 → 0.9.2-next.13
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/dist/locales/en.json +38 -3
- package/docs/changelog.md +29 -0
- package/docs/open-api/spec.json +1 -1
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -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": {
|
|
@@ -1388,6 +1389,10 @@
|
|
|
1388
1389
|
"openTelemetryTracingConnector": {
|
|
1389
1390
|
"sampleRatioOutOfRange": "The sample ratio \"{sampleRatio}\" must be between 0 and 1"
|
|
1390
1391
|
},
|
|
1392
|
+
"tracingRouteProcessor": {
|
|
1393
|
+
"startSpanFailed": "The span for the request could not be started",
|
|
1394
|
+
"endSpanFailed": "The span for the request could not be ended"
|
|
1395
|
+
},
|
|
1391
1396
|
"tracingRoutes": {
|
|
1392
1397
|
"spanIdMismatch": "The span id in the path \"{pathSpanId}\" does not match the span id in the body \"{bodySpanId}\""
|
|
1393
1398
|
},
|
|
@@ -1508,6 +1513,33 @@
|
|
|
1508
1513
|
"pushSubscriptionNotFoundForActivity": "Push subscription not found for outbound activity (consumerPid: {consumerPid})",
|
|
1509
1514
|
"transferRetrievalRecordFailed": "Failed to record the transfer retrieval (consumerPid: {consumerPid})"
|
|
1510
1515
|
},
|
|
1516
|
+
"cosmosDbEntityStorageConnector": {
|
|
1517
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1518
|
+
},
|
|
1519
|
+
"dynamoDbEntityStorageConnector": {
|
|
1520
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1521
|
+
},
|
|
1522
|
+
"fileEntityStorageConnector": {
|
|
1523
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1524
|
+
},
|
|
1525
|
+
"firestoreEntityStorageConnector": {
|
|
1526
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1527
|
+
},
|
|
1528
|
+
"memoryEntityStorageConnector": {
|
|
1529
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1530
|
+
},
|
|
1531
|
+
"mongoDbEntityStorageConnector": {
|
|
1532
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1533
|
+
},
|
|
1534
|
+
"mySqlEntityStorageConnector": {
|
|
1535
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1536
|
+
},
|
|
1537
|
+
"postgreSqlEntityStorageConnector": {
|
|
1538
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1539
|
+
},
|
|
1540
|
+
"scyllaDBTableConnector": {
|
|
1541
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1542
|
+
},
|
|
1511
1543
|
"schemaVersionService": {
|
|
1512
1544
|
"migrationDisabled": "Schema migration is disabled. Schema \"{schemaName}\" requires migration from version {from} to {to}. Continuing without migration may cause errors."
|
|
1513
1545
|
},
|
|
@@ -2450,7 +2482,9 @@
|
|
|
2450
2482
|
"stalledTransfersCleanupComplete": "Stalled transfers cleanup completed (cleanedUp: {cleanedUp})",
|
|
2451
2483
|
"providerTransferPolicySweepComplete": "Provider transfer policy sweep completed (terminated: {terminated})",
|
|
2452
2484
|
"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})"
|
|
2485
|
+
"transferPrepared": "Consumer data transfer prepared successfully (consumerPid: {consumerPid}, providerPid: {providerPid}, agreementId: {agreementId}, format: {format})",
|
|
2486
|
+
"agreementSwept": "Unused agreement removed by the sweep (agreementId: {agreementId}, reason: {reason})",
|
|
2487
|
+
"agreementSweepComplete": "Agreement sweep completed (scanned: {scanned}, skipped: {skipped}, candidates: {candidates}, swept: {swept})"
|
|
2454
2488
|
},
|
|
2455
2489
|
"dataspaceControlPlanePolicyRequester": {
|
|
2456
2490
|
"offerReceived": "Offer received from provider (negotiationId: {negotiationId}, offerId: {offerId})",
|
|
@@ -2917,7 +2951,8 @@
|
|
|
2917
2951
|
"auditableItemGraphService": {},
|
|
2918
2952
|
"debug": {
|
|
2919
2953
|
"dataspaceControlPlaneService": {
|
|
2920
|
-
"engineCloneStart": "Skipping control plane startup tasks (engine clone or no engine)"
|
|
2954
|
+
"engineCloneStart": "Skipping control plane startup tasks (engine clone or no engine)",
|
|
2955
|
+
"agreementSweepSkipped": "Agreement excluded from the sweep (agreementId: {agreementId}, reason: {reason})"
|
|
2921
2956
|
},
|
|
2922
2957
|
"dataspaceDataPlaneService": {
|
|
2923
2958
|
"newActivity": "New Activity of type \"{activityType}\" notified by \"{generator}\"",
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.2-next.13](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.12...node-v0.9.2-next.13) (2026-08-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add tracing ([#344](https://github.com/iotaledger/twin-node/issues/344)) ([4fa71cd](https://github.com/iotaledger/twin-node/commit/4fa71cd0eafd7d708df15c8f0a85323fecd05561))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.9.2-next.12 to 0.9.2-next.13
|
|
16
|
+
|
|
17
|
+
## [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)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add dsp sweep vars ([#340](https://github.com/iotaledger/twin-node/issues/340)) ([5487c13](https://github.com/iotaledger/twin-node/commit/5487c13197fcd386206ec37f9f342c55ec5b1176))
|
|
23
|
+
* rest metrics ([#341](https://github.com/iotaledger/twin-node/issues/341)) ([ebec573](https://github.com/iotaledger/twin-node/commit/ebec5736bb66adfd97f7d73912bec1ce7392e5f8))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Dependencies
|
|
27
|
+
|
|
28
|
+
* The following workspace dependencies were updated
|
|
29
|
+
* dependencies
|
|
30
|
+
* @twin.org/node-core bumped from 0.9.2-next.11 to 0.9.2-next.12
|
|
31
|
+
|
|
3
32
|
## [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
33
|
|
|
5
34
|
|
package/docs/open-api/spec.json
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "0.9.2-next.13",
|
|
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.
|
|
17
|
+
"@twin.org/node-core": "0.9.2-next.13"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|