Releases: aio-libs/aiosmtpd
Releases · aio-libs/aiosmtpd
1.4.6
1.4.5
- Fixed incorrect handling of newlines.
1.4.4.post2
Changes from 1.4.4:
Nothing in the library's logic. Just a fix in one of the test cases.
And some changes to prevent same situation from happening again.
1.4.4
1.4.3
Changes from 1.4.2:
- FIX: Compatibility with CPython 3.10 and 3.11
- FIX: Compatibility with
uvloop
- NEW:
UnthreadedController
- IMPROVED:
aiosmtpd.controller
has been rewritten - IMPROVED: Some improvements on
setup.cfg
to prevent potential setuptools problems - IMPROVED: General code hygiene
- IMPROVED: Documentation fixes & improvements
- IMPROVED: Enhanced GitHub CI workflow
1.4.3rc2
1.4.2
1.4.1
1.4.0
1.3.2
This is a bugfix release for 1.3.1
Fixed:
- Documentation issues that causes some automated build systems to fail
- Improper IPv6 detection on systems whose kernel does not support IPv6
Also:
- Add info about GPG Signing key to README and PyPI
- A 'hidden' testenv named
static
to run pytype