Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

37 lines (29 loc) · 1.75 KB

1.3.0 (October 6, 2021)

Fixes

  • Remove old binary in PowerShell terminal (#125).
  • Document CLI exit codes.
  • Review exit code when trying to install an already installed command (#83).

Enhancements

  • Update list of installable CLI commands.
  • Document --version flag (#94).
  • Add alias with package prefix to all installed commands to work around possible command name collisions (#60).
  • Make .edgerc location configurable (#81)

1.2.1 (April 28, 2021)

Fixes

  • Fixed PROXY flag not working correctly in go 1.16
  • Fixed old executable not being removed after upgrading on windows

Enhancements

  • upgrade command can now be executed with auto upgrades disabled
  • Improved error messages on several commands
  • Added upgrade command error message for homebrew installation

1.2.0 (March 16, 2021)

Fixes

  • Synced logs with terminal output in most commands.
  • Fixed module update issue (#113).
  • Fix panic when attempting to write on an empty writer (#116)

Enhancements

  • Code improvements: unit test coverage improvement and project structure refactoring.
  • Glide build tool was dropped in favor of go modules.
  • Dockerfile has been moved to akamai-docker repository.
  • Logging: all TRACE log messages are now written in DEBUG level. Besides, all commands are traced in logs with START, FINISH or eventually ERROR.
  • Logging: new AKAMAI_CLI_LOG_PATH environment variable to redirect logs to a file.