v2.1.2
This commit is contained in:
parent
91fea3ecf7
commit
3daee2df53
6 changed files with 116 additions and 18 deletions
|
|
@ -1,3 +1,16 @@
|
|||
= 2.1.2 =
|
||||
|
||||
* Fixed charset encoding issue that caused "expected parameter value, got null" error when sending emails through Amazon SES.
|
||||
* Added robust charset validation in header parsing to prevent empty or invalid charset values.
|
||||
* Enhanced charset handling with fallback to UTF-8 when no valid charset is provided.
|
||||
|
||||
= 2.1.1 =
|
||||
|
||||
* Added comprehensive Amazon SES debug context to test email error reports.
|
||||
* Debug information now includes: AWS region, masked access key, SDK version, endpoint URL, and UTC timestamp.
|
||||
* Enhanced AWS error reporting with request IDs, HTTP status codes, and error codes for easier troubleshooting.
|
||||
* Improved security by masking access keys in error output (shows only first 4 and last 4 characters).
|
||||
|
||||
= 2.1.0 =
|
||||
|
||||
* Changed uninstall behavior: plugin no longer performs cleanup on uninstall, all data cleanup is now handled by the core SMTP plugin.
|
||||
|
|
|
|||
Loading…
Reference in a new issue