Releases: Eric-Guo/wechat
Releases · Eric-Guo/wechat
v0.8.7
- Support new wxa_get_wxacode API for miniapp.
- Add InvalidCredentialError, support audio/amr, voice/speex as file and text/plain as json. by @acenqiu #184
v0.8.6
- Support Rails 5.1 officially.
- make sure the formfile can be created outside. by @mechiland #181
v0.8.5
- Support mass send API #176
- Support new media_hq API
- Support new createwxaqrcode API for miniapp
- Fix wechat_responder not proper injected in rails 5 API #165
- parse response support XML return, by @zhangbin #167
- WeChat only allow 8 article per one news, by @kikyous #175
- Store token at cookies, by @jstdoit #174
v0.8.4
- Support Ruby 2.4.0
- Add support of Enterprise RedPacket API, by @zhangbin #169
v0.8.3
- Fix wechat template key has camelCase problem, by @RyanChenDji #159
- Fix long time of oauth2_state bug for wechat_oauth2 methods, by @IVANChou #162
v0.8.2
Bug which if not using multi-account but using web login.
v0.8.1
- After allow sub controller using wechat_api, it's possible not initialise at first time. by @IVANChou #155
- Support web application login scope snsapi_login.
- Add unionid support for public account.
- Remove OpenId in Enterprise OAuth2 as it's not supported by Tecent.
v0.8.0
- Complete support multi-wechat public account. by @xiewenwei #150
- Support loading configure value from Figaro if application.yml exist.