Skip to content

v3.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 16:27
· 75 commits to main since this release

Zowe Explorer

Bug fixes

  • Updated the DatasetFSProvider.stat() function to throw a FileNotFound error for extenders trying to fetch an MVS resource that does not exist. #3252 Thanks @benjamin-t-santos
  • Fixed an issue where renaming or deleting a USS file or data set did not update the opened editor. #3260 Thanks @traeok
  • Fixed an issue during initialization where a broken team configuration file caused the "Show Config" action in the error dialog to stop working. #3273 Thanks @traeok
  • Fixed an issue where switching authentication methods would cause a Cannot read properties of undefined error. #3142 Thanks @SanthoshiBoyina1
  • Fixed an issue where calling vscode.workspace.fs.readFile with a PDS member URI would throw an error when the PDS already existed as a filesystem entry. #3267 Thanks @traeok
  • Fixed an issue where Zowe Explorer would present the "No configs detected" notification when initialized in a workspace without a Zowe team configuration. #3280 Thanks @traeok
  • Reduced the number of MVS API calls performed by the function vscode.workspace.fs.readFile when fetching the contents of a data set entry. #3278 Thanks @benjamin-t-santos
  • Fixed inconsistent capitalization across translation strings. #2935 Thanks @likhithanimma1
  • Updated the check for default credential managers for better compatibility with Cloud-based platforms such as Eclipse Che and Red Hat OpenShift Dev Spaces. #3297 Thanks @phaumer
  • Fixed issue where users were not prompted to enter credentials if a 401 error was encountered when opening files, data sets or spools in the editor. #3197 Thanks @traeok
  • Fixed issue where profile credential updates or token changes were not reflected within the filesystem. #3289 Thanks @traeok
  • Fixed issue to update the success message when changing authentication from token to basic through the 'Change Authentication' option. #3316 Thanks @likhithanimma1
  • Fixed an issue where fetching a USS file using UssFSProvider.stat() with a fetch=true query would cause Zowe Explorer to get stuck in an infinite loop. #3321 Thanks @benjamin-t-santos

IBM z/OS FTP for Zowe Explorer

Bug fixes

  • Fixed issue where the MVS API putContents function did not support PDS members when the member was not specified in the data set name. #3305 Thanks @traeok

Zowe Explorer APIs

Bug fixes

  • Fixed an issue where the responseTimeout profile property was ignored for z/OSMF MVS and USS API calls. #3225 Thanks @traeok
  • Fixed an issue where the assignment of the profile property in ZoweTreeNode.setProfileToChoice caused references to that object to break elsewhere. #3289 Thanks @traeok