From e8a7879380dc88cf821b289288cfbe90a667769b Mon Sep 17 00:00:00 2001 From: adderall-prozac Date: Thu, 29 Feb 2024 16:58:44 +0900 Subject: [PATCH 1/3] Clarified SBE support --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2cf859..10f54604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,9 @@ The SPOT WebSocket API can now support SBE on [SPOT Testnet](https://testnet.bin The SBE schema has been updated with WebSocket API metadata without incrementing either `schemaId` or `version`. -Users using only the REST API may continue to use the SBE schema with git commit hash [`128b94b2591944a536ae427626b795000100cf1d`](https://github.com/binance/binance-spot-api-docs/blob/128b94b2591944a536ae427626b795000100cf1d/sbe/schemas/spot_1_0.xml) or update to the newly-committed SBE schema. +Users using SBE only on the REST API may continue to use the SBE schema with git commit hash [`128b94b2591944a536ae427626b795000100cf1d`](https://github.com/binance/binance-spot-api-docs/blob/128b94b2591944a536ae427626b795000100cf1d/sbe/schemas/spot_1_0.xml) or update to the newly-published SBE schema. -Users who want to use the WebSocket API must use the [newly-committed SBE schema](https://github.com/binance/binance-spot-api-docs/blob/becd4d44a09d94821d2dc761ba9197aae8b495c3/sbe/schemas/spot_1_0.xml). +Users who want to use SBE on the WebSocket API must use the [newly-published SBE schema](https://github.com/binance/binance-spot-api-docs/blob/becd4d44a09d94821d2dc761ba9197aae8b495c3/sbe/schemas/spot_1_0.xml). The [FAQ](./faqs/sbe_faq.md) for SBE has been updated. From 3ef9267ecdfe06d2213cacf5b555b17c80164a42 Mon Sep 17 00:00:00 2001 From: adderall-prozac Date: Thu, 29 Feb 2024 17:22:30 +0900 Subject: [PATCH 2/3] Updated CN --- CHANGELOG_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 2018347e..460c6543 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -18,9 +18,9 @@ SBE 模式已经更新了 WebSocket API 元数据,但并没有增加 `schemaId` 或者 `version`。 -* 仅使用 REST API 的用户可以继续使用带有 git 提交哈希[`128b94b2591944a536ae427626b795000100cf1d`](https://github.com/binance/binance-spot-api-docs/commit/128b94b2591944a536ae427626b795000100cf1d/sbe/schemas/spot_1_0.xml)的SBE模式,或者更新到新提交的SBE模式。 +仅在 REST API 上使用 SBE 的用户可以继续使用 SBE 模式 [`128b94b2591944a536ae427626b795000100cf1d`](https://github.com/binance/binance-spot-api-docs/blob/128b94b2591944a536ae427626b795000100cf1d/sbe/schemas/spot_1_0.xml),或者更新到新提交的 SBE 模式。 -* 希望使用 WebSocket API 的用户,需要更新到最新的 SBE 模式,git 提交哈希 [`becd4d44a09d94821d2dc761ba9197aae8b495c3`](https://github.com/binance/binance-spot-api-docs/blob/becd4d44a09d94821d2dc761ba9197aae8b495c3/sbe/schemas/spot_1_0.xml)。 +* 希望在 WebSocket API 上使用 SBE 的用户,需要更新到[最新的 SBE 模式](https://github.com/binance/binance-spot-api-docs/blob/becd4d44a09d94821d2dc761ba9197aae8b495c3/sbe/schemas/spot_1_0.xml)。 SBE 的 [FAQ](./faqs/sbe_faq_cn.md) 已经更新。 From 0ef1b4a00ba4d60f026e294edd5e5e305dcbd7fc Mon Sep 17 00:00:00 2001 From: adderall-prozac Date: Thu, 29 Feb 2024 17:35:47 +0900 Subject: [PATCH 3/3] Fixed bullet point --- CHANGELOG_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 460c6543..30ce8205 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -18,7 +18,7 @@ SBE 模式已经更新了 WebSocket API 元数据,但并没有增加 `schemaId` 或者 `version`。 -仅在 REST API 上使用 SBE 的用户可以继续使用 SBE 模式 [`128b94b2591944a536ae427626b795000100cf1d`](https://github.com/binance/binance-spot-api-docs/blob/128b94b2591944a536ae427626b795000100cf1d/sbe/schemas/spot_1_0.xml),或者更新到新提交的 SBE 模式。 +* 仅在 REST API 上使用 SBE 的用户可以继续使用 SBE 模式 [`128b94b2591944a536ae427626b795000100cf1d`](https://github.com/binance/binance-spot-api-docs/blob/128b94b2591944a536ae427626b795000100cf1d/sbe/schemas/spot_1_0.xml),或者更新到新提交的 SBE 模式。 * 希望在 WebSocket API 上使用 SBE 的用户,需要更新到[最新的 SBE 模式](https://github.com/binance/binance-spot-api-docs/blob/becd4d44a09d94821d2dc761ba9197aae8b495c3/sbe/schemas/spot_1_0.xml)。