@twin.org/node 0.9.1-next.4 → 0.9.1-next.6

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.
@@ -647,7 +647,6 @@
647
647
  "autoStartFailed": "Provider auto-start of a requested transfer failed (consumerPid: {consumerPid})",
648
648
  "autoStartPublicOriginMissing": "Cannot auto-start the transfer: this node's public origin could not be resolved; holding the transfer in REQUESTED (consumerPid: {consumerPid})",
649
649
  "transferProcessNotFound": "Transfer Process not found",
650
- "pullTransfersNotSupported": "PULL transfers are not supported. Configure dataPlanePath in service configuration to enable PULL transfers.",
651
650
  "transferProcessTerminated": "Transfer Process \"{consumerPid}\" is terminated and cannot be used",
652
651
  "transferProcessTerminatedProvider": "Transfer Process \"{providerPid}\" is terminated and cannot be used",
653
652
  "invalidTransferRequest": "Transfer Request does not conform to Dataspace Protocol specification",
@@ -688,9 +687,6 @@
688
687
  "callerNotAuthorizedAsProvider": "The caller's verified identity does not match the provider for this transfer process",
689
688
  "callerNotAuthorizedForTransfer": "The caller's verified identity does not match the consumer or provider for this transfer process",
690
689
  "multipleAssignersNotSupported": "Multiple assigners found in agreement, which is not supported. Only single assigner agreements are supported.",
691
- "invalidPushDataAddress": "PUSH transfer cannot start: consumer dataAddress is missing endpoint or endpointType (consumerPid: {consumerPid})",
692
- "pushTransferDataPathNotConfigured": "PUSH transfer cannot start: dataPlanePath is not configured (consumerPid: {consumerPid})",
693
- "dataPlaneNotRegistered": "Push-mode transfer requires the data plane component to be registered (factory key: \"dataspace-data-plane\"). This deployment was configured without a data plane — register one to enable push, or use pull-mode transfers only.",
694
690
  "datasetPublishFailed": "Failed to publish dataset \"{datasetId}\" for app \"{appId}\" (tenant: \"{tenantId}\")",
695
691
  "datasetRemoveFailed": "Failed to remove dataset \"{datasetId}\" from the Federated Catalogue (tenant: \"{tenantId}\")",
696
692
  "datasetAlreadyExists": "A dataset with id \"{existingId}\" already exists.",
@@ -700,6 +696,18 @@
700
696
  "invalidDatasetId": "Dataset ID \"{id}\" is not a valid URN or URL"
701
697
  },
702
698
  "dataspaceControlPlanePolicyRequester": {},
699
+ "httpDataPullTransferHandler": {
700
+ "pullTransfersNotSupported": "PULL transfers are not supported: dataPlanePath is not configured (consumerPid: {consumerPid}, providerPid: {providerPid})",
701
+ "providerIdentityMissing": "Provider identity (DID) is required to sign data access tokens but was not set on the Transfer Process"
702
+ },
703
+ "httpDataPushTransferHandler": {
704
+ "pushTransferDataPathNotConfigured": "PUSH transfer cannot start: dataPlanePath is not configured (consumerPid: {consumerPid})",
705
+ "invalidPushDataAddress": "PUSH transfer cannot start: consumer dataAddress is missing endpoint or endpointType (consumerPid: {consumerPid})"
706
+ },
707
+ "httpDataPostTransferHandler": {
708
+ "pushTransferDataPathNotConfigured": "POST transfer cannot start: dataPlanePath is not configured (consumerPid: {consumerPid})",
709
+ "providerIdentityMissing": "Provider identity (DID) is required to sign data access tokens but was not set on the Transfer Process"
710
+ },
703
711
  "trustHelper": {
704
712
  "trustVerifyFailed": "Trust verification failed for action \"{action}\""
705
713
  },
@@ -1008,6 +1016,7 @@
1008
1016
  "packageObjectError": "Failed to fetch the package object \"{packageId}\"",
1009
1017
  "valueTransactionFailed": "The value transaction failed",
1010
1018
  "transactionFailed": "The transaction failed",
1019
+ "objectReservationConflict": "One or more of the transaction's owned objects are contended by another in-flight transaction; submit transactions that share objects sequentially and retry",
1011
1020
  "addressNotFound": "The address is missing could not be found from the seed \"{address}\"",
1012
1021
  "gasStationTransactionFailed": "The gas station transaction failed",
1013
1022
  "dryRunFailed": "The dry run execution failed",
@@ -2342,7 +2351,6 @@
2342
2351
  "transferProcessInitiated": "Transfer Process initiated",
2343
2352
  "transferProcessQueried": "Transfer Process queried (role: {role})",
2344
2353
  "transferProcessStarted": "Transfer Process started",
2345
- "dataAccessTokenGenerated": "Data access token generated for PULL transfer",
2346
2354
  "transferProcessCompleted": "Transfer Process completed",
2347
2355
  "transferProcessSuspended": "Transfer Process suspended",
2348
2356
  "transferProcessTerminated": "Transfer Process terminated",
@@ -2350,8 +2358,6 @@
2350
2358
  "resolvedProviderPid": "Resolved providerPid to Transfer Context",
2351
2359
  "catalogDatasetFound": "Dataset validated in Federated Catalogue",
2352
2360
  "agreementMatchedOffer": "Agreement matched Catalog Offer",
2353
- "populatingFederatedCatalogue": "Populating Federated Catalogue with stored app datasets",
2354
- "federatedCataloguePopulated": "Federated Catalogue population completed (registered: {registeredCount}, errors: {errorCount}, datasets: {totalDatasets})",
2355
2361
  "startingContractNegotiation": "Starting contract negotiation with provider",
2356
2362
  "offerFoundInCatalog": "Offer found in Federated Catalogue and validated",
2357
2363
  "negotiationInitiated": "Contract negotiation initiated successfully",
@@ -2363,7 +2369,6 @@
2363
2369
  "negotiationHistoryRetrieved": "Negotiation history retrieved successfully",
2364
2370
  "stalledNegotiationsCleanupComplete": "Stalled negotiations cleanup completed (cleanedUp: {cleanedUp})",
2365
2371
  "stalledTransfersCleanupComplete": "Stalled transfers cleanup completed (cleanedUp: {cleanedUp})",
2366
- "pushTransferStarted": "PUSH transfer started (consumerPid: {consumerPid}, providerPid: {providerPid}, endpoint: {endpoint})",
2367
2372
  "preparingTransfer": "Preparing consumer-initiated data transfer (agreementId: {agreementId}, providerEndpoint: {providerEndpoint}, format: {format})",
2368
2373
  "transferPrepared": "Consumer data transfer prepared successfully (consumerPid: {consumerPid}, providerPid: {providerPid}, agreementId: {agreementId}, format: {format})"
2369
2374
  },
@@ -2770,8 +2775,7 @@
2770
2775
  "auditableItemGraphService": {},
2771
2776
  "debug": {
2772
2777
  "dataspaceControlPlaneService": {
2773
- "engineCloneStart": "Skipping Federated Catalogue population (engine clone or no engine)",
2774
- "datasetRegistered": "Dataset {datasetId} registered for app {appId} (tenant: {tenantId})"
2778
+ "engineCloneStart": "Skipping control plane startup tasks (engine clone or no engine)"
2775
2779
  },
2776
2780
  "dataspaceDataPlaneService": {
2777
2781
  "newActivity": "New Activity of type \"{activityType}\" notified by \"{generator}\"",
package/docs/changelog.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1-next.6](https://github.com/iotaledger/twin-node/compare/node-v0.9.1-next.5...node-v0.9.1-next.6) (2026-07-03)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **node:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/node-core bumped from 0.9.1-next.5 to 0.9.1-next.6
16
+
17
+ ## [0.9.1-next.5](https://github.com/iotaledger/twin-node/compare/node-v0.9.1-next.4...node-v0.9.1-next.5) (2026-07-02)
18
+
19
+
20
+ ### Features
21
+
22
+ * dataspace plane path ([#272](https://github.com/iotaledger/twin-node/issues/272)) ([5998eeb](https://github.com/iotaledger/twin-node/commit/5998eeb6fa1392ae753eb6bafeccefa1fb690573))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @twin.org/node-core bumped from 0.9.1-next.4 to 0.9.1-next.5
30
+
3
31
  ## [0.9.1-next.4](https://github.com/iotaledger/twin-node/compare/node-v0.9.1-next.3...node-v0.9.1-next.4) (2026-07-01)
4
32
 
5
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.9.1-next.4",
3
+ "version": "0.9.1-next.6",
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": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/node-core": "0.9.1-next.4"
17
+ "@twin.org/node-core": "0.9.1-next.6"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "git+https://github.com/iotaledger/twin-node/issues"