Eric Guo Wechat Versions Save

API, command and message handling for WeChat in Rails

v0.17.3

4 months ago
  • Add New CorpApi batch_get_by_user and follow_user_list. by @leepood #321
  • Use JSON.parse handle response.body directly. by @leepood #322

v0.17.2

4 months ago
  • Fix no need the message type restrictions. by @leepood #319

v0.17.1

9 months ago
  • Add Record based token support. by @CoolDrinELiu #315
  • Add api shortlink.generate support. by @wikimo #316
  • Add new api & Compatible with WeCom. by @leepood #317

v0.16.2

1 year ago
  • Drop support ruby 2.6 and allow ruby 3.2 will released psych v5.0.0. by @iuhoay #314

v0.16.1

1 year ago
  • Add api urllink.generate support. by @iuhoay #313
  • Fix WARNING: Zeitwerk defines the constant ActionController after the directory

v0.16.0

1 year ago
  • Support wechat draft. #305
  • Add environment variable for configuring http proxy to ignore IP address changes everytime after app deployment, by @Awlter #312
  • Soft drop support for Ruby 2.6, because EOL time 12 Apr 2022.

v0.12.5

1 year ago
  • Add environment variable for configuring http proxy to ignore IP address changes everytime after app deployment, by @Awlter #312

v0.15.1

2 years ago
  • fix "Psych::BadAlias (Unknown alias: default)" in ruby 3.1.0 #309, reported by @otorain

v0.15.0

2 years ago
  • Add wechat message json format support, by @younthu #306
  • Support Rails 7 in this version.
  • Fix wechat command-line 1st attempt bug #307

v0.14.0

2 years ago
  • Add beta support for Conversation archive in WeCom, discuss at #303
  • Avoid using 1.hour in early loading to improve Rails 6+ compatibility.