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

# 发行说明

{% hint style="success" %}
对应的[官方页面地址](https://docs.passwordless.dev/guide/releasenotes.html)
{% endhint %}

## 正式可用 <a href="#general-availability" id="general-availability"></a>

> \[**译者注**]：GA：General Availability（正式可用），是[软件版本周期](https://zh.wikipedia.org/zh-hans/Wikipedia:%E9%A6%96%E9%A1%B5)中的一个阶段。

Bitwarden 很荣幸地宣布 Passwordless.dev 正式可用！GA (General Availability) 的改进包括：

* 全新的[管理控制台](/admin-console.md)，帮助您快速开始实施 Passwordless、配置设置和监控用户。
* 对 [Javascript 客户端](/frontend/javascript.md)和 [API](/api.md) 的一系列更新。

{% hint style="warning" %}
**对于 Beta 版用户而言**，passwordless.dev 的 GA 版本包含了对 API 的重大更改，这些更改将发布到全新服务中。所有 Beta 版用户都应尽快注册 GA 服务，并对实施进行以下更改：

* 将现有的 API 密钥替换为新创建的密钥。
* 将 Beta 版服务 API URL 替换为 GA 版服务 URL。
* 根据文档更新您的[前端代码](/frontend/javascript.md)和[后端代码](/api.md)。

目前尚不支持从 Beta 版到 GA 版服务的数据迁移，但 Beta 版服务将在 GA 版发布后继续提供，以便您有时间进行手动迁移。
{% endhint %}


---

# 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://passwordless.ppgg.in/release-notes.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.
