Releases: sendgrid/sendgrid-python
Releases · sendgrid/sendgrid-python
v3.6.2
Fixed
- Pull #240 Add six to requirements.txt
- Big thanks to Wataru Sato for the pull request!
v3.6.1
Fixed
- Pull #246 Typo 'user' for 'usr'
- Big thanks to Mike Ralphson for the pull request!
v3.6.0
Added
- Pull #234 Substitutions allow non-strings for values
- Big thanks to ittus for the pull request
v3.5.0
Added
- Pull #233: Allow dict to be passed to add_headers
- Big thanks to Navin Pai for the pull request!
v3.4.0
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