Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

2020-02-27

2020-01-17

  • Add support for multi-auth, where two different auth schemes can be used. This adds a new cli.UseAuth(typeName, AuthHandler) method that can be used to register new auth types by name. This is backward compatible and the existing (but now deprecated) credentials calls continue to work, but cannot be used in conjuction with the new multi-auth system.

2020-01-10

2019-03-10

  • Better rendering of error messages.
  • Switch to Go modules.

2019-03-09

  • Generate methods of the format {{ API Name }}{{ Operation Name }}(...) for each API operation. These can be used by custom code as if you were invoking the CLI, but it returns rather than formats the response.
  • Decouple CLI commands from the command path used to register middleware. Each API operation now has one and only one command path regardless of which CLI command calls it.
  • Add support for waiters through the x-cli-waiters extension.

2018-09-29

  • Initial release