v8.19.0
·
1116 commits
to master
since this release
Zowe CLI
- Enhancement: Updated help examples to replace short option aliases (e.g.
-h) with full option names (e.g.--help) for improved clarity and consistency in documentation. #2484
Core SDK
- Enhancement: Updated help examples to replace short option aliases (e.g.
-h) with full option names (e.g.--help) for improved clarity and consistency in documentation. #2484
Imperative
- Enhancement: Added a connection timeout to the Imperative REST Client, with a default of 60 seconds. #2486
- Enhancement: Added the
ZOWE_SOCKET_CONNECT_TIMEOUTenvironment variable to theEnvironmentalVariableSettingsclass to allow extenders to determine how long to wait for a socket connection before timing out. #2486 - BugFix: Added checks to the
AbstractRestClientabstract class to ensure thehostnameparameter does not contain a protocol. #2486 - Enhancement: Updated help examples to replace short option aliases (e.g.
-h) with full option names (e.g.--help) for improved clarity and consistency in documentation. #2484 - Enhancement: Exposed the private
buildPrefixfunction as a replacement ofmoment.format(...). #2478