From c4f4c001da412e6dd5af75e815726af53e56d390 Mon Sep 17 00:00:00 2001 From: Trae Yelovich Date: Wed, 26 Feb 2025 21:10:35 -0500 Subject: [PATCH] chore: add ZE API changelog Signed-off-by: Trae Yelovich --- packages/zowe-explorer-api/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/zowe-explorer-api/CHANGELOG.md b/packages/zowe-explorer-api/CHANGELOG.md index 18811f5d6..d2c4f6488 100644 --- a/packages/zowe-explorer-api/CHANGELOG.md +++ b/packages/zowe-explorer-api/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t ### Bug fixes - Fixes an issue where properties of the `TableViewProvider` class were not accessible when the class was extended by developers. [#3456](https://github.com/zowe/zowe-explorer-vscode/pull/3456) +- Fixed issue where the `AuthHandler.waitForUnlock` function could hang indefinitely if the profile is never unlocked. Now, the function will return after a 30 second timeout as a safety measure. This function should be used alongside the `AuthHandler.isProfileLocked` function to verify that the profile is unlocked before making API requests. [#3480](https://github.com/zowe/zowe-explorer-vscode/pull/3480) ## `3.1.1`