Skip to content

Commit

Permalink
updated release notes 2.12 (#3203)
Browse files Browse the repository at this point in the history
Added notes for Application Framework.

Signed-off-by: Andrew Jandacek <andrew.jandacek@broadcom.com>
Co-authored-by: Andrew Jandacek <andrew.jandacek@broadcom.com>
  • Loading branch information
lparadkar-rocket and janan07 authored Oct 25, 2023
1 parent 47e742c commit 41febb7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/getting-started/release-notes/v2_12_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,58 @@ See [New features and enhancements](#new-features-and-enhancements) for a full l

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


## New features and enhancements

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

### Zowe Application Framework

#### Zlux App Server

- New versions of the components can change the location of their plugins, as the app-server will now re-inspect the plugin locations on each startup. ([#280](https://github.com/zowe/zlux-app-server/pull/280))

#### ZLUX Server Framework

- Auth plug-ins that are not requested by any dataservice found at startup are no longer loaded by the server. ([#504](https://github.com/zowe/zlux-server-framework/pull/504))

#### ZSS

- ZSS now defaults to using `TLS 1.3`, which requires a minimum of zOS Version `2.4`. ([#646] (https://github.com/zowe/zss/pull/646))
- Added configuration parameter `components.zss.agent.https.maxTls` to control which level of TLS to use, allowing downgrading to `tls 1.2` if desired with value `TLSv1.2`. ([#654]( https://github.com/zowe/zss/pull/654))
- Added configuration parameter `components.zss.agent.https.trace` which can be set to `true` if desired to capture a `GSK` trace, which will be put into the log directory. ([#654]( https://github.com/zowe/zss/pull/654))

### Zowe API Mediation Layer

* Added a Central API ML registry endpoint to the Cloud Gateway to access an aggregated view of all services from all domains. ([#3076](https://github.com/zowe/api-layer/issues/3076))
* It is now possible to forward the client certificate from Central Gateway to Domain Gateway in the request header. ([#3046](https://github.com/zowe/api-layer/issues/3046))
* You can now register the Gateway to an additional Discovery service. Clients outside of the API ML cluster can now know about other gateways to facilitate routing to clusters and domains. ([#3068](https://github.com/zowe/api-layer/issues/3068) and [#3044](https://github.com/zowe/api-layer/issues/3044))
* You can now verify service SSO support from API ML. ([#3054](https://github.com/zowe/api-layer/issues/3054))


## Bug fixes

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


### Zowe Installation and packaging

- Fixed a rare bug where zwe could hang when running a unix program. ([#3590](https://github.com/zowe/zowe-install-packaging/pull/3590))

### Zowe Application Framework

#### ZLUX App Server

- Removed error message `components/app-server/bin/configure.sh 26: .: FSUM6807 expression syntax error` seen in startup of Zowe in Version `2.11.0`, caused by incorrect shell syntax. ([#283] (https://github.com/zowe/zlux-app-server/pull/283))

### Zowe API Mediation Layer

* Fixed normalization of `baseUrl` in ZAAS client. ([#3123](https://github.com/zowe/api-layer/issues/3123))
* Added the JVM heap configuration to `zowe.yaml`. ([#3087](https://github.com/zowe/api-layer/issues/3087))
* Fixed an error preventing the Catalog UI to load when a service does not have a required parameter. ([#3050](https://github.com/zowe/api-layer/issues/3050))
* Fixed a navigation issue in the Catalog when using the browser back button. ([#3135](https://github.com/zowe/api-layer/issues/2998))


### Zowe CLI

#### Zowe CLI (Core)
Expand Down

0 comments on commit 41febb7

Please sign in to comment.