Releases: splunk-soar-connectors/msgraphforoffice365
Releases · splunk-soar-connectors/msgraphforoffice365
4.0.0
3.1.1
- Added 'get mailbox messages' action to retrieve emails from a user's mailbox in an advanced manner. Supporting bulk messages date filtering, pagination, attachment downloads, EML file extraction, and ingestion.
3.0.1
- added the 'update email' action [PAPP-34617]
- added 'resolve name', 'unblock sender' and 'block sender' actions [PAPP-34619]
3.0.0
- Removed 'group id' parameter from 'list group members' action
- Added two new parameters 'method' and 'identificator' in 'list group members' action to list group members by group id or group e-mail
- Fix for authentication token expire issue
2.8.0
- Added three new actions: send email, list rules and get rule
- Bug fix for the extraction of custom email headers [PAPP-26852]
- Fixed URL extraction issues [PAPP-27955]
- Added 'raw_email' field in container data [PAPP-28338]
- Bug fix for better handling of NULL values [PAPP-29842]
- Added 'extract_eml' configuration parameter to add root email to vault [PAPP-31038]
- Escaped few special characters from the file name [PAPP-31058]
- Updated app documentation
- Removed django and requests dependencies in order to use platform packages [PAPP-31087, PAPP-31082, PAPP-31096, PAPP-30822]
2.7.1
- Added the 'delete event' action
- Added 'download email' parameter in the 'get email' action
- Updated the 'get email' action to provide event related information
- Added 'retry_count' and 'retry_wait_time' asset configuration parameters to implement retry mechanism [PAPP-25674]
- Updated the asset configuration parameter name [PAPP-26294]
2.7.0
- Added the 'delete event' action
- Added 'download email' parameter in the 'get email' action
- Updated the 'get email' action to provide event related information
- Added 'retry_count' and 'retry_wait_time' asset configuration parameters to implement retry mechanism [PAPP-25674]
- Updated the asset configuration parameter name [PAPP-26294]
2.6.0
- Added support to ingest 'item attachment' as an EML file for the 'get email' action [PAPP-25609]
- Feature enhancement for the 'on poll' action [PAPP-25609]
- Added new asset configuration parameter to ingest the EML file for item attachments
- Added support to process all types of 'item attachment' and create the required artifacts
- Bug fix for the extraction of attachment having long filename
- Added the 'list group members' action
- Introduced encryption for the sensitive values stored in the state file
2.5.3
- Fixed authentication bug with Admin Consent where actions would still fail even after successful Test Connectivity [PAPP-25448]
- ingest_manner is no longer a required asset parameter to fix a bug with validation where all actions would fail after upgrading to v2.5.0 [PAPP-25731]
2.5.0
- Added paginator in On Poll Action [PAPP-24562]
- Fixed a bug in the 'folder' config parameter [PAPP-24524]
- Added a new config parameter 'get_folder_id' to support folder name as well as folder_id in the 'folder' config parameter [PAPP-24565]
- Added validation for the extraction of URL artifacts [PAPP-24517]
- Fixed a bug for the extraction of the URL value from the image src attribute [PAPP-24801]
- Added deduplication logic for handling duplicate emails while ingestion [PAPP-24525]
- Fixed an issue for hash extraction while ingesting email [PAPP-25014]
- Added ability to configure ingestion order [PAPP-24564]
- Bug Fixes in On Poll Action [PAPP-25012, PAPP-25013, PAPP-25015, PAPP-25016, PAPP-24561, PAPP-24563, PAPP-25084, PAPP-25295]
- Fixed On Poll issue where playbooks were triggered twice when an email was an attachment [PAPP-25011]
- Updated app documentation [PAPP-24248]
- Compatibility changes for Python 3 support