Skip to content

Commit

Permalink
2019-04-10 Mojo::Weixin v1.4.5
Browse files Browse the repository at this point in the history
1)修复微信聊天过程中遇到"对方正在输入"提示时,接收消息接口响应异常("Bad response start-line"),引起程序终止的严重bug
2)增加http请求发生前的debug日志,使得请求建连失败的也可以知道是什么请求
3)增加Openwx插件poll_api心跳请求debug日志
4)post_api接口返回json格式无效时给出原因提示
5)增加Anti 996ICU License
  • Loading branch information
hexsum committed Apr 10, 2019
1 parent 2a7e26d commit fea9c52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2019-04-10 Mojo::Weixin v1.4.5
1)修复微信聊天过程中遇到"对方正在输入"提示时,接收消息接口响应异常("Bad response start-line"),引起程序终止的严重bug
2)增加http请求发生前的debug日志,使得请求建连失败的也可以知道是什么请求
3)增加Openwx插件poll_api心跳请求debug日志
4)post_api接口返回json格式无效时给出原因提示
5)增加Anti 996ICU License

2019-04-08 Mojo::Weixin v1.4.4
1)Openwx插件增加post_message_filter参数来过滤上报的消息内容
2)文档细节完善
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mojo-Weixin v1.4.4 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin) [![API列表](https://img.shields.io/badge/doc-API%E5%88%97%E8%A1%A8-brightgreen.svg)](API.md) [![QQ群-498880156](https://img.shields.io/badge/QQ%E7%BE%A4-498880156-blue.svg)](http://jq.qq.com/?_wv=1027&k=kjVJzo) [![IRC](https://img.shields.io/badge/IRC-%E5%AE%98%E6%96%B9%E9%A2%91%E9%81%93-yellow.svg)](http://irc.perfi.wang/?channel=#Mojo-Webqq)
Mojo-Weixin v1.4.5 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin) [![API列表](https://img.shields.io/badge/doc-API%E5%88%97%E8%A1%A8-brightgreen.svg)](API.md) [![QQ群-498880156](https://img.shields.io/badge/QQ%E7%BE%A4-498880156-blue.svg)](http://jq.qq.com/?_wv=1027&k=kjVJzo) [![IRC](https://img.shields.io/badge/IRC-%E5%AE%98%E6%96%B9%E9%A2%91%E9%81%93-yellow.svg)](http://irc.perfi.wang/?channel=#Mojo-Webqq)
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
========================

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Weixin.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mojo::Weixin;
our $VERSION = '1.4.4';
our $VERSION = '1.4.5';
use Mojo::Weixin::Base 'Mojo::EventEmitter';
use Mojo::IOLoop;
use Mojo::Weixin::Log;
Expand Down

0 comments on commit fea9c52

Please sign in to comment.