# v3.81.0

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

### :new: Perform operations on your timestamps

We've added a new **Date Operations** Action that allows users to perform a list of operations on date fields:

* **Add duration** - Adds a duration to a timestamp.
* **Subtract duration** - Subtracts a duration from a timestamp.
* **Timestamp difference** - Calculates the difference between two timestamps.

<figure><picture><source srcset="/files/QRsuiNCXf18qOFb2jh9m" media="(prefers-color-scheme: dark)"><img src="/files/AmuofD7vJjrV1z221mrj" alt=""></picture><figcaption></figcaption></figure>

Learn more in [this article](/the-workspace/pipelines/actions/transformation/date-operations.md).

### :up: Updated Listeners, Data Sinks & Actions

Check out all the updates here:

<table><thead><tr><th width="239.59765625">Product</th><th width="139.828125">New version</th><th>Updates</th></tr></thead><tbody><tr><td><a href="/spaces/kxZeV4nlXcIAjMGZxzLI/pages/VjzHpXKPWB86bE028vTs">HTTP Pull Listener</a></td><td><strong>v0.0.6</strong></td><td><ul><li>Duplicated query parameter keys are now allowed.</li><li>BloodHound authentication is now supported.</li></ul></td></tr><tr><td><a href="/spaces/kxZeV4nlXcIAjMGZxzLI/pages/gtMpZ8VD92aaZHQZMBVZ">Office 365 Listener</a></td><td><strong>v1.0.0</strong></td><td><ul><li>We have added structured error handling for Office 365 API responses.</li></ul></td></tr><tr><td><a href="/spaces/kxZeV4nlXcIAjMGZxzLI/pages/bEzNdDj7xRBdPocrD3pa">Amazon Kinesis Data Stream Listener</a></td><td><strong>v1.0.0</strong></td><td><ul><li>We have added <code>assume role</code> capabilities.</li></ul></td></tr><tr><td><a href="/spaces/kxZeV4nlXcIAjMGZxzLI/pages/HXj0cX3hwC3nzeQBQbFx">Google Pub/Sub Data Sink</a></td><td><strong>v1.1.1</strong></td><td><ul><li>Resolved an issue where counting <em>bytes out</em> resulted in an error during bulk mode operations.</li></ul></td></tr><tr><td><a href="/spaces/kxZeV4nlXcIAjMGZxzLI/pages/djEUy8L5JXBNkdkWHpeD">Amazon Kinesis Data Stream Data Sink</a></td><td><strong>v1.0.0</strong></td><td><ul><li>We have added <code>assume role</code> capabilities.</li></ul></td></tr></tbody></table>

### :tools: Fixes

* **\[Pipelines]** Fixed notification errors in Pipelines that lacked a Listener.
* **\[Actions]** Resolved color scheme issues in Actions.


---

# 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.81.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.
