Releases: Eric-Guo/wechat
Releases · Eric-Guo/wechat
v1.0.1
- Fix after introduce httpx, status method not available for HTTPX::ErrorResponse bug
- Some Google Jules Refactor
v1.0.0
- 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
- Adding ostruct into its gemspec. Fix #323
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