Releases: akamai/httpie-edgegrid
Releases · akamai/httpie-edgegrid
v2.2.0
2.2.0 (Dec 9, 2024)
FEATURES/ENHANCEMENTS:
- Discontinued support for Python <= 3.8; Python 3.9 is now the minimum supported version.
- Updated several dependencies in
setup.py
. - Started generating the
requirements.txt
anddev-requirements.txt
files usingpip-compile
,
so that they contain the full set of project dependencies.
BUG FIXES:
- Fixed installation failure with HTTPie CLI (I#76).
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
2.1.0 (2022-08-30)
Enhancements
- Update edgegrid-python dependency
v2.0.0
2.0.0 (2022-04-27)
BREAKING CHANGES
- Dropped Python 2.7 support
Enhancements
- New optional parameter:
--edgegrid-config
, the path for the.edgerc
credentials file. It defaults to~/.edgerc
- New
RC_PATH
environment variable, equivalent to the--edgegrid-config
parameter