npm @zowe/cli 8.31.0

15 hours ago

Zowe CLI

  • Enhancement: Added --exec flag to zosuss for faster command execution. Exec mode bypasses shell initialization and profile loading, providing a performance improvement. Shell mode remains the default for backward compatibility. #2687

Core SDK

  • Enhancement: Added a requestQueue queue object to the ZosmfRestClient class. #2543
  • Enhancement: Added the ZosmfRestClient.setThrottlingOptions function to allow extenders to configure REST request throttling settings. #2543

Imperative

  • Enhancement: Added a Queue utility to create and manage the processing of Promise queues. #2543
  • Enhancement: Added a requestQueue getter to the AbstractRestClient abstract class to allow extenders to create and manage a queue of REST requests to help prevent server overload. #2543
  • Enhancement: Added handling for requestQueue queue object to the AbstractRestClient abstract class's request function, if the requestQueue object is present. #2543
    • If a requestQueue is not present, no queuing is performed.
    • If a requestQueue is present, the request is added to the queue.
  • BugFix: Fixed an issue on Windows where non-normalized drive letter casing caused configuration load failures. #2699

z/OS USS SDK

  • Enhancement: Added --exec flag to zosuss for faster command execution. Exec mode bypasses shell initialization and profile loading, providing a performance improvement. Shell mode remains the default for backward compatibility. #2687

Don't miss a new cli release

NewReleases is sending notifications on new releases.