|
| 1 | +--- |
| 2 | +title: June 3, 2025 - Application Update |
| 3 | +hide_table_of_contents: true |
| 4 | +image: https://help.sumologic.com/img/sumo-square.png |
| 5 | +keywords: |
| 6 | + - automation service |
| 7 | + - cloud soar |
| 8 | + - soar |
| 9 | +--- |
| 10 | + |
| 11 | +import useBaseUrl from '@docusaurus/useBaseUrl'; |
| 12 | + |
| 13 | +## May release |
| 14 | + |
| 15 | +### Changes and enhancements |
| 16 | + |
| 17 | +#### New feature: Enable/disable playbooks |
| 18 | + |
| 19 | +This feature allows users to easily enable or disable playbooks without deleting them, offering greater control over their execution. |
| 20 | + |
| 21 | +What's new: |
| 22 | +* Switch playbooks' status to enabled or disabled directly from the playbook details page. |
| 23 | +* The playbooks listing page now shows a status column to display the status of the playbooks. |
| 24 | +* Disabled playbooks will not execute from any linked triggers like monitors, insights, or incident rules, enhancing operational safety. |
| 25 | +* By default, playbooks with any published version are set to enabled, while those that are draft-only or have been deleted remain disabled. |
| 26 | +* Audit logs are generated whenever playbooks are enabled or disabled manually. |
| 27 | + |
| 28 | +For more information, see [Enable or disable playbooks](/docs/platform-services/automation-service/automation-service-playbooks/#enable-or-disable-playbooks). |
| 29 | + |
| 30 | +#### Integrations |
| 31 | + |
| 32 | +* [NEW] [Google Workspace IDP](/docs/platform-services/automation-service/app-central/integrations/google-workspace-idp/) – This integration automates user and group management in Google Workspace, simplifying identity and access control for improved security and efficiency. |
| 33 | +* [UPDATED] [Microsoft EWS Daemon](/docs/platform-services/automation-service/app-central/integrations/microsoft-ews-daemon/) - Enhanced the handling of email attachments that may lack file extension, ensuring consistent detection and processing. |
| 34 | +* [UPDATED] [TheHive](/docs/platform-services/automation-service/app-central/integrations/thehive/) - Modified TheHive integration with case and observable enhancements: |
| 35 | + * Fixed parsing issues for date related inputs with inconsistent formatting. |
| 36 | + * Fixed SSL-related warning issues. |
| 37 | + * Added organization name field in resource which will included in the headers. |
| 38 | + * Enhanced error handling and made the integration more resilient to malformed inputs. |
| 39 | +* [UPDATED] [Sumo Logic Automation Tools](/docs/platform-services/automation-service/app-central/integrations/sumo-logic-automation-tools/) - Introduced the new "Scaled Decimal to Percentage" action, which converts a scaled decimal value into a percentage. |
| 40 | +* [UPDATED] [Microsoft Sentinel](/docs/platform-services/automation-service/app-central/integrations/microsoft-sentinel/) - Enhanced the "Microsoft Sentinel Incidents Daemon" action, and added support to seamlessly fetch subsequent paginated data. |
| 41 | + |
| 42 | +### Bug Fixes |
| 43 | + |
| 44 | +#### Playbooks |
| 45 | + |
| 46 | +* Fixed an issue where users were unable to use the "Answer by Email" option when selecting the authorizer as a playbook input variable. |
| 47 | +* Fixed long text getting cropped in filter and conditions nodes preview. |
| 48 | + |
| 49 | +#### Rules |
| 50 | + |
| 51 | +* Resolved an issue where empty keys within nested list objects were not properly filtered during rule execution. This fix ensures accurate evaluation of `isnot` and `notcontains` conditions by excluding empty keys, resulting in improved data processing accuracy and rule performance. |
| 52 | + |
| 53 | +#### Incidents |
| 54 | + |
| 55 | +* Resolved data loading issue on incidents and triage listing tables. |
| 56 | +* Fixed issue related to user redirection to the logic page on session timeout. |
0 commit comments