Releases: sendgrid/sendgrid-python
Releases · sendgrid/sendgrid-python
v3.3.1
v3.3.0
v3.2.3
Updated
- Pull #211
- Within sendgrid/helpers/inbound/parse.py - moved doc strings to be under function definitions
- broke up def attachments(...) into two individual private functions, so it's a bit less cumbersome and can be individually tested better
- Big thanks to Christopher Li for the pull request!
v3.2.2
Added
- Table of Contents in the README
- Added a USE_CASES.md section, with the first use case example for transactional templates
v3.2.1
Fixed
- pep8 formatting
- include Heroku config files in PyPi
v3.2.0
Added
- Helper code for our Inbound Parse webhook
v3.1.10
Fixed
- Release 3.1.9 was botched (sorry!), so the apikey/api_key fix 3.1.9 was supposed to address is now in this release
v3.1.9
Fixed
- Issue #197: api_key / apikey attribute logic incorrect
- Thanks to johguse for reporting the bug
v3.1.8
Added
- Troubleshooting section
v3.1.7
Added
- Solves issue 195
- The variable apikey and api_key are now interchangeable to help support those migrating from v2
- Thanks to Ian Douglas for the feedback!