Skip to content

Releases: zhzy0077/pipehub

v0.2.9

12 Jun 15:58
45b8a93
Compare
Choose a tag to compare
v0.2.9 Pre-release
Pre-release
Update release.yml (#64)

v0.2.8

12 Jun 14:14
fd8455e
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release
Release: bump version to 0.2.8 (#63)

v0.2.7

08 Jun 03:27
ac0198c
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release
Hotfix: wrong field to set app_id. (#29)

v0.2.6

08 Jun 03:17
853c450
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release
Fix: filter out blank block words. (#28)

v0.2.5

07 Jun 15:53
26caf3d
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release
Hotfix: Fix false positve on emply block lists. (#26)

v0.2.4

07 Jun 15:17
5181856
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release
Hotfix: Fix the accidently added duplicate logger. (#25)

v0.2.3 (It's a broken build)

07 Jun 14:41
86282ce
Compare
Choose a tag to compare
Pre-release
Bump version to 0.2.3 (#24)

v0.2.2

07 Jun 07:45
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
Bump version to 0.2.2

v0.2.1

06 Jun 09:20
fe3ce98
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Feature trim the input of secret/corp_id …
    We notice several users failed to send message since their secret/corp_id contains a leading/trailing space. Make this enhancement to prevent it.
    Zhiyuan Zheng - Fri, 5 Jun 2020 23:59:16 +0800

v0.2.0

05 Jun 17:19
3562d9c
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 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