Skip to content

Releases: hackerzgz/wecom_bot

v0.2.0

04 May 05:52
27d3925
Compare
Choose a tag to compare

Features

  • Creating WeComBot client through static str is not limited to just the String type.
  • WeCom bot message type image, news and file support.
  • For setting mentioned_list and mentioned_mobile_list as independent methods.
  • Add upload API to send local media files to support the wecom bot message type file.

Performance

  • Use Cow<str> instead of String in message body to avoid memory copy.

v0.1.0

12 Mar 08:42
9ee3bfe
Compare
Choose a tag to compare

Feat:

  • send Text or Markdown type of messages to wecom bot instance.