diff --git a/docs/whats-new/release-notes/v3_0_0.md b/docs/whats-new/release-notes/v3_0_0.md index 853005c750..a081b1d56b 100644 --- a/docs/whats-new/release-notes/v3_0_0.md +++ b/docs/whats-new/release-notes/v3_0_0.md @@ -23,6 +23,7 @@ A series of Zowe V3 LTS office hours are available which detail all changes intr #### New features and enhancements in Zowe installation and packaging * Introducing _Zowe Server Install Wizard_, a wizard to simplify installation and configuration of Zowe server side components via a UI. +* Added explanation to possible error message when checking z/OSMF setting. ([#3956](https://github.com/zowe/zowe-install-packaging/pull/3956)) ### Zowe Application Framework @@ -30,6 +31,36 @@ A series of Zowe V3 LTS office hours are available which detail all changes intr * Updated Angular to Version 18 from Version 12. Apps built upon Angular, excluding iframe apps, will need to be updated to be compatible with the V3 Desktop. +#### New features and enhancements in Zowe Application Framework +#### Zlux App Manager +* Updated the Desktop Angular version from 12 to 18. Angular apps written for V2 will need to be upgraded to work in V3. `Iframe` and `React` is unaffected. ([#639](https://github.com/zowe/zlux-app-manager/pull/639)) +* The V2 Desktop is included alongside the V3 Desktop as a temporary compatibility option for the duration of the V2 maintenance schedule. Any user can switch to the V2 Desktop via the `?use-v2-desktop=true` parameter. ([#639](https://github.com/zowe/zlux-app-manager/pull/639)) + +#### Zlux App Server +* Added new `pluginDefinition` property to allow plugins to simultaneously contain v2 and v3 web assets. This property, `webContent.entryPoint`, can contain a “3.0” element which states the location of the entry JS file that the Desktop would load. See the `tn3270-ng2` app for an example of its usage. ([#323](https://github.com/zowe/zlux-app-server/pull/323)) ([#567](https://github.com/zowe/zlux-server-framework/pull/567)) + +#### Zowe Common C +* Added javascript `zos.getStatvfs`(path) function to obtain file system information. ([#482](https://github.com/zowe/zowe-common-c/pull/482)) +* Added support for `LE 64-bit` in isgenq.c. ([#422](https://github.com/zowe/zowe-common-c/issues/422)) +* Added more arguments to `httpClientSessionInit` to allow passing back rc. ([#467](https://github.com/zowe/zowe-common-c/issues/467)) + +#### ZSS +* If no `zowe.logDirectory` is defined in config, logging is disabled. ([#726](https://github.com/zowe/ZSS/pull/726)) +* Exposed new cross-memory server's functions in dynlink. ([#684](https://github.com/zowe/zss/issues/684)) + +#### Bug fixes in Zowe Application Framework +#### Zowe Common C +* `IARV64` results must be checked for `0x7FFFF000` ([#474](https://github.com/zowe/zowe-common-c/pull/474)) +* `SLH` should not `ABEND` when `MEMLIMIT` is reached (additional NULL check) +#### ZSS +* Added Support for cross-memory server parameters longer than 128 characters. ([#684](https://github.com/zowe/zss/issues/684)) + +### Known Issues +Some apps and features of V2 Desktop have not yet been added to the V3 Desktop +* The Editor app is not present on the V3 Desktop, but you can access it in the V2 desktop by including `?use-v2-desktop=true` at the end of your Desktop URL. +* Support for languages other than English is limited. You can set your language preference in the V2 desktop, but this menu is not yet present in the V3 desktop and some parts of the V3 desktop will not yet honor the language choice. + + ### API Mediation Layer (API ML) #### Breaking changes in API ML