Releases: jeffreykemp/mailgun-plsql-api
Releases · jeffreykemp/mailgun-plsql-api
v1.3
v1.2
- installation was failing because of varchar2(30)
- remove unused variable
v1.1
v1.0
Bug Fixes
- ORA-06502 when message >4k
- ORA-06502 with large emails with special characters
Enhancements
- Non-prod environment settings
- Test email
- Recipient whitelist
- Security: add "sys." to dbms/utl calls
- Record API version
v0.6
Enhancements:
- Include version instrumented with logger
- Support setting mailgun parameters at runtime
- Purge email log w/ weekly job
- Default sender parameter
- API for Mailgun events log
- API for Mailgun tags
- API for Mailgun bounces
- API for Mailgun unsubscribes
- API for Mailgun complaints
Bugs fixed:
- Get correct byte size for clobs
v0.5
This release includes the following enhancements:
- Add asynchronous push_queue option - send transactional emails immediately after your process commits
- Encode special characters
- Log failed emails
- API call to get mailgun stats
v0.4.2
minor code improvements; added PLS-00322 trigger if constants aren't edited prior to compilation
v0.4.1
minor fixes / improvements
v0.4
Now uses Oracle AQ to make emails asynchronous.
Added generic "mail headers" parameter to allow setting arbitrary mail headers (e.g. "Priority", "Expires", etc.).
v0.3
set wallet for https; fixed bug when list of recipients passed to p_to_email; verbose option