From 7ea99b7b9fbee0cd9ba41ceab86067fc1359eeee Mon Sep 17 00:00:00 2001 From: Andrei Hasna Date: Fri, 7 Aug 2026 20:44:34 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=201.3.10=20=E2=80=94=20ship=20t?= =?UTF-8?q?he=20scoped-count=20cache=20that=20stops=20the=20sidebar=20re-w?= =?UTF-8?q?alking=20the=20mailbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships #206. Measured A/B against the production serve (mailbox 175,344 messages), driving the real mailboxCounts({source:{address}}) on the TUI's 30s cadence: BEFORE 357s 3 walks 618 reqs 213.1 MB 104 req/min 2.10 GB/h AFTER 334s 1 walk 206 reqs 71.0 MB 37 req/min 0.75 GB/h 3.00x in the measured window, 6.8x in steady state. The burst per refill is unchanged and needs the server-side recipient filter tracked as 3ae0181e. Refs: 41529344, 370fd95e Agent: agent-chief-operations --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e9264ce..69bf223f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hasna/emails", - "version": "1.3.9", + "version": "1.3.10", "description": "Emails — local SQLite and self-hosted email management CLI, MCP server, and library", "keywords": [ "email",