Difference between revisions of "ReleaseNotes/Current/GenesysEngage-cloud/PrivateEdition"
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 | ||
}} | }} | ||
− | + | <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= | + | tables=ComponentRN,Component |
− | |join on | + | |join on=ComponentRN.ComponentId HOLDS Component.Id |
− | |fields= | + | |fields=ComponentRN.ComponentId |
− | | | + | |group by=ComponentRN.ComponentId |
− | | | + | |format=template |
− | |intro= | + | |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= | + | |template=GetMaxPrivateEditionReleaseDate |
|named args=yes | |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" | ||
}} | }} | ||
+ | <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.
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.
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.
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.