Releases: akamai/AkamaiOPEN-edgegrid-python
Releases · akamai/AkamaiOPEN-edgegrid-python
v2.0.5
27 Jan 09:42
Compare
Sorry, something went wrong.
No results found
2.0.5 (2026-01-27)
Improvements
Updated dependencies to address security vulnerabilities
v2.0.4
10 Dec 10:44
Compare
Sorry, something went wrong.
No results found
2.0.4 (2025-12-10)
Improvements
Updated dependencies to address security vulnerabilities
v2.0.3
19 Nov 11:51
Compare
Sorry, something went wrong.
No results found
2.0.3 (2025-11-19)
Improvements
Updated dependencies to address security vulnerabilities
Dropped support for Python 3.9, the minimum supported version is now Python 3.10
Added support for Python 3.14
[GH#101] (#101 ) issue: include sample_file.txt in source distribution
v2.0.2
14 Jul 09:53
Compare
Sorry, something went wrong.
No results found
2.0.2 (2025-07-14)
Improvements
Updated dependencies to address security vulnerabilities
[GH#94] (#94 ) issue: include testcases.json in source distribution
v2.0.1
24 Apr 10:35
Compare
Sorry, something went wrong.
No results found
2.0.1 (2025-04-24)
Bug fixes
Removed unused pyOpenSSL library (I#79 )
Added README.md to package metadata
Updated various dependencies to remove vulnerabilities
v2.0.0
13 Nov 08:14
Compare
Sorry, something went wrong.
No results found
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
v1.3.1
22 Sep 09:47
Compare
Sorry, something went wrong.
No results found
1.3.1 (2022-09-22)
Bug fixes
GH#51 issue: include path params in signed path
v1.3.0
29 Aug 10:00
Compare
Sorry, something went wrong.
No results found
1.3.0 (2022-08-29)
Improvements
decouple from requests library
add support for MultipartEncoder
Bug fixes
remove unnecessary shebangs and permissions
v1.2.1
11 Oct 07:38
Compare
Sorry, something went wrong.
No results found
1.2.1 (2021-10-11)
Bug fixes
GH#36 , GH#44 and GH#53 issues: split MANIFEST.in in several lines to properly include in Python package all necessary resource files
v1.2.0
10 Aug 10:09
Compare
Sorry, something went wrong.
No results found
1.2.0 (2021-08-10)
Bug fixes
GH#48 and GH#50 issues: recognize the ~ tilde character as home directory alias
GH#36 , GH#44 and GH#53 issues: add missing test resource files to PyPI package
GH#41 : require PyOpenSSL >= v19.0.0 to avoid old OS packages
Improvements
better Python 2 and Python 3 documentation and related setup.py tags