All notable changes to Maildeno are documented here. Maildeno follows Semantic Versioning.
2025-01-06 — SDK v1.0.0
JavaScript / TypeScript SDK
-
Initial stable release of
maildenonpm package -
MaildenoClientwithrender(),renderHtml(),renderReact(),renderMjml()methods -
Full TypeScript type exports
-
Structured
MaildenoErrorwithcode,message,status, andissuesproperties
Python SDK
-
Initial stable release of
maildenoPyPI package -
MaildenoClient(sync,httpx) andAsyncMaildenoClient(async,httpx.AsyncClient) -
Both context-manager and long-lived client patterns supported
-
Bring-your-own
httpxclient for advanced transport customisation -
Full PEP 561 type stubs (
mypy/pyrightcompatible)