Skip to content

Commit d503636

Browse files
steipeteveteranbv
andcommitted
docs(changelog): record no-send dry-run fix
Co-authored-by: Henry Sowell <[email protected]>
1 parent 55ee3a4 commit d503636

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.34.1 - Unreleased
44

5+
- Gmail: enforce per-account no-send guards before dry-run exits for first-class and Discovery send paths while preserving no-guard keyring avoidance. (#915, #916) — thanks @veteranbv.
56
- MCP: add optional global and per-account capability ceilings in `config.json`, with narrow persistent write authorization, runtime-only restriction, and fail-closed selector validation. (#913) — thanks @mcaldas.
67

78
## 0.34.0 - 2026-07-11

docs/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Environment:
181181
- `config.json` can also set `places_api_key` (or use `GOG_PLACES_API_KEY` / `GOOGLE_PLACES_API_KEY`) for Calendar Places lookups.
182182
- `config.json` can also set `account_aliases` for `gog auth alias` (JSON5)
183183
- `config.json` can also set `account_clients` (email -> client) and `client_domains` (domain -> client)
184-
- `config.json` can also set `gmail_no_send` and `no_send_accounts` for send guards (both enforced before command execution, including under `--dry-run`)
184+
- `config.json` can also set `gmail_no_send` and `no_send_accounts` for send guards
185185

186186
Flag aliases:
187187
- `--out` also accepts `--output`.

0 commit comments

Comments
 (0)