salmon v3.2.0 Release Notes
Release Date: 2019-12-31 // about 5 years ago-
- ๐ Switch from argparse to click (#80)
- Commandline interface is now documented
- Salmon now exits with non-zero return codes (#112)
- ๐ Fix error in the way default values were handled on
start
andlog
commands (#126) - Minor fixups of commandline help
salmon.server.QueueReceiver
now uses threads (#67)- For those using
@nolocking
, this will mean massive improvements in performance
- For those using
salmon.queue.Queue
now 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
- Import settings file on
routes
command (#128)
- ๐ Switch from argparse to click (#80)