@twin.org/node 0.9.2-next.14 → 0.9.2-next.16

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.
@@ -15,6 +15,7 @@
15
15
  "cliCommandParamExtra": "Parameter(s) \"{params}\" are not recognised for command \"{command}\"",
16
16
  "cliEnvVarMissing": "Environment variable \"{envVar}\" does not exist",
17
17
  "invalidEnvVarValue": "Environment variable \"{key}\" has an invalid value \"{value}\", expected {type} type",
18
+ "invalidEnvVarPair": "Environment variable \"{key}\" has an invalid entry \"{value}\", expected unique name=integer pairs",
18
19
  "unknownEnvVars": "Unknown environment variable properties [{keys}]. Check for typos in variable names, for custom variables use the {prefix}ENV_ALLOW_LIST."
19
20
  },
20
21
  "bootstrapDev": {
@@ -499,9 +500,7 @@
499
500
  },
500
501
  "healthService": {
501
502
  "componentHealthCheckFailed": "Health check failed for component \"{className}\"",
502
- "componentHealthApplicationInitFailed": "Application health check init failed for component \"{className}\"",
503
- "componentHealthApplicationCheckFailed": "Application health check failed for component \"{className}\"",
504
- "componentHealthApplicationTeardownFailed": "Application health check teardown failed for component \"{className}\""
503
+ "applicationHealthCheckTaskFailed": "Application health check background task failed"
505
504
  },
506
505
  "nftAttestationConnector": {
507
506
  "attestingFailed": "Attesting the data failed",
@@ -529,8 +528,8 @@
529
528
  "publicKeyMultibaseMissingHeader": "Public key multibase \"{publicKeyMultibase}\" is missing the multi codec header",
530
529
  "secretKeyMultibaseMissingHeader": "Secret key multibase \"{secretKeyMultibase}\" is missing the multi codec header"
531
530
  },
532
- "silentTelemetryConnector": {
533
- "notSupported": "The method \"{methodName}\" is not supported on silent telemetry connector."
531
+ "multiTelemetryConnector": {
532
+ "notSupported": "The method \"{methodName}\" is not supported on multi telemetry connector."
534
533
  },
535
534
  "verificationHelper": {
536
535
  "jwtDecodeFailed": "Decoding the JWT failed",
@@ -597,11 +596,11 @@
597
596
  "actionTypeNotFound": "Action type \"{actionType}\" not found for trigger \"{trigger}\""
598
597
  },
599
598
  "taskSchedulerService": {
600
- "taskFailed": "Task with id \"{id}\" failed to run"
599
+ "taskFailed": "Task with id \"{id}\" failed after {duration} ms"
601
600
  },
602
601
  "backgroundTaskService": {
603
602
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the entity storage background task \"{namespace}\"",
604
- "completeFailed": "Failed to complete processing task \"{id}\" with type \"{type}\" with status \"{status}\"",
603
+ "completeFailed": "Failed to complete processing task \"{id}\" with type \"{type}\" with status \"{status}\" in {duration} ms",
605
604
  "dispatchFailed": "Failed to dispatch task \"{taskId}\" with type \"{taskType}\"",
606
605
  "stateChangeCallbackFailed": "The state change callback failed for task \"{id}\" with type \"{type}\" and status \"{status}\"",
607
606
  "taskFinishedProcessingFailed": "Failed to finalise background task processing for task \"{id}\" with method \"{type}\"",
@@ -1132,6 +1131,9 @@
1132
1131
  "listFailed": "Failed listing identities",
1133
1132
  "listAdminFailed": "Failed listing identities with private data"
1134
1133
  },
1134
+ "spanHelper": {
1135
+ "traceFlagsOutOfRange": "The trace flags value \"{traceFlags}\" is outside the valid range 0 to 255"
1136
+ },
1135
1137
  "immutableProofService": {
1136
1138
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Immutable Proof service \"{namespace}\"",
1137
1139
  "createFailed": "Creating the proof failed",
@@ -1375,7 +1377,13 @@
1375
1377
  "counterIncOnly": "A counter metric can only be incremented, or added to with an integer",
1376
1378
  "upDownCounterIncOrDecOnly": "An up/down counter metric can only be incremented, decremented or adjusted with an integer",
1377
1379
  "gaugeNoIncDec": "A gauge can not be incremented or decremented",
1378
- "maxHistoryMustBePositiveInteger": "The maxHistory option must be a positive integer"
1380
+ "maxHistoryMustBePositiveInteger": "The maxHistory option must be a positive integer",
1381
+ "flushFailed": "Failed to flush metric values to storage"
1382
+ },
1383
+ "openTelemetryTelemetryConnector": {
1384
+ "metricNotFound": "The metric could not be found \"{notFoundId}\"",
1385
+ "counterIncOnly": "A counter metric can only be incremented, or added to with an integer",
1386
+ "gaugeNoIncDec": "A gauge can not be incremented or decremented"
1379
1387
  },
1380
1388
  "metricsCollectorService": {
1381
1389
  "producerCollectionFailed": "Failed to collect metrics from producer \"{producer}\""
@@ -1383,9 +1391,6 @@
1383
1391
  "entityStorageTracingConnector": {
1384
1392
  "spanNotFound": "The span could not be found \"{notFoundId}\""
1385
1393
  },
1386
- "spanHelper": {
1387
- "traceFlagsOutOfRange": "The trace flags value \"{traceFlags}\" is outside the valid range 0 to 255"
1388
- },
1389
1394
  "openTelemetryTracingConnector": {
1390
1395
  "sampleRatioOutOfRange": "The sample ratio \"{sampleRatio}\" must be between 0 and 1"
1391
1396
  },
@@ -1467,7 +1472,9 @@
1467
1472
  "noRestProcessors": "You must configure at least one REST processor",
1468
1473
  "noSocketProcessors": "You must configure at least one socket processor",
1469
1474
  "postProcessorError": "There was a failure after in a post processor for route \"{route}\"",
1470
- "invalidPublicOrigin": "The public origin \"{publicOrigin}\" is not a valid origin URL, it should be in the format \"protocol://host[:port]\"."
1475
+ "invalidPublicOrigin": "The public origin \"{publicOrigin}\" is not a valid origin URL, it should be in the format \"protocol://host[:port]\".",
1476
+ "unknownBodyLimit": "The route \"{route}\" uses the body limit named \"{bodyLimit}\", which is not configured",
1477
+ "invalidBodyLimit": "The body limit named \"{bodyLimit}\" must be an integer greater than zero, but it is \"{value}\""
1471
1478
  },
1472
1479
  "restRouteProcessor": {
1473
1480
  "routeNotFound": "The web server could not find the REST route \"{notFoundId}\""
@@ -2416,11 +2423,12 @@
2416
2423
  "taskSchedulerService": {
2417
2424
  "taskAdded": "Task with id \"{id}\" added",
2418
2425
  "taskRemoved": "Task with id \"{id}\" removed",
2419
- "taskTriggered": "Task with id \"{id}\" triggered at time \"{time}\""
2426
+ "taskTriggered": "Task with id \"{id}\" triggered at time \"{time}\"",
2427
+ "taskCompleted": "Task with id \"{id}\" completed in {duration} ms"
2420
2428
  },
2421
2429
  "backgroundTaskService": {
2422
2430
  "start": "Processing task \"{id}\" with type \"{type}\"",
2423
- "complete": "Completed processing task \"{id}\" with type \"{type}\" with status \"{status}\"",
2431
+ "complete": "Completed processing task \"{id}\" with type \"{type}\" with status \"{status}\" in {duration} ms",
2424
2432
  "initialisingWorker": "Initialising worker for task type \"{type}\"",
2425
2433
  "shutdownWorker": "Shutting down worker for task type \"{type}\""
2426
2434
  },
package/docs/changelog.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.2-next.16](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.15...node-v0.9.2-next.16) (2026-08-21)
4
+
5
+
6
+ ### Features
7
+
8
+ * configure web server body limits from the environment ([#356](https://github.com/iotaledger/twin-node/issues/356)) ([f196ad3](https://github.com/iotaledger/twin-node/commit/f196ad368559515184e37a99d6876570074ebcd5))
9
+ * telemetry tracing multi ([#357](https://github.com/iotaledger/twin-node/issues/357)) ([b6412ac](https://github.com/iotaledger/twin-node/commit/b6412ac3141a94a0f9f7d1dd391451ac9247e862))
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.15 to 0.9.2-next.16
17
+
18
+ ## [0.9.2-next.15](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.14...node-v0.9.2-next.15) (2026-08-20)
19
+
20
+
21
+ ### Features
22
+
23
+ * silent telemetry and tracing options ([#351](https://github.com/iotaledger/twin-node/issues/351)) ([3a5752f](https://github.com/iotaledger/twin-node/commit/3a5752fc0bf8a028b3ebfc34878524ac799fb81e))
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.14 to 0.9.2-next.15
31
+
3
32
  ## [0.9.2-next.14](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.13...node-v0.9.2-next.14) (2026-08-19)
4
33
 
5
34
 
@@ -22773,6 +22773,10 @@
22773
22773
  {
22774
22774
  "const": "duration",
22775
22775
  "description": "Duration in seconds."
22776
+ },
22777
+ {
22778
+ "const": "array",
22779
+ "description": "Array."
22776
22780
  }
22777
22781
  ]
22778
22782
  },
@@ -24523,8 +24527,7 @@
24523
24527
  }
24524
24528
  },
24525
24529
  "required": [
24526
- "metric",
24527
- "value"
24530
+ "metric"
24528
24531
  ],
24529
24532
  "description": "The body parameters."
24530
24533
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.9.2-next.14",
3
+ "version": "0.9.2-next.16",
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.14"
17
+ "@twin.org/node-core": "0.9.2-next.16"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "git+https://github.com/iotaledger/twin-node/issues"