Skip to content

Releases: akamai/cli-etp

v0.4.8

05 Sep 21:35
67c33fb
Compare
Choose a tag to compare

What's Changed

  • Fix the regression caused by SortedPageOutput introduced in v0.4.6

v0.4.7

25 Mar 17:22
3adfe23
Compare
Choose a tag to compare

Bug fix release

  • Fix bug introduced with the API concurrent fetching causing events to not be sorted.

v0.4.6

05 Mar 16:15
84ff91a
Compare
Choose a tag to compare
  • For event fetching, --limit can be set with CLIETP_FETCH_LIMIT environment variable #12
  • Handle properly when API response is 200 and JSON yet without pageInfo #14
  • Update OSS header to 2024

v0.4.5

11 Oct 06:54
67c55b8
Compare
Choose a tag to compare

Fixed a python 3.12 incompability

v0.4.4

22 Sep 06:28
e6be6cd
Compare
Choose a tag to compare
  • Fix summary aggregate response handling ( Issue #10 )

v0.4.3

15 Sep 17:56
1f87f58
Compare
Choose a tag to compare
  • Fix the ordering of the event response, was previously sorted by descending order (most recent first) and now it is ascending (most recent last)

v0.4.2

22 Aug 22:52
b94271d
Compare
Choose a tag to compare

New event type netcon for fetching Network Connection Details
More info on techdoc:
https://techdocs.akamai.com/etp-reporting/reference/post-network-traffic-connections-details

v0.4.1

22 Aug 22:19
8fd1353
Compare
Choose a tag to compare

Allow concurrents call when fetching security events to increase overall performance.

v0.4.0

11 Nov 09:27
989323e
Compare
Choose a tag to compare
  • minor fix to guarantee compatibility with future API versions

v0.3.9

23 Aug 21:16
Compare
Choose a tag to compare

Howdy,

Few minor improvements in this release:

  • With our revamped security event back-end, default delay is 3 minutes when fetching events with --tail
  • Adopting v3 config API to display items in a list, using pagination (was previously limited to 50)
  • Added corresponding unit test cases