Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anax 1281 changelog #2352

Merged
merged 2 commits into from
Aug 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ To see a full list of release enhancements and fixes, see [New features and enha

### Zowe CLI

The following enhancements were added to Zowe CLI:

- None.

## Bug fixes

Expand All @@ -25,7 +24,22 @@ The following enhancements were added to Zowe CLI:

### Zowe CLI

The following bugs were fixed in **core Zowe CLI**:
Zowe CLI and related components contain the following bug fixes:

#### Zowe CLI (Core)

- Fixed missing help text for `zos-files upload dir-to-uss` command.
- Updated Imperative to absorb the bug fixes listed below.

#### Imperative CLI Framework

- Removed some extraneous dependencies. [(#477)](https://github.com/zowe/imperative/issues/477)
- Added ANSI escape codes trimming for the webhelp. [(#704)](https://github.com/zowe/imperative/issues/704)
- Fixed `AbstractRestClient` not converting LF line endings to CRLF for every line when downloading large files on Windows. [(zowe/zowe-cli#1458)](https://github.com/zowe/zowe-cli/issues/1458)
- Fixed `zowe --version --rfj` including a trailing newline in the version field. [(#842)](https://github.com/zowe/imperative/issues/842)
- Updated `cli-table3` dependency for performance improvements.

#### Db2 Plug-in for Zowe CLI

The following bugs were fixed in the **Imperative CLI Framework**:
- Updated ibm_db dependency to be compatible with Node.js 18.
- Updated ibm_db to allow the plug-in to install on M1 Macs.