Skip to content

Releases: sendgrid/sendgrid-ruby

6.1.3

01 Apr 19:34
Compare
Choose a tag to compare

Release Notes

Library - Docs

Library - Chore

6.1.2

18 Mar 19:28
Compare
Choose a tag to compare

Release Notes

Library - Chore

Library - Fix

6.1.1

04 Mar 21:49
Compare
Choose a tag to compare

Release Notes

Library - Docs

Library - Chore

6.1.0

20 Feb 00:05
Compare
Choose a tag to compare

Release Notes

Library - Feature

6.0.4

22 Jan 23:30
Compare
Choose a tag to compare

Release Notes

Library - Fix

6.0.3

22 Jan 20:43
Compare
Choose a tag to compare

Release Notes

Library - Docs

6.0.2

08 Jan 02:14
Compare
Choose a tag to compare

Release Notes

Library - Fix

6.0.1

03 Jan 21:07
Compare
Choose a tag to compare

Release Notes

Library - Chore

Library - Fix

v6.0.0

04 Jun 17:07
Compare
Choose a tag to compare

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

v5.3.0

12 Oct 16:20
Compare
Choose a tag to compare

Added

  • PR #300: Support for Dynamic Templates. Big thanks to @nedcampion for the PR!
  • PR #178: Convert key/value arguments to CustomArgs to strings. Big thanks to @sitaramshelke for the PR!
  • PR #258: Added unittest to check for specific repo files. Big thanks to @mptap for the PR!
  • PR #255: Add a unittest to check the license.md file date range. Big thanks to @prashuchaudhary for the PR!
  • PR #181: Add Docker. Big thanks to @shrivara for the PR!
  • PR #248: Added .codeclimate.yml. Big thanks to @proton for the PR!
  • PR #260: Update ruby-http-client dependency to support v3.3.0. Big thanks to @mptap for the PR!
  • PR #304: Readability update for documentation. Big thanks to @af4ro for the PR!
  • PR #306: Update example to work in Rails console. Big thanks to @RogerPodacter for the PR!

Fixes