This page was last edited on May 23, 2022, at 10:58.
Comments or questions about this documentation? Contact us for support!
Genesys Intelligent Automation Release Notes
Release Date | Release Type | Restrictions | AIX | Linux | Mac | Solaris | Windows |
---|---|---|---|---|---|---|---|
05/05/22 | General | X |
This release contains the following new features and enhancements:
This release contains the following resolved issues:
Due to the security vulnerability (CVE-2022-22965), the Apache Tomcat server is upgraded to 9.0.62. (SPCHSTRM-3760)
Due to the security vulnerability (CVE-2019-17571), the fish-reporting module is upgraded to use log4.2.x. (SPCHSTRM-3746)
Due to the security vulnerability (CVE-2022-22965), the Spring libraries have been removed as GIA no longer uses the libraries. (SPCHSTRM-3736)
The Natural Language Audio Streaming Module now uses the fields from the persona’s Use Specified TTS voices names. The voice names are added to the prompt tags within VXML to play the prompts. (SPCHSTRM-3627)
Due to the security vulnerability (CVE-2019-17571), the Log4j library (included in the examples folder in the Flex folder ) is upgraded. (SPCHSTRM-3709)
When using multiple VUI servers and Oracle databases, the out-of-sequence call ID allocation by VUIs is resolved and incorrect rows are no longer deleted from the call tables. (SPCHSTRM-3697)
When using the Microsoft-SQL - Spanish Edition with Intelligent Automation, some procedures used a different format (US English: Month-Day-Year) to process the datetime column. This issue is now fixed by checking for other date variations for the datetime column. (SPCHSTRM-3594)
Intelligent Automation allows using users who do not have the sysadmin permission in Microsoft SQL. See Upgrade Notes for additional information. (SPCHSTRM-3737, SPCHSTRM-3647)
Intelligent Automation allows configuring the user permission during the upgrade process.
If you do not want to provide sysadmin permissions to speechstorm user, comment out the ALTER SERVER ROLE line in the upgrade script.
use fish/fishreports;
create user speechstorm for login speechstorm;
exec sp_addrolemember N'db_ddladmin', N'speechstorm';
ALTER SERVER ROLE [sysadmin] ADD MEMBER [speechstorm];
grant SELECT, DELETE, INSERT, UPDATE, EXECUTE, VIEW DATABASE STATE to speechstorm;
No special procedure is required to upgrade to release 9.0.115.24.