# v3.178.0

These are the release notes for version v3.178.0 of Falcon Onum.

### :up: Amazon S3 Listener updated

The **Amazon S3** Listener has been updated to v3.0.0!

You can now enable a temporary external access enabling the **Assume Role** option. `AssumeRole` is an AWS STS (Security Token Service) action that allows an entity (user, service, or application) to temporarily assume an IAM role and obtain short-lived credentials.

Learn more about the **Amazon S3** Listener in [this article](/the-workspace/listeners/listener-integrations/collect-data-from-aws-products/collect-data-from-amazon-s3.md).

### :up: Amazon S3 Data sink updated

The **Amazon S3** Data sink has been updated to v2.1.0!

You can now enable a temporary external access enabling the **Assume Role** option. `AssumeRole` is an AWS STS (Security Token Service) action that allows an entity (user, service, or application) to temporarily assume an IAM role and obtain short-lived credentials.

Learn more about the **Amazon S3** Data sink in [this article](/the-workspace/data-sinks/data-sink-integrations/send-data-to-aws-products/send-data-to-amazon-s3.md).

### :up: Amazon SQS Listener updated

The **Amazon SQS** Listener has been updated to v1.0.0!

Users can now choose between **Auto** authentication (IAM role attached to the host) or **Manual** authentication (explicit AWS credentials), providing flexibility based on deployment environment. When automatic authentication is unavailable, users can authenticate by providing an **AWS Access Key ID** and **Secret Access Key** directly.

Besides, users can now assume an IAM role at runtime by configuring the **Assume Role** parameter. This is particularly useful for cross-account access or environments with restricted permission boundaries.

Learn more about the **Amazon SQS** Listener in [this article](/the-workspace/listeners/listener-integrations/collect-data-from-aws-products/collect-data-from-amazon-sqs.md).

### :tools: Fixes

* **\[Pipelines]** Fixed an error that made some Actions disappear when moved in a running Pipeline.
* **\[Listeners]** Fixed an error that did not allow users to add tags to Listeners in the **Configuration** view.
* **\[Actions]** We've fixed some visual layout issues in the **Output** section and checkbox alignment in the **Parser** Action.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.onum.com/release-notes/v.3-release-notes/v3.178.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
