Skip to content

v4.2.0

Compare
Choose a tag to compare
@lumina37 lumina37 released this 08 Mar 02:56
· 237 commits to master since this release
797430c

新增特性

  • 新增get_forum接口。较get_forum_detail更强大,可获取贴吧二级分类和主题帖数
  • get_forum_detail新增对贴吧一级分类的解析,由Forum_detail.category表示
  • 新增get_rank_forums接口,可通过贴吧名获取同个二级分类下其他吧的签到人数排名
  • 新增__get_selfinfo_moindex接口,可获取较__login更丰富的个人信息
  • 引入orjson可选依赖,以加快json解析速度

变化特性

  • search_post接口参数query_type更名为search_type,类型由魔法int变更为enums.SearchType以明确语义
  • 优化get_self_info函数。当需要获取全部信息时使用/c/u/user/profile接口
  • 放宽对lxml pycryptodome的版本约束
  • 测试使用的pytest版本更新至8.x
  • 优化读缓冲区尺寸

bug修复

  • 修复了IntResponseBoolResponse不在repr中打印自身值的bug