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

# September 22

## <i class="fa-rocket">:rocket:</i> **Platform Improvements**

### **A clearer view of your Accounts**

The Accounts tab in Build has a more up to date look, and now includes filters for **account type**, **deprecation**, and **expiration status**. You can also see each account's expiration date and number of running pipelines directly in the list.

<a href="/documentation/development-cycle/build-overview/accounts.md" class="button primary">See the Accounts documentation</a>

<figure><img src="https://4091659634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE9x0KHkAmxzJGlYPs9aE%2Fuploads%2FDUgwJjJi1qhlcPx6R4rz%2FAccounts%20Redesign.png?alt=media&amp;token=293e75e1-8303-41f7-b9b8-9d91659a0483" alt=""><figcaption></figcaption></figure>

### **Search and filter your ZTNA routes**

You can now use the **search bar** to quickly find a ZTNA route by host, destination, or name, and **filter the list** by Environment, Edge Router Group, and Network Mapping Type (Standard or Inverse Flow). This makes it easier to find a specific route without scanning the whole list manually.

<a href="/documentation/connectivity-management/ztna/network-mapping-routes.md" class="button primary">See the Network Mapping documentation</a>

## <i class="fa-plug">:plug:</i> **Connectors & Triggers**

### **Configurable query timeout for Object Store**

You can now limit how long a Find, Find By Query, or Aggregate operation runs on the Object Store connector using the new **queryTimeoutMs** parameter, instead of relying on the connector's fixed connection timeout. The default stays at 295,000 milliseconds, and the value can only be lowered.

<a href="/documentation/connectors-and-triggers/connectors/structured-data/object-store.md" class="button primary">See the Object Store connector documentation</a>

## <i class="fa-books">:books:</i> **Documentation**

### **Docs Portal with a new look**

The documentation portal got a refresh, with a few changes to make it easier to navigate:

* Developer Guide is now the portal's **starting page**
* Troubleshooting and Licensing moved into a new **Usage & Support** section
* Other sections were reorganized for a clearer structure
* The Home page got a **fresh new introduction** to Digibee

Take a look at the new layout, and give the updated Home page a read.

<a href="/documentation/welcome-to-digibee-documentation.md" class="button primary">Visit the new homepage</a>

<figure><img src="https://4091659634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE9x0KHkAmxzJGlYPs9aE%2Fuploads%2FqiCrDiD0zlV4cbgPNKfC%2FNew%20Docs%20Portal%20-%20English.gif?alt=media&amp;token=c5135bb5-f4a3-4f54-95e9-1fcd657d47e1" alt=""><figcaption></figcaption></figure>

## <i class="fa-bugs">:bugs:</i> **Bug Fixes**

* **Buttons:** Fixed an issue where Save buttons across the platform would shrink instead of showing a loading spinner, for example in Settings, under Users and Roles.
* **Login:** Fixed missing loading feedback on some screens, including the realm field in the login page, which now display a loading state.
* **Execution Panel:** Fixed an issue where the Results tab could keep showing a previous test case's output instead of the latest run, even when no test case was selected.
* **Capsules:** Fixed an issue where some imported capsules displayed a broken icon image on the pipeline canvas.


---

# 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.digibee.com/documentation/release-notes/september-2026/september-22.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.
