Akita Agent v0.23.0
Posted by Jed Liu 16 days ago
Removed the apispec
and upload
commands. Use apidump
instead.
Akita Agent v0.22.1
Posted by Cole Schlesinger about 2 months ago
- include the agent's CPU/memory usage and runtime environment metadata in telemetry reports
- exclude traffic to api.akita.software from telemetry reports
Akita Agent v0.22.0
Posted by Jed Liu 2 months ago
Added the ecs
command for integrating with AWS ECS.
Akita Client v0.21.19
Posted by Cole Schlesinger 3 months ago
- adds per-host packet capture telemetry, useful for investigating which hosts are receiving HTTP vs. encrypted (HTTPS) traffic
Akita Client v0.21.18
Posted by Jed Liu 3 months ago
- Traffic events larger than 30 MB are no longer sent to Akita
- Improved error messages during packet capture caused by architecture mismatch
Akita Client v0.21.17
Posted by Jed Liu 3 months ago
- Improved explanation of packet-capture permission errors
- Treat authorization headers in responses as a normal header
Akita Client v0.21.16
Posted by Jed Liu 3 months ago
- Recognize HTTP/2 traffic and mention it in the traffic summary.
- The 'learn' command is now an alias for 'apidump'. Previously, it caused a model to be immediately built from just the captured traffic. This is no longer done; instead, the captured traffic is automatically integrated into the models that are periodically built and displayed on the Akita Console.
Akita Client v0.21.14
Posted by Cole Schlesinger 3 months ago
Improved parsing of JSON payloads. Previously, the parser strictly rejected JSON payloads if strings contained control characters. We now remove control characters before parsing.