Changelog for
python311-django-mailer-2.3.2-1.1.noarch.rpm :
* Thu Jun 06 2024 Dirk Müller
- update to 2.3.2:
* Added MAILER_EMAIL_LOG_MESSAGE_DATA setting
* Added support for psycopg3 for runmailer_pc
* Mon Jan 08 2024 Dirk Müller - update to 2.3.1:
* Fixed rare crasher in runmailer_pg when notifications list is empty.
* Mon Oct 02 2023 pgajdosAATTsuse.com- version update to 2.3 2.3 - 2023-09-25 - ---------------
* Dropped Python 3.7 support.
* Added ``runmailer_pg`` - advanced sending method for sending emails without delay immediate, PostgreSQL only. 2.2.1 - 2023-09-22 - -----------------
* Added admin action to send messages
* Added fix for email address that is a ``NoneType``
* Stopped testing on unsupported Python (<3.7) and Django (<2.2) versions
* Started testing on Python 3.11 and Django 4.1/4.2
* Added setting to limit the amount of retries for deferred messages (``MAILER_EMAIL_MAX_RETRIES``), defaults to ``None`` (unlimited) (See Issue `#161 `_- deleted patches - python-django-mailer-no-mock.patch (upstreamed)
* Mon May 09 2022 pgajdosAATTsuse.com- version update to 2.2
* Migrate models ``id`` fields to ``BigAutoField``.
* Add ``runmailer`` management command. This command starts a loop that
* Added ``runmailer`` management command. This command starts a loop that frequently checks the database for new emails. The wait time between checks can be controlled using the ``MAILER_EMPTY_QUEUE_SLEEP`` setting.- added patches fix https://github.com/pinax/django-mailer/issues/157 + python-django-mailer-no-mock.patch
* Fri Jan 07 2022 John Vandenberg - Skip Tumbleweed Python 3.6 incompatible with Django 4
* Sun Dec 26 2021 John Vandenberg - Update to v2.1
* The retry_deferred and send_mail commands rely on the log level set in your django project now. The -c/--cron option in those commands has been deprecated and the logic to configure log levels and the message format has been removed.
* Changed logging to use module specific loggers to avoid interfering with other loggers.
* Added MAILER_USE_FILE_LOCK setting to allow disabling file based locking.
* Added -r option to purge_mail_log management command.
* Fixed deprecation warnings on Django 3.1
* Use cached DNS_NAME for performance
* Added ability to override the default error handler via the MAILER_ERROR_HANDLER settings key
* Tue Jun 30 2020 John Vandenberg - Activate test suite
* Sun May 24 2020 John Vandenberg - Use single spec- Update to v2.0.1
* Wed Dec 28 2011 alexandreAATTexatati.com.br- Remove CFLAGS from spec file.
* Thu Nov 24 2011 alexandreAATTexatati.com.br- Regenerate spec file with py2pack;- Bzip2 source code.