Releases: mikeckennedy/listmonk
Releases · mikeckennedy/listmonk
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.
v0.1.8
Bug fix: Searching for users with listmonk.all_subscribers()
with a query parameter crashes (on the server, should be 400 but here's the fix nonetheless).
v0.1.7
v0.1.6
Make from email option on transactional emails.
v0.1.5
Loosen some pydantic constraints for some situations.
v0.1.4
Added doc strings for most data and methods and specific exception types.
v0.1.3
Fix bug where emails with a +
wouldn't work on retrieval.
v0.1.2
Added opt-in / confirm subscription method.