Skip to content

Tags: tencent-connect/botpy

Tags

v1.2.1

fix: msg_seq类型错误

v1.2.0

feat: 更新群/C2C管理事件demo, 删除过时demo

v1.1.6

feat: 发送单聊和群聊的请求时可以使用msg_seq参数

v1.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: 修复群接口问题 (#159)

fix: 修复群接口问题

v1.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: 修复Demo示例 (#157)

fix: 修复Demo示例

v1.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: 更新鉴权方式,并增加群和好友发消息接口。 (#156)

* feat: 更新鉴权方式,并增加群和好友发送消息、富媒体消息接口
1. 更新鉴权方式:采用appid + 密钥
2. 增加群和好友发送消息(包括富媒体消息) 接口。
3. 修复发现的缩进问题

v1.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: 新增开放论坛事件和进出音视频/直播子频道事件的数据构建以及补充相关示例和文档说明 (#122)

* refactor: 优化上次更新中,http的双重not问题
feat: 新增用户可直接通过print或log获取dict类型的事件结构

* fix: 修复DirectMessage中reply参数错误

* feat: 加入__del__控制aiohttp出现unclosed client session的问题

* feat: 调度事件日志等级调整

* fix: 重写FormData的_gen_form_data方法,以避免重试时由于已process过一次而导致的Form data has been processed already错误

* feat: 为BotHttp增加__del__方法避免出现unclosed client session的问题

* feat: ...补充

* fix: 修复RuntimeWarning问题

* fix: 改善already running的问题

* fix: 进一步改善unclosed client session的问题

* fix: http重新设置client session时调用close

* fix: 优化Cannot write to closing transport

* feat: 私信加入attachments字段

* fix: http去除超时重试,避免出现多次请求(特指因为重试而连续发送相同消息)的问题
fix: http的_handle_response中raise加入from None避免出现重试下的连锁错误(During handling of the above exception, another exception occurred)

* feat: 新增403状态码ForbiddenError

* feat: 新增开放论坛事件和进出音视频/直播子频道事件的数据构建以及补充相关示例和文档说明

Co-authored-by: GLGDLY <[email protected]>
Co-authored-by: GLGDLY <[email protected]>

v1.1.1

fix: 解决并发消息请求出现的timeout问题

v1.1.0

fix: 修复demo的格式

v1.0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: botpy 1.0 版本合入

feat: botpy 1.0 版本合入