> For the complete documentation index, see [llms.txt](https://docs.twtg.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twtg.io/docs/solidred-changelog/v4.md).

# v4

{% updates format="full" %}
{% update date="2026-04-21" tags="improvement,fix" %}

## 4.1.3

Performance update

<details>

<summary>Improved</summary>

* Fixed performance issues in the UI.
* Fixed issues with facets in the alarms table filter.

</details>

<a href="/spaces/VumlN9aGrAC0hE48fQHP" class="button primary">Documentation</a>
{% endupdate %}

{% update date="2026-04-21" tags="improvement,fix" %}

## 4.1.2

Performance update

#### Events Center

* 'Active Alarms' is changed to 'Alarms in View' and the number is affected by the filter selection.&#x20;

#### Entities Hierarchy

* Remove the click interaction on the alarm badges.&#x20;

<details>

<summary>Improved</summary>

* Improved UI load when a large number of alarms are present in the system

</details>

<a href="/spaces/VumlN9aGrAC0hE48fQHP" class="button primary">Documentation</a>
{% endupdate %}

{% update date="2026-04-10" tags="improvement,fix" %}

## 4.1.1

Performance improvements, bug fixes and support for TTN LNS.&#x20;

#### General

* Added support for The Things Industries LNS

<details>

<summary>Improved</summary>

* Improved overall system performance.&#x20;

</details>

<details>

<summary>Fixed</summary>

* Fixed an issue where the inactivity timeout attributes were not set when creating devices with the entity management node, causing activity alerts to trigger too soon.

</details>

<a href="/spaces/VumlN9aGrAC0hE48fQHP" class="button primary">Documentation</a>
{% endupdate %}

{% update date="2026-04-02" tags="feature" %}

## 4.1.0

<div align="left" data-with-frame="true"><figure><img src="/files/PHpUyTIWbenApV2qF8Nq" alt=""><figcaption></figcaption></figure></div>

#### General <a href="#general" id="general"></a>

* Added support for the following device types:
  * NEON Vibration Sensor - v4.1
  * NEON Steam Trap Sensor - v1
  * NEON Pressure Sensor/Gauge - v1
  * NEON Temperature Sensor - v1
* New UI and styling across all dashboards.
* Unit conversion introduced.
* Added support for KR-920 region.
* Added support for ThingPark Actility LNS

#### Events Center <a href="#events-center" id="events-center"></a>

* New feature, Events Center, introduced to display alarms. Further details in the [Events Center](https://app.gitbook.com/o/BnfwkG9AYbxpOoJSp5mB/s/VumlN9aGrAC0hE48fQHP/common-dashboards/events-center) section.

#### Entity management <a href="#entity-management" id="entity-management"></a>

* Plus button to add sites, assets and/or devices included at the top of the navigation panel.
* Field 'Parent asset' added to the device and asset management; with this, users can move entities in the asset hierarchy.
* Site management added.
* Import feature to add devices using the key files introduced.

<a href="/spaces/VumlN9aGrAC0hE48fQHP" class="button primary">Documentation</a>
{% endupdate %}
{% endupdates %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.twtg.io/docs/solidred-changelog/v4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
