Aiotieba

Latest version: v4.4.9

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 20

3.3.2

新增特性

- 支持对楼中楼点赞

变化特性

3.3.1

新增特性

- `UserInfo_pc` 和 `UserInfo_c` 新增 `is_thread_author` 属性
- `get_statistics` 现在返回 `Statistics`
- `get_bawu_info` 现在返回 `BawuInfo`

bug修复

- 修复 `UserThread` 中碎片类型20未知的bug
- 修复 `__init_z_id` 中的代理异常

3.3.0

变化特性

- `Client` 初始化方法签名变更, `enable_ws` 变更为 `try_ws`
- websocket等待队列现在使用 `WeakValueDictionary` 实现
- 精简C扩展实现

3.2.2

bug修复

- 修复websocket等待队列泄漏的问题
- 修复 `get_unblock_appeals` 无法初始化 `Appeal` 的异常
- 修复了C扩展中的所有编译警告

3.2.1

变化特性

- 优化项目结构,将 `crypto` 从顶层命名空间中移除, `TbCore` 更名为 `Account`

3.2.0

新增特性

- 所有使用prorobuf序列化请求参数的接口现在都支持 `websocket` 模式,使用 `Client(enable_ws=True)` 以启用并优先使用 `websocket` 。 `websocket` 模式的优势是: `get_threads` 和 `get_posts` 的响应会使用 `gzip` 压缩;预期稳定性更好

变化特性

- 重新组织命名空间,这可能引入一些*Breaking Changes*:请使用 `aiotieba.typing` 编写类型提示,如 `tb.typing.Thread` ; `aiotieba.enums` 访问枚举变量,如 `tb.enums.ReqUInfo.BASIC` ; `aiotieba.exception` 访问异常信息,如 `tb.exception.exc_handlers` ; `aiotieba.core` 以使用核心参数容器,如 `tb.core.WsCore` 。现在保留在最高级包命名空间中的唯一一个类定义是 `Client`
- cookies流程不再兼容 `aiohttp<3.8.4` https://github.com/aio-libs/aiohttp/pull/6638

Page 7 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.