Releases: mikeckennedy/listmonk
Releases · mikeckennedy/listmonk
v0.3.10
v0.3.9
[0.3.9] - 2026-01-05
Added
- Add add_subscribers_to_lists function (thanks @MochaSteve256)
Changed
- Loosen some of the types to allow more flexible usage (avoid type errors when DTOs/ViewModels/etc have VALUE|None typing but are known to be in a good state)
- Refactor client implementation to improve organization and maintainability
v0.3.8
Added
- Support for subject parameter in transactional templates (PR #24)
- FAQ section to README.md (PR #22)
- Four new API methods to the public interface
- CLAUDE.md with project overview, development commands, code style, and key patterns
- WARP.md documentation
- Ruff formatting configuration
Changed
- Extensive type annotation improvements for better IDE support (PyLance/VS Code)
- HTTP response validation and parsing refactored for better error handling
- Headers type fix: now properly uses string values instead of list of dictionaries
- Code formatting with ruff throughout the codebase
- Documentation improvements in README.md
Fixed
- Custom exception renamed from
FileNotFoundErrortoListmonkFileNotFoundErrorto avoid builtin conflict - Non-string to string types in
__all__exports - Type inference error in code fragments
v0.3.7
Restores custom header functionality for send_transactional_email() And create/delete list was, well, deleted.
It looks like this was some kind of failed merge, maybe. I'm not sure what happened here. Sorry folks.
v0.3.6
Bump version to fix project definition. strenum wasn't included in the pyproject.toml's dependencies. No functional changes.
v0.3.5
Add an optional timeout parameter (httpx.Timeout) for all network operations.
v0.3.4
v0.3.3
Adds support for this library on Python 3.10 by replacing enum.StrEnum with github.com/irgeek/StrEnum.
v0.3.0
Adds two new features:
- 📨 Manage campaign (bulk) emails from the API.
- 🎨 Edit and create templates to control the over all look and feel of campaigns.
Thank you @pastorhudson for the PRs.
v0.2.1
This release updates the library to work with Listmonk 4.0+ which was released yesterday.