Releases: onlime/sendmail-wrapper
Releases · onlime/sendmail-wrapper
1.1.0
- Breaking change: Moved sendmail command-line options
-t -i
from Sendmail-wrapper config (sendmailCmd
inconfig.ini
) to the recommendedsendmail_path
configuration inphp.ini
to avoid problems with Symfony Mailer. see Upgrading notes for details. - Dropping support for PHP < 7.4
- Cleanup: Added type declaratinos to function arguments, return values.
- Added laravel/pint as dev dependency and applied PHP style fixes by Pint.
1.0.7
- Added config option
trottle.ignoreExceptions
to ignore exceptions while throttling, allowing fail safety if e.g. db server goes away. - Added a limit to
explode()
to prevent the truncation of IPv6 addresses in the x-meta-client header. #7 by @skysky6 - Pushed minimum required PHP version to 7.3
- Minor code cleanup
1.0.6
- Avoid PHP Notices on non-standard mail header lines that don't contain a column, reporting warning to syslog.
- Add
sender_host
tomessages
table, reporting the connected sendmail-wrapper hostname, in case the MySQL database is located on a remote host and sendmail-wrapper is deployed to multiple hosts.
1.0.5
1.0.4
1.0.3
- Fix for PHP setup where extensions are not compiled-in, loaded as modules. Standard php.ini is now loaded. fixes #1, #4
- Code style: replaced traditional syntax array literals
- Code smells: fixes various minor code smells
- Pushed minimum required PHP version to 7.2
- Improved array to object conversion in ConfigLoader by using json_encode/decode trick.
- Removed DEFAULT values for TEXT columns in MySQL sendmailwrapper.messages table, fixes #5