@twin.org/node 0.9.2-next.8 → 0.9.2-next.9

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.
@@ -2539,6 +2539,8 @@
2539
2539
  "schemaVersionService": {
2540
2540
  "noMigrationRequired": "No migration required for schema \"{schemaName}\", version {version}.",
2541
2541
  "migrationRequired": "Migration required for schema \"{schemaName}\" from version {from} to {to}.",
2542
+ "connectorVersionUpdated": "Connector version changed from {from} to {to}; forcing schema migrations.",
2543
+ "connectorVersionForceUpgrade": "Forcing migration for schema \"{schemaName}\" because connector version changed.",
2542
2544
  "partitionStart": "Starting migration of {itemTotal} partitions.",
2543
2545
  "partitionProgress": "Migrating partition {itemIndex} of {itemTotal}.",
2544
2546
  "partitionEnd": "Completed migration of {itemTotal} partitions.",
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.2-next.9](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.8...node-v0.9.2-next.9) (2026-08-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * pool env vars ([#331](https://github.com/iotaledger/twin-node/issues/331)) ([338ea61](https://github.com/iotaledger/twin-node/commit/338ea612b37aa4d15971c8a09def47bee9395d0c))
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.8 to 0.9.2-next.9
16
+
3
17
  ## [0.9.2-next.8](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.7...node-v0.9.2-next.8) (2026-08-11)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.9.2-next.8",
3
+ "version": "0.9.2-next.9",
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.8"
17
+ "@twin.org/node-core": "0.9.2-next.9"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "git+https://github.com/iotaledger/twin-node/issues"