Skip to content

Releases: Eric-Guo/wechat

v0.10.2

22 Jan 09:31
Compare
Choose a tag to compare

v0.10.1

01 Jul 15:41
Compare
Choose a tag to compare
  • Allow custom_message_send using Hash as message, previous only allow Wechat::Message. by @zuoliang0 and @fogisland #234

v0.10.0

31 May 15:06
Compare
Choose a tag to compare
  • Support multi wechat account at wechat_responder. by @tuliren #223
  • Support wechat mini program apis & signature check. by @oiahoon #225
  • Support sent template message with miniprogram. by @falm #228
  • Fix request_content could be nil. by @paicha #229

v0.9.0

15 Apr 08:04
Compare
Choose a tag to compare
  • 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

v0.8.12

15 Apr 08:04
Compare
Choose a tag to compare
  • Read oauth2_state from ticket store every time to avoid invalid oauth2_state by @xiewenwei #196

v0.8.11

25 Jul 01:09
Compare
Choose a tag to compare
  • oauth2 state code not refresh at the same time of jsapi tickets refresh bug, many thanks @xiewenwei #192
  • Add string type scene support for qrcode_create_scene. by @libuchao #191

v0.8.10

19 Jun 00:14
Compare
Choose a tag to compare
  • fix material_delete correctly. in issue #78

v0.8.9

18 Jun 14:13
Compare
Choose a tag to compare

v0.8.8

18 Jun 14:14
Compare
Choose a tag to compare

v0.8.7

27 Apr 12:57
Compare
Choose a tag to compare
  • 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