All notable changes to the "zowe-explorer-ftp-extension" extension will be documented in this file.
- Enhance throw error in zowe ftp extension. #2143
- Updated dependencies for security audits.
- Fixed an issue with mismatch etag, correcting error message sent to Zowe Explorer to trigger diff editor. #2277
- Renamed instances of "dataset" to "data set" for consistency across Zowe Explorer.
- Fixed an issue with prompting for credentials by correcting the 401 error when throwing an auth error. #2334
- Updated dependencies for security audits.
- Updated linter rules and addressed linter errors. #2184
- Added support for new setting
zowe.files.logsFolder.path
that can be used to override Zowe Explorer logs folder. #2186
- Updated the extension to use Zowe Explorer API's newer API for uploading content to USS for compatibility with the optimizations to copy/paste actions.
- Updated dependencies for security audits.
- Updated UI/UX method calls to use standalone
Gui
module for better usability and maintainability. #1967 - Updated dependencies for improved security.
- Removed TSLint (as it is deprecated), and replaced all TSLint rules with their ESLint equivalents. #2030
- Removed extra files from the VSIX bundle to reduce download size by 12%. #2042
- Added logging in places where errors were being caught and ignored.
- Fixed all existing ESLint errors within the API logic.
- Updated dependencies for improved security.
- Added support for profile file encoding used for upload and download of MVS files. #1942
- Fixed for profile properties like "rejectUnauthorized" being ignored.
- Bugfix: Fixed eTag related issue when saving USS files. #1813
- BugFix: Fixed eTag related issue when saving USS files. #1732
- Major: Introduced Team Profiles and more. See the prerelease items (if any) below for more details.
- BugFix: Added a warning prompt so the user is aware some content may be truncated. #1746
- Added unit tests for the MVS and JES functionality #1632.
- Added unit tests for the FTP USS functionality #1582 and 1596. Thanks @tiantn and @JillieBeanSim
- Standardized the user interface and log messages with severity specifications using the Zowe Explorer API logger functions #1518. Thanks @katelynienaber
- Added support for the validate profile and credential features #1443. Thanks @tiantn
- Removed redundant entry from the
.vscodeignore
file in order to help generate theextension.js
file for the VS Code Marketplace release
- Added the function that closes the connection at the end of each FTP operation
- Removed the installation pre-requisite of @zowe/zos-ftp-for-zowe-cli for the FTP Extension for Zowe Explorer
- Added a range of jobs functionalities with zFTP profiles, including submit job, list job by jobID, list spool files, view spool file content, download spool files, and delete job.
- Added support for listing jobs with prefix
*
and owner*
.
- Added a range of data set functionalities including list datasets, list dataset members, edit datasets, upload members, rename datasets, delete datasets and more. For the complete list of added functionalities, see PR-1219.
- Updated USS functionality to use the new zos-ftp-for-zowe-cli API.
- Updated to API changes in Zowe Explorer 1.5.
- No need to click Refresh anymore after activation to see the ftp profiles.
- Updates to support Zowe Explorer 1.3.1 with Zowe CLI 6.8.2.
- Updated to use @zowe/zos-ftp-for-zowe-cli" 1.0.1
- Renamed the repo to zowe-explorer-ftp-extension to prepare donation to Zowe.
- First version showing FTP support for USS files