Releases: sendgrid/python-http-client
Releases · sendgrid/python-http-client
3.2.3
3.2.2
Release Notes
Library - Docs
- PR #136: baseline all the templated markdown docs. Thanks to @childish-sambino!
Library - Fix
- PR #135: version number to match most recently released. Thanks to @eshanholtz!
Library - Chore
- PR #134: prep the repo for automated releasing. Thanks to @eshanholtz!
v3.2.1
This is a re-release of v3.2.0 due to packaging errors. Please use this version instead of v3.2.0.
v3.2.0
Added
- PR #91: Add support for Python 3.7. Thanks, Hugo van Kemenade!
- PR #96: Create a use cases directory. Thanks,
Nathan Seebarran! - PR #90: Drop support for EOL Python. Thanks, Hugo van Kemenade!
- PR #93: Converted README and version as file. Thanks, Nikita Titov!
- PR #104: Add first-timers.md file for newcomers. Thanks, Ely Alamillo!
- PR #107: Update CONTRIBUTING - contribution guideline to branch off development. Thanks, Alex!
- PR #115: Updated Readme with career listing. Thanks, Pratham Sharma!
- PR #112: Bash script to auto-generate release notes. Thanks, Shivansh Saini!
- PR #102: Initial travis config for pypi deployment. Thanks, George Kussumoto!
- PR #119: Auto deploy credentials.
- PR #88: Client refactor. Thanks, Slam!
- PR #122: Let test_datarange show only a warning instead of fail on AssertionError. Thanks, Lumír 'Frenzy' Balhar!
Fixed
- PR #89: Add missing Travis-CI python 3.6 support. Thanks, Eugene Duboviy!
- PR #105: Add missed Python 3.7 classifier. Thanks, Nikita Titov!
- PR #111: String Formatting and PEP-8 fixes. Thanks, Mohammed Rishad!
- PR #118: Remove dead code in profile.py. Thanks, gy741!
- PR #100: Conformance to style standards. Thanks, Moises Meirelles!
- PR #120: Fix a year in LICENSE.txt file to fix test__daterange. Thanks, Lumír 'Frenzy' Balhar!
v3.1.0
Added
- Update register.py to use pypandoc
- PR #21: Support timeout. Thanks George Kussumoto!
- PR #22: Client can be pickled and unpickled. Thanks Jussi Heikkilä!
- PR #26: Create CODE_OF_CONDUCT.md. Thanks Fredrik Svensson!
- PR #30: Create TROUBLESHOOTING.md. Thanks Omer Ahmed Khan!
- PR #33: Update README.md badges and license. Thanks Alfred Gutierrez!
- PR #34: Update .md files for SEO. Thanks Gustavo Siqueira!
- PR #36: Added more badges to README.md. Thanks Shivam Agarwal!
- PR #41: Added License link to README ToC. Thanks Andrew Joshua Loria!
- PR #49: Add USAGE.md. Thanks Adelmo Junior!
- PR #43: Add PULL_REQUEST_TEMPLATE. Thanks Aleksandr Sobolev!
- PR #50: Add Docker files and update README. Thanks Stanley Ndagi!
- PR #69: Simplify GitHub PR template. Thanks Alex!
- PR #61: License date range UnitTest. Thanks Anfernee Sodusta!
- PR #60: Adds test for repo files. Thanks Cheuk Yin Ng!
- PR #47: Add .env_sample file. Thanks Rod Xavier!
- PR #66: Update travis.yml to fail on Pep8 errors. Thanks Stanley Ndagi!
- PR #67: Made python-http-client comply with autopep8. Thanks Madhur Garg!
- PR #81: PEP8 updates. Thanks ~!
- PR #73: Add CodeCov support to .travis.yml. Thanks Senthil!
- PR #77: Include code review in README.md. Thanks Jared Scott!
- PR #87: Add manifest that includes the license in sdist. Thanks RohitK89!
Fixed
- PR #24: Fix Typo in CONTRIBUTING.md. Thanks Cícero Pablo!
- PR #23: Fix Typo in README.md. Thanks Cícero Pablo!
- PR #28: Fix Travis CI Build. Thanks Kevin Anderson!
- PR #40: Update contributing and readme - fix typo, ToC. Thanks Alex!
- PR #54: Fix code style issues. Thanks Stephen James!
- PR #82: PEP8 updates. Thanks ~!
- PR #83: Fix Travis build errors. Thanks ~!
- PR #84: Fix docstring variable name. Thanks ~!
- Fix Issue #86: Error converting Response.to_dict.
v3.0.0
BREAKING CHANGE
- The breaking change actually happened in version 2.3.0, where I mistakenly applied a minor version bump.
- This version replaces error handling via HTTPError from urllib in favor of custom error handling via the HTTPError class.
v2.4.0
Added
- #19 Added support for slash. Created "to_dict" property in response object and exception class.
- Thanks Lucas Cardoso!
v2.3.0
Added
- #17 Added support for error handling
- Thanks Dibya Prakash Das!
v2.2.1
Fixed
- When Content-Type is not application/json, do not JSON encode the request body
v2.2.0
Added
- Ability to set the Content-Type header