versions.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. _version-history:
  2. Version history
  3. ===============
  4. - ``0.3.1``
  5. - Package: Added the license as a classifier to setup.py. Some pipelines may require such.
  6. - ``0.3.0``
  7. - Add: Logging handlers (:class:`.EmailHandler`, :class:`.MultiEmailHandler`)
  8. - Add: Outlook pre-configured sender
  9. - Add: Multiple emails can be sent without closing the connection using context manager in :class:`EmailSender`
  10. - ``0.2.1``
  11. - Fix: If some attachments are specified and only text body or no body at all is set´, sending email no longer crashes
  12. - Fix: Now embedded images support also non-PNG images using dict format
  13. - Docs: Added examples of embedding images using dict format
  14. - Docs: Added an example of sending emails using aliases
  15. - Docs: Fixed some couple of typos
  16. - ``0.2.0``
  17. - Docs: Docstrings were rewritten and are more complete
  18. - Docs: Huge improvement on the official documentation
  19. - Add: Support for TLS, SSL and other types of protocols
  20. - Add: Subclassing of ``EmailSender`` has better support allowing for interesting customization
  21. - Fix: Fixed a couple of minor bugs related to exceptions, format classes and tests
  22. - Test: Test coverage is now almost 100 %
  23. - ``0.1.1``
  24. - Package: Dropped Pandas as hard dependency
  25. - ``0.1.0``
  26. - First release