Releases: akamai/AkamaiOPEN-edgegrid-python
Releases · akamai/AkamaiOPEN-edgegrid-python
v2.0.7
19 May 11:55
Compare
Sorry, something went wrong.
No results found
2.0.7 (2026-05-19)
Improvements
Updated dependencies: urllib3 2.7.0, tomlkit 0.14.0, dill 0.4.1, coverage[toml] 7.13.2
2.0.7rc2
19 May 10:27
Compare
Sorry, something went wrong.
No results found
2.0.7 (UNRELEASED)
Improvements
Updated dependencies: urllib3 2.7.0, tomlkit 0.14.0, dill 0.4.1, coverage[toml] 7.13.2
2.0.7rc1
19 May 09:38
Compare
Sorry, something went wrong.
No results found
v2.0.7rc1
Release candidate 1
v2.0.6
07 May 10:19
Compare
Sorry, something went wrong.
No results found
2.0.6 (2026-05-07)
Improvements
GH#132 : added GitHub Actions workflow for unit tests
GH#133 : setuptools 82 compatibility — replaced deprecated pkg_resources with PEP 420 namespace package discovery
Added coverage reporting and namespace package verification to CI/CD pipeline
Updated dependencies: requests 2.33.0, pytest 9.0.3, pygments 2.20.0
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