vendor/github.com/sendgrid/rest/CHANGELOG.md
changeset 256 6d9efbef00a9
parent 242 2a9ec03fe5a1
child 260 445e01aede7e
--- a/vendor/github.com/sendgrid/rest/CHANGELOG.md	Mon Jun 07 20:58:18 2021 +0200
+++ b/vendor/github.com/sendgrid/rest/CHANGELOG.md	Sun Jul 11 10:35:56 2021 +0200
@@ -3,7 +3,66 @@
 
 This project adheres to [Semantic Versioning](http://semver.org/).
 
-## [2.4.1] - 2018-4-09
+[2021-05-05] Version 2.6.4
+--------------------------
+**Library - Chore**
+- [PR #103](https://github.com/sendgrid/rest/pull/103): follow up context.Context support. Thanks to [@johejo](https://github.com/johejo)!
+
+
+[2021-03-15] Version 2.6.3
+--------------------------
+**Library - Fix**
+- [PR #92](https://github.com/sendgrid/rest/pull/92): add SendWithContext function. Thanks to [@someone1](https://github.com/someone1)!
+
+
+[2020-10-14] Version 2.6.2
+--------------------------
+**Library - Fix**
+- [PR #101](https://github.com/sendgrid/rest/pull/101): Pass empty client instead of http.DefaultClient. Thanks to [@mateorider](https://github.com/mateorider)!
+
+
+[2020-08-19] Version 2.6.1
+--------------------------
+**Library - Chore**
+- [PR #100](https://github.com/sendgrid/rest/pull/100): update GitHub branch references to use HEAD. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
+
+
+[2020-02-19] Version 2.6.0
+--------------------------
+**Library - Feature**
+- [PR #73](https://github.com/sendgrid/rest/pull/73): Dockerize sendgrid/rest. Thanks to [@graystevens](https://github.com/graystevens)!
+
+
+[2020-02-05] Version 2.5.1
+--------------------------
+**Library - Docs**
+- [PR #77](https://github.com/sendgrid/rest/pull/77): Run Grammarly on *.md files. Thanks to [@obahareth](https://github.com/obahareth)!
+- [PR #86](https://github.com/sendgrid/rest/pull/86): Fixed link to bug report template. Thanks to [@alxshelepenok](https://github.com/alxshelepenok)!
+
+
+[2020-01-30] Version 2.5.0
+--------------------------
+**Library - Docs**
+- [PR #97](https://github.com/sendgrid/rest/pull/97): baseline all the templated markdown docs. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
+- [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)!
+- [PR #65](https://github.com/sendgrid/rest/pull/65): added "Code Review" section to CONTRIBUTING.md. Thanks to [@aleien](https://github.com/aleien)!
+- [PR #80](https://github.com/sendgrid/rest/pull/80): add first timers guide for newcomers. Thanks to [@daniloff200](https://github.com/daniloff200)!
+- [PR #82](https://github.com/sendgrid/rest/pull/82): update contribution guide with new workflow. Thanks to [@radlinskii](https://github.com/radlinskii)!
+- [PR #62](https://github.com/sendgrid/rest/pull/62): update CONTRIBUTING.md with environment variables section. Thanks to [@thepriefy](https://github.com/thepriefy)!
+
+**Library - Chore**
+- [PR #96](https://github.com/sendgrid/rest/pull/96): prep repo for automation. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
+- [PR #94](https://github.com/sendgrid/rest/pull/94): add current Go version to Travis. Thanks to [@pangaunn](https://github.com/pangaunn)!
+- [PR #93](https://github.com/sendgrid/rest/pull/93): add current Go versions to Travis. Thanks to [@gliptak](https://github.com/gliptak)!
+- [PR #83](https://github.com/sendgrid/rest/pull/83): follow godoc deprecation standards. Thanks to [@vaskoz](https://github.com/vaskoz)!
+- [PR #74](https://github.com/sendgrid/rest/pull/74): create README.md in use-cases. Thanks to [@ajloria](https://github.com/ajloria)!
+
+**Library - Feature**
+- [PR #72](https://github.com/sendgrid/rest/pull/72): do not swallow the error code. Thanks to [@Succo](https://github.com/Succo)!
+
+
+[2018-04-09] Version 2.4.1
+--------------------------
 ### Fixed
 - Pull #71, Solves #70
 - Fix Travis CI Build
@@ -28,7 +87,7 @@
 ## [2.2.0] - 2016-07-28
 ### Added
 - Pull [#9](https://github.com/sendgrid/rest/pull/9): Allow for setting a custom HTTP client
-- [Here](https://github.com/sendgrid/rest/blob/master/rest_test.go#L127) is an example of usage
+- [Here](rest_test.go#L127) is an example of usage
 - This enables usage of the [sendgrid-go library](https://github.com/sendgrid/sendgrid-go) on [Google App Engine (GAE)](https://cloud.google.com/appengine/)
 - Special thanks to [Chris Broadfoot](https://github.com/broady) and [Sridhar Venkatakrishnan](https://github.com/sridharv) for providing code and feedback!
 
@@ -51,7 +110,7 @@
 - these changes are thanks to [deckarep](https://github.com/deckarep). Thanks!
 - update error naming convention
 - explicitly define supported HTTP verbs
-- better error handing on HTTP request
+- better error handling on HTTP request
 
 ## [1.0.0] - 2016-04-05
 ### Added