Skip to content

Commit 4cac9a8

Browse files
authored
Merge pull request #4749 from zowe/janan07/release-notes-2.18.3
add release notes for api ml 2.18.3
2 parents 5cfcc2a + c54239a commit 4cac9a8

File tree

2 files changed

+129
-1
lines changed

2 files changed

+129
-1
lines changed
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
# Version 2.18.3 (October 2025)
2+
3+
Welcome to the Zowe Version 2.18.3 release!
4+
5+
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.
6+
7+
**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).
8+
9+
## New features and enhancements
10+
11+
Zowe Version 2.18.3 contains the enhancements that are described in the following topics.
12+
13+
:::info find out more
14+
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.
15+
16+
**Note:** The Zowe v2.18.3 release does not include a system demo.
17+
18+
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.
19+
:::
20+
21+
### Zowe installation and packaging
22+
23+
### Zowe Application Framework
24+
25+
#### Zlux Server Framework
26+
27+
* Old dependencies upgrade. ([#613](https://github.com/zowe/zlux-server-framework/pull/613))
28+
29+
### Zowe API Mediation Layer
30+
31+
32+
* 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))
33+
34+
### Zowe CLI
35+
36+
#### Zowe CLI (Core)
37+
38+
#### Zowe CLI Imperative Framework
39+
40+
#### CICS Plug-in for Zowe CLI
41+
42+
#### DB2 Plug-in for Zowe CLI
43+
44+
#### MQ Plug-in for Zowe CLI
45+
46+
#### IMS Plug-in for Zowe CLI
47+
48+
### Zowe Explorer
49+
50+
#### Zowe Explorer API
51+
52+
- 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.
53+
54+
#### Zowe Explorer FTP Extension
55+
56+
- 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.
57+
58+
#### Zowe Explorer ESLint Plug-in
59+
60+
- 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.
61+
62+
## Bug fixes
63+
64+
Zowe Version 2.18.3 contains the bug fixes that are described in the following topics.
65+
66+
### Zowe installation and packaging
67+
* Internal routine `copy_to_data_set` did not correctly check if data set exists. ([#4489](https://github.com/zowe/zowe-install-packaging/pull/4489))
68+
* `--update-config` might fail if the specified config file is a symbolic link. ([#4493](https://github.com/zowe/zowe-install-packaging/pull/4493))
69+
70+
### Zowe Application Framework
71+
72+
#### Zowe Common C
73+
* Fix a leak in the `safeFree64Internal` routine. ([#556](https://github.com/zowe/zowe-common-c/pull/556))
74+
75+
### Zowe API Mediation Layer
76+
77+
* Fixed default eureka intervals of the Caching Service. ([#4225](https://github.com/zowe/api-layer/issues/4225))
78+
* 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))
79+
* Fixed z/OSMF static definition for AT-TLS. ([#4330](https://github.com/zowe/api-layer/issues/4330))
80+
* 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))
81+
* Fixed the protocol scheme in hybrid AT-TLS (server-attls and client-https) setup. ([#4338](https://github.com/zowe/api-layer/issues/4338))
82+
83+
### Zowe CLI
84+
85+
#### Zowe CLI (Core)
86+
87+
#### Zowe CLI Imperative Framework
88+
89+
#### CICS Plug-in for Zowe CLI
90+
91+
#### DB2 Plug-in for Zowe CLI
92+
93+
#### MQ Plug-in for Zowe CLI
94+
95+
#### IMS Plug-in for Zowe CLI
96+
97+
### Zowe Explorer
98+
99+
#### Zowe Explorer (Core)
100+
101+
- 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.
102+
103+
#### Zowe Explorer API
104+
105+
- 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.
106+
107+
#### Zowe Explorer FTP Extension
108+
109+
- 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.
110+
111+
#### Zowe Explorer ESLint Plug-in
112+
113+
- 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.
114+
115+
### Vulnerabilities fixed
116+
117+
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.
118+
119+
The following security issues were fixed by the Zowe security group in version 2.18.3.
120+
121+
CVE-2025-48989 (BDSA-2025-8608)
122+
CVE-2025-8916 (BDSA-2025-8573)
123+
CVE-2025-5115 (BDSA-2025-9581)
124+
CVE-2024-6763 (BDSA-2024-7229)
125+
CVE-2025-58057 (BDSA-2025-10732)
126+
CVE-2025-58056 (BDSA-2025-10730)
127+
CVE-2025-55163 (BDSA-2025-8614)

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ module.exports = {
2222
label: "Zowe V2 release notes",
2323
className: "ToCheadercolor",
2424
collapsed: true,
25-
items: [
25+
items: [
26+
"whats-new/release-notes/v2_18_3",
2627
"whats-new/release-notes/v2_18_2",
2728
"whats-new/release-notes/v2_18_1",
2829
"whats-new/release-notes/v2_18_0",

0 commit comments

Comments
 (0)