- better python3 support
- update default max_body to be 128k
- read both max_body and max-body style properties from edgerc files
- update requests dependency version
- use pyopenssl to improve security as per https://urllib3.readthedocs.org/en/latest/security.html#pyopenssl
- support passing in EdgeRc to from_edgerc static method
- fix problem with following redirects
- support 'Host' header more transparently
- remove testurl since new 'Host' support handles the same case
- support edgerc file
- support python3
- update link to developer site
- add testurl parameter for overriding method and host for testing
- Change POST behavior to truncate and max_body to 128kb(GRID-236)
- First version