Releases: sendgrid/sendgrid-java
Releases · sendgrid/sendgrid-java
v3.0.9
Added
- Table of Contents in the README
- Added a USE_CASES.md section, with the first use case example for transactional templates
v3.0.8
Fixed
- Updated dependency for java-http-client
- Pull #7: Fix Response Charset to UTF-8
- Fixes issue #6: Multi-byte character got garbled on received mail
- BIG thanks to Yoichi Kikuta for the pull request!
v3.0.7
Added
- Updated dependency for java-http-client
- Pull request #11
- Solves issue #10: Improve Error Handling
- Now error messages are passed through from the SendGrid server
- BIG thanks to shuron / Alexander Holbreich for the pull request!
v3.0.6
Added
- Troubleshooting section
v3.0.5
- README updates
- Update introduction blurb to include information regarding our forward path
- Update the v3 /mail/send example to include non-helper usage
- Update the generic v3 example to include non-fluent interface usage
v3.0.4
- Fix for issue #120: Unsupported Media Type if subject has letters with accent (like 'é' )
- Updated java-http-client dependency to 2.3.2