Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 935 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 935 Bytes

RELEASE NOTES

2022-04-14

  • Reorder list of arguments before parsing it, moving URL to the beginning.

2022-04-13

  • Pass unknown argument before known ones, to let -q be passed in 1st position and honored.

2021-04-22

  • Added PATCH as a valid method argument.

2017-07-27

  • Add --eg-json argument to pretty-format JSON responses.

2016-11-07

  • Add support for EdgeRc configuration files.

2016-08-25

  • Use EdgeGridAuth to sign requests.
  • Automatically use hostname specified by configuration section.

2016-06-01

  • Use logging module for logging.
  • Replace getopt argument parsing code with argparse (requires python 2.7+)

2014-05-13