CHANGELOG.md in sendgrid-ruby-6.3.3 vs CHANGELOG.md in sendgrid-ruby-6.3.4

- old
+ new

@@ -1,8 +1,18 @@ # Change Log All notable changes to this project will be documented in this file. +[2020-08-19] Version 6.3.4 +-------------------------- +**Library - Docs** +- [PR #319](https://github.com/sendgrid/sendgrid-ruby/pull/319): Run all the *.md files through grammar.ly service and update accordingly. Thanks to [@Sarthakagarwal22](https://github.com/Sarthakagarwal22)! +- [PR #344](https://github.com/sendgrid/sendgrid-ruby/pull/344): Update example.rb. Thanks to [@kylearoberts](https://github.com/kylearoberts)! + +**Library - Chore** +- [PR #432](https://github.com/sendgrid/sendgrid-ruby/pull/432): update GitHub branch references to use HEAD. Thanks to [@thinkingserious](https://github.com/thinkingserious)! + + [2020-07-22] Version 6.3.3 -------------------------- **Library - Chore** - [PR #431](https://github.com/sendgrid/sendgrid-ruby/pull/431): migrate to new default sendgrid-oai branch. Thanks to [@eshanholtz](https://github.com/eshanholtz)! - [PR #366](https://github.com/sendgrid/sendgrid-ruby/pull/366): add Rubocop configuration file. Thanks to [@RolandBurrows](https://github.com/RolandBurrows)! @@ -118,11 +128,11 @@ [2019-06-04] Version 6.0.0 -------------------------- ### BREAKING CHANGE -- [PR #284](https://github.com/sendgrid/sendgrid-ruby/pull/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](https://github.com/sendgrid/sendgrid-ruby/blob/master/UPGRADE.md). Big thanks to [@jjb](https://github.com/jjb) for the PR! +- [PR #284](https://github.com/sendgrid/sendgrid-ruby/pull/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](UPGRADE.md). Big thanks to [@jjb](https://github.com/jjb) for the PR! ### Added - [PR #271](https://github.com/sendgrid/sendgrid-ruby/pull/271): Add ability to impersonate a subuser. Big thanks to [@danilospa](https://github.com/danilospa) for the PR! - [PR #278](https://github.com/sendgrid/sendgrid-ruby/pull/278): Make SendGrid permissions management easy. Big thanks to [@sony-mathew](https://github.com/sony-mathew) for the PR! - [PR #343](https://github.com/sendgrid/sendgrid-ruby/pull/343) and [PR #345](https://github.com/sendgrid/sendgrid-ruby/pull/345): Update README.md with examples for dynamic templates and corrections to the old legacy template example. Big thanks to [@kylearoberts](https://github.com/kylearoberts) for the PR! @@ -185,22 +195,22 @@ - `mail.attachments` becomes `mail.add_attachment()` - `mail.sections` becomes `mail.add_section()` - `mail.headers` becomes `mail.add_header()` - `mail.categories` becomes `mail.add_category()` - `mail.custom_args` becomes `mail.custom_args()` -- For a full example of usage, please [see here](https://github.com/sendgrid/sendgrid-ruby/blob/master/examples/helpers/mail/example.rb#L21). +- For a full example of usage, please [see here](examples/helpers/mail/example.rb#L21). ## [4.3.3] - 2017-5-2 ### Update - #157: Specify required ruby version as '>= 2.2' - This library does not support [Ruby 2.1 or below](https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/). - Thanks to [Ryunosuke Sato](https://github.com/tricknotes) for the pull request! ## [4.3.2] - 2017-5-1 ## ### 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. +- 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 the future, somewhat. Related issue: #159. - Thanks to [Sebastian SkaƂacki](https://github.com/skalee) for the pull request! ## [4.3.1] - 2017-4-12 ## ### Fixes - #160: Updated sinatra version to 2.0 @@ -208,22 +218,22 @@ - Thanks to [gkats](https://github.com/gkats) for the pull request! ## [4.3.0] - 2017-4-12 ## ### Added - #70: Adds an account settings management helper object -- See the [helper README](https://github.com/sendgrid/sendgrid-ruby/tree/master/lib/sendgrid/helpers/settings) for details +- See the [helper README](lib/sendgrid/helpers/settings) for details - Thanks to [Kyle Kern](https://github.com/kernkw) for the pull request! ## [4.2.1] - 2017-4-10 ## ### Fixed - #112: Fixes version ambiguity in gemspec - Thanks to [Chris McKnight](https://github.com/cmckni3) for the pull request! ## [4.2.0] - 2017-4-10 ## ### Added -- #148: Set api_key to empty string -- This makes creating an API key for a SendGrid subuser who does not have an API key easier. See #146 for details +- #148: Set api_key to an empty string +- This makes creating an API key for a SendGrid sub-user who does not have an API key easier. See #146 for details - Thanks to [Adam Beck](https://github.com/Gwash3189) for the pull request! ## [4.1.1] - 2017-4-6 ## ### Fixed - #115 #134: Fix typos in initialize methods @@ -260,18 +270,18 @@ - Thanks to [Billy Watson](https://github.com/billywatson) for the pull request! ## [4.0.3] - 2016-08-24 ## ### Added - Table of Contents in the README -- Added a [USE_CASES.md](https://github.com/sendgrid/sendgrid-ruby/blob/master/USE_CASES.md) section, with the first use case example for transactional templates +- Added a [USE_CASES.md](USE_CASES.md) section, with the first use case example for transactional templates ## [4.0.2] - 2016-07-26 ## ### Fixed - Example and USAGE DELETE calls were missing example payloads ## [4.0.1] - 2016-07-25 ## ### Added -- [Troubleshooting](https://github.com/sendgrid/sendgrid-ruby/blob/master/TROUBLESHOOTING.md) section +- [Troubleshooting](TROUBLESHOOTING.md) section ## [4.0.0] - 2016-07-23 ## ### BREAKING CHANGE - Update dependency to [ruby-http-client](https://github.com/sendgrid/ruby-http-client/releases/tag/v3.0.0) - Response headers now return a hash instead of a string