Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@artbookspirit artbookspirit released this 13 Nov 08:14
036f057

2.0.0 (2024-11-13)

Breaking changes

  • discontinue support for Python 2.7, the minimum supported version is now Python 3.9
  • the __init__ function of EdgeGridAuth and EdgeGridAuthHeaders now accepts headers_to_sign and max_body as keyword-only arguments
  • change signatures of these methods in the EdgeGridAuthHeaders class: make_auth_header, sign_request and make_data_to_sign

Improvements

  • update several dependencies in setup.py
  • start generating files requirements.txt and dev-requirements.txt using pip-compile, so that they contain the full set of project dependencies

Bug fixes

  • fix handling file objects in the request body for EdgeGridAuth