Akita Client v0.15.0
over 4 years ago by Cole Schlesinger
- Adds a
setversioncommand, which assigns versions (e.g. "stable") to API models.
Akita Client v0.14.2
over 4 years ago by Cole Schlesinger
akita loginnow tests credentials before reporting successakita login --checkis a new flag that tests existing credentials
Akita Client v0.14.1
over 4 years ago by Cole Schlesinger
- String values in witnesses will now be given type
String, even if they happen to be a string representation of a number.
Akita Client v0.14.0
over 4 years ago by Cole Schlesinger
- CLI can now run in daemon mode and accept connections from long-running processes, e.g. middleware deployed in staging/prod
Akita Client v0.13.1
over 4 years ago by Cole Schlesinger
- Fixed an issue where trailing trace events were sometimes not recorded, causing traces to be truncated or empty
Akita Client v0.13.0
over 4 years ago by Cole Schlesinger
- Improve info and errors on trace creation, including stats on requests/responses collected
- Improve diagnostics reported with the --debug flag
Akita Client v0.12.0
over 4 years ago by Mark Gritter
- Akita URIs used for output can omit the name field, and the kind field if it is unambiguous in context.
- For example, the Learn command can be executed as
akita learn --port 8000 --out akita://akibox-rails.
- For example, the Learn command can be executed as
- Capture timing information in traces.
- Send timing information from HAR files to Akita.
Akita Client v0.11.0
over 4 years ago by Jed Liu
- Changes to
uploadcommand:- Adds
--destflag and deprecates--serviceand--name. - Allows uploading of HAR files as traces.
- Adds
Akita Client v0.10.7
over 4 years ago by Cole Schlesinger
- Add flags to apidump and apilearn:
-cflag to specify a command (e.g. run integration tests)
for the Akita CLI to execute while collecting traffic.--host-exclusionsflag to ignore traffic based on hosts.
- Add
uploadcommand to upload user-supplied OpenAPI specs to diff or merge against. - Hide plugin flags until plugin docs launch.
Akita Client v0.10.6
over 4 years ago by Cole Schlesinger
- Restructure the CLI into open-source components with a plugin architecture.
- Open-source Akita libs
- Open-source IR
- Fix meld logic when handling oneof and optional values #1