Skip to content

Releases: akamai/httpie-edgegrid

v2.2.0

09 Dec 11:31
9b7357a
Compare
Choose a tag to compare

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 and dev-requirements.txt files using pip-compile,
    so that they contain the full set of project dependencies.

BUG FIXES:

  • Fixed installation failure with HTTPie CLI (I#76).

v2.1.4

06 Jun 07:03
dd3ccb0
Compare
Choose a tag to compare

2.1.4 (2024-06-06)

Enhancements

  • Updated pyOpenSSL, pylint and test dependencies

v2.1.3

14 Sep 09:50
e9edba7
Compare
Choose a tag to compare

2.1.3 (2023-09-14)

Enhancements

  • Update urllib3 and test dependencies

v2.1.2

22 Jun 07:09
a99370a
Compare
Choose a tag to compare

2.1.2 (2023-06-22)

Bug fixes

  • Fix bug returning unexpected error when performing basic API call (I#34)

Enhancements

  • Update httpie and pyOpenSSL dependencies

v2.1.1

27 Sep 08:09
3182ac6
Compare
Choose a tag to compare

2.1.1 (2022-09-27)

Enhancements

  • Update edgegrid-python dependency

v2.1.0

30 Aug 10:46
9025cfe
Compare
Choose a tag to compare

2.1.0 (2022-08-30)

Enhancements

  • Update edgegrid-python dependency

v2.0.0

22 Jul 07:29
43961d9
Compare
Choose a tag to compare

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