Releases: sendgrid/sendgrid-python
Releases · sendgrid/sendgrid-python
v4.2.0
v4.1.0
v4.0.0
BREAKING CHANGE
- Pull #244 refactor helpers using property getter/setter
- Big thanks to Denis Vlasov for the pull request!
- The changes break the impelmentation of the Mail Helper
Mail()class set_from()is now the propertyfrom_emailset_subject()is now the propertysubjectset_template_id()is now the propertytemplate_idset_send_at()is now the propertysend_atset_batch_id()is now the propertybatch_idset_asm()is now the propertyasmset_ip_pool_name()is now the propertyip_pool_nameset_mail_settings()is now the propertymail_settingsset_tracking_settings()is now the propertytracking_settingsset_reply_to()is now the propertyreply_topersonalization.set_send_at()is now the propertypersonalization.send_atpersonalization.set_subject()is now the propertypersonalization.subjectattachment.set_content()is now the propertyattachment.contentattachment.set_type()is now the propertyattachment.typeattachment.set_filename()is now the propertyattachment.filenameattachment.set_disposition()is now the propertyattachment.dispositionattachment.set_content_id()is now the propertyattachment.content_idmail_settings.set_bcc_settings()is now the propertymail_settings.bcc_settingsmail_settings.set_bypass_list_management()is now the propertymail_settings.bypass_list_managementmail_settings.set_footer_settings()is now the propertymail_settings.footer_settingsmail_settings.set_sandbox_mode()is now the propertymail_settings.sandbox_modemail_settings.set_spam_check()is now the propertymail_settings.spam_checktracking_settings.set_click_tracking()is now the propertyclick_trackingtracking_settings.set_open_tracking()is now the propertyopen_trackingtracking_settings.set_subscription_tracking()is now the propertysubscription_trackingtracking_settings.set_ganalytics()is now the propertyganalytics
v3.6.5
Updated
- Pull #300 Exclude test package
- Big thanks to Iryna Shcherbina for the pull request!
v3.6.4
Updated
- Pull #250 Improve code quality
- Big thanks to Andrii Soldatenko for the pull request!
v3.6.3
Updated
- Pull #243 Update deprecated Heroku command
- Big thanks to Roberto Ortega for the pull request!
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!