Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@zhzy0077 zhzy0077 released this 05 Jun 17:19
· 100 commits to master since this release
3562d9c
  • Feature: allow specify the department id when sending message. (#15)

    Zhiyuan Zheng - Fri, 5 Jun 2020 23:59:16 +0800

  • Feature: keep-alive the connection to WeChat server. (#14)

    Zhiyuan Zheng - Fri, 5 Jun 2020 13:48:30 +0800

    Periodically(30Sec) send ping(gettoken) request to wechat server to keep alive.

  • Fix: Try to fix dns timeout issue by replacing trust-dns by pooled-getaddrinfo (#13)

    Zhiyuan Zheng - Thu, 4 Jun 2020 21:55:46 +0800

    • Fix dns timeout: replace awc by reqwest to use getaddrinfo rather than
      trust-dns
  • Hotfix: probably deadlock introduced by dashmap. (#10)

    Zhiyuan Zheng - Thu, 4 Jun 2020 00:06:58 +0800

    Upgrade the version of dashmap to a higher version which is lock-free.

  • Feature: allow reset key (#9)

    Zhiyuan Zheng - Wed, 3 Jun 2020 17:54:09 +0800

    • Feature: Reset app key.
  • Enhancement: need to cache the access token. Introduce the DashMap crate to provide in-memory cache. Also add a retry mechanism with default 3 times.

    Zhiyuan Zheng - Wed, 3 Jun 2020 13:37:22 +0800