From 8c28645bc4ace630c7bdf9cacf1e5618d05f6151 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Tue, 16 Aug 2022 13:42:10 -0400 Subject: [PATCH 1/2] Added changelog for Zowe CLI, Imperative, Db2 plugin Signed-off-by: anaxceron --- .../getting-started/release-notes/v1_28_1.md | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md index aa4cc8477c..d8027de850 100644 --- a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md +++ b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md @@ -14,8 +14,17 @@ 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: +#### Zowe CLI (Core) +- None. + +#### Imperative CLI Framework + +- None. + +#### Db2 Plug-in for Zowe CLI + +- None. ## Bug fixes @@ -25,7 +34,24 @@ 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 bug fixes introduced in version 4.18.8. +- Updated Imperative to absorb bug fixes introduced in version 4.18.7. +- Updated Imperative to potentially improve performance of commands that output CLI tables. + +#### 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**: \ No newline at end of file +- Updated ibm_db dependency to be compatible with Node.js 18 +- Update ibm_db to allow the plug-in to install on M1 Macs. \ No newline at end of file From 484cdacccd3790afcf629307f40b4351d027cec4 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Wed, 17 Aug 2022 17:14:39 -0400 Subject: [PATCH 2/2] Updated per Timothy comments Signed-off-by: anaxceron --- .../getting-started/release-notes/v1_28_1.md | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md index d8027de850..69d161f07e 100644 --- a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md +++ b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md @@ -14,16 +14,6 @@ To see a full list of release enhancements and fixes, see [New features and enha ### Zowe CLI -#### Zowe CLI (Core) - -- None. - -#### Imperative CLI Framework - -- None. - -#### Db2 Plug-in for Zowe CLI - - None. ## Bug fixes @@ -34,14 +24,12 @@ To see a full list of release enhancements and fixes, see [New features and enha ### Zowe CLI -Zowe CLI and related components contain the following bug fixes. +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 bug fixes introduced in version 4.18.8. -- Updated Imperative to absorb bug fixes introduced in version 4.18.7. -- Updated Imperative to potentially improve performance of commands that output CLI tables. +- Updated Imperative to absorb the bug fixes listed below. #### Imperative CLI Framework @@ -53,5 +41,5 @@ Zowe CLI and related components contain the following bug fixes. #### Db2 Plug-in for Zowe CLI -- Updated ibm_db dependency to be compatible with Node.js 18 -- Update ibm_db to allow the plug-in to install on M1 Macs. \ No newline at end of file +- Updated ibm_db dependency to be compatible with Node.js 18. +- Updated ibm_db to allow the plug-in to install on M1 Macs. \ No newline at end of file