Releases: Eric-Guo/wechat
Releases · Eric-Guo/wechat
v0.11.0
- Support Ruby 2.6.0 official
- Bump http gem to 4.0
- New clear quota API by @3014zhangshuo #244
- Wechat::Message support textcard by @hophacker #249
- New getusersummary and getusercumulate API #247
v0.10.3
v0.10.2
v0.10.1
- Allow custom_message_send using Hash as message, previous only allow Wechat::Message. by @zuoliang0 and @fogisland #234
v0.10.0
v0.9.0
- Support multi wechat account dynamically loading from DB. by @tuliren #222
- user_create API for enterprise account. #206
- Will ignore template_message_send error 43004 by @insub #214
- using template with version if the migration version available by @killernova #220
- Remove Deprecation oauth2_url
- Remove Ruby 2.2 support, add Rails 5.2 and http v3 support