# Release Notes

{% hint style="info" %}
View older Release Notes in our [Archive](/docs/release-notes/archive.md).
{% endhint %}

### 2026.04.14 (Latest)

**New ✨**

* Manage your Scaling Policies now directly in Server Browser dashboard.
* View CPU throttling metrics in deployment history metrics to help identify applications with insufficient CPU allocation or code-related CPU spikes.
* [Billing page](https://app.edgegap.com/user-settings?tab=invoices) now shows a detailed breakdown of your usage and auto-renewals.

### 2026.03.30

**New ✨**

* Deployment wizard in dashboard now uses user IP by default, and allows customization.

**Improvements 💪**

* Improved self-healing capabilities for private fleet hosts to ensure high availability.
* Updated Server Browser example configurations on the dashboard to use the latest version.
* Updated Matchmaker example configurations on the dashboard to use the latest version.
* Updated Clusters to a newer Kubernetes version with no action required on your end.
* Updated Fishnet sample application when creating a new version in the dashboard.

**Fixed ✔**

* Fixed private fleet host status icons not displaying in dashboard.
* Fixed filtering by tags in dashboard deployments table.
* Fixed link rendering in dashboard release notes.
* Fixed missing translations in dashboard.

### 2026.03.25

**New ✨**

* Filter deployments by private fleet name with [the API](/learn/orchestration/deployments.md#filter-deployments) and [dashboard](https://app.edgegap.com/deployment-management/deployments/list).

**Improvements 💪**

* Deployment tags now allow up to 40 characters, enabling tagging with UUIDs.

**Fixed ✔**

* Fixed the dashboard invoice list showing current month instead of the previous month.

### 2026.03.18

**New ✨**

* [🚀 Automated Scaling for Server Browser](/learn/server-browser.md#configuration) - Configure fixed capacity or pre-warm standby servers regionally with simple yet powerful query syntax. Includes support for [Private Fleets](/learn/orchestration/private-fleets.md) and  [Cloud](/learn/orchestration/deployments.md#match-bound) deployments, with new examples for various genres!

**Improvements 💪**

* Improved deployment list hover state for actions copy ID and go to app version.

**Fixed ✔**

* Fixed a bug where IPv6 user locations weren't resolved properly. Note that IPv6 is less reliable for pinpointing player location.
* [Get Locations API ](/docs/api/dedicated-servers.md#get-v1-locations) `administrative_division` field will now always return a string value. When the information is not available (provider limitations), this API will return an empty string.
* Fixed the Registry Artifacts dashboard page returning a 404 error.

### 2026.03.11

**New ✨**

* Access relevant documentation directly from dashboard using our new widget.
* View release notes and new feature announcements directly in dashboard home page.
* Copy outputs now with a single click in our [Unreal Engine](/unreal-engine.md) docker extension.

**Fixed ✔**

* Fixed a bug where caching remained active when an application was disabled.
* Fixed a bug where using secret environment variables with non-ASCII characters would return an error when creating a deployment.
* Fixed a bug where credits balance wasn't updating to reflect used or expired credit grants.


---

# Agent Instructions: 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.edgegap.com/docs/release-notes.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.
