---
title: Release Notes - Events Hub
description: Version updates, new features, improvements, and fixes.
documentId: events-hub-release-notes
locale: en-US
---

## April, 2024 

<Accordion title="1.13.0.0">

April 24, 2024

**Improvement**

- **Events Hub Authorization API**: only authorized publishers can send events to the Events Hub.
To authorize publishers, configure the authorization URLs.

<Callout type="IMPORTANT" title="IMPORTANT">
**Sensedia API Management v5 clients**: to obtain the authorization URL, import the [Events Hub Authorization API](/docs/events-hub/evh-api-authorization).
</Callout>

</Accordion>

<Accordion title="1.12.0.0">

April 16, 2024

**Improvement**

- **Validation of the digital signature key for subscriber registration**: when registering a subscriber on the **Security** screen, you need to validate a key to generate a digital signature.

    Previously, validating the key required accessing Postman and sending a `POST` request.

    Now, validation is done directly in the Events Hub without leaving the subscriber registration screen.  
    Simply enter the key in the `Key` field and click `VALIDATE KEY`.

    See the [Subscribers documentation](/docs/events-hub/subscribers#security) for more details.
</Accordion>

## January, 2024 

<Accordion title="1.11.0.0">

January 2, 2024

**Improvement**

- **Event Status**: when filtering by handlers on the **Event Status** screen, the `Publisher` and `Subscriber` fields now show only related results, making search refinement easier.
</Accordion>

## November, 2023 

<Accordion title="1.10.0.0">

November 3, 2023

**Improvements**

- **Status code**: when registering a subscriber, you define the status code considered successful for event delivery.  
Previously, only 200-family codes could be entered. Now, you can use `2xx` to cover the entire family.

     See more details in [Subscribers – topics](/docs/events-hub/subscribers#topics).

- **Sorting**: added the `Order by` filter on the **Handlers**, **Policies**, **Publishers**, and **Subscribers** screens.
Choose between creation date or alphabetical order.
By default, the most recent is displayed first.

![Order by](https://creative-ball-51b3fc85c0.media.strapiapp.com/order_by_c6fd8c1f7c.gif)

- **Import app**: moved the `Import from API Management` button to the publisher creation screen.
When clicking `+ Create Publisher`, choose between importing an app or registering manually.

![Import from API Management](https://creative-ball-51b3fc85c0.media.strapiapp.com/import_from_6a4ca49d1c.gif)
</Accordion>

## September, 2023

<Accordion title="1.9.0.0">

September 19, 2023

**New feature**

- You can now delete one or more events from the manual retry queue using the [DELETE SELECTED](/docs/events-hub/delivery-retry#manual-retry) button on the **Delivery Retry** screen.
</Accordion>

## August, 2023

<Accordion title="1.8.0.0">

August 28, 2023

**Improvement**

- Optimized the **Delivery Retry** functionality. Events in the manual delivery retry queue can now be automatically resent via the Event Status API.

  With this, you can implement automation to run delivery retries.

  To access it, go to Sensedia API Platform > API Design > API Catalog and search for "Event Status".

  Check out best practice suggestions for implementing this API in [automatic retry](/docs/events-hub/delivery-retry#automatic-retry).
</Accordion>

## December, 2022

<Accordion title="1.7.1.0">

December 22, 2022

**Bug fix**

- Adjusted the event preparation service so that, in topics with multiple subscribers, all receive events without sporadic failures.
</Accordion>

## August, 2022

<Accordion title="1.7.0.0">

August 31, 2022

**Frontend adjustments**

- Removed the `Encrypt Body` option from the `Subscriber URL` field.

**Performance**

- Improved execution and configuration layers for more efficient event handling.
</Accordion>

## July, 2022

<Accordion title="1.6.0.0">

July 20, 2022

**Performance**

- Improved the execution layer to optimize resource usage and overall performance.
</Accordion>

## June, 2022

<Accordion title="1.5.0.0">

June 29, 2022


**Security**

- Performed preventive maintenance on configuration and execution layers.
</Accordion>


<Accordion title="1.4.0.0">

June 13, 2022

**Bug fixes**

- Adjusted the **Delivery Retry** system to avoid blank queries when the system took too long to respond.
</Accordion>

## May, 2022

<Accordion title="1.3.0.0">

May 24, 2022

**Performance**

- Implemented a new method for automatic retries for better performance and reliability.

**Frontend adjustments**

- Fixed the “Event ID” label (previously displayed as “Subscriber ID”) in the **Event Status** details pop-up.
</Accordion>

## November, 2021

<Accordion title="1.2.1.1">

November 1, 2021

**Bug fix**

- Correction previously omitted in version 1.2.1.0 for redirecting users without access.
</Accordion>

## October, 2021

<Accordion title="1.2.1.0">

October 15, 2021

**Bug fixes**

- **Performance**

  - Fixed an error that prevented the first event from being published for new clients.

  - Fixed internal event consumption to avoid losses after registration failures.

- **JWT validation**

  - JWT interceptor now correctly sends the token to the authorization server.

- **Frontend adjustments**

  - Adjusted the **Event Status** screen pagination with time filters.

  - Fixed the save button for context changes with linked topics.

  - Corrected various texts across multiple screens.
</Accordion>

## August, 2021

<Accordion title="1.2.0.1">

August 2, 2021

**Bug Fix**

- Adjusted the API Event Server service to ensure delivery to all subscribers, even when multiple are registered to a topic.

  Previously, if all automatic retry attempts for the first subscriber occurred before the event was sent to the other subscribers, their processes could be cancelled, causing event loss.
  Now, all subscribers will receive the events.
</Accordion>

## April, 2021

<Accordion title="1.2.0.0">

April 28, 2021

The **Events Hub** has a new look! We've adopted a more intuitive and visually appealing look & feel.

Check out the updates in the [Events Hub 1.2.0.0 quick guide](/docs/events-hub/get-started).

**New features and improvements**

- **Contexts**: new page in the main menu. Contexts act as logical markers in the publication URL, allowing topic reuse in different scenarios.

- **Authorizations**: renamed from Auth Settings and now in the main menu. Define authorization endpoints by context.

- **Context enablement**:

  - When creating grouped topics in a handler, you must enable all contexts where the topic can be published.

  - When registering or editing a publisher, the user must define, among all contexts enabled for a topic, which contexts will be available to the publisher.
     This ensures the publisher can only send requests to the topic in contexts available to them.

  - When registering or editing a subscriber, the user must define, among all contexts enabled for a topic, which contexts will be available to the subscriber.
     This ensures the subscriber only receives requests from the topic in contexts available to them.

- **Random static token**: generate directly on the subscriber registration screen ([Security](/docs/events-hub/subscribers#security)).

- **Feedback**: added a feedback submission field in the product menu.
You can send a general feedback message or open a support ticket.
</Accordion>

## January, 2021

<Accordion title="1.1.1.1">

January 27, 2021

**Bug Fix**

- Adjusted automatic retries so that the configured number does not count the first attempt.
If the user configures 5 retries and the first attempt fails, the Events Hub will automatically try a maximum of 5 times.
</Accordion>

<Accordion title="1.1.1.0">

January 27, 2021

**New feature**

- New **Delivery Retry** page: resend failed deliveries only to selected subscribers.

**Improvement**

- The event list in **Event Status** now displays the event ID, number of subscribers, and retry history to facilitate manual retries.
</Accordion>
