vendor/github.com/sendgrid/rest/CHANGELOG.md
changeset 256 6d9efbef00a9
parent 242 2a9ec03fe5a1
child 260 445e01aede7e
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 # Change Log
     1 # Change Log
     2 All notable changes to this project will be documented in this file.
     2 All notable changes to this project will be documented in this file.
     3 
     3 
     4 This project adheres to [Semantic Versioning](http://semver.org/).
     4 This project adheres to [Semantic Versioning](http://semver.org/).
     5 
     5 
     6 ## [2.4.1] - 2018-4-09
     6 [2021-05-05] Version 2.6.4
       
     7 --------------------------
       
     8 **Library - Chore**
       
     9 - [PR #103](https://github.com/sendgrid/rest/pull/103): follow up context.Context support. Thanks to [@johejo](https://github.com/johejo)!
       
    10 
       
    11 
       
    12 [2021-03-15] Version 2.6.3
       
    13 --------------------------
       
    14 **Library - Fix**
       
    15 - [PR #92](https://github.com/sendgrid/rest/pull/92): add SendWithContext function. Thanks to [@someone1](https://github.com/someone1)!
       
    16 
       
    17 
       
    18 [2020-10-14] Version 2.6.2
       
    19 --------------------------
       
    20 **Library - Fix**
       
    21 - [PR #101](https://github.com/sendgrid/rest/pull/101): Pass empty client instead of http.DefaultClient. Thanks to [@mateorider](https://github.com/mateorider)!
       
    22 
       
    23 
       
    24 [2020-08-19] Version 2.6.1
       
    25 --------------------------
       
    26 **Library - Chore**
       
    27 - [PR #100](https://github.com/sendgrid/rest/pull/100): update GitHub branch references to use HEAD. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
       
    28 
       
    29 
       
    30 [2020-02-19] Version 2.6.0
       
    31 --------------------------
       
    32 **Library - Feature**
       
    33 - [PR #73](https://github.com/sendgrid/rest/pull/73): Dockerize sendgrid/rest. Thanks to [@graystevens](https://github.com/graystevens)!
       
    34 
       
    35 
       
    36 [2020-02-05] Version 2.5.1
       
    37 --------------------------
       
    38 **Library - Docs**
       
    39 - [PR #77](https://github.com/sendgrid/rest/pull/77): Run Grammarly on *.md files. Thanks to [@obahareth](https://github.com/obahareth)!
       
    40 - [PR #86](https://github.com/sendgrid/rest/pull/86): Fixed link to bug report template. Thanks to [@alxshelepenok](https://github.com/alxshelepenok)!
       
    41 
       
    42 
       
    43 [2020-01-30] Version 2.5.0
       
    44 --------------------------
       
    45 **Library - Docs**
       
    46 - [PR #97](https://github.com/sendgrid/rest/pull/97): baseline all the templated markdown docs. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
       
    47 - [PR #88](https://github.com/sendgrid/rest/pull/88): add our Developer Experience Engineer career opportunity to the README. Thanks to [@mptap](https://github.com/mptap)!
       
    48 - [PR #65](https://github.com/sendgrid/rest/pull/65): added "Code Review" section to CONTRIBUTING.md. Thanks to [@aleien](https://github.com/aleien)!
       
    49 - [PR #80](https://github.com/sendgrid/rest/pull/80): add first timers guide for newcomers. Thanks to [@daniloff200](https://github.com/daniloff200)!
       
    50 - [PR #82](https://github.com/sendgrid/rest/pull/82): update contribution guide with new workflow. Thanks to [@radlinskii](https://github.com/radlinskii)!
       
    51 - [PR #62](https://github.com/sendgrid/rest/pull/62): update CONTRIBUTING.md with environment variables section. Thanks to [@thepriefy](https://github.com/thepriefy)!
       
    52 
       
    53 **Library - Chore**
       
    54 - [PR #96](https://github.com/sendgrid/rest/pull/96): prep repo for automation. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
       
    55 - [PR #94](https://github.com/sendgrid/rest/pull/94): add current Go version to Travis. Thanks to [@pangaunn](https://github.com/pangaunn)!
       
    56 - [PR #93](https://github.com/sendgrid/rest/pull/93): add current Go versions to Travis. Thanks to [@gliptak](https://github.com/gliptak)!
       
    57 - [PR #83](https://github.com/sendgrid/rest/pull/83): follow godoc deprecation standards. Thanks to [@vaskoz](https://github.com/vaskoz)!
       
    58 - [PR #74](https://github.com/sendgrid/rest/pull/74): create README.md in use-cases. Thanks to [@ajloria](https://github.com/ajloria)!
       
    59 
       
    60 **Library - Feature**
       
    61 - [PR #72](https://github.com/sendgrid/rest/pull/72): do not swallow the error code. Thanks to [@Succo](https://github.com/Succo)!
       
    62 
       
    63 
       
    64 [2018-04-09] Version 2.4.1
       
    65 --------------------------
     7 ### Fixed
    66 ### Fixed
     8 - Pull #71, Solves #70
    67 - Pull #71, Solves #70
     9 - Fix Travis CI Build
    68 - Fix Travis CI Build
    10 - Special thanks to [Vasko Zdravevski](https://github.com/vaskoz) for the PR!
    69 - Special thanks to [Vasko Zdravevski](https://github.com/vaskoz) for the PR!
    11 
    70 
    26 - Pull [#10] [Allow for custom Content-Types](https://github.com/sendgrid/rest/issues/10)
    85 - Pull [#10] [Allow for custom Content-Types](https://github.com/sendgrid/rest/issues/10)
    27 
    86 
    28 ## [2.2.0] - 2016-07-28
    87 ## [2.2.0] - 2016-07-28
    29 ### Added
    88 ### Added
    30 - Pull [#9](https://github.com/sendgrid/rest/pull/9): Allow for setting a custom HTTP client
    89 - 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
    90 - [Here](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/)
    91 - 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!
    92 - Special thanks to [Chris Broadfoot](https://github.com/broady) and [Sridhar Venkatakrishnan](https://github.com/sridharv) for providing code and feedback!
    34 
    93 
    35 ## [2.1.0] - 2016-06-10
    94 ## [2.1.0] - 2016-06-10
    36 ### Added
    95 ### Added
    49 ## [1.0.1] - 2016-04-07
   108 ## [1.0.1] - 2016-04-07
    50 ### Added
   109 ### Added
    51 - these changes are thanks to [deckarep](https://github.com/deckarep). Thanks!
   110 - these changes are thanks to [deckarep](https://github.com/deckarep). Thanks!
    52 - update error naming convention
   111 - update error naming convention
    53 - explicitly define supported HTTP verbs
   112 - explicitly define supported HTTP verbs
    54 - better error handing on HTTP request
   113 - better error handling on HTTP request
    55 
   114 
    56 ## [1.0.0] - 2016-04-05
   115 ## [1.0.0] - 2016-04-05
    57 ### Added
   116 ### Added
    58 - We are live!
   117 - We are live!