Changelog
3.3.0
- release-date:
2024-08-09
No changes since 3.3.0rc2
3.3.0rc2
- release-date:
2024-08-06
Fix
--versioncommand-line option
3.3.0rc1
- release-date:
2024-03-29
Remove Python 2.7 support
Remove Python 3.5, 3.6, and 3.7 support
Add Python 3.9, 3.10, 3.11, and 3.12 support
3.2.0
- release-date:
2019-12-31
No changes since 3.2.0rc2
3.2.0rc2
- release-date:
2019-12-20
Fix error in the way default values were handled on
startandlogcommands (#126)Minor fixups of commandline help
Import settings file on
routescommand (#128)
3.2.0rc1
- release-date:
2019-12-06
Switch from argparse to click (#80)
Commandline interface is now documented
Salmon now exits with non-zero return codes (#112)
salmon.server.QueueReceivernow uses threads (#67)For those using
@nolocking, this will mean massive improvements in performance
salmon.queue.Queuenow implements__len__Remove nosetests and just use Python’s builtin unit test modules (#96)
Directories required for Salmon startup will now be created if they don’t exist (#111)
Fix routes, blast, and cleanse commands (#102, #103)
Python 3.8 is now supported
3.1.1
- release-date:
2019-05-28
Require newer versions of python-daemon to properly fix the install issues we had previously (#89)
Fixed a bug in
salmon.queue.Queuethat mangled mail if it was added asbytesrather than a message-like object (#97)
3.1.0
- release-date:
2019-01-17
Support for Python 3.7
Don’t install python-daemon 2.2.0, it breaks things (#89)
Remove untested spelling function (#86)
The spelling function did very little other than assume it could load PyEnchant and then
return Trueif it couldn’t. If you really miss this function, submit a PR with something that actually works and has tests!
3.0.2
- release-date:
2018-07-21
Fixed a bug where the version string would be a bytes literal under Python 3 (#83)
3.0.1
- release-date:
2018-06-12
SMTPReceiver.process_messsagenow accepts keyword arguments added in Python 3
3.0.0
- release-date:
2017-12-31
No changes since 3.0.0rc1
3.0.0rc1
- release-date:
2017-12-31
Removed lots of cruft (#19)
Moved from modargs to argparse - command line interface has changed (#28)
Improved tests for command line (#47)
Moved from PyDNS to dnspython
Tests can now be run without having to start a log-server first (#6)
MailRequest objects are now wrappers around Python’s
email.message.Messageclass. (#40)Deserializing incoming messages is now done in a slightly more lazy fashion
Also allows access to the “pristine”
Messageobject without having to back-convertHeader setting now replaces by default (#44)
End support of Python 2.6 (#42)
Settings no longer limited to per app “config” module (#38)
Allow
salmon.server.Relayto talk to LMTP servers (#41)Make
LMTPReceiverthe default in the prototype app (#48)Properly work around
SMTPReceiverbug caused by an assumption about Python’ssmtpdmodule that should not have been made (#48)This means that Salmon will no longer accept multiple RCPT TOs in the same transaction over SMTP. Consider using
LMTPReceiverinstead as it does not have this restriction.
Python 3 support (#7)
You’ll now need
setuptoolsto install (this won’t be a problem for those upgrading)No more support for Windows - it never worked for production on that platform anyway
Don’t catch
socket.errorwhen delivering messages viasalmon.server.Relay(#49)Bind to port
0during tests as this lets the OS choose a free port for us (#51)Wrote some documentation (#33)
Earlier Releases
Sorry, we didn’t keep a changelog prior to Salmon 3.0!