Skip to content

Releases: anytls/anytls-go

v0.0.11

22 Sep 06:05

Choose a tag to compare

  • fix: revert stream.dieHook
  • feat: add pool debug

2025 年 9 月维护更新。主要明确 cmdFIN 与 Session / Stream 关闭的行为,修复一些可能导致卡住的问题。

v0.0.10

21 Sep 15:51

Choose a tag to compare

  • fix(session): call hook in closeLocally
  • feat(client): add listen http
  • feat(session): improve Close handling
  • chore(session): remove useless retries
  • feat(session): split write frame functions and add write timeout
  • chore: update golang version

2025 年 9 月维护更新。主要明确 cmdFIN 与 Session / Stream 关闭的行为,修复一些可能导致卡住的问题。

v0.0.8

09 Apr 01:35

Choose a tag to compare

  • Fix stream read error

v0.0.7

27 Mar 05:36

Choose a tag to compare

实现了协议版本 2,此次协议更新的主要目的是实现隧道堵塞问题处理和服务器状态反馈。兼容以前(只实现了协议版本 1)的服务器/客户端。

具体请看文档说明

v0.0.5

11 Mar 07:20

Choose a tag to compare

  • 更新默认的 PaddingScheme