Skip to content

Releases: splunk-soar-connectors/googleworkspaceforgmail

2.8.1

10 Nov 23:37

Choose a tag to compare

2.8.1 (2025-11-10)

Bug Fixes

  • removing python magic from requirements.txt file (a4c1f0c)
  • Upgrade cachetools and google_api_python_client to maintain compatibility with google-auth (ea9f40a)

2.8.0

22 Sep 08:49

Choose a tag to compare

2.8.0 (2025-09-22)

Features

  • PSAAS-25497 - improved errors handling by passing expected strings, instead of exception objects (24f6d03)
  • PSAAS-25497 - updated release notes (796cee0)

2.7.0

15 Apr 18:50

Choose a tag to compare

2.7.0 (2025-04-15)

Features

  • download email feature in get email action (6716ecb)

2.6.0

23 Dec 09:10
1525340

Choose a tag to compare

  • Fixed the issue of missing email ingestion during scheduled 'on poll' for 'latest first' type ingestion. [PAPP-33514]

2.5.6

24 Sep 16:28
c88c155

Choose a tag to compare

  • [PAPP-34366] GSuite for Gmail improvements.
    • New send_email action with support for attachments, plain text and html bodies and send-as alias.
    • New get_user action
    • Added a default_format dropdown in the apps configuration for the get_email action.
    • In the app configuration users can specify whether they want to ingest emails using ASCII or UTF-8 when polling.
    • Users can specfiy an auto-reply and forwarding address in the asset configuration page.

2.5.4

12 Jun 00:44

Choose a tag to compare

  • Remove unnecessary debug logging [PAPP-34119]

2.5.3

08 Apr 07:05
ee34a49

Choose a tag to compare

  • [PAPP-33478] Multipart message parsing improvement.
    • Implemented parsing nested attachments.
    • Fixed email attachments overriding main email metadata.
    • Added extract_nested action, which creates artifacts from attachments from nested email attachments. Works only when extract_attachments is set to true.

2.5.2

02 Apr 22:34
6134570

Choose a tag to compare

  • Updated certifi, requests, urllib3 dependencies in order to use platform packages [PAPP-31096, PAPP-30822, PAPP-33451]

2.5.1

18 Mar 10:22
3abec13

Choose a tag to compare

  • Fixed downloading message/ attachment types [PAPP-33372]

2.5.0

06 Jun 13:14
cf88b67

Choose a tag to compare

  • Bug fix for removing temp dir [PAPP-30431]