v0.2.1 — Webhook signature fix and rate limit headers
Patch release: webhook signature verification now correctly matches the backend protocol.
Fixes
verify_signature()updated to match the HMAC-SHA256 protocol used by the Commune backend (timestamp + body concatenation)- Rate limit headers (
X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset) now exposed on API responses
Upgrading
pip install --upgrade commune-mailNo breaking changes. If you were calling verify_signature() manually, update to the new signature.