diff --git a/blog-csoar/2025-02-06-application-update.md b/blog-csoar/2025-02-06-application-update.md index 34e87058be..9fb940b90a 100644 --- a/blog-csoar/2025-02-06-application-update.md +++ b/blog-csoar/2025-02-06-application-update.md @@ -11,6 +11,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ## January release +Following are the updates made in January. + ### Changes and Enhancements #### Platform diff --git a/blog-csoar/2025-02-24-application-update.md b/blog-csoar/2025-02-24-application-update.md index b48927edb5..76942e26af 100644 --- a/blog-csoar/2025-02-24-application-update.md +++ b/blog-csoar/2025-02-24-application-update.md @@ -11,6 +11,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ## February release +Following are the updates made in February. + ### Changes and Enhancements #### Platform diff --git a/blog-csoar/2025-04-21-content.md b/blog-csoar/2025-04-21-content.md index e87544d2b6..7b2ba25c0b 100644 --- a/blog-csoar/2025-04-21-content.md +++ b/blog-csoar/2025-04-21-content.md @@ -12,6 +12,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ## March and April releases +Following are the updates made in March and April. + ### Changes and enhancements #### Integrations diff --git a/blog-csoar/2025-06-03-application-update.md b/blog-csoar/2025-06-03-application-update.md index 9ed662ebc0..cb53f96da2 100644 --- a/blog-csoar/2025-06-03-application-update.md +++ b/blog-csoar/2025-06-03-application-update.md @@ -12,6 +12,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ## May release +Following are the updates made in May. + ### Changes and enhancements #### New feature: Enable/disable playbooks diff --git a/blog-csoar/2025-09-04-applicaton-update.md b/blog-csoar/2025-09-04-applicaton-update.md index 42a130c0ba..230fecc5d9 100644 --- a/blog-csoar/2025-09-04-applicaton-update.md +++ b/blog-csoar/2025-09-04-applicaton-update.md @@ -12,6 +12,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ## August release +Following are the updates made in August. + ### Changes and enhancements #### Platform diff --git a/blog-csoar/2025-10-01-application-update.md b/blog-csoar/2025-10-01-application-update.md new file mode 100644 index 0000000000..46e5ead060 --- /dev/null +++ b/blog-csoar/2025-10-01-application-update.md @@ -0,0 +1,42 @@ +--- +title: October 1, 2025 - Application Update +hide_table_of_contents: true +image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082 +keywords: + - automation service + - cloud soar + - soar +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + +## September release + +Following are the updates made in September. + +### Changes and enhancements + +#### Playbooks + +- Enhanced playbook node results UI with intuitive action buttons and detailed node information and execution details. +- Added the ability to test nodes in playbooks. [Learn more](/release-notes-csoar/2025/09/10/application-update/). + +#### Integrations + +- Added new integration: [Microsoft EWS (Graph)](/docs/platform-services/automation-service/app-central/integrations/microsoft-ews-graph/). +- Added IAM support for the following AWS integrations: +[AWS Athena](/docs/platform-services/automation-service/app-central/integrations/aws-athena/), [AWS CloudFront](/docs/platform-services/automation-service/app-central/integrations/aws-cloudfront/), [AWS CloudTrail](/docs/platform-services/automation-service/app-central/integrations/aws-cloudtrail/), [AWS EC2](/docs/platform-services/automation-service/app-central/integrations/aws-ec2/), [AWS Inspector](/docs/platform-services/automation-service/app-central/integrations/aws-inspector/), [AWS Private Certificate Authority](/docs/platform-services/automation-service/app-central/integrations/aws-private-certificate-authority/), [AWS Route 53](/docs/platform-services/automation-service/app-central/integrations/aws-route53/), [AWS S3](/docs/platform-services/automation-service/app-central/integrations/aws-s3/), [AWS Simple Notification Service](/docs/platform-services/automation-service/app-central/integrations/aws-simple-notification-service/), [AWS SQS](/docs/platform-services/automation-service/app-central/integrations/aws-sqs/) + +### Bug Fixes + +#### Playbooks + +- Fixed issue where multiple outputs of iterations of the same node are not shown separately in list view on the playbook execution page. +- Improved error handling with a toast message while attempting to clone a playbook with a duplicate name. +- Added line numbers to the Input field on the Start Node for easier error tracking in JSON parsing. + +#### Integrations + +- Action [Issues Jira Daemon] - Added new deamon action in the [Atlassian Jira Cloud](/docs/platform-services/automation-service/app-central/integrations/atlassian-jira-cloud/) integration. +- Integration [Zscaler] - Updated the exception handling for better error messages in all the actions and integration file for the [Zscaler](/docs/platform-services/automation-service/app-central/integrations/zscaler/) integration. +- Action [Splunk Alerts Daemon] - Improved timezone handling in alert queries and improved URL encoding to handle reserved characters in the [Splunk](/docs/platform-services/automation-service/app-central/integrations/splunk/) Integration. \ No newline at end of file