Skip to content

Releases: mikeckennedy/listmonk

v0.3.0

12 Nov 14:56
Compare
Choose a tag to compare

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

29 Oct 00:53
Compare
Choose a tag to compare

This release updates the library to work with Listmonk 4.0+ which was released yesterday.

v0.1.8

06 Apr 00:00
7e3a392
Compare
Choose a tag to compare

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

02 Feb 19:35
Compare
Choose a tag to compare

Add ability to add attachments to transactional mails, see #5

v0.1.6

29 Jan 16:33
abe658d
Compare
Choose a tag to compare

Make from email option on transactional emails.

v0.1.5

24 Jan 22:07
Compare
Choose a tag to compare

Loosen some pydantic constraints for some situations.

v0.1.4

22 Jan 19:03
4fdb49b
Compare
Choose a tag to compare

Added doc strings for most data and methods and specific exception types.

v0.1.3

21 Jan 21:34
Compare
Choose a tag to compare

Fix bug where emails with a + wouldn't work on retrieval.

v0.1.2

21 Jan 18:49
Compare
Choose a tag to compare

Added opt-in / confirm subscription method.