-
Notifications
You must be signed in to change notification settings - Fork 143
add release notes for api ml 2.18.3 #4749
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
df71dcc
add release notes for api ml 2.18.3
janan07 2139cc7
add detail to bug fix
janan07 7638259
Merge branch 'master' into janan07/release-notes-2.18.3
janan07 e623cfd
apply Pavel's recommendation
janan07 430c8ed
additions, deletions, description fixes
janan07 d9160a6
add vulnerabilities
janan07 ae12217
add 2_18_3 to sidebars.js
janan07 fa2b384
Update v2_18_3.md
Martin-Zeithaml c54239a
Merge branch 'master' into janan07/release-notes-2.18.3
MarkAckert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,127 @@ | ||
| # Version 2.18.3 (October 2025) | ||
|
|
||
| Welcome to the Zowe Version 2.18.3 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.18.3 build**: Want to try new features as soon as possible? You can download the v2.18.3 build from [Zowe.org](https://www.zowe.org/download.html#download-v2). | ||
|
|
||
| ## New features and enhancements | ||
|
|
||
| Zowe Version 2.18.3 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. | ||
|
|
||
| **Note:** The Zowe v2.18.3 release does not include a system demo. | ||
|
|
||
| System demos are typically held the week after a minor release becomes available. Check the [Open Mainframe Project Calendar](https://zoom-lfx.platform.linuxfoundation.org/meetings/zowe) for the latest schedule. | ||
| ::: | ||
|
|
||
| ### Zowe installation and packaging | ||
|
|
||
| ### Zowe Application Framework | ||
|
|
||
| #### Zlux Server Framework | ||
|
|
||
| * Old dependencies upgrade. ([#613](https://github.com/zowe/zlux-server-framework/pull/613)) | ||
|
|
||
| ### Zowe API Mediation Layer | ||
|
|
||
|
|
||
| * This Zowe version supports the PATCH method in CORS. This method has now been added to the list of CORS allowed HTTP methods. ([#4255](https://github.com/zowe/api-layer/issues/4255)) | ||
|
|
||
| ### Zowe CLI | ||
|
|
||
| #### Zowe CLI (Core) | ||
|
|
||
| #### Zowe CLI Imperative Framework | ||
|
|
||
| #### CICS Plug-in for Zowe CLI | ||
|
|
||
| #### DB2 Plug-in for Zowe CLI | ||
|
|
||
| #### MQ Plug-in for Zowe CLI | ||
|
|
||
| #### IMS Plug-in for Zowe CLI | ||
|
|
||
| ### Zowe Explorer | ||
|
|
||
| #### Zowe Explorer API | ||
|
|
||
| - See the [Zowe Explorer API](https://github.com/zowe/zowe-explorer-vscode/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/zowe-explorer-vscode/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/zowe-explorer-vscode/blob/main/packages/eslint-plugin-zowe-explorer/CHANGELOG.md) changelog for updates included in this release. | ||
|
|
||
| ## Bug fixes | ||
|
|
||
| Zowe Version 2.18.3 contains the bug fixes that are described in the following topics. | ||
|
|
||
| ### Zowe installation and packaging | ||
| * Internal routine `copy_to_data_set` did not correctly check if data set exists. ([#4489](https://github.com/zowe/zowe-install-packaging/pull/4489)) | ||
| * `--update-config` might fail if the specified config file is a symbolic link. ([#4493](https://github.com/zowe/zowe-install-packaging/pull/4493)) | ||
|
|
||
| ### Zowe Application Framework | ||
|
|
||
| #### Zowe Common C | ||
| * Fix a leak in the `safeFree64Internal` routine. ([#556](https://github.com/zowe/zowe-common-c/pull/556)) | ||
|
|
||
| ### Zowe API Mediation Layer | ||
|
|
||
| * Fixed default eureka intervals of the Caching Service. ([#4225](https://github.com/zowe/api-layer/issues/4225)) | ||
| * Fixed the API ML services logs so that "URL/Path not transformed" entries omit API ML services. ([#4292](https://github.com/zowe/api-layer/issues/4292)) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is more detail message than in the original APIML's changelog. We should change the text in there as well There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
| * Fixed z/OSMF static definition for AT-TLS. ([#4330](https://github.com/zowe/api-layer/issues/4330)) | ||
| * Fixed an incorrect Gateway URL in API Catalog when AT-TLS is enabled, and a startup issue when ICSF keyring is used. ([#4337](https://github.com/zowe/api-layer/issues/4337)) | ||
| * Fixed the protocol scheme in hybrid AT-TLS (server-attls and client-https) setup. ([#4338](https://github.com/zowe/api-layer/issues/4338)) | ||
|
|
||
| ### Zowe CLI | ||
|
|
||
| #### Zowe CLI (Core) | ||
|
|
||
| #### Zowe CLI Imperative Framework | ||
|
|
||
| #### CICS Plug-in for Zowe CLI | ||
|
|
||
| #### DB2 Plug-in for Zowe CLI | ||
|
|
||
| #### MQ Plug-in for Zowe CLI | ||
|
|
||
| #### IMS Plug-in for Zowe CLI | ||
|
|
||
| ### Zowe Explorer | ||
|
|
||
| #### Zowe Explorer (Core) | ||
|
|
||
| - See the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode/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/zowe-explorer-vscode/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/zowe-explorer-vscode/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/zowe-explorer-vscode/blob/main/packages/eslint-plugin-zowe-explorer/CHANGELOG.md) changelog for updates included in this release. | ||
|
|
||
| ### Vulnerabilities fixed | ||
|
|
||
| Zowe discloses fixed vulnerabilities in a timely manner giving you sufficient time to plan your upgrades. Zowe does not disclose the vulnerabilities fixed in the latest release as we respect the need for at least 45 days to decide when and how you upgrade Zowe. When a new release is published, Zowe publishes the vulnerabilities fixed in the previous release. For more information about the Zowe security policy, see the [Security page](https://www.zowe.org/security.html) on the Zowe website. | ||
|
|
||
| The following security issues were fixed by the Zowe security group in version 2.18.3. | ||
|
|
||
| CVE-2025-48989 (BDSA-2025-8608) | ||
| CVE-2025-8916 (BDSA-2025-8573) | ||
| CVE-2025-5115 (BDSA-2025-9581) | ||
| CVE-2024-6763 (BDSA-2024-7229) | ||
| CVE-2025-58057 (BDSA-2025-10732) | ||
| CVE-2025-58056 (BDSA-2025-10730) | ||
| CVE-2025-55163 (BDSA-2025-8614) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest demo was for 2.11.0. Even that I guess since the v2 is in maintain mode, there will be no video...