vendor/github.com/sendgrid/rest/CHANGELOG.md
changeset 242 2a9ec03fe5a1
child 256 6d9efbef00a9
equal deleted inserted replaced
241:e77dad242f4c 242:2a9ec03fe5a1
       
     1 # Change Log
       
     2 All notable changes to this project will be documented in this file.
       
     3 
       
     4 This project adheres to [Semantic Versioning](http://semver.org/).
       
     5 
       
     6 ## [2.4.1] - 2018-4-09
       
     7 ### Fixed
       
     8 - Pull #71, Solves #70
       
     9 - Fix Travis CI Build
       
    10 - Special thanks to [Vasko Zdravevski](https://github.com/vaskoz) for the PR!
       
    11 
       
    12 ## [2.4.0] - 2017-4-10
       
    13 ### Added
       
    14 - Pull #18, Solves #17
       
    15 - Add RestError Struct for an error handling
       
    16 - Special thanks to [Takahiro Ikeuchi](https://github.com/iktakahiro) for the PR!
       
    17 
       
    18 ## [2.3.1] - 2016-10-14
       
    19 ### Changed
       
    20 - Pull #15, solves Issue #7
       
    21 - Moved QueryParams processing into BuildRequestObject
       
    22 - Special thanks to [Gábor Lipták](https://github.com/gliptak) for the PR!
       
    23 
       
    24 ## [2.3.0] - 2016-10-04
       
    25 ### Added
       
    26 - Pull [#10] [Allow for custom Content-Types](https://github.com/sendgrid/rest/issues/10)
       
    27 
       
    28 ## [2.2.0] - 2016-07-28
       
    29 ### Added
       
    30 - Pull [#9](https://github.com/sendgrid/rest/pull/9): Allow for setting a custom HTTP client
       
    31 - [Here](https://github.com/sendgrid/rest/blob/master/rest_test.go#L127) is an example of usage
       
    32 - This enables usage of the [sendgrid-go library](https://github.com/sendgrid/sendgrid-go) on [Google App Engine (GAE)](https://cloud.google.com/appengine/)
       
    33 - Special thanks to [Chris Broadfoot](https://github.com/broady) and [Sridhar Venkatakrishnan](https://github.com/sridharv) for providing code and feedback!
       
    34 
       
    35 ## [2.1.0] - 2016-06-10
       
    36 ### Added
       
    37 - Automatically add Content-Type: application/json when there is a request body
       
    38 
       
    39 ## [2.0.0] - 2016-06-03
       
    40 ### Changed
       
    41 - Made the Request and Response variables non-redundant. e.g. request.RequestBody becomes request.Body
       
    42 
       
    43 ## [1.0.2] - 2016-04-07
       
    44 ### Added
       
    45 - these changes are thanks to [deckarep](https://github.com/deckarep). Thanks!
       
    46 - more updates to error naming convention
       
    47 - more error handing on HTTP request
       
    48 
       
    49 ## [1.0.1] - 2016-04-07
       
    50 ### Added
       
    51 - these changes are thanks to [deckarep](https://github.com/deckarep). Thanks!
       
    52 - update error naming convention
       
    53 - explicitly define supported HTTP verbs
       
    54 - better error handing on HTTP request
       
    55 
       
    56 ## [1.0.0] - 2016-04-05
       
    57 ### Added
       
    58 - We are live!