-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from akamai/release/v1.2.0
Release/v1.2.0
- Loading branch information
Showing
119 changed files
with
9,878 additions
and
3,724 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
vendor/ | ||
# generated files and folders | ||
build/ | ||
akamai | ||
*.tar.gz | ||
coverage.out | ||
*.log | ||
|
||
# IDE directories | ||
.vscode/ | ||
.idea/ | ||
|
||
# system directories | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 1.2.0 (March 16th, 2021) | ||
|
||
## Fixes | ||
* Synced logs with terminal output in most commands. | ||
* Fixed module update issue ([#113](https://github.com/akamai/cli/issues/113)). | ||
* Fix panic when attempting to write on an empty writer ([#116](https://github.com/akamai/cli/issues/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](https://github.com/akamai/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. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.