Releases: Eric-Guo/wechat
Releases · Eric-Guo/wechat
v0.17.5
- Remove
serialize :hash_store
in template as it's cause too many issue in different rails version.
v0.17.4
- Fix private API ActiveSupport::Deprecation.warn called in Rails 7.2
v0.17.3
- 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.16.2
- Drop support ruby 2.6 and allow ruby 3.2 will released psych v5.0.0. by @iuhoay #314
v0.16.1
- Add api urllink.generate support. by @iuhoay #313
- Fix WARNING: Zeitwerk defines the constant ActionController after the directory
v0.16.0
- 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
- Add environment variable for configuring http proxy to ignore IP address changes everytime after app deployment, by @Awlter #312
v0.15.1
- fix "Psych::BadAlias (Unknown alias: default)" in ruby 3.1.0 #309, reported by @otorain