---
title: "August 12 - 16, 2024"
slug: "august-12-16-2024"
description: "Release note for August 12-16, 2024"
updated: 2025-01-24T12:51:13Z
published: 2025-01-24T12:51:13Z
canonical: "docs.voiso.com/august-12-16-2024"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voiso.com/llms.txt
> Use this file to discover all available pages before exploring further.

# August 12 - 16, 2024

## New in this release

### Webhooks

#### Webhooks configuration

The following events have been added to the **[Webhooks](/v1/docs/webhooks)** feature:

- `outbound.call.ended`
- `inbound.call.ended`
- `dialer.call.ended`

#### Call webhooks

The following call webhooks have been added:

- `outbound.call.answered`
- `outbound.call.hangup`
- `outbound.call.ended`
- `inbound.call.answered`
- `inbound.call.hangup`
- `inbound.call.ended`
- `dialer.call.answered`
- `dialer.call.hangup`
- `dialer.call.ended`

Related articles:

- [Webhooks overview](https://developers.voiso.com/reference/webhooks-overview)
- [Outbound call events](https://developers.voiso.com/reference/outbound-call-events)
- [Inbound call events](https://developers.voiso.com/reference/inbound-call-events)
- [Dialer call events](https://developers.voiso.com/reference/dialer-call-events)

#### Digital interaction webhooks

The following digital channels interaction webhooks have been added:

- `message.received`
- `conversation.ended`

Related articles:

- [Webhooks overview](https://developers.voiso.com/reference/webhooks-overview)
- [Digital interaction events](https://developers.voiso.com/reference/digital-interaction-events)

## Improvements

### Other improvements

#### Users API

The **Users** API has been modified to no longer support the `filter[&lt;parameter&gt;]=&lt;value&gt;` structure. It now uses `&lt;parameter&gt;=&lt;value&gt;` alone in the request.

Related articles:

- [Users](https://developers.voiso.com/reference/users-overview)

#### Raw Data Streaming to AWS SQS

The following events have been added to the **[Raw Data Streaming to Amazon SQS settings](/v1/docs/administration-system-settings#raw-data-streaming-to-amazon-sqs-settings)**:

- inbound.call.ended
- outbound.call.ended
- dialer.call.ended

Refer to the Developer Portal for details: [Raw data streaming to SQS](https://developers.voiso.com/reference/raw-data-streaming-to-sqs)
