Akita Client v0.5.0

  • New checkpoint command for parallel learning.
  • Support for OpenAPI Security Schemes
  • Detects RFC2822 datetime values

Akita Client v0.4.6

  • Support creating HAR file containing the requests and responses observed during learning.
improved

Akita Client v0.4.5

  • Fix timeout overrides
  • Print help message when failing to parse CLI arguments
improved

Akita Client v0.4.4

  • Minor bug fixes
improved

Akita Client v0.4.2

  • Add support for auto-detecting CI environment to enable GitHub integration
improved

Akita Client v0.4.0

  • Support large API specs.
  • Added new specs command to fetch API specs
  • Removed --output flag from learn command. Please use the new specs command to fetch API spec from the command line.
improved

Akita Client v0.3.5

  • The Akita Client now infers more data formats, including telephone numbers and email addresses.
improved

Akita Client v0.3.4

  • Ignore request bodies that cannot be parsed
  • Adding the ability to detect data formats
  • Minor bug fixes
improved

Akita Client v0.3.2

  • Making the macOS version of the Akita Client available in brew.
improved

Akita Client v0.3.1

  • New ability to capture and describe outbound requests to downstream dependencies
  • Fixed --extend flag to default to API spec labeled as stable
  • Improve command line output
  • Minor Bug fixes