Releases: crisp-im/crisp-status-local
Releases · crisp-im/crisp-status-local
Crisp Status Local v1.4.0
- Add ability to interpolate configuration values from environment variables using eg.
token = ${TOKEN}.
Crisp Status Local v1.3.7
- Fixed packaging for Debian 10, Debian 11 and Debian 12 on
x86_64architecture.
Crisp Status Local v1.3.6
- Fixed packaging for Debian 10, Debian 11 and Debian 12 on
x86_64architecture.
Crisp Status Local v1.3.5
- Publish
.debpackages for Debian 10, Debian 11 and Debian 12 onx86_64architecture.
Crisp Status Local v1.3.4
- Automated the package release process via GitHub Actions (ie.
cargo publish).
Crisp Status Local v1.3.3
- Fixed an issue with chunked HTTP responses, which prevented
v1.3.2to fetch its list of replicas.
Crisp Status Local v1.3.2
- Updated dependencies:
fastping-rs,http_req,base64,clap.
Crisp Status Local v1.3.1
- Moved the release pipeline to GitHub Actions.
Crisp Status Local v1.3.0
- Add ICMP probing capabilities, using the URL format:
icmp://host(eg.icmp://[::1]). - Fix an issue where the Crisp Status settings for metrics would not be pulled and used by Crisp Status Local.
Crisp Status Local v1.2.2
- Fix replica URL parsing for IPv6 URLs using the
tcpprotocol. Previously, an IPv6 URL such astcp://[::1]:80would be stored internally as[::1], which is not resolvable and would incur a failure. The correct format is now being passed, which is::1.