Releases: sendgrid/sendgrid-ruby
Releases · sendgrid/sendgrid-ruby
v5.2.0
v5.1.0
Added
- #173: Update ruby-http-client dependency
- #12 Add a helper that returns the response body as a hash via the
parsed_body
method in theResponse
object. - Thanks to Diego Camargo for the pull request!
v5.0.0
BREAKING CHANGE
- #108 Fix unexpected
Mail
#categories
,#categories=
behavior - Fixed Issue #95 Refactor Mail Helper Array Assignments
personalization.to
becomespersonalization.add_to()
personalization.cc
becomespersonalization.add_cc()
personalization.bcc
becomespersonalization.add_bcc()
personalization.headers
becomespersonalization.add_header()
personalization.substitutions
becomespersonalization.add_substitution()
personalization.custom_args
becomespersonalization.add_custom_arg()
mail.personalizations
becomesmail.add_personalization()
mail.contents
becomesmail.add_content()
mail.attachments
becomesmail.attachment()
mail.sections
becomesmail.add_section()
mail.headers
becomesmail.add_header()
mail.categories
becomesmail.add_category()
mail.custom_args
becomesmail.custom_args()
- For a full example of usage, please see here.
v4.3.3
Update
- #157: Specify required ruby version as '>= 2.2'
- This library does not support Ruby 2.1 or below.
- Thanks to Ryunosuke Sato for the pull request!
v4.3.2
Fixes
- #161: Fixed problematic Sinatra dependency
- Brings back Rails 4 compatibility (and Rack 1.x applications, in general), also removes release candidate version constraint (both broken in #160). Moreover, ensures that tests are run against two major Sinatra versions, which should protect from compatibility issues in future, somewhat. Related issue: #159.
- Thanks to Sebastian Skałacki for the pull request!
v4.3.1
v4.3.0
Added
- #70: Adds an account settings management helper object
- See the helper README for details
- Thanks to Kyle Kern for the pull request!
v4.2.1
Fixed
- #112: Fixes version ambiguity in gemspec
- Thanks to Chris McKnight for the pull request!
v4.2.0
v4.1.1
Fixed
- #115 #134: Fix typos in initialize methods
- Thanks to Ben Jackson for the pull request!