-
Notifications
You must be signed in to change notification settings - Fork 11
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 #575 from atsign-foundation/gkc/add_max_connect_at…
…tempts feat: at_cli_commons 1.1.0 : CLIBase: add maxConnectAttempts parameter
- Loading branch information
Showing
3 changed files
with
59 additions
and
23 deletions.
There are no files selected for viewing
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,16 +1,34 @@ | ||
## 1.1.0 | ||
|
||
- feat: Add `maxConnectAttempts` parameter to CLIBase. The default is 20, | ||
i.e. 20 attempts to connect, with a 3-second delay between attempts. When | ||
used in scripts this is important, as the previous behaviour (retry | ||
forever) is usually not what is required. | ||
|
||
## 1.0.5 | ||
|
||
- fix: Make CLIBase write progress messages to stderr, not stdout | ||
|
||
## 1.0.4 | ||
|
||
- fix: handle malformed atsigns (no leading `@`) in CLIBase constructor | ||
- build: updated dependencies | ||
|
||
## 1.0.3 | ||
|
||
- Added `example/` package, moved code samples from `bin/` to `example/` | ||
|
||
## 1.0.2 | ||
|
||
- docs: Added some code samples in bin/ directory | ||
- docs: Added some class and method documentation to CLIBase | ||
- docs: Updated README | ||
- feat: Added static `fromCommandLineArgs` factory method to CLIBase | ||
|
||
## 1.0.1 | ||
|
||
- Small edits to README | ||
|
||
## 1.0.0 | ||
|
||
- Initial version. |
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
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