Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: feilongproject/botpy

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

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

Toggle v1.1.1's commit message
fix: 解决并发消息请求出现的timeout问题

v1.1.0

Toggle v1.1.0's commit message
fix: 修复demo的格式

v1.0.9

Toggle v1.0.9's commit message

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 版本合入

v1.0.7

Toggle v1.0.7's commit message
doc: 增加默认的rst文件

v1.0.2

Toggle v1.0.2's commit message
docs: 增加事件监听文档的链接

v1.0.1

Toggle v1.0.1's commit message
docs: 修改命名

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: 增加消息按钮组件 (tencent-connect#69)

* feat: 增加消息按钮组件

* feat: 增加消息按钮组件

* feat: 增加消息按钮组件

* feat: 增加消息按钮组件

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: logging模块增加自由度(路径/格式) (tencent-connect#66)

* Update logging.py

* Update README.md

* Update README.md

* Update README.md

* Update README.md

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: 修复MESSAGE_CREATE和AT_MESSAGE_CREATE混淆的问题 (tencent-connect#61)

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