Zowe CLI
- Enhancement: Added
--execflag tozosussfor 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
requestQueuequeue object to theZosmfRestClientclass. #2543 - Enhancement: Added the
ZosmfRestClient.setThrottlingOptionsfunction to allow extenders to configure REST request throttling settings. #2543
Imperative
- Enhancement: Added a
Queueutility to create and manage the processing ofPromisequeues. #2543 - Enhancement: Added a
requestQueuegetter to theAbstractRestClientabstract class to allow extenders to create and manage a queue of REST requests to help prevent server overload. #2543 - Enhancement: Added handling for
requestQueuequeue object to theAbstractRestClientabstract class'srequestfunction, if therequestQueueobject is present. #2543- If a
requestQueueis not present, no queuing is performed. - If a
requestQueueis present, the request is added to the queue.
- If a
- BugFix: Fixed an issue on Windows where non-normalized drive letter casing caused configuration load failures. #2699
z/OS USS SDK
- Enhancement: Added
--execflag tozosussfor faster command execution. Exec mode bypasses shell initialization and profile loading, providing a performance improvement. Shell mode remains the default for backward compatibility. #2687