Skip to content

Commit

Permalink
Merge branch 'removeDeprecatedCore' of https://github.com/zowe/zowe-cli
Browse files Browse the repository at this point in the history
… into removeDeprecatedCore

Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Nov 17, 2023
2 parents 23370c5 + 1bdc6b0 commit 0dca19e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to the Zowe CLI package will be documented in this file.


## Recent Changes

LTS Breaking: Removed the following previously deprecated items:
- Moved the many constants from `zowe-cli/packages/cli/src/Constants.ts` to `zowe-cli/packages/core/src/constants/Core.constants.ts`
- Removing `ZosFilesCreateExtraOptions.showAttributes` without replacement
- Moved all constants from `zowe-cli/packages/cli/src/zostso/constants/ZosTso.constants.ts` to `@zowe/zos-tso-for-zowe-sdk`
- Removed `isStderrEmptyForProfilesCommand` use `stripProfileDeprecationMessages` from `zowe-cli/__tests__/__packages__/cli-test-utils/src/TestUtils.ts` instead
- Removed `allDataSetsArchived`, `datasetsDownloadedSuccessfully`, `noDataSetsInList`, `noDataSetsMatchingPatternRemain` and `onlyEmptyPartitionedDataSets` from ZosFiles.messages.ts
- Removed `getSpoolDownloadFile` use `getSpoolDownloadFilePath` instead
- Removed `excludePatterns` use ...... instead {TO FIX}
- Removed constants from ZosmfSession
- ZOSMF_OPTION_HOST_PROFILE use ZOSMF_OPTION_HOST instead
- ZOSMF_OPTION_USER_PROFILE use ZOSMF_OPTION_USER instead
- ZOSMF_OPTION_PASSWORD_PROFILE use ZOSMF_OPTION_PASSWORD instead
- Removed constants from SshSession.ts
- SSH_OPTION_USER_PROFILE use SSH_OPTION_USER
- SSH_OPTION_HOST_PROFILE use SSH_OPTION_HOST
- Removed zosmfProfile from `ZosFilesBase.handler.ts`
- Removed statCmdFlag as an export from Shell.ts

## `8.0.0-next.202311141517`

- LTS Breaking: Alter the format of error messages to be more clear and actionable.
Expand Down

0 comments on commit 0dca19e

Please sign in to comment.