@serve.zone/dcrouter 18.9.5 → 18.9.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.
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serve.zone/dcrouter",
3
- "version": "18.9.5",
3
+ "version": "18.9.6",
4
4
  "exports": "./binary/dcrouter.ts",
5
5
  "compile": {
6
6
  "include": [
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/dcrouter',
6
- version: '18.9.5',
6
+ version: '18.9.6',
7
7
  description: 'A multifaceted routing service handling mail and SMS delivery functions.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLDBFQUEwRTtDQUN4RixDQUFBIn0=
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/dcrouter',
6
- version: '18.9.5',
6
+ version: '18.9.6',
7
7
  description: 'A multifaceted routing service handling mail and SMS delivery functions.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsc0JBQXNCO0lBQzVCLE9BQU8sRUFBRSxRQUFRO0lBQ2pCLFdBQVcsRUFBRSwwRUFBMEU7Q0FDeEYsQ0FBQSJ9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@serve.zone/dcrouter",
3
3
  "private": false,
4
- "version": "18.9.5",
4
+ "version": "18.9.6",
5
5
  "description": "A multifaceted routing service handling mail and SMS delivery functions.",
6
6
  "type": "module",
7
7
  "bin": {
@@ -42,8 +42,8 @@
42
42
  "@push.rocks/smartacme": "^9.5.0",
43
43
  "@push.rocks/smartbucket": "^4.13.0",
44
44
  "@push.rocks/smartchallenge": "^1.1.0",
45
- "@push.rocks/smartdata": "^11.9.0",
46
- "@push.rocks/smartdb": "5.5.2",
45
+ "@push.rocks/smartdata": "11.10.0",
46
+ "@push.rocks/smartdb": "5.7.1",
47
47
  "@push.rocks/smartdns": "^8.2.1",
48
48
  "@push.rocks/smartfs": "^1.7.0",
49
49
  "@push.rocks/smartguard": "^3.1.2",
package/readme.hints.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Implementation Hints and Learnings
2
2
 
3
+ ## SmartDB 5.7.1 rollout (2026-09-06)
4
+
5
+ The runtime engine is pinned to 5.7.1. SmartData is pinned to 11.10.0, matching
6
+ production's existing persistence layer. SmartDB uses Smartrust 2.0.0; the other native services use
7
+ Smartrust 1.9.1. Both include the scanner backing-buffer retention fix.
8
+
9
+ The upgrade fixture exercises an exact 2.14.6 root; the rollback fixture now
10
+ qualifies 5.2.2/5.7.1/5.2.2, including a post-upgrade write and canonical restore.
11
+ For production's 5.5.2 engine, additionally qualify the fresh stopped-source
12
+ corpus with the exact 5.5.2 and 5.7.1 published engines before installation.
13
+ The internal K2/Storage VNext path remains non-serving in 5.7.1. Existing
14
+ file/memory engines and their transaction limits still apply.
15
+
16
+ A synthetic memory-engine run with 3,000 nested documents, 12,000 updates and
17
+ 300 grouped-count requests showed faster writes and lower retained RSS, but
18
+ slower grouped counts. This is a tradeoff, not proof of an overall speedup or
19
+ of production memory stability. Preserve the default OpLog retention; do not
20
+ reduce recovery history to mask memory use.
21
+
3
22
  ## Mail DNS topology and heartbeat evidence (2026-09-05)
4
23
 
5
24
  Ingress refreshes `observedAt` and `hubReceivedAt` on its regular heartbeat.
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/dcrouter',
6
- version: '18.9.5',
6
+ version: '18.9.6',
7
7
  description: 'A multifaceted routing service handling mail and SMS delivery functions.'
8
8
  }
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/dcrouter',
6
- version: '18.9.5',
6
+ version: '18.9.6',
7
7
  description: 'A multifaceted routing service handling mail and SMS delivery functions.'
8
8
  }