Version 2.11.0 (September 2023)
Version 2.11.0 (September 2023)
Welcome to the Zowe Version 2.11.0 release!
See New features and enhancements for a full list of changes to the functionality. See Bug fixes for a list of issues addressed in this release.
Download v2.11.0 build: Want to try new features as soon as possible? You can download the v2.11.0 build from Zowe.org.
New features and enhancements
Zowe Version 2.11.0 contains the enhancements that are described in the following topics.
To watch a demo of new enhancements and updated features included in a Zowe V2 minor release, look for the release demo recording in the Zowe V2 System Demo playlist on YouTube.
System demos are typically held the week after a minor release becomes available. Check the Open Mainframe Project Calendar for the latest schedule.
Zowe Installation and Packaging
- Added
zowe.sysMessages
as a property to theZowe YAML
configuration file. This property is a new array that allows you to select messages that will be duplicated into the z/OS syslog, when found in Zowe’s job log. (#93)
Zowe Application Framework
- The title and description of the app server tile within the
API Catalog
has been updated to be more accurate and detailed. (#497)
Zowe Common C
- Functions for printing messages to
z/OS syslog
viaWTO
have been added to zos.(#397)
Zowe API Mediation Layer
Swagger is now validated for registered services whereby all endpoints listed in the swagger can be called and give a documented response. This feature also checks that the API is correctly versioned. (#3039)
Zowe CLI
Zowe CLI (Core)
- Bumped Secrets SDK to
7.18.3
. It uses more reliable resolution logic forprebuilds
folder; adds static CRT for Windows builds. (#1791) - Updated daemon on MacOS to use universal binary which adds support for Apple Silicon. (#1766)
- Added support for mutliple
zowe auth login apiml
operations on a singlezowe config secure
call. (#1734) - Replaced use of
node-keytar
with thekeyring
module from@zowe/secrets-for-zowe-sdk
. See Secrets SDK for more information. - Updated the Imperative Framework to add support for unique cookie identifiers from API ML. (#1734)
- Created zos-files edit commands to edit a data set or uss file locally. (PR #1672)
Zowe CLI Imperative Framework
- Replaced use of
node-keytar
with the newkeyring
module from@zowe/secrets-for-zowe-sdk
. See Secrets SDK for more information. (Zowe CLI #1622) - Added
inSchema
property for ProfileInfo to indicate if argument is a known schema argument. (#899) - Handled unique cookie identifier in the form of dynamic token types. (#966)
- Added a new utility method to
ImperativeExpect
to match regular expressions. (#966) - Added support for multiple login operations in a single
config secure
command execution. (#966)