Skip to content

Releases: sendgrid/sendgrid-python

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

v3.1.10

28 Jul 22:15
Compare
Choose a tag to compare

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

26 Jul 16:33
Compare
Choose a tag to compare

Fixed

  • Issue #197: api_key / apikey attribute logic incorrect
  • Thanks to johguse for reporting the bug

v3.1.8

25 Jul 21:48
Compare
Choose a tag to compare

Added

v3.1.7

25 Jul 21:18
Compare
Choose a tag to compare

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!