Release notes for Genus 11.4
Introduction
This document lists all user-visible changes to Genus since the previous release.
This release note will be updated prior to the release and may also be updated as long as the release is available, e.g. with information of new patches or known issues. Please take note of the installation and upgrading comments, and the release notes change log.
Installation and upgrading
Prior to upgrading to this release, you must:
- Upgrade to the previous release. See the Release notes for the previous release for more information.
- Review the Expiry date of your Genus License File and install a new one if necessary.
- Review the rest of the release notes for this release.
- Please note that there does not exist any Genus Upgrade Assistant for this upgrade.
End-of-life functionality
End-of-life functionality is functionality that was available in the previous release, but is no longer available in this release.
#23679 Property Encoding is no longer supported
This mechanism was used to handle binary data (varbinar, blob, etc) stored as Base64 in a database.
Genus will no longer produce such data.
If Genus needs to read binary data stored as Base64, use a vendor specific conversion (BASE64_DECODE, etc) on the field.
To detect if the mechanism is in use, query with SELECT * FROM g_object_class_property WHERE pen_tp <> 0
Deprecated functionality
Deprecated functionality is available in this release, but will (most probably) no longer be available in the next release.
There is no deprecated functionality in this release.
Breaking changes
This section lists important changes introduced in this release. You will need to use this list in order to understand the changes you might need to make to your application to support the new release.
#23677 Need to specify Sql Server 2022
To handle DATETRUNC, Sql Server 2022 is introduced as a vendor version. Models with database vendor version set to Sql Server 2016 running on 2022 must change this setting.
#23680 Data Marts are now part of the published model
Data marts must be edited in the origin runtime, and becomes available to other runtimes as part of a model publication.
#23706 No objects filter will now be taken into account
No objects filter will now be taken into account. In some cases, when transferring data to components, No Objects was ignored and all Objects in the data set was shown. This is now fixed, so in these cases the data set will no longer show any data.
Major new functionality
There are no major new functionality in this release.
Minor new functionality
#23678 Auto Focus target changed on Dialog, Callout, and Sidebar
The Dialog, Callout or Sidebar is now put in focus when opened, instead of its first descendent input control
#23681 User Management in Desktop
Adding a new user from a table or form in desktop is now routed to the User Administration web app. There is no direct mapping of user name, account profile, or such on the web (yet). If this functionality is in demand, let ut know.
Resolved issues
There are no resolved issues in this release.
Known issues
Known issues are errors or lack of functionality. Known issues may be solved in a future release based on customer demand.
There are no known issues in this release.
Tips and hints
Tips and hints are design decisions or answers to support questions that may be of general interest.
There are no tips and hints specifically targeting this release.