Skip to content

Releases: aio-libs/aiosmtpd

1.4.6

18 May 11:37
f40ac96
Compare
Choose a tag to compare
  • STARTTLS is now fully enforced if used.

1.4.5

04 Mar 16:40
a99cfcf
Compare
Choose a tag to compare
  • Fixed incorrect handling of newlines.

1.4.4.post2

19 Jan 09:44
83168cd
Compare
Choose a tag to compare

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

17 Jan 11:10
4bd08bb
Compare
Choose a tag to compare

Changes From 1.4.3

  • No longer expect an implicit creation of the event loop through get_event_loop() (Issue #353)

1.4.3

21 Dec 15:09
65f49bd
Compare
Choose a tag to compare

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

18 Dec 13:46
330e9ef
Compare
Choose a tag to compare
1.4.3rc2 Pre-release
Pre-release

Mostly introduce testing compatibility with Python 3.10 and Python 3.11

Let's try releasing as RC first, if nothing breaks, we will re-release as 1.4.3 without any changes.

1.4.2

08 Mar 04:37
1.4.2
1f84048
Compare
Choose a tag to compare

Changes since 1.4.1:

  • Controller ready_timeout defaults to 5.0
  • More detailed message in TimeoutError during Controller.start()
  • IMPORTANT: No more leak of sensitive info during smtp_AUTH

1.4.1

04 Mar 04:19
1.4.1
f089505
Compare
Choose a tag to compare
1.4.1 Pre-release
Pre-release

Changes from 1.4.0:

  • local_part_limit (max length of email address local part) is now customizable, defaults to 0 (no limit) (#257)

1.4.0

26 Feb 07:27
1.4.0
2bf1c8e
Compare
Choose a tag to compare
1.4.0 Pre-release
Pre-release

Notable Changes from 1.3.2:

  • PROXY Protocol support (#246)
  • SMTPS/STARTTLS support from CLI (#172)
  • UnixSocketController (#247)
  • Improvement on tox+pytest to enable stable run for pypy3-on-Windows, MacOS, and Cygwin
  • Example on how to implement SMTP AUTH

1.3.2

19 Feb 19:08
1.3.2
2d3cec9
Compare
Choose a tag to compare

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