Release Notes

v0.10.1

Bug Fixes

  • Fixed report CLI sub-command that did not set the User header. #385

v0.10.0

New Features

  • Add command line interface and documentation #324

  • Documentation now links to GitHub issues. #359

  • Added headers class with properties for well-known headers. #385

Deprecation Notes

  • Deprecating support for Python 3.7 #378

v0.9.0

New Features

  • Add support for Python 3.11. #355

Bug Fixes

  • Resolved ValueError exception when importing ActionOption. #357

v0.8.1

Security Issues

v0.8.0

New Features

  • Added support and tests for Python 3.10. #299

  • Added warning for using SSL and compression hangs the connection. #305

  • Made repr methods of Request and Response objects more descriptive. #310

Deprecation Notes

  • Support for Python 3.6. #308

Bug Fixes

  • Now correctly parses response messages that had spaces. #317