> For the complete documentation index, see [llms.txt](https://docs.heisenware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heisenware.com/release-notes/v91-worth-it.md).

# v91 — Worth It

<div align="left"><figure><img src="/files/7wg1tUR8PTEyJlzvsBQg" alt=""><figcaption></figcaption></figure></div>

## Features

* Professional license and subscription management as well as self-service payment possibility (via Stripe integration)
* New multi-fields feature for [Timeseries Database](/app-builder/build-backend/function-explorer/storage/timeseries-database.md)
* App Builder performance tuning, especially when reloading the browser page
* Slimmed-down [Docker agent](/app-builder/build-backend/function-explorer/agents/docker-agent.md) capable of running on resource-limited edge devices and IoT gateways
* New `Duration` and `Interval` objects for [Javascript Modifier](/app-builder/build-backend/modifier.md#javascript-expressions)

## Fixes

* Widget transformation under zooming and extended page height works now
* Fixed wrong auto-page-switching after fresh deploy
* Fixed a race condition leading to zombie-subscriptions on the broker that led to performance issues
* Fixed CSS `z-index` issue leading to widgets overflowing the bottom navigation bar
* Fixed subscription losses on event-style functions when the underlying agent encountered network re-connects


---

# 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:

```
GET https://docs.heisenware.com/release-notes/v91-worth-it.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.
