Skip to content

v6.0.0

Compare
Choose a tag to compare
@thinkingserious thinkingserious released this 04 Jun 17:07

BREAKING CHANGE

  • PR #284: The sinatra gem is no longer specified as a dependency of this gem. If you would like to use the inbound processing, please follow the upgrade guide. Big thanks to @jjb for the PR!

Added

  • PR #271: Add ability to impersonate a subuser. Big thanks to @danilospa for the PR!
  • PR #278: Make SendGrid permissions management easy. Big thanks to @sony-mathew for the PR!
  • PR #343 and PR #345: Update README.md with examples for dynamic templates and corrections to the old legacy template example. Big thanks to @kylearoberts for the PR!
  • PR #216: Get unassigned IPs example. Big thanks to @cristianossd for the PR!
  • PR #231: Add support for IO objects set as Attachment content. Big thanks to @awj for the PR!
  • PR #232: Add method to check email content for secret keys. Big thanks to @jaredsilver for the PR!
  • PR #236: Add an IpManagement helper. Big thanks to @brokenthumbs for the PR!
  • PR #264: Add Email Statistics helper example. Big thanks to @jeremyjung for the PR!
  • PR #246: Modified Mail Class calling examples with SendGrid::Mail. Big thanks to @rohan-techfreak for the PR!
  • PR #268: Added Code Review to CONTRIBUTING.md. Big thanks to @mptap for the PR!
  • PR #276: Codebase Improvement: Use attr_accessor instead of getters and setters. Big thanks to @rahul26goyal for the PR!
  • PR #365: Add our Developer Experience Engineer career opportunity to the README. Big thanks to @mptap for the PR!

Fixes