Releases: Eric-Guo/wechat
Releases · Eric-Guo/wechat
v0.7.1
- Fix after using http, upload file function break. #78
- Add callback function after_wechat_response support. by @zfben #79
- Should using department_id instead of departmentid at enterprise api: user_simplelist/user_list.
v0.6.9
- Fix token refresh bug on multi worker. #76
- Rewrite the token relative code to add more storage support in future.
v0.7.0
- Using http instead of rest-client for performance reason. (not support upload file yet)
v0.6.8
- Support Rails 5.0.0.beta1.
- English README available
- Fix oauth2_url calling error, fix #75
v0.6.7
- Add timeout configuration option, close #74
- New getuserinfo and oauth2_url to support getting FromUserName from web page.
v0.6.6
- Add jsapi_ticket support for Enterprise Account
- Default generated WechatsController < ActionController::Base, as many Rails application may having #authenticate_user or #set_current_user in ApplicationController, so easily affect the first time using experience.
- New syntax
on :view, with: 'VIEW_URL'
support.
- New command
upload_replaceparty
which combine three sub command to make uploading department easier.
- New command
upload_replaceuser
which combine three sub command to make uploading user easier.
v0.6.5
- Handle 48001 error if token is expire/not valid, close #71
- ApiLoader will do config reading and initialize the api instead of spreading the logic.
v0.6.4
- Command mode now display different command set based on enterprise/public account setting
- Move config logic in command/wechat to ApiLoader class
- Unsubscribe can only reply plain text 'success' #68
- Fix 404 qrcode download problem, by @huangxiangdan #69