Skip to content

Releases: Eric-Guo/wechat

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

v0.16.1

20 Jul 08:06
5610d49
Compare
Choose a tag to compare
  • Add api urllink.generate support. by @iuhoay #313
  • Fix WARNING: Zeitwerk defines the constant ActionController after the directory

v0.16.0

06 Jun 06:38
1ac476a
Compare
Choose a tag to compare
  • 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

20 May 04:40
b79fc38
Compare
Choose a tag to compare
  • Add environment variable for configuring http proxy to ignore IP address changes everytime after app deployment, by @Awlter #312

v0.15.1

17 May 09:49
2a21aef
Compare
Choose a tag to compare
  • fix "Psych::BadAlias (Unknown alias: default)" in ruby 3.1.0 #309, reported by @otorain