diff options
| author | Shulhan <m.shulhan@gmail.com> | 2021-01-06 01:29:01 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2021-01-06 01:29:01 +0700 |
| commit | 961b6864858220d89568185af25fff35b1d03113 (patch) | |
| tree | 29f83770e2008ca66ed3de9484e2b083d70d97ae | |
| parent | 0ed90ec3bb2de99ebfa4e8db59dce42db16c352f (diff) | |
| download | pakakeh.go-961b6864858220d89568185af25fff35b1d03113.tar.xz | |
Release share v0.22.0 (2021-01-06)v0.22.0
=== Breaking changes
* contact: remove unused package proofn
* sql: change the new client function parameter into struct of options.
=== New features
* cmd: add new CLI "totp"
+
The totp is a program to generate Time-based One-time Password from
secret key.
* totp: add method to generate n number of passwords
=== Enhancements
* http: print client request if debug value is equal or greater than 2.
+
If user set DEBUG environment variable or debug.Value to 2 or greater,
the http Client will print the request (header and body) to the
standard output.
* ssh: print the private key file that has an error when generating
signers
| -rw-r--r-- | CHANGELOG.adoc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 7c04821f..76d7fbce 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -3,6 +3,34 @@ This library is released every month, usually at the first week of month. +== share v0.22.0 (2021-01-06) + +=== Breaking changes + +* contact: remove unused package proofn + +* sql: change the new client function parameter into struct of options. + +=== New features + +* cmd: add new CLI "totp" ++ +The totp is a program to generate Time-based One-time Password from +secret key. + +* totp: add method to generate n number of passwords + +=== Enhancements + +* http: print client request if debug value is equal or greater than 2. ++ +If user set DEBUG environment variable or debug.Value to 2 or greater, +the http Client will print the request (header and body) to the +standard output. + +* ssh: print the private key file that has an error when generating signers + + == share v0.21.0 (2020-12-06) === Breaking changes |
