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

Updates in the Release Notes for Zowe Application Framework #4180

Merged
Merged
Changes from all 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
41 changes: 39 additions & 2 deletions docs/whats-new/release-notes/v3_1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,31 @@ See [New features and enhancements](#new-features-and-enhancements) for a full l

## New features and enhancements

Zowe Version 3.1.0 contains the enhancements that are described in the following topics.
Zowe Version 3.1.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://zoom-lfx.platform.linuxfoundation.org/meetings/zowe) for the latest schedule.
:::


#### Server Install
- The `zwe init` command does not require NodeJS. ([#3977](https://github.com/zowe/zowe-install-packaging/issues/3977))
- The `zwe install` command does not require NodeJS. ([#3426]([https://github.com/zowe/zowe-install-packaging/issues/3426]))
- Use a new javascript funtion `getStatvfs()` to obtain information about the file system. ([#807](https://github.com/zowe/zowe-install-packaging/issues/807))
- Use the command `zwe diagnose` in javascript only. ([#2631](https://github.com/zowe/zowe-install-packaging/issues/2631))
- The schema is validated for `zowe.job.name` and `zowe.job.prefix`. ([#3950](https://github.com/zowe/zowe-install-packaging/issues/3950))


### Zowe Application Framework

#### Zlux App Server package

* If `zowe.logDirectory` is not defined in the configuration, logging is disabled. ([#3495](https://github.com/zowe/zowe-install-packaging/issues/3495))
* App-server tries to detect ssh and telnet ports (used by terminals) automatically. ([#292](https://github.com/zowe/zowe-install-packaging/issues/292))


### Zowe API Mediation Layer

* The external URL is now overridden for additional registration. ([#3935](https://github.com/zowe/api-layer/issues/3935))
Expand Down Expand Up @@ -70,7 +87,27 @@ System demos are typically held the week after a minor release becomes available

## Bug fixes

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

#### Server Install
* When logging `zwe` command, sometimes the log has a wrong file tag and the log is unreadable. ([#4062](https://github.com/zowe/zowe-install-packaging/issues/4062))
* When the `--log-dir` parameter for the `zwe` command is a file, there might be an error "InternalError: stack overflow". ([#4062](https://github.com/zowe/zowe-install-packaging/issues/4062))


### Zowe Application Framework

#### Zlux App Server package

* The app-server no longer causes Zowe to display "FSUM7422 node is not found" and "Node found in NODE_HOME" after starting Zowe. This avoids confusion about if node requirements are met. ([#325](https://github.com/zowe/zlux-app-server/pull/325))

#### Zlux Server Framework
* App-server could not register with discovery server when AT-TLS was enabled for app-server. ([#580](https://github.com/zowe/zlux-server-framework/pull/580))

#### Zowe Common C
* Removed `ByteOutputStream` debug message, which was a part of the zwe command output. ([#491](https://github.com/zowe/zowe-common-c/pull/491))
* `HEAPPOOLS` and `HEAPPOOLS64` no longer need to be set to `OFF` for `configmgr`. ([#497](https://github.com/zowe/zowe-common-c/pull/497))



### Zowe API Mediation Layer

Expand Down
Loading