You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make changes to support hiding secure values (#3848)
* Make changes to support hiding secure values
Signed-off-by: Andrew W. Harn <[email protected]>
* Add changelogs
Signed-off-by: Andrew W. Harn <[email protected]>
* Update changelogs again
Signed-off-by: Andrew W. Harn <[email protected]>
---------
Signed-off-by: Andrew W. Harn <[email protected]>
Copy file name to clipboardExpand all lines: packages/zowe-explorer-api/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t
8
8
9
9
### Bug fixes
10
10
11
+
- Fixed an issue where secure credentials and headers were being logged to the Zowe logger and VSCode output channel. [#3848](https://github.com/zowe/zowe-explorer-vscode/pull/3848)
12
+
- Updated Zowe SDKs to `8.27.0` for technical currency. [#3848](https://github.com/zowe/zowe-explorer-vscode/pull/3848)
11
13
- Added support to delete VSAM data sets for z/OSMF type profiles. [#3824](https://github.com/zowe/zowe-explorer-vscode/issues/3824)
Copy file name to clipboardExpand all lines: packages/zowe-explorer/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
10
10
11
11
### Bug fixes
12
12
13
+
- Fixed an issue where secure credentials and headers were being logged to the Zowe logger and VSCode output channel. [#3848](https://github.com/zowe/zowe-explorer-vscode/pull/3848)
14
+
- Updated Zowe SDKs to `8.27.0` for technical currency. [#3848](https://github.com/zowe/zowe-explorer-vscode/pull/3848)
0 commit comments