Skip to content

Commit b5997f3

Browse files
committed
bump version to 1.7.0
1 parent 4bb2d1e commit b5997f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.7.x/Release Notes/v1.7.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
### WebSocket Header转发
7171

72-
* /sandboxes/{id}/proxy/{path:path} 接口支持header转发,所有客户端头部默认转发至上游服务,仅过滤 WebSocket 握手头(`sec-websocket-*`)、逐跳头(`connection``upgrade``transfer-encoding``content-length`)及 `host``origin` 头部做特殊处理 — 单独提取并作为 WebSocket origin 参数传入,VNC WebSocket 接口关闭该功能,避免超出 QEMU 的 4 KB 头部缓冲区限制([#865](https://github.com/alibaba/ROCK/pull/865))
72+
* `/sandboxes/{id}/proxy/{path:path}` 接口支持header转发,所有客户端头部默认转发至上游服务,仅过滤 WebSocket 握手头(`sec-websocket-*`)、逐跳头(`connection``upgrade``transfer-encoding``content-length`)及 `host``origin` 头部做特殊处理 — 单独提取并作为 WebSocket origin 参数传入,VNC WebSocket 接口关闭该功能,避免超出 QEMU 的 4 KB 头部缓冲区限制([#865](https://github.com/alibaba/ROCK/pull/865))
7373

7474

7575
---

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
authors = [{ name = "chatos@alibaba" }]
88
requires-python = "<4.0,>=3.10"
99
name = "rl-rock"
10-
version = "1.6.1"
10+
version = "1.7.0"
1111
description = "ROCK-Reinforcement Open Construction Kit"
1212
readme = "README.md"
1313
dependencies = [

0 commit comments

Comments
 (0)