Skip to content

gproxy v2.9.3

Choose a tag to compare

@LeenHawk LeenHawk released this 25 Aug 08:32

v2.9.3

Raises model data-plane payload limits to 100 MiB so large images and
streaming events are not rejected by the gateway's former small bounds.

将模型数据面的载荷限制提高到 100 MiB,避免大图片和大型流事件被网关原有的
较小边界拒绝。

English

Fixed

  • Large image and streaming payloads pass through the complete pipeline. The default SSE frame and pending-buffer limits, including downstream cost decoration, now allow up to 100 MiB instead of rejecting frames at the former 1–8 MiB bounds.

Changed

  • Data-plane byte limits are aligned at 100 MiB. HTTP request bodies, AWS EventStream frames, and captured HTTP bodies now share the same minimum ceiling.
  • Dependencies were refreshed. Updated Redis and supporting platform/Unicode crates to their latest compatible patch releases.

简体中文

修复

  • 大图片和大型流载荷可完整通过执行管线。 默认 SSE 单帧、待解析缓冲及下游费用装饰路径的限制均提高到 100 MiB,不再因原先 1–8 MiB 的边界拒绝事件。

变更

  • 数据面字节限制统一为 100 MiB。 HTTP 请求体、AWS EventStream 帧和 HTTP 捕获正文现在采用相同的最低上限。
  • 依赖维护更新。 Redis 及相关平台、Unicode 支持库已更新到最新兼容补丁版本。