Releases: akamai/cli-eaa
Releases · akamai/cli-eaa
v0.4.6
v0.4.5
v0.4.4
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
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
- 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
v0.4.0
- 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
v0.3.8
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
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