# Change Log All notable changes to this project will be documented in this file. ## [4.2.0] - 2016-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 - Thanks to [Adam Beck](https://github.com/Gwash3189) for the pull request! ## [4.1.1] - 2016-4-6 ## ### Fixed - #115 #134: Fix typos in initialize methods - Thanks to [Ben Jackson](https://github.com/benjackson84) for the pull request! ## [4.1.0] - 2016-4-6 ## ### Add - #144: Add [Inbound Email Parse Webhook](https://sendgrid.com/docs/API_Reference/Webhooks/inbound_email.html) support - Thanks to [Wataru Sato](https://github.com/awwa) for the pull request! ## [4.0.8] - 2016-2-17 ## ### Add - Solves #147: Add User Agent string ## [4.0.7] - 2016-1-25 ## ### Fixes - [Pull Request #7](https://github.com/sendgrid/ruby-http-client/pull/7) - Fixes [issue #6](https://github.com/sendgrid/ruby-http-client/issues/6): TLS certificates not verified - Thanks to [Koen Rouwhorst](https://github.com/koenrh) for the pull request! ## [4.0.6] - 2016-10-18 ## ### Added - Pull #113: Fix Travis CI Prism functionality for non-SendGrid contributors, update deprecated File.exists ## [4.0.5] - 2016-10-17 ## ### Added - Pull #110, fixed Issue #109 - Automates StopLight.io Prism mock server locally & on Travis CI - Thanks to [KY](https://github.com/tkbky) for the pull request! ## [4.0.4] - 2016-09-15 ## ### Fixed - Pull #72: [remove unnecessary ruby 2.2 requirement](https://github.com/sendgrid/sendgrid-ruby/pull/72) - 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 ## [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 ## [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 - Thanks to [Chris France](https://github.com/hipsterelitist) for the pull request! ## [3.0.7] - 2016-07-20 ## ### Added - 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 ## [3.0.6] - 2016-07-05 ## ### Added - Update docs, unit tests and examples to include Sender ID ## [3.0.5] - 2016-07-05 ## ### Added - Accept: application/json header per https://sendgrid.com/docs/API_Reference/Web_API_v3/How_To_Use_The_Web_API_v3/requests.html ### Updated - Content based on our updated [Swagger/OAI doc](https://github.com/sendgrid/sendgrid-oai) ## [3.0.4] - 2016-06-15 ## ### Added - Updated dependency on ruby-http-client ## [3.0.3] - 2016-06-15 ## ### Fixing - Import structure ## [3.0.2] - 2016-06-15 ## ### Added - Relative import for mail/helper ## [3.0.1] - 2016-06-15 ## ### Added - Add mail/send helper to the $LOAD_PATH, updated http client dependency ## [3.0.0] - 2016-06-13 ## ### Added - Breaking change to support the v3 Web API - New HTTP client - v3 Mail Send helper ## [1.1.6] - 2015-11-26 ## ## Added Support for cc_name and bcc_name via [#31](https://github.com/sendgrid/sendgrid-ruby/pull/31) Thanks [Dylan](https://github.com/DylanGriffith)! ## [1.1.5] - 2015-10-28 ## ## Added Support for [Templates](https://github.com/sendgrid/sendgrid-ruby#working-with-templates) via [#28](https://github.com/sendgrid/sendgrid-ruby/pull/28) Thanks [Jake](https://github.com/yez)! ## [1.0.5] - 2015-10-21 ## ### Fixed Remove puts from mail.rb [#29](https://github.com/sendgrid/sendgrid-ruby/pull/29) ## [1.0.4] - 2015-10-06 ## ### Added Inline content support ## [1.0.3] - 2015-10-01 ## ### Fixed Payload 'to' attribute fix for smtpapi