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

# 发布说明

{% hint style="info" %}
查看我们较早的发布说明 [存档](/zh/docs/release-notes/cun-dang.md).
{% endhint %}

### 2026.06.23（最新）

![](/files/aac5107aa17e50d0bb9587b007ad0ceee742d2a2) ![](/files/70bb9370d06ef885d9724674ead306939ddc1b3f)

**新增 ✨**

* 验证 [缓存状态](https://docs.edgegap.com/zh/docs/pages/5e7e2169ca3822647d4607dfc1d3487ebcc0836c#id-3.-deployment-ready) 在仪表盘详情中一目了然地查看各个部署。
* 推出 [Unity SDK 配对组队 UI 示例](/zh/unity/pi-pei.md#group-up) - 与朋友一起排队。

**改进 💪**

* 为了保持仪表盘响应迅速，我们将归档部署历史限制为最近 60 天。

***

### 2026.06.17

![](/files/aac5107aa17e50d0bb9587b007ad0ceee742d2a2) ![](/files/2f1f99f2f39ad23f6b261b7e219343e777e74446)&#x20;

**新增 ✨**

* **增强的日志存储**：解锁日志分块、高级过滤、关键词高亮、简化的 S3 路径等功能。要开始使用，请通过以下方式创建新的日志存储： [仪表盘](https://app.edgegap.com/endpoint-storage-management/endpoint-storages/list) 或 [API](/zh/docs/api/ji-cheng.md#log-storage)，然后修改你的应用版本以挂载新的存储。
* 快速部署：使用侧边栏按钮 ➕ 更快地创建新部署。
* 通过仪表盘或 API 编辑应用版本的 vCPU 和 RAM 要求。
* 设置你最喜欢的应用版本，并通过以下方式加快测试： [部署表单](https://staging-app.edgegap.dev/deployment-management/deployments/create).

**改进 💪**

* 为 Matchmaker 和 Server Browser 仪表盘页面实现了卡片布局，并在一个新的 API 规范查看器旁一目了然地显示相关信息。
* 统一了部署详情中的图标，现在使用与部署表单相同的图标。

**已修复 ✔**

* 修复了 Matchmaker 和 Server Browser 启动期间与 DNS 相关的网络错误。
* 增加了防护，避免 Server Browser SDK 在没有变更时触发实例更新。
* 修复了 Server Browser SDK 实例更新中缺少槽位信息的问题。
* 补充了缺失的 `$` Server Browser SDK 查询参数中的前缀。
* 更正了 [Server Browser](/zh/unity/server-browser.md#custom-search) policy 环境变量名称。
* 在归档部署选项卡中补充了缺失的私有舰队筛选器。
* 现在从版本列表部署时会正确选择所选的应用版本。

***

### 2026.06.11

![](/files/70bb9370d06ef885d9724674ead306939ddc1b3f)

**新增 ✨**

* [Unity SDK](/zh/unity/developer-tools.md#software-development-kit) v3.2.2 为 Group Up 流程带来了完整的配对集成，以及各种 [可观察事件](/zh/unity/pi-pei.md#observe-events) 与 Groups 相关的新增内容。探索更新后的 [匹配](/zh/unity/pi-pei.md#simple-example) 以及全新的 [匹配](/zh/unity/pi-pei.md#region-picker) 以获取手动区域选择 UI 的灵感。敬请期待更多示例和即将推出的更新！

***

### 2026.06.01

![](/files/aac5107aa17e50d0bb9587b007ad0ceee742d2a2) ![](/files/9415db75b20b41f6fda0e304736e8ad0d73eb49b)

**新增 ✨**

* 使用我们的……测试部署 [新的向导式界面 ](https://app.edgegap.com/deployment-management/deployments/create)（现支持私有舰队）。
* 可在部署详情页面直接查看已分配资源。

**改进 💪**

* 统一了计费表单，便于更改计费详情。

**已修复 ✔**

* 修复了一个轻微的私有舰队主机固定问题。
* 修复了发布说明中的损坏链接。

***

### 2026.05.19

![](/files/aac5107aa17e50d0bb9587b007ad0ceee742d2a2)

**新增 ✨**

* 防止因内存耗尽或意外错误而自动重启的服务器丢失踪迹——配置 [进程重启策略](/zh/learn/bian-pai/application-and-versions.md#safety-guardrails) ，适用于你在仪表盘或通过 API 的应用版本。
* [配置计费提醒](https://app.edgegap.com/notifications) ，以便在按需费用超过自定义阈值时接收电子邮件。

**改进 💪**

* 改进了在以下位置邀请成员时的视觉提示： [设置页面](https://app.edgegap.com/user-settings?tab=organizations).

**已修复 ✔**

* 修复了 Server Browser 页面中创建扩缩策略部分的地图与删除弹窗重叠问题。


---

# 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.edgegap.com/zh/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.
