Difference between revisions of "ReleaseNotes/Current/GenesysEngage-cloud/PrivateEdition"

From Genesys Documentation
Jump to: navigation, search
m (Text replacement - "Genesys Engage [cC]loud" to "Genesys Multicloud CX")
(Published)
Line 3: Line 3:
 
|DisplayName=Genesys Multicloud CX Private Edition Release Notes
 
|DisplayName=Genesys Multicloud CX Private Edition Release Notes
 
|TocName=Private Edition Release Notes
 
|TocName=Private Edition Release Notes
|Context=These Release Notes provide information about recent releases of Genesys Multicloud CX services, starting with March 31, 2021. Click the Release Date next to a particular service name to see detailed information for that release. The release date indicates the earliest date when a service release might be available in your environments. Some updates might not apply to all environments.
+
|Context=These Release Notes provide information about recent releases of Genesys Multicloud CX services, starting with March 31, 2021. Click the Release Date next to a particular service name to see detailed information for that release. The release date indicates the earliest date when a service release might be available in your environments. Some updates might not apply to all environments.}}
 +
<tabber>
 +
Last 7 days=
 +
This table lists any Genesys Multicloud CX private edition release note from the last 7 days.
 +
{{#cargo_query:
 +
tables=ComponentRN,Component
 +
|join on=ComponentRN.ComponentId HOLDS Component.Id
 +
|fields=ComponentRN.ComponentId
 +
|group by=ComponentRN.ComponentId
 +
|format=template
 +
|template=GetMaxPrivateEditionReleaseDate
 +
|named args=yes
 +
|order by=Component.Name
 +
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Release</th><th>Released On</th><th>Helm</th><th>Containers</th></tr>
 +
|outro=</table>
 +
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -7
 
}}
 
}}
{{Notices|Notice=EAP}}
+
<nowiki>*</nowiki>The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.
 +
|-|
 +
Last 30 days=
 +
This table lists any Genesys Multicloud CX private edition release note from the last 30 days.
 
{{#cargo_query:
 
{{#cargo_query:
tables=ArticleCloudRN__ComponentId,ArticleCloudRN,Component,ComponentRN__ComponentId,ComponentRN,DeploymentType
+
tables=ComponentRN,Component
|join on=ArticleCloudRN__ComponentId._value=Component.Id,ArticleCloudRN__ComponentId._rowID=ArticleCloudRN._ID,ArticleCloudRN__ComponentId._value = ComponentRN__ComponentId._value,ComponentRN__ComponentId._rowID=ComponentRN._ID,ComponentRN.DeploymentTypeId HOLDS DeploymentType.Id
+
|join on=ComponentRN.ComponentId HOLDS Component.Id
|fields=Component.Name=Service,CONCAT('[[',ArticleCloudRN._pageName,'#',DATE_FORMAT(MAX(ReleaseDate),'%M %d, %Y'),'|',DATE_FORMAT(MAX(PrivateEditionReleaseDate),'%M %d, %Y'),']]')=Release Date,MAX(ReleaseNumber),CONCAT('[[File:',Image,'|80px]]')=Supported Cloud,Highlight=Highlights,ComponentId=ComponentId,MAX(ReleaseDate)=ReleaseDate
+
|fields=ComponentRN.ComponentId
|where=ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" AND ArticleCloudRN._pageNamespace="{{NAMESPACENUMBER}}" AND ArticleCloudRN._pageName LIKE "%{{#explode:{{FULLPAGENAME}}|/|2}}%" AND PrivateEditionReleaseDate IS NOT NULL
+
|group by=ComponentRN.ComponentId
|having=MAX(ReleaseNumber)
+
|format=template
|intro=<h3>Latest release per service</h3><table class="wikitable sortable"><tr><th style="width:35%">Service</th><th>Released on</th><th>Release Number</th></tr>
+
|template=GetMaxPrivateEditionReleaseDate
 +
|named args=yes
 +
|order by=Component.Name
 +
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Release</th><th>Released On</th><th>Helm</th><th>Containers</th></tr>
 
|outro=</table>
 
|outro=</table>
 +
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -30
 +
}}
 +
<nowiki>*</nowiki>The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.
 +
|-|
 +
All services=
 +
This table lists the most current release note for each Genesys Multicloud CX private edition service.
 +
{{#cargo_query:
 +
tables=ComponentRN,Component
 +
|join on=ComponentRN.ComponentId HOLDS Component.Id
 +
|fields=ComponentRN.ComponentId
 +
|group by=ComponentRN.ComponentId
 
|format=template
 
|format=template
|template=PrintTopRNPrivateEdition
+
|template=GetMaxPrivateEditionReleaseDate
 
|named args=yes
 
|named args=yes
|group by=ComponentRN.ComponentId
+
|order by=Component.Name
 +
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Release</th><th>Released On</th><th>Helm</th><th>Containers</th></tr>
 +
|outro=</table>
 +
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0"
 
}}
 
}}
 +
<nowiki>*</nowiki>The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.
 +
</tabber>

Revision as of 14:20, May 4, 2022



These Release Notes provide information about recent releases of Genesys Multicloud CX services, starting with March 31, 2021. Click the Release Date next to a particular service name to see detailed information for that release. The release date indicates the earliest date when a service release might be available in your environments. Some updates might not apply to all environments.

This table lists any Genesys Multicloud CX private edition release note from the last 7 days.

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `cargo__ComponentRN`.`ComponentId` AS `ComponentId` FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE PrivateEditionReleaseDate IS NOT NULL AND `cargo__ComponentRN`.`_pageNamespace`="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -7 GROUP BY `cargo__ComponentRN`.`ComponentId` ORDER BY `cargo__Component`.`Name` LIMIT 100 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS `cargo__Component`.`Id`)) WHERE PrivateEditionReleaseDate IS NOT NULL AN' at line 1 (127.0.0.1)

*The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.

This table lists any Genesys Multicloud CX private edition release note from the last 30 days.

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `cargo__ComponentRN`.`ComponentId` AS `ComponentId` FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE PrivateEditionReleaseDate IS NOT NULL AND `cargo__ComponentRN`.`_pageNamespace`="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -30 GROUP BY `cargo__ComponentRN`.`ComponentId` ORDER BY `cargo__Component`.`Name` LIMIT 100 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS `cargo__Component`.`Id`)) WHERE PrivateEditionReleaseDate IS NOT NULL AN' at line 1 (127.0.0.1)

*The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.

This table lists the most current release note for each Genesys Multicloud CX private edition service.

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `cargo__ComponentRN`.`ComponentId` AS `ComponentId` FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE PrivateEditionReleaseDate IS NOT NULL AND `cargo__ComponentRN`.`_pageNamespace`="0" GROUP BY `cargo__ComponentRN`.`ComponentId` ORDER BY `cargo__Component`.`Name` LIMIT 100 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS `cargo__Component`.`Id`)) WHERE PrivateEditionReleaseDate IS NOT NULL AN' at line 1 (127.0.0.1)

*The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.

Comments or questions about this documentation? Contact us for support!