Skip to content

Releases: Eric-Guo/wechat

v0.7.1

24 Jan 03:28
Compare
Choose a tag to compare
  • 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

24 Jan 03:28
Compare
Choose a tag to compare
  • Fix token refresh bug on multi worker. #76
  • Rewrite the token relative code to add more storage support in future.

v0.7.0

24 Jan 03:28
Compare
Choose a tag to compare
  • Using http instead of rest-client for performance reason. (not support upload file yet)

v0.6.8

24 Jan 03:29
Compare
Choose a tag to compare
  • Support Rails 5.0.0.beta1.
  • English README available
  • Fix oauth2_url calling error, fix #75

v0.6.7

24 Jan 03:29
Compare
Choose a tag to compare
  • Add timeout configuration option, close #74
  • New getuserinfo and oauth2_url to support getting FromUserName from web page.

v0.6.6

24 Jan 03:29
Compare
Choose a tag to compare
  • 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

24 Jan 03:29
Compare
Choose a tag to compare
  • 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

24 Jan 03:30
Compare
Choose a tag to compare
  • 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