Skip to content

Releases: Eric-Guo/wechat

v1.0.1

10 Jul 12:36
Compare
Choose a tag to compare
  • Fix after introduce httpx, status method not available for HTTPX::ErrorResponse bug
  • Some Google Jules Refactor

v1.0.0

18 May 14:28
Compare
Choose a tag to compare
  • WECHAT_PROXY_URL should be writen with port, like export WECHAT_PROXY_URL=http://127.0.0.1:6152, since WECHAT_PROXY_PORT removed.
  • Replace http with httpx, reason
  • Feat: add account_type to WechatConfig. by @leepood #324

v0.17.7

01 Mar 18:13
cfff2da
Compare
Choose a tag to compare
  • Adding ostruct into its gemspec. Fix #323

v0.17.6

11 Dec 03:03
3d8cc4f
Compare
Choose a tag to compare
  • Support Rails 8.0

v0.17.5

25 Oct 02:29
37cc550
Compare
Choose a tag to compare
  • Remove serialize :hash_store in template as it's cause too many issue in different rails version.

v0.17.4

25 Oct 02:28
52acb66
Compare
Choose a tag to compare
  • Fix private API ActiveSupport::Deprecation.warn called in Rails 7.2

v0.17.3

04 Jan 08:53
ad8023e
Compare
Choose a tag to compare
  • 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

30 Dec 08:33
dd0f4e4
Compare
Choose a tag to compare
  • Fix no need the message type restrictions. by @leepood #319

v0.17.1

28 Jul 09:37
4ad4b0e
Compare
Choose a tag to compare

v0.16.2

09 Dec 07:28
5d2de0a
Compare
Choose a tag to compare
  • Drop support ruby 2.6 and allow ruby 3.2 will released psych v5.0.0. by @iuhoay #314