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

# 11 月弃用通知

{% hint style="success" %}
对应的[官方文档地址](https://bitwarden.com/help/november-deprecation-notice/)
{% endhint %}

计划于 2022 年 11 月 16 日发布的下一个 Bitwarden (2022.11.0) 版本中，Bitwarden 服务器的 API 服务的两个端点将被弃用。被弃用的端点的功能将由身份验证服务中的端点接管。

曾被添加到服务器版本 1.46.0 中的端点，将由 2022.11.0 及更高版本的 Bitwarden 客户端作为新的端点使用。**这意味着运行 1.45.4 或更早版本的自托管服务器将与 2022.11.0 版本的客户端不兼容**。[了解如何检查您的服务器版本](/docs/security/software-development/versioning.md)。

我们建议在 2022.11.0 发布之前[更新您的自托管服务器](/docs/self-hosting/update-a-server.md)。如果由于任何原因您无法更新，请[联系我们](https://bitwarden.com/contact/)。

{% hint style="info" %}
由于网页密码库与服务器打包在一起，即使您不更新服务器，网页密码库也能继续正常运行。
{% 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://help.ppgg.in/docs/miscellaneous/november-deprecation-notice.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.
