chore(release): v0.2.17 #26
No reviewers
Labels
No labels
waiting-on-julian
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jlxq0/jmap-mcp!26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/v0.2.17"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Version bump so
#25can be tagged. It is the blocker on the acceptance chain.What v0.2.17 carries
JMAP_MCP_ALLOW_STALWART_APP_PASSWORDand off by default.Bearerstays Logto-JWT-only.AGENTS.mdentries from 2026-08-27/28: Stalwart answers a request with noAuthorizationheader with 200; an image can reach the registry without CI; what the audit log cannot answer.No behaviour change for the deployed configuration until the flag is set, which is a
platformchange and Clark's queue.Gates
Five on the pinned 1.93.0:
fmt,clippy --all-targets --all-features -D warnings,test(177),audit,deny.clippyis clean on 1.93.0 and red on 1.98.0 withunused_async_trait_impl, on this branch and onmainalike. CI runs 1.93.0 (ci.yml:35), so that lint gates nothing here, and adding#[allow(clippy::unused_async_trait_impl)]would make the pinned build fail witherror: unknown lintunder-D unknown-lints. Measured; nothing added.What this does not do
It does not close
#24.owned_addressesstill appends a globalArc<Vec<String>>to every authenticated caller, sojulian@lindner.earthremains a sendableFromfor anyone who authenticates. That is the next PR and it has to land before any send tool is granted again.