> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.12.0 (2024年12月17日)

> 添加了官方SDK、元数据字段，并扩展了客户API，进行了小幅改进和错误修复。

## 新功能

* **官方 SDK**：为 **Node.js**、**Python** 和 **Go** 推出官方的 Dodo Payments SDK。有关详细信息，请参阅 [SDKs](/developer-resources/dodo-payments-sdks) 页面。
* **元数据字段**：为支付和订阅添加了 `Metadata` 字段，以存储附加信息。有关更多详情，请参阅 [Metadata](/api-reference/metadata) 页面。
* **客户 API**：扩展了客户 API，包括以下端点。现在您可以在支付和订阅中传递 `customer_id`，以防止客户重复：
  * **创建客户**：[/api-reference/customers/create-customer](/api-reference/customers/create-customer)
  * **更新客户**：[/api-reference/customers/patch-customer](/api-reference/customers/patch-customer)

## 小幅改进和错误修复

* 各种小修复和改进。
