Extension Consolidation¶
October 30, 2020
The release of 4.1.0 took the step of absorbing the following extensions into
the core python-slimta codebase:
python-slimta-spf
python-slimta-lookup
python-slimta-diskstorage
python-slimta-redisstorage
python-slimta-cloudstorage
Maintaining separate repositories, PyPI projects, and CI/CD had become
cumbersome. Simplifying and centralizing was also a factor. The
python`-slimta package now includes a set of “extras” that will install
relevant optional dependencies.
To ease transition, here is a basic mapping of pip install changes:
python-slimta-spfbecomespython-slimta[spf]python-slimta-lookupis unnecessary, unless using redis:python-slimta[redis].python-slimta-diskstoragebecomespython-slimta[disk]python-slimta-redisstoragebecomespython-slimta[redis]python-slimta-cloudstorageis unnecessary, unless using AWS:python-slimta[aws].