Skip to content

Releases: sendgrid/sendgrid-python

v3.6.1

11 Nov 00:17
Compare
Choose a tag to compare

Fixed

v3.6.0

11 Oct 20:56
Compare
Choose a tag to compare

Added

v3.5.0

11 Oct 19:49
Compare
Choose a tag to compare

Added

v3.4.0

03 Sep 01:07
Compare
Choose a tag to compare

Added

  • Pull #215
  • Support larger files. Note that there is a 20MB maximum.

v3.3.1

01 Sep 19:23
Compare
Choose a tag to compare

Fixed

  • Pull #213
  • Naming inconsistency, we now standardized on file_name
  • Support for use of iteritems in Python 3

v3.3.0

31 Aug 23:39
Compare
Choose a tag to compare

Updated

  • Pull #212
  • Allow for custom Inbound Parse config.yml

v3.2.3

31 Aug 23:04
Compare
Choose a tag to compare

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

24 Aug 02:10
Compare
Choose a tag to compare

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

17 Aug 17:34
Compare
Choose a tag to compare

Fixed

  • pep8 formatting
  • include Heroku config files in PyPi

v3.2.0

17 Aug 17:23
Compare
Choose a tag to compare

Added