Skip to content

Releases: akamai/cli-eaa

v0.4.6

02 Feb 16:53
Compare
Choose a tag to compare

What's Changed

  • New option --showapps when listing connectors
  • Adding limit option for access event logs by @pathakamit88 in #9

v0.4.5

14 Dec 23:21
Compare
Choose a tag to compare

Hello,

Minor cli-eaa release, now 0.4.5:

  • New hook for JSON/Jinja2 template: AppType
  • Ignore the -f/--tail when --start and --end are set
  • Added example of command line to pull log with PowerShell in the documentation

Happy holidays! 🍫🎄

v0.4.4

30 Oct 01:13
Compare
Choose a tag to compare

Howdy,

Since ULS 1.2 and EAA 2021.03 are coming soon, we are releasing cli-eaa v0.4.4

  • Parse raw log line of user access log with extra fields added by EAA 2021.03 (coming soon)
  • Fix Signal handling twilight zone with Connector Health feed so cli-eaa can be friendly with its buddy uls
  • Adding environment variable for test script

As usual akamai update eaa is your go to command to upgrade cli-eaa, akamai install eaa if you are new to it.

Happy 🎃

v0.4.3

10 Sep 01:50
Compare
Choose a tag to compare

100 commits, yeah :)

Features

  • By default, the user access logs are fetched using a new improved API endpoint

Bug fixes

  • The scroll_id was read in a wrong part of the response message with the new log API endpoint (thank you FG for reporting!)
  • By default POST requests are not subject to retry, we introduce a exception on ConnectionError exception to minimize any data loss. See Issue #7 for more details

As usual akamai update eaa is your go to command to upgrade cli-eaa, akamai install eaa if you are new to it.

v0.4.2

26 Jul 22:24
Compare
Choose a tag to compare
  • Display error message when .edgerc file is not found
  • Connector list in follow mode improvement
  • Command return codes are now using enum and documented in libeaa/error module
  • Improved error tracking on connector health with performance details
  • Additional coverage unit/system tests

v0.4.1

19 Jul 21:03
Compare
Choose a tag to compare

Minor release.

  • Address issue where the number of active dialouts in connector health were not reported correctly
  • Added more tests in test/test.py to improve the test coverage

v0.4.0

13 Jul 20:29
Compare
Choose a tag to compare
  • Added support for Log API version 2.0 coming with EAA August 2021 Release
  • Progress on the unit testing script test/test.py

v0.3.9

13 Jun 19:33
Compare
Choose a tag to compare
  • Some minor improvements around logging
  • Introduced a 5 minutes HTTP timeout to prevent hanging

v0.3.8

07 Jun 17:06
Compare
Choose a tag to compare

This is a minor release

Bug fixes

  • FIX: missing QueryString arguments from config for PUT and DELETE
  • FIX: handle properly tail/json attribute in config object could cause error message

Minor improvements

  • Display dialout version of each application with the command akamai eaa connector con://<con_uuid> apps
  • Allow to set User-agent HTTP header prefix with --user-agent-prefix
  • Better help description of the --proxy option

v0.3.7

01 Jun 20:52
Compare
Choose a tag to compare

What's new?

Add follow (--tail or -f) and JSON output for EAA Connector List.
The command will run indefinitely until Control+C or SIGTERM is received.
It refreshes for new data every 5 minutes.

Example with all options combined:

akamai eaa connector list --perf --json --tail

Install/Update

If you are totally new to EAA module for Akamai CLI:

akamai install eaa

If you have a previous version

% akamai update eaa
Attempting to update "eaa" command... ... [OK]
Installing... ... [OK]
% akamai eaa version
0.3.7