Hello Everyone,
Mailman Core 3.2.2 is released and available on PyPI1.
This is a regular bugfix release and I had to do that to fix a version constraint which pulled in a pre-release of a dependency (falcon) when installed via pip and caused the default install to break.
There are few other changes included in this release, including a big refactor of error reporting in Core's REST API. All the error responses are now correctly formatted as JSON with more information about the error. For example, invalid inputs for Enum data types return the valid options. Other error message are now generated from the input validtor and will be more informative.
REST API also accepts input as JSON formatted body, alongside the x-www-form-urlencoded.
A full list of changes are available here:
https://mailman.readthedocs.io/en/latest/src/mailman/docs/NEWS.html#id1
This release supports Python 3.5-3.7.
Thanks very much to all the contributors involved in this release.
-- thanks, Abhilash Raj (maxking)