Skip to content

Releases: wangluozhe/requests

Release v1.4.0

03 Mar 10:47
Compare
Choose a tag to compare
  1. 修复HTTP2的COMPRESSION_ERROR错误
  2. 修复KeyShare的4588使用正确的X25519MLKEM768
  3. Request的Body改为io.Reader类型
  4. export.go支持python发送bytes数据

Release v1.3.4

24 Feb 04:38
Compare
Choose a tag to compare
  1. 修复重复tls握手问题
  2. 修复header的writeSubset的exclude为nil
  3. 完善extensions末尾为41和21的GREASE位置
  4. 修复http2多个cookie对

Release v1.3.3

17 Feb 07:02
Compare
Choose a tag to compare
  1. http2的SETTINGS支持NO_RFC7540_PRIORITIES和UNKNOWN_SETTING修改

Release v1.3.2

15 Feb 15:07
Compare
Choose a tag to compare
  1. 修复第二次重写tls失败问题

Release v1.3.1

15 Feb 15:06
Compare
Choose a tag to compare
  1. 增加锁机制解决线程安全问题
  2. 修复export.go的session连接池问题
  3. 解决KeyShare没有被重写的问题
  4. 修复非第一次TLS_GREASE报错tls: unexpected message

Release v1.3.0

15 Feb 15:06
Compare
Choose a tag to compare
  1. 完善AppleWebKit的TLSGREASEExtension的位置
  2. KeyShare的Curve增加X25519Kyber768Draft00、X25519Kyber512Draft00、X25519Kyber768Draft00Old、P256Kyber768Draft00
  3. 重写底层net/http
  4. 全部依赖net/http的连接池缓存机制,不会存在内存泄漏问题(net/http本身存在除外)
  5. 支持ja3、ja4、http2、TLS的指纹修改
  6. 支持有序headers和大小写headers
  7. 默认进行http2请求,将不再支持强制http1请求

Release v1.2.4

10 Jan 03:07
Compare
Choose a tag to compare
  1. 修复buildResponse直接报错问题
  2. 修复dll二进制数据传输被编码问题

v1.2.3

21 Dec 13:11
Compare
Choose a tag to compare
  1. 完善export给python引用

Release v1.2.2

20 Dec 08:14
Compare
Choose a tag to compare
  1. ja3支持65037扩展

Release v1.2.1

14 Dec 10:29
Compare
Choose a tag to compare
  1. 修复http1的headers存在PHeaderOrderKey字段问题