~~~~~~~~~~~~~~~~~~~
.. _0.2: https://github.com/feinheit/django-email-hosts/compare/0.1...0.2
- Removed the ``functools.cache`` decorator from ``get_connection`` --
constructing backends isn't that expensive and the danger of memory leaks
when misusing the connection management is worse.
- Removed support for the ``ssl_keyfile`` and ``ssl_certfile`` parameters since
they are never returned by ``dj-email-url`` anyway.
- Changed the implementation to use documented APIs instead of undocumented
internals of Django.
- Switched from ``dj-email-url`` to ``speckenv_django`` for parsing the email
URL.