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

Add summary of changes for v2.15 #3471

Closed
wants to merge 6 commits into from
Closed
Changes from 3 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
150 changes: 150 additions & 0 deletions docs/whats-new/release-notes/v2_15_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
# Version 2.15.0 (March 2024)

Welcome to the Zowe Version 2.15.0 release!

See [New features and enhancements](#new-features-and-enhancements) for a full list of changes to the functionality. See [Bug fixes](#bug-fixes) for a list of issues addressed in this release.

**Download v2.15.0 build**: Want to try new features as soon as possible? You can download the v2.15.0 build from [Zowe.org](https://www.zowe.org/download.html).

## New features and enhancements

Zowe Version 2.15.0 contains the enhancements that are described in the following topics.

:::info find out more
To watch a demo of new enhancements and updated features included in a Zowe minor release, look for the release demo recording in the [Zowe V2 System Demo playlist](https://www.youtube.com/playlist?list=PL8REpLGaY9QGjSTAqZaWxLG_g-jW1qGmo) on YouTube.

System demos are typically held the week after a minor release becomes available. Check the [Open Mainframe Project Calendar](https://lists.openmainframeproject.org/g/zowe-dev/calendar) for the latest schedule.
:::

### Zowe installation and packaging

### Zowe Application Framework

#### Zlux App Server


### Zowe API Mediation Layer

- Timeout configuration values of the websocket webclient are now supported in the API Gateway. ([#3315](https://github.com/zowe/api-layer/issues/3315))

### Zowe CLI

#### Zowe CLI (Core)

- Added `--binary` and `--encoding` options to the `zos-files edit` command in Zowe CLI V2.
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

- Hid the progress bar if the `CI` environment variable is set, or if the `FORCE_COLOR` environment variable is set to `0`. ([#1845](https://github.com/zowe/zowe-cli/issues/1845))
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

#### Zowe CLI Imperative Framework

- Added multiple APIs to the `ProfileInfo` class to help manage schemas between client applications. ([#2012](https://github.com/zowe/zowe-cli/issues/2012))

- Enhancement: Hid the progress bar if `CI` environment variable is set, or if `FORCE_COLOR` environment variable is set to `0`. ([#1845](https://github.com/zowe/zowe-cli/issues/1845))

#### CICS Plug-in for Zowe CLI

#### DB2 Plug-in for Zowe CLI

#### MQ Plug-in for Zowe CLI

#### IMS Plug-in for Zowe CLI

- Added notices announcing the deprecation of the IMS Plug-in for Zowe CLI. ([#66](https://github.com/zowe/zowe-cli-ims-plugin/pull/66))
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

#### z/OS FTP Plug-in for Zowe CLI

- Simplified the preparation for JCL system tests.
anaxceron marked this conversation as resolved.
Show resolved Hide resolved
- Updated the version of zos-node-accessor to 1.0.16.
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

### Zowe Explorer

#### Zowe Explorer (Core)

- See the [Zowe Explorer](https://github.com/zowe/vscode-extension-for-zowe/blob/main/packages/zowe-explorer/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer API

- See the [Zowe Explorer API](https://github.com/zowe/vscode-extension-for-zowe/blob/main/packages/zowe-explorer-api/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer FTP Extension

- See the [Zowe Explorer FTP Extension](https://github.com/zowe/vscode-extension-for-zowe/blob/main/packages/zowe-explorer-ftp-extension/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer ESLint Plug-in

- See the [Zowe Explorer ESLint Plug-in](https://github.com/zowe/vscode-extension-for-zowe/blob/main/packages/eslint-plugin-zowe-explorer/CHANGELOG.md) changelog for updates included in this release.

## Bug fixes

Zowe Version 2.15.0 contains the bug fixes that are described in the following topics.

### Zowe installation and packaging

### Zowe Application Framework

#### Zlux Server Framework

### Zowe API Mediation Layer

-Displaying the base path in API Catalog has been fixed. ([#3297](https://github.com/zowe/api-layer/issues/3297))
- Disabling EhCache using `apiml.caching.enabled=false` has been fixed. ([#3280](https://github.com/zowe/api-layer/issues/3280))

### Zowe CLI

#### Zowe CLI (Core)

- Fixed race condition in `config convert-profiles` command that may fail to delete secure values for old profiles.
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

- Resolved technical currency by updating `socks` transitive dependency.
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

- Updated zos-files copy dsclp system tests to include large mock files.
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

#### Zowe CLI Imperative Framework

- Fixed race condition in `config convert-profiles` command that may fail to delete secure values for old profiles.
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

- Resolved issue in `ProfileInfo` where schema comparisons fail, specifically when comparing the cached schema against a command-based schema during registration.
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

- Resolved technical currency by updating `socks` transitive dependency.
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

- Updated `mustache` and `jsonschema` dependencies for technical currency.
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

- Fixed issue where secure property names could be returned for the wrong profile. ([Zowe Explorer #2633](https://github.com/zowe/vscode-extension-for-zowe/issues/2633))

- Fixed issue when a property is not found in `ProfileInfo.updateProperty({forceUpdate: true})`. ([Zowe Explorer #2493](https://github.com/zowe/vscode-extension-for-zowe/issues/2493))
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

#### CICS Plug-in for Zowe CLI

#### DB2 Plug-in for Zowe CLI

#### MQ Plug-in for Zowe CLI

#### IMS Plug-in for Zowe CLI

Added missing shrinkwrap

#### z/OS FTP Plug-in for Zowe CLI

- Fixed bug where upload dataset using Buffer, stead of string. ([2533](https://github.com/zowe/vscode-extension-for-zowe/issues/2533))
anaxceron marked this conversation as resolved.
Show resolved Hide resolved

### Zowe Explorer

#### Zowe Explorer (Core)

- See the [Zowe Explorer](https://github.com/zowe/vscode-extension-for-zowe/blob/main/packages/zowe-explorer/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer API

- See the [Zowe Explorer API](https://github.com/zowe/vscode-extension-for-zowe/blob/main/packages/zowe-explorer-api/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer FTP Extension

- See the [Zowe Explorer FTP Extension](https://github.com/zowe/vscode-extension-for-zowe/blob/main/packages/zowe-explorer-ftp-extension/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer ESLint Plug-in

- See the [Zowe Explorer ESLint Plug-in](https://github.com/zowe/vscode-extension-for-zowe/blob/main/packages/eslint-plugin-zowe-explorer/CHANGELOG.md) changelog for updates included in this release.

### Vulnerabilities fixed
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@janan07 -- This content is missing. Wasn't sure if you were waiting to add this yourself later on, but wanted to point this out just in case.



Loading